.dwqa-container {
box-shadow: border-box
-webkit-box-sizing: border-box;
}
.dwqa-staff {
background: #1ba1e2;
color: #fff;
padding: 1px 5px;
border-radius: 3px;
margin: 0 5px;
}
.dwqa-pagination a,
.dwqa-pagination span {
display: inline-block;
margin-right: 5px;
padding: 5px 10px;
border: 1px solid #ddd;
}
.dwqa-answers-list .dwqa-pagination {
margin-top: 20px;
margin-bottom: 20px;
}
.dwqa-captcha img {
display: block;
margin: 0 0 10px;
}
.dwqa-captcha input {
width: 100%;
margin-bottom: 20px;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
}
.dwqa-alert {
padding: 10px 15px;
margin-bottom: 20px;
border: 1px solid transparent;
border-radius: 2px;
}
.dwqa-alert-error {
color: #a94442;
background-color: #f2dede;
border-color: #ebccd1;
}
.dwqa-alert-info {
color: #31708f;
background-color: #d9edf7;
border-color: #bce8f1;
} .dwqa-question-item {
padding: 0 0 0 80px;
position: relative;
margin-bottom: 0;
}
.dwqa-question-item.dwqa-sticky {
background: #fcf8e3;
}
.dwqa-question-item .avatar {
position: absolute;
left: 15px;
top: 0;
border-radius: 48px;
}
.dwqa-question-item .dwqa-question-meta {
font-size: small;
margin-bottom: 20px;
}
.dwqa-question-item .dwqa-question-title a {
border: none !important;
text-decoration: none !important;
}
.dwqa-question-item .dwqa-status {
background: #1ba1e2;
color: #fff;
padding: 1px 5px;
border-radius: 3px;
margin-right: 5px;
}
.dwqa-question-item .dwqa-status-resolved {
background: #578824;
}
.dwqa-question-item .dwqa-status-closed {
background: #666;
}
.dwqa-question-vote {
position: absolute;
top: 70px;
left: 6px;
min-height: 60px;
}
.dwqa-question-vote .dwqa-vote {
display: block;
width: 0;
height: 0;
border: 16px solid transparent !important;
border-bottom-color: #ddd !important;
text-indent: -9999px;
position: absolute;
top: -20px;
text-decoration: none !important;
box-shadow: none !important;
}
.dwqa-question-vote .dwqa-vote-count {
width: 32px;
text-align: center;
top: 14px;
position: absolute;
display: block;
height: 32px;
line-height: 32px;
}
.dwqa-question-vote .dwqa-vote:hover,
.dwqa-question-vote .dwqa-vote:active {
border-bottom-color: #999 !important;
}
.dwqa-question-vote .dwqa-vote-down {
border: 16px solid transparent !important;
border-bottom-color: transparent !important;
border-top-color: #ddd !important;
top: auto;
bottom: -20px;
}
.dwqa-question-vote .dwqa-vote-down:hover,
.dwqa-question-vote .dwqa-vote-down:active {
border-bottom-color: transparent !important;
border-top-color: #999 !important;
}
.dwqa-question-item .dwqa-question-actions {
float: right;
}
.dwqa-question-item .dwqa-question-actions label {
display: inline-block;
}
.dwqa-question-item .dwqa-question-actions a {
margin-left: 10px;
}
.dwqa-question-item .dwqa-question-actions input[type=checkbox] {
margin-right: 5px;
}
.dwqa-pick-best-answer {
position: absolute;
top: 170px;
text-indent: -9999px;
left: 6px;
width: 32px;
height: 32px;
}
.dwqa-pick-best-answer:after {
content: '';
display: block;
width: 15px;
height: 25px;
border: solid #ddd;
border-width: 0 5px 5px 0;
transform: rotate(45deg);
position: absolute;
left: 10px;
top: 0;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.dwqa-pick-best-answer:hover:after {
border-color: #999;
}
.dwqa-best-answer .dwqa-pick-best-answer:after {
border-color: #578824;
}
.dwqa-question-content img {
max-width: 100%;
height: auto;
}
.dwqa-question-tag + .dwqa-question-status {
float: right;
}
.dwqa-question-item .dwqa-question-meta .dwqa-question-status select {
display: inline-block;
width: auto;
} .dwqa-answers-title {
margin: 20px 0 10px;
}
.dwqa-answer-item {
padding: 20px 0 20px 70px;
position: relative;
border-top: 1px solid #ddd;
min-height: 220px;
}
.dwqa-answer-item .dwqa-answer-meta a {
position: inherit;
}
.dwqa-answer-item .avatar {
position: absolute;
left: 0;
top: 20px;
border-radius: 48px;
}
.dwqa-answer-item .dwqa-answer-meta {
font-size: small;
margin-bottom: 20px;
}
.dwqa-answer-vote {
position: absolute;
top: 90px;
left: 6px;
min-height: 60px;
}
.dwqa-answer-vote .dwqa-vote {
display: block;
width: 0;
height: 0;
border: 16px solid transparent !important;
border-bottom-color: #ddd !important;
text-indent: -9999px;
position: absolute;
top: -20px;
text-decoration: none !important;
box-shadow: none !important;
}
.dwqa-answer-vote .dwqa-vote-count {
width: 32px;
text-align: center;
top: 14px;
position: absolute;
display: block;
height: 32px;
line-height: 32px;
}
.dwqa-answer-vote .dwqa-vote:hover,
.dwqa-answer-vote .dwqa-vote:active {
border-bottom-color: #999 !important;
}
.dwqa-answer-vote .dwqa-vote-down {
border: 16px solid transparent !important;
border-bottom-color: transparent !important;
border-top-color: #ddd !important;
top: auto;
bottom: -20px;
}
.dwqa-answer-vote .dwqa-vote-down:hover,
.dwqa-answer-vote .dwqa-vote-down:active {
border-bottom-color: transparent !important;
border-top-color: #999 !important;
}
.dwqa-answer-item .dwqa-answer-actions {
float: right;
}
.dwqa-answer-item .dwqa-answer-actions a {
margin-left: 10px;
}
.dwqa-answer-content img {
max-width: 100%;
height: auto;
}
.dwqa-answer-form-title {
border-top: 1px solid #ddd;
padding: 10px 0;
}
.dwqa-answer-form form {
text-align: right;
}
.dwqa-answer-form .dwqa-alert {
text-align: left;
}
.dwqa-answer-form .dwqa-select {
float: left;
width: auto;
}
.dwqa-answer-form textarea {
width: 100% !important;
margin-bottom: 20px;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
} .dwqa-comments-list {
background: #f9f9f9;
padding: 0 10px;
}
.dwqa-comments-list .dwqa-comment {
border-bottom: 1px solid #ddd;
padding: 10px 0;
position: relative;
}
.dwqa-comments-list .dwqa-comment p:last-child {
margin-bottom: 0;
}
.dwqa-comments-list .dwqa-comment:last-child {
border-bottom: none;
}
.dwqa-comments-list .dwqa-comment-meta {
font-size: small;
}
.dwqa-comments-list .dwqa-comment-meta .avatar {
position: inherit;
margin-right: 5px;
display: inline-block;
width: 12px;
height: 12px;
}
.dwqa-comment-form {
padding: 10px;
background: #f9f9f9;
}
.dwqa-comment-form .comment-form {
margin: 0 !important;
padding: 0 !important;
}
.dwqa-comment-form #submit {
display: none;
}
.dwqa-comment-form .dwqa-comment-show-button #submit {
display: block;
margin-top: 10px;
}
.dwqa-comment-form .comment-form textarea {
background: #fff;
width: 100% !important;
height: 45px;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
font-size: 14px;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
border: 1px solid #ddd;
padding: 10px 15px;
display: block;
}
.dwqa-comment-form textarea {
width: 100%;
}
.dwqa-comment-meta {
margin-bottom: 10px;
}
.dwqa-comment-actions {
float: right;
}
.dwqa-comment-actions a {
margin-left: 10px;
}  .dwqa-breadcrumbs {
margin-bottom: 20px;
} .dwqa-search {
margin-bottom: 20px;
position: relative;
}
.dwqa-search input {
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
padding-right: 40px;
width: 100%;
max-width: 100%;
min-width: 100%;
margin-bottom: 0 !important;
background: url(//www.guotiing.com.tw/wp-content/plugins/dw-question-answer/templates/assets/img/icon-search.png) no-repeat right 10px center #fff !important;
border: 1px solid #ddd;
padding: 10px 15px;
border-radius: 2px;
box-shadow: none;
outline: none;
}
.dwqa-search input.ui-autocomplete-loading {
background-image: url(//www.guotiing.com.tw/wp-content/plugins/dw-question-answer/templates/assets/img/icon-loading.gif) !important;
}
.submit-dwqa-question .dwqa-search input {
background: none no-repeat right 10px center #fff !important;
}
.submit-dwqa-question .dwqa-search input.ui-autocomplete-loading {
background-image: url(//www.guotiing.com.tw/wp-content/plugins/dw-question-answer/templates/assets/img/icon-loading.gif) !important;
}
.dwqa-search .dwqa-autocomplete {
margin: 0;
padding: 0;
list-style: none;
background: #f9f9f9;
left: 0 !important;
position: absolute !important;
right: 0 !important;
top: auto !important;
z-index: 9999;
}
.dwqa-search .dwqa-autocomplete li {
padding: 10px 15px;
cursor: pointer;
border-bottom: 1px solid #ddd;
margin: 0;
}
.dwqa-search .dwqa-autocomplete .dwqa-text-highlight {
font-weight: bold;
}
.dwqa-search .dwqa-autocomplete li.ui-state-focus,
.dwqa-search .dwqa-autocomplete li:hover {
background: #f0f0f0;
}
.dwqa-search .dwqa-autocomplete li:last-child {
border-bottom: 0;
} .dwqa-question-filter {
margin-bottom: 20px;
}
.dwqa-question-filter span,
.dwqa-question-filter a {
margin-right: 10px;
}
.dwqa-question-filter a {
border: none !important;
text-decoration: none;
}
.dwqa-question-filter a.active {
border-bottom: 1px solid #ddd !important;
}
.dwqa-question-filter .dwqa-sort-by {
float: right;
width: auto;
} .dwqa-questions-list {
border-top: 1px solid #ddd;
}
.dwqa-questions-list .dwqa-alert {
margin: 20px 0 0;
}
.dwqa-questions-list .dwqa-question-item {
border-bottom: 1px solid #ddd;
padding: 15px 180px 15px 80px;
border-left: 1px solid #ddd;
border-right: 1px solid #ddd;
}
.dwqa-questions-list .dwqa-question-item a {
position: inherit;
}
.dwqa-questions-list .dwqa-question-item .avatar {
top: 50%;
margin-top: -24px;
}
.dwqa-questions-list .dwqa-question-item .dwqa-question-meta {
margin-bottom: 0;
}
.dwqa-questions-list .dwqa-question-item .dwqa-question-stats {
position: absolute;
top: 50%;
margin-top: -24px;
right: 10px;
}
.dwqa-questions-list .dwqa-question-item .dwqa-question-stats span {
min-width: 48px;
height: 48px;
border: 1px solid #ddd;
display: block;
float: left;
margin-left: 5px;
text-align: center;
font-size: 11px;
line-height: 1;
}
.dwqa-questions-list .dwqa-question-item .dwqa-question-stats strong {
font-size: 14px;
line-height: 26px;
display: block;
font-weight: normal;
}
.dwqa-questions-footer {
margin-top: 20px;
}
.dwqa-questions-footer .dwqa-pagination,
.dwqa-questions-footer .dwqa-ask-question {
display: inline-block;
}
.dwqa-questions-footer .dwqa-pagination + .dwqa-ask-question {
float: right;
}
.dwqa-questions-footer .dwqa-ask-question a {
display: inline-block;
padding: 5px 10px;
border: 1px solid #ddd;
} .single-dwqa-question .dwqa-question-item {
min-height: 140px;
padding-left: 70px;
}
.single-dwqa-question .dwqa-question-item a {
position: inherit;
}
.single-dwqa-question .dwqa-question-item .avatar {
left: 0;
} .dwqa-answer-form .wp-editor-container,
.dwqa-content-edit-form .wp-editor-container {
border: 1px solid #e5e5e5;
margin-bottom: 20px;
}
.dwqa-content-edit-form input[type=text],
.dwqa-content-edit-form input[type=email],
.dwqa-content-edit-form select {
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
width: 100%;
} @media ( max-width: 768px ) {
.dwqa-questions-list .dwqa-question-item {
padding-right: 15px;
}
.dwqa-questions-list .dwqa-question-item .dwqa-question-stats {
display: none;
}
}
@media ( max-width: 480px ) {
.dwqa-questions-list .dwqa-question-item {
padding-left: 15px;
}
.dwqa-questions-list .dwqa-question-item .avatar {
position: static;
width: 14px;
height: 14px;
margin-right: 5px;
}
.single-dwqa-question .dwqa-question-item,
.single-dwqa-question .dwqa-answer-item {
padding-left: 0;
min-height: 0;
}
.single-dwqa-question .dwqa-question-item .dwqa-question-vote,
.single-dwqa-question .dwqa-answer-item .dwqa-answer-vote {
display: none;
}
.single-dwqa-question .dwqa-question-item .avatar,
.single-dwqa-question .dwqa-answer-item .avatar {
position: static;
width: 14px;
height: 14px;
margin-right: 5px;
}
}.rtl .dwqa-search input {
background-position: 15px center !important;
padding-left: 40px;
}
.rtl .dwqa-question-filter .dwqa-sort-by {
float: left;
}
.rtl .dwqa-questions-list .dwqa-question-item {
padding: 15px 80px 15px 180px;
}
.rtl .dwqa-questions-list .dwqa-question-item .dwqa-question-stats {
right: auto;
left: 10px;
}
.rtl .dwqa-questions-list .dwqa-question-item .avatar {
left: auto;
right: 15px;
margin-right: 0;
margin-left: 5px;
}
.rtl .dwqa-question-item .dwqa-status {
margin-right: 0;
margin-left: 10px;
left: 0;
right: 15px;
}
.rtl.single-dwqa-question .dwqa-question-item .avatar,
.rtl.single-dwqa-question .dwqa-answer-item .avatar {
float: right;
margin-right: 0;
margin-left: 10px;
}
.rtl .dwqa-question-item .dwqa-question-actions,
.rtl .dwqa-answer-item .dwqa-answer-actions,
.rtl .dwqa-answer-item .dwqa-comment-actions {
float: left;
}
.rtl.single-dwqa-question .dwqa-question-item .dwqa-staff,
.rtl.single-dwqa-question .dwqa-answer-item .dwqa-staff {
margin: 0 10px 0 0;
}.trp-language-switcher-container.trp-floater-ls-names.trp-bottom-right.trp-color-light {
min-width: 200px;
}
.trp-language-switcher-container.trp-floater-ls-names.trp-bottom-right.trp-color-dark {
min-width: 200px;
}
.trp-language-switcher-container.trp-floater-ls-names.trp-top-right.trp-color-light {
min-width: 200px;
}
.trp-language-switcher-container.trp-floater-ls-names.trp-top-right.trp-color-dark {
min-width: 200px;
}
.trp-language-switcher-container.trp-floater-ls-names.trp-bottom-left.trp-color-light {
min-width: 200px;
}
.trp-language-switcher-container.trp-floater-ls-names.trp-bottom-left.trp-color-dark {
min-width: 200px;
}
.trp-language-switcher-container.trp-floater-ls-names.trp-top-left.trp-color-light {
min-width: 200px;
}
.trp-language-switcher-container.trp-floater-ls-names.trp-top-left.trp-color-dark {
min-width: 200px;
}
#trp-floater-ls.trp-floater-ls-flags #trp-floater-ls-current-language .trp-floater-ls-disabled-language.trp-ls-disabled-language {
margin-top: 12px;
}
#trp-floater-ls.trp-floater-ls-flags.trp-bottom-left.trp-color-light #trp-floater-ls-current-language .trp-floater-ls-disabled-language.trp-ls-disabled-language {
margin-top: 15px;
}
#trp-floater-ls.trp-language-switcher-container.trp-floater-ls-flags.trp-top-left.trp-color-dark.trp-poweredby:hover {
position: fixed;
z-index: 9999999;
top: 0px;
bottom: auto;
display: block;
width: 192px;
height: auto;
border-radius: 0px 0px 8px 8px;
box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
}
#trp-floater-ls.trp-language-switcher-container.trp-floater-ls-flags.trp-top-left.trp-color-light.trp-poweredby:hover {
position: fixed;
z-index: 9999999;
top: 0px;
bottom: auto;
display: block;
width: 192px;
height: auto;
border-radius: 0px 0px 8px 8px;
box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
}
#trp-floater-ls.trp-language-switcher-container.trp-floater-ls-flags.trp-top-right.trp-color-dark.trp-poweredby:hover {
position: fixed;
z-index: 9999999;
top: 0px;
bottom: auto;
display: block;
width: 192px;
height: auto;
border-radius: 0px 0px 8px 8px;
box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
}
#trp-floater-ls.trp-language-switcher-container.trp-floater-ls-flags.trp-top-right.trp-color-light.trp-poweredby:hover {
position: fixed;
z-index: 9999999;
top: 0px;
bottom: auto;
display: block;
width: 192px;
height: auto;
border-radius: 0px 0px 8px 8px;
box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
}
#trp-floater-ls-current-language .trp-floater-ls-disabled-language.trp-ls-disabled-language {
margin-top:6px;
}
#trp-floater-ls-language-list .trp-language-wrap.trp-floater-ls-disabled-language.trp-ls-disabled-language:hover {
padding: 0px;
width: auto;
}
#trp-floater-ls .trp-language-switcher-container.trp-floater-ls-codes.trp-top-left.trp-color-light.trp-poweredby.trp-with-flags.trp-floater-ls-disabled-language.trp-ls-disabled-language.trp-floater-ls-disabled-language.trp-ls-disabled-language {
margin-bottom:10px;
margin-top: 0px;
}
#trp-floater-ls {
position: fixed;
z-index: 9999999;
bottom: 0;
display: block;
overflow: hidden;
height: 58px;
text-align: center;
box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
}
.trp-floater-ls-disabled-language.trp-ls-disabled-language {
width: auto;
} #trp-floater-ls:hover {
position: fixed;
z-index: 9999999;
bottom: 0;
display: block;
height: auto;
border-radius: 8px 8px 0px 0px;
box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
}
#trp-floater-ls.trp-floater-ls-flags:hover {
position: fixed;
z-index: 9999999; display: block;
width: 66px;
height: auto;
box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
}
#trp-floater-ls.trp-floater-ls-flags.trp-poweredby:hover {
position: fixed;
z-index: 9999999;
bottom: 0;
display: block;
width: 192px;
height: auto;
border-radius: 8px 8px 0px 0px;
box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
}
#trp-floater-ls.trp-floater-ls-flags{
position: fixed;
z-index: 9999999;
bottom: 0;
display: block;
overflow: hidden;
width: 66px;
height: 58px;
text-align: center;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
}
#trp-floater-ls.trp-color-dark{
background: #1E1E1E;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
border-radius: 8px 8px 0 0;
}
#trp-floater-ls.trp-color-light{
background: #FFFFFF;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
border-radius: 8px 8px 0 0;
}
.trp-language-switcher-container.trp-floater-ls-codes.trp-bottom-right.trp-color-light.trp-poweredby:hover {
width: 192px;
}
.trp-language-switcher-container.trp-floater-ls-codes.trp-bottom-right.trp-color-dark.trp-poweredby:hover {
width: 192px;
}
#trp-floater-ls.trp-color-dark-old{
background: rgb(27,27,27);
background: linear-gradient(0deg, rgba(27,27,27,1) 0%, rgba(84,84,84,1) 100%);
}
#trp-floater-ls.trp-color-light-old{
background: rgb(214,214,214);
background: linear-gradient(0deg, rgba(214,214,214,1) 0%, rgba(250,250,250,1) 100%);
}
#trp-floater-ls.trp-bottom-right{
top:auto;
bottom: 0;
right:10%;
}
#trp-floater-ls.trp-bottom-left{
top:auto;
bottom: 0;
left: 10%;
}
#trp-floater-ls.trp-top-right{
bottom:auto;
top: 0;
right:10%;
border-radius: 0 0 5px 5px;
}
#trp-floater-ls.trp-top-left{
bottom:auto;
top: 0;
left: 10%;
border-radius: 0 0 5px 5px;
}
body.admin-bar #trp-floater-ls.trp-top-right,
body.admin-bar #trp-floater-ls.trp-top-left{
top: 32px;
}
@media screen and (max-width: 782px) {
body.admin-bar #trp-floater-ls.trp-top-right,
body.admin-bar #trp-floater-ls.trp-top-left {
top: 46px;
}
}
@media screen and (max-width: 1000px) {
#trp-floater-ls-language-list{
display: flex;
flex-direction: column;
}
.trp-language-switcher-container.trp-floater-ls-names.trp-bottom-right.trp-color-light.trp-poweredby {
right: 10%;
min-width: 105px;
}
.trp-language-switcher-container.trp-floater-ls-names.trp-bottom-left.trp-color-light.trp-poweredby {
left: 10%;
min-width: 105px;
}
.trp-language-switcher-container.trp-floater-ls-names.trp-bottom-right.trp-color-dark.trp-poweredby {
right: 10%;
min-width: 105px;
}
.trp-language-switcher-container.trp-floater-ls-names.trp-bottom-left.trp-color-dark.trp-poweredby {
left: 10%;
min-width: 105px;
}
.trp-language-switcher-container.trp-floater-ls-codes.trp-bottom-right.trp-color-dark.trp-poweredby {
right: 10%;
min-width: 66px;
}
.trp-language-switcher-container.trp-floater-ls-codes.trp-bottom-left.trp-color-dark.trp-poweredby {
left: 10%;
min-width: 66px;
}
.trp-language-switcher-container.trp-floater-ls-codes.trp-bottom-right.trp-color-light.trp-poweredby {
right: 10%;
min-width: 66px;
}
.trp-language-switcher-container.trp-floater-ls-codes.trp-bottom-left.trp-color-light.trp-poweredby {
left: 10%;
min-width: 66px;
}
.trp-language-switcher-container.trp-floater-ls-flags.trp-bottom-right.trp-color-dark.trp-poweredby {
right: 10%;
min-width: 105px;
}
.trp-language-switcher-container.trp-floater-ls-flags.trp-bottom-left.trp-color-dark.trp-poweredby {
left: 10%;
min-width: 105px;
}
.trp-language-switcher-container.trp-floater-ls-flags.trp-bottom-right.trp-color-light.trp-poweredby {
right: 10%;
min-width: 105px;
}
.trp-language-switcher-container.trp-floater-ls-flags.trp-bottom-left.trp-color-light.trp-poweredby {
left: 10%;
min-width: 105px;
}
#trp-floater-ls.trp-floater-ls-flags #trp-floater-ls-current-language .trp-floater-ls-disabled-language.trp-ls-disabled-language {
margin-top: 15px!important;
}
.trp-language-switcher-container.trp-floater-ls-names.trp-bottom-right.trp-color-light {
right: 10%;
min-width: 105px;
}
.trp-language-switcher-container.trp-floater-ls-names.trp-bottom-left.trp-color-light {
left: 10%;
min-width: 105px;
}
.trp-language-switcher-container.trp-floater-ls-names.trp-bottom-right.trp-color-dark {
right: 10%;
min-width: 105px;
}
.trp-language-switcher-container.trp-floater-ls-names.trp-bottom-left.trp-color-dark {
left: 10%;
min-width: 105px;
}
.trp-language-switcher-container.trp-floater-ls-codes.trp-bottom-right.trp-color-dark {
right: 10%;
min-width: 66px;
}
.trp-language-switcher-container.trp-floater-ls-codes.trp-bottom-left.trp-color-dark {
left: 10%;
min-width: 66px;
}
.trp-language-switcher-container.trp-floater-ls-codes.trp-bottom-right.trp-color-light {
right: 10%;
min-width: 66px;
}
.trp-language-switcher-container.trp-floater-ls-codes.trp-bottom-left.trp-color-light {
left: 10%;
min-width: 66px;
}
.trp-language-switcher-container.trp-floater-ls-flags.trp-bottom-right.trp-color-dark {
right: 10%;
min-width: 60px;
}
.trp-language-switcher-container.trp-floater-ls-flags.trp-bottom-left.trp-color-dark {
left: 10%;
min-width: 60px;
}
.trp-language-switcher-container.trp-floater-ls-flags.trp-bottom-right.trp-color-light {
right: 10%;
min-width: 60px;
}
.trp-language-switcher-container.trp-floater-ls-flags.trp-bottom-left.trp-color-light {
left: 10%;
min-width: 60px;
}
}
@media screen and (max-width: 500px) {
#trp-floater-ls-language-list{
display: flex;
flex-direction: column;
}
#trp-floater-ls:hover .trp-language-wrap a.trp-floater-ls-disabled-language {
margin-top: 0;
}
.trp-floater-ls-disabled-language {
margin-top: 0!important;
padding-top:16px!important;
}
.trp-language-switcher-container.trp-floater-ls-names.trp-bottom-right.trp-color-light.trp-poweredby {
right: 10%;
min-width: 105px;
}
.trp-language-switcher-container.trp-floater-ls-names.trp-bottom-left.trp-color-light.trp-poweredby {
left: 10%;
min-width: 105px;
}
.trp-language-switcher-container.trp-floater-ls-names.trp-bottom-right.trp-color-dark.trp-poweredby {
right: 10%;
min-width: 105px;
}
.trp-language-switcher-container.trp-floater-ls-names.trp-bottom-left.trp-color-dark.trp-poweredby {
left: 10%;
min-width: 105px;
}
.trp-language-switcher-container.trp-floater-ls-codes.trp-bottom-right.trp-color-dark.trp-poweredby {
right: 10%;
min-width: 66px;
}
.trp-language-switcher-container.trp-floater-ls-codes.trp-bottom-left.trp-color-dark.trp-poweredby {
left: 10%;
min-width: 66px;
}
.trp-language-switcher-container.trp-floater-ls-codes.trp-bottom-right.trp-color-light.trp-poweredby {
right: 10%;
min-width: 66px;
}
.trp-language-switcher-container.trp-floater-ls-codes.trp-bottom-left.trp-color-light.trp-poweredby {
left: 10%;
min-width: 66px;
}
.trp-language-switcher-container.trp-floater-ls-flags.trp-bottom-right.trp-color-dark.trp-poweredby {
right: 10%;
min-width: 60px;
}
.trp-language-switcher-container.trp-floater-ls-flags.trp-bottom-left.trp-color-dark.trp-poweredby {
left: 10%;
min-width: 60px;
}
.trp-language-switcher-container.trp-floater-ls-flags.trp-bottom-right.trp-color-light.trp-poweredby {
right: 10%;
min-width: 60px;
}
.trp-language-switcher-container.trp-floater-ls-flags.trp-bottom-left.trp-color-light.trp-poweredby {
left: 10%;
min-width: 60px;
}
#trp-floater-ls.trp-floater-ls-flags #trp-floater-ls-current-language .trp-floater-ls-disabled-language.trp-ls-disabled-language {
margin-top: 5px!important;
}
.trp-language-switcher-container.trp-floater-ls-names.trp-bottom-right.trp-color-light {
right: 10%;
min-width: 105px;
}
.trp-language-switcher-container.trp-floater-ls-names.trp-bottom-left.trp-color-light {
left: 10%;
min-width: 105px;
}
.trp-language-switcher-container.trp-floater-ls-names.trp-bottom-right.trp-color-dark {
right: 10%;
min-width: 105px;
}
.trp-language-switcher-container.trp-floater-ls-names.trp-bottom-left.trp-color-dark {
left: 10%;
min-width: 105px;
}
.trp-language-switcher-container.trp-floater-ls-codes.trp-bottom-right.trp-color-dark {
right: 10%;
min-width: 66px;
}
.trp-language-switcher-container.trp-floater-ls-codes.trp-bottom-left.trp-color-dark {
left: 10%;
min-width: 66px;
}
.trp-language-switcher-container.trp-floater-ls-codes.trp-bottom-right.trp-color-light {
right: 10%;
min-width: 66px;
}
.trp-language-switcher-container.trp-floater-ls-codes.trp-bottom-left.trp-color-light {
left: 10%;
min-width: 66px;
}
.trp-language-switcher-container.trp-floater-ls-flags.trp-bottom-right.trp-color-dark {
right: 10%;
min-width: 60px;
}
.trp-language-switcher-container.trp-floater-ls-flags.trp-bottom-left.trp-color-dark {
left: 10%;
min-width: 60px;
}
.trp-language-switcher-container.trp-floater-ls-flags.trp-bottom-right.trp-color-light {
right: 10%;
min-width: 60px;
}
.trp-language-switcher-container.trp-floater-ls-flags.trp-bottom-left.trp-color-light {
left: 10%;
min-width: 60px;
}
}
#trp-floater-ls.trp-floater-ls-codes  #trp-floater-ls-current-language a,
#trp-floater-ls.trp-floater-ls-codes #trp-floater-ls-language-list {
text-align: center;
margin-top: 6px;
}
#trp-floater-ls.trp-floater-ls-flags #trp-floater-ls-current-language a img,
#trp-floater-ls.trp-floater-ls-flags #trp-floater-ls-language-list a img {
text-align: center;
display: block;
margin: 0 auto;
}
#trp-floater-ls-language-list {
display: none;
}
.trp-poweredby #trp-floater-ls-language-list .trp-language-wrap{
padding: 10px;
width: auto;
}
#trp-floater-ls .trp-language-wrap.trp-language-wrap-top{
padding:10px;
}
#trp-floater-ls .trp-language-wrap.trp-language-wrap-bottom{
padding:11px;
}
#trp-floater-ls.only-flags div.trp-language-wrap{
padding:11px 0;
}
#trp-floater-ls.trp-top-right.trp-poweredby.trp-color-dark #trp-floater-ls-language-list #trp-floater-poweredby,
#trp-floater-ls.trp-top-left.trp-poweredby.trp-color-dark #trp-floater-ls-language-list #trp-floater-poweredby{
border-top: none;
border-bottom: 1px solid #747474;
}
#trp-floater-ls.trp-top-right.trp-poweredby.trp-color-light #trp-floater-ls-language-list #trp-floater-poweredby,
#trp-floater-ls.trp-top-left.trp-poweredby.trp-color-light #trp-floater-ls-language-list #trp-floater-poweredby{
border-top: none;
border-bottom: 1px solid #aaaaaa;
}
.trp-color-dark.trp-poweredby #trp-floater-ls-language-list #trp-floater-poweredby{
border-top: 1px solid #747474;
color: #b3b3b3;
}
.trp-color-light.trp-poweredby #trp-floater-ls-language-list #trp-floater-poweredby{
border-top: 1px solid #aaaaaa;
color: #808080;
}
.trp-poweredby #trp-floater-ls-language-list #trp-floater-poweredby{
padding: 5px 12px 5px 12px;
text-align: center;
font-size: 12px;
}
.trp-poweredby #trp-floater-ls-language-list #trp-floater-poweredby a{
display: inline;
padding: 0px 3px;
border-radius: 30px;
line-height: 11px;
text-decoration: underline;
}
.trp-color-light.trp-poweredby #trp-floater-ls-language-list #trp-floater-poweredby a{
color: #3858E9;
text-decoration: none;
}
.trp-color-dark.trp-poweredby #trp-floater-ls-language-list #trp-floater-poweredby a{
color: #b3b3b3;
}
.trp-color-dark.trp-poweredby #trp-floater-ls-language-list #trp-floater-poweredby a:hover{
color: #ffffff;
opacity: 1;
}
.trp-color-light.trp-poweredby #trp-floater-ls-language-list #trp-floater-poweredby a:hover{
color: #3858E9;
text-decoration: underline;
}
#trp-floater-ls:focus #trp-floater-ls-current-language,
#trp-floater-ls:hover #trp-floater-ls-current-language {
display: none;
}
#trp-floater-ls:focus #trp-floater-ls-language-list,
#trp-floater-ls:hover #trp-floater-ls-language-list {
display: block;
}
#trp-floater-ls-current-language a {
display: block;
padding: 10px 12px 10px 12px;
font-size: 90%;
}
.trp-language-wrap a{
display: block;
padding: 10px 12px 10px 12px;
font-size: 90%;
}
#trp-floater-ls-current-language .trp-floater-ls-disabled-language.trp-ls-disabled-language{
display: block;
padding: 10px 24px 10px 24px;
font-size: 90%;
}
#trp-floater-ls-current-language,
#trp-floater-ls-language-list {
text-align: left;
}
#trp-floater-ls-current-language.trp-with-flags,
#trp-floater-ls-language-list.trp-with-flags {
text-align: left;
}
#trp-floater-ls-current-language {
display: block;
width: 100%;
height: 100%;
}
.trp-language-switcher-container.trp-floater-ls-flags.trp-bottom-right.trp-color-dark.trp-poweredby #trp-floater-ls-current-language,
.trp-language-switcher-container.trp-floater-ls-flags.trp-bottom-right.trp-color-dark #trp-floater-ls-current-language,
.trp-language-switcher-container.trp-floater-ls-flags.trp-bottom-right.trp-color-light.trp-poweredby #trp-floater-ls-current-language,
.trp-language-switcher-container.trp-floater-ls-flags.trp-bottom-right.trp-color-light #trp-floater-ls-current-language,
.trp-language-switcher-container.trp-floater-ls-flags.trp-bottom-left.trp-color-dark.trp-poweredby #trp-floater-ls-current-language,
.trp-language-switcher-container.trp-floater-ls-flags.trp-bottom-left.trp-color-dark #trp-floater-ls-current-language,
.trp-language-switcher-container.trp-floater-ls-flags.trp-bottom-left.trp-color-light.trp-poweredby #trp-floater-ls-current-language,
.trp-language-switcher-container.trp-floater-ls-flags.trp-top-right.trp-color-dark.trp-poweredby #trp-floater-ls-current-language,
.trp-language-switcher-container.trp-floater-ls-flags.trp-top-right.trp-color-dark #trp-floater-ls-current-language,
.trp-language-switcher-container.trp-floater-ls-flags.trp-top-right.trp-color-light.trp-poweredby #trp-floater-ls-current-language,
.trp-language-switcher-container.trp-floater-ls-flags.trp-top-right.trp-color-light #trp-floater-ls-current-language,
.trp-language-switcher-container.trp-floater-ls-flags.trp-top-left.trp-color-dark.trp-poweredby #trp-floater-ls-current-language,
.trp-language-switcher-container.trp-floater-ls-flags.trp-top-left.trp-color-dark #trp-floater-ls-current-language,
.trp-language-switcher-container.trp-floater-ls-flags.trp-top-left.trp-color-light.trp-poweredby #trp-floater-ls-current-language,
.trp-language-switcher-container.trp-floater-ls-flags.trp-top-left.trp-color-light #trp-floater-ls-current-language {
display: block;
width: 100%;
height: 100%;
padding-top: 3px;
}
.trp-language-switcher-container.trp-floater-ls-flags.trp-top-right .trp-language-wrap,
.trp-language-switcher-container.trp-floater-ls-flags.trp-top-left .trp-language-wrap {
padding: 9px!important;
}
.trp-language-switcher-container.trp-floater-ls-codes.trp-top-right .trp-language-wrap,
.trp-language-switcher-container.trp-floater-ls-codes.trp-top-left .trp-language-wrap {
padding: 0 9px 9px 9px!important;
}
.trp-language-switcher-container.trp-floater-ls-codes.trp-bottom-right .trp-language-wrap,
.trp-language-switcher-container.trp-floater-ls-codes.trp-bottom-left .trp-language-wrap {
padding: 9px 9px 6px 9px!important
}
.trp-language-switcher-container.trp-floater-ls-names.trp-top-right .trp-language-wrap,
.trp-language-switcher-container.trp-floater-ls-names.trp-top-left .trp-language-wrap {
padding: 0 12px 12px 12px!important;
}
.trp-language-switcher-container.trp-floater-ls-names.trp-bottom-right .trp-language-wrap,
.trp-language-switcher-container.trp-floater-ls-names.trp-bottom-left .trp-language-wrap {
padding: 12px 12px 6px 12px!important
}
#trp-floater-ls div:not(#trp-floater-poweredby) > a {
display: flex!important;
flex-direction: row;
flex-wrap: wrap;
align-items: center;
}
.trp-color-dark #trp-floater-ls-current-language a,
.trp-color-dark #trp-floater-ls-language-list a {
color: #BDBDBD;
}
.trp-color-light #trp-floater-ls-current-language a,
.trp-color-light #trp-floater-ls-language-list a {
color: #404040;
}
.trp-color-dark #trp-floater-ls-current-language a,
.trp-color-dark #trp-floater-ls-language-list a,
.trp-color-light #trp-floater-ls-current-language a,
.trp-color-light #trp-floater-ls-language-list a,
.trp-with-flags.trp-color-dark #trp-floater-ls-current-language a,
.trp-color-dark #trp-floater-ls-language-list a,
.trp-with-flags.trp-color-light #trp-floater-ls-current-language a,
.trp-color-light #trp-floater-ls-language-list a,
.trp-color-light #trp-floater-ls-current-language a,
.trp-color-dark #trp-floater-ls-language-list a {
display: block;
width: auto;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.trp-color-light #trp-floater-ls-language-list .trp-language-wrap a:hover {
color: #1E1E1E;
background: #F0F0F0;
border-radius: 2px;
}
.trp-color-dark #trp-floater-ls-language-list .trp-language-wrap a:hover {
color: #FFFFFF;
background: #4F4F4F;
border-radius: 2px;
}
.trp-floater-ls-disabled-language {
margin-top:6px;
}
#trp-floater-ls .trp-floater-ls-disabled-language {
pointer-events: none;
cursor: default;
}
#trp-floater-ls .trp-with-flags .trp-flag-image {
margin-right: 5px;
vertical-align: middle;
height: auto;
max-width: 100%;
display: inline;
padding: 0;
}
.trp-flag-image:dir(rtl) {
margin-left: 5px;
}
#trp-floater-ls a {
text-decoration: none;
}
#trp-floater-ls-language-list {
max-height: 300px;
overflow-y: auto;
}
.only-flags #trp-floater-ls-language-list {
overflow-y: overlay;
}.menu-item-object-language_switcher .trp-flag-image {
display: inline-block;
margin: -1px 5px;
vertical-align: baseline;
padding: 0;
border: 0;
border-radius:0;
}
#wp-admin-bar-wp-rocket .trp-flag-image {
width: 18px !important;
height: 12px !important;
} .trp-language-switcher{
height: 42px;
position: relative;
box-sizing: border-box;
width: 200px;
text-overflow: ellipsis;
white-space: nowrap;
}
.trp-language-switcher > div {
box-sizing: border-box;
padding:4px 20px 3px 13px;
border: 1.5px solid #949494;
border-radius: 2px;
background-image: url(//www.guotiing.com.tw/wp-content/plugins/translatepress-multilingual/assets/images/arrow-down-3101.svg);
background-repeat: no-repeat;
background-position:
calc(100% - 20px) calc(1em + 2px),
calc(100% - 3px) calc(1em + 0px);
background-size:
8px 8px,
8px 8px;
background-repeat: no-repeat;
background-color: #fff;
}
.trp-language-switcher > div:hover {
background-image: none;
}
.trp-language-switcher > div > a {
display: block;
padding: 7px 12px;
border-radius: 3px;
text-decoration: none;
color: #1E1E1E;
font-style: normal;
font-weight: 400;
font-size: 16px;
}
.trp-language-switcher > div > a:hover {
background: #F0F0F0;
border-radius: 2px;
}
.trp-language-switcher > div > a.trp-ls-shortcode-disabled-language {
cursor: default;
}
.trp-language-switcher > div > a.trp-ls-shortcode-disabled-language:hover {
background: none;
}
.trp-language-switcher > div > a > img{
display: inline;
margin: 0 3px;
width: 18px;
height: 12px;
border-radius: 0;
}
.trp-language-switcher .trp-ls-shortcode-current-language{
display: inline-block;
}
.trp-language-switcher:focus .trp-ls-shortcode-current-language,
.trp-language-switcher:hover .trp-ls-shortcode-current-language{
visibility: hidden;
}
.trp-language-switcher .trp-ls-shortcode-language{
display: inline-block;
height: 1px;
overflow: hidden;
visibility: hidden;
z-index: 1;
max-height: 250px;
overflow-y: auto;
left: 0;
top: 0;
min-height: auto;
}
.trp-language-switcher:focus .trp-ls-shortcode-language,
.trp-language-switcher:hover .trp-ls-shortcode-language{
visibility: visible;
max-height: 250px;
padding: 4px 13px;
height: auto;
overflow-y: auto;
position: absolute;
left: 0;
top: 0;
display: inline-block !important;
min-height: auto;
} #wpadminbar #wp-admin-bar-trp_edit_translation .ab-icon:before {
content: '\f326';
top: 3px;
}
@media screen and ( max-width: 782px ) {
#wpadminbar #wp-admin-bar-trp_edit_translation > .ab-item {
text-indent: 0;
}
#wpadminbar li#wp-admin-bar-trp_edit_translation {
display: block;
}
} .elementor-shortcode .trp-ls-shortcode-current-language,
.elementor-shortcode .trp-ls-shortcode-language {
width: 300px !important;
}#ez-toc-sticky-container{background:0 0;border:1px solid #aaa;border-radius:4px;display:table;margin-bottom:1em;padding:10px;position:relative;width:auto}div.ez-toc-sticky-widget-container{padding:0;position:relative}#ez-toc-sticky-container.ez-toc-sticky-light-blue{background:#edf6ff}#ez-toc-sticky-container.ez-toc-sticky-white{background:#fff}#ez-toc-sticky-container.ez-toc-sticky-black{background:#000}#ez-toc-sticky-container.ez-toc-sticky-transparent{background:none}div.ez-toc-sticky-widget-container ul{display:block}div.ez-toc-sticky-widget-container li{border:none;padding:0}div.ez-toc-sticky-widget-container ul.ez-toc-sticky-list{padding:10px}#ez-toc-sticky-container ul ul,.ez-toc div.ez-toc-sticky-widget-container ul ul{margin-left:1.5em}#ez-toc-sticky-container li,#ez-toc-sticky-container ul{padding:0}#ez-toc-sticky-container li,#ez-toc-sticky-container ul,#ez-toc-sticky-container ul li,div.ez-toc-sticky-widget-container,div.ez-toc-sticky-widget-container li{background:0 0;list-style:none;line-height:1.6;margin:0;overflow:hidden;z-index:1}#ez-toc-sticky-container p.ez-toc-sticky-title{text-align:left;line-height:1.45;margin:0;padding:0}.ez-toc-sticky-title-container{display:table;width:100%}.ez-toc-sticky-title,.ez-toc-sticky-title-toggle{display:table-cell;text-align:left;vertical-align:middle}#ez-toc-sticky-container.ez-toc-sticky-black a,#ez-toc-sticky-container.ez-toc-sticky-black a:visited,#ez-toc-sticky-container.ez-toc-sticky-black p.ez-toc-sticky-title{color:#fff}#ez-toc-sticky-container div.ez-toc-sticky-title-container+ul.ez-toc-sticky-list{margin-top:1em}.ez-toc-sticky-wrap-left{float:left;margin-right:10px}.ez-toc-sticky-wrap-right{float:right;margin-left:10px}.ez-toc-sticky-wrap-center{margin:0 auto}#ez-toc-sticky-container a{color:#444;box-shadow:none;text-decoration:none;text-shadow:none;display:inline-flex;align-items:stretch;flex-wrap:nowrap}#ez-toc-sticky-container a:visited{color:#9f9f9f}#ez-toc-sticky-container a:hover{text-decoration:underline}#ez-toc-sticky-container a.ez-toc-sticky-toggle{color:#444}.ez-toc-sticky-widget-container ul.ez-toc-sticky-list li::before{content:' ';position:absolute;left:0;right:0;height:30px;line-height:30px;z-index:-1}.ez-toc-sticky-widget-container ul.ez-toc-sticky-list li.active{background-color:#ededed;height:auto!important}.ez-toc-sticky-widget-container li.active>a{font-weight:900}.ez-toc-sticky-btn{display:inline-block;padding:6px 12px;margin-bottom:0;font-size:14px;font-weight:400;line-height:1.428571429;text-align:center;white-space:nowrap;vertical-align:middle;cursor:pointer;background-image:none;border:1px solid transparent;border-radius:4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none}.ez-toc-sticky-btn:focus{outline:#333 dotted thin;outline:-webkit-focus-ring-color auto 5px;outline-offset:-2px}.ez-toc-sticky-btn:focus,.ez-toc-sticky-btn:hover{color:#333;text-decoration:none}.ez-toc-sticky-btn.active,.ez-toc-sticky-btn:active{background-image:none;outline:0;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.ez-toc-sticky-btn-default{color:#333;background-color:#fff;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.15),0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 0 rgba(255,255,255,.15),0 1px 1px rgba(0,0,0,.075);text-shadow:0 1px 0 #fff;background-image:-webkit-gradient(linear,left 0,left 100%,from(#fff),to(#e0e0e0));background-image:-webkit-linear-gradient(top,#fff 0,#e0e0e0 100%);background-image:-moz-linear-gradient(top,#fff 0,#e0e0e0 100%);background-image:linear-gradient(to bottom,#fff 0,#e0e0e0 100%);background-repeat:repeat-x;border-color:#ccc}.ez-toc-sticky-btn-default.active,.ez-toc-sticky-btn-default:active,.ez-toc-sticky-btn-default:focus,.ez-toc-sticky-btn-default:hover{color:#333;background-color:#ebebeb;border-color:#adadad}.ez-toc-sticky-btn-default.active,.ez-toc-sticky-btn-default:active{background-image:none;background-color:#e0e0e0;border-color:#dbdbdb}.ez-toc-sticky-btn-sm,.ez-toc-sticky-btn-xs{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.ez-toc-sticky-btn-xs{padding:1px 5px}.ez-toc-sticky-btn-default:active{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn.active,.ez-toc-sticky-btn:active{background-image:none}.ez-toc-sticky-btn-default:focus,.ez-toc-sticky-btn-default:hover{background-color:#e0e0e0;background-position:0 -15px}.ez-toc-sticky-pull-right{float:right!important;margin-left:10px}.ez-toc-sticky-glyphicon{position:relative;top:1px;display:inline-block;font-family:'Glyphicons Halflings';-webkit-font-smoothing:antialiased;font-style:normal;font-weight:400;line-height:1;-moz-osx-font-smoothing:grayscale}.ez-toc-sticky-glyphicon:empty{width:1em}.ez-toc-sticky-toggle i.ez-toc-sticky-glyphicon,label.cssicon .ez-toc-sticky-glyphicon:empty{font-size:16px;margin-left:2px}#ez-toc-sticky-container input{position:absolute;left:-999em}#ez-toc-sticky-container input[type=checkbox]:checked+nav{opacity:0;max-height:0;border:none;display:none}#ez-toc-sticky-container label{float:right;position:relative;left:10px;font-size:16px;background:#f9efef;padding:0 4px 0 5px;border:1px solid #999191;border-radius:5px;cursor:pointer}div#ez-toc-sticky-container p.ez-toc-sticky-title{display:contents}div#ez-toc-sticky-container{padding-right:20px}label.cssiconcheckbox{display:none}.ez-toc-sticky-widget-container ul li a{padding-left:10px}