.wpt-header iframe {
float: right;
}
.wpt-left {
float: left;
margin-right: 10px;
}
.wpt-right {
float: right;
margin-left: 10px;
}
.wpt-twitter-name {
font-size: 120%;
line-height: 1;
}
.wpt-twitter-id {
display: inline-block;
margin-top: .5em;
}
.wpt-tweet-time {
font-size: 90%;
}
.wpt-latest-tweets li, .wpt-search-tweets li {
margin-bottom: .75em;
list-style-type: none;
}
.wpt-intents-border {
border-top: 1px solid;
opacity: .3;
margin: 5px 0;
}
.wpt-intents {
padding: 0 0 5px;
text-align: center;
font-size: 12px;
}
.wpt-twitter-image {
width: 100%;
height: auto;
}
.wpt-intents a span {
width: 16px;
height: 16px;
display: inline-block;
margin-right: 3px;
position: relative;
top: 2px;
}
.wpt-intents .wpt-reply span {
background: url(//raduga-print.ru/wp-content/plugins/wp-to-twitter/images/spritev2.png) 0px;
}
.wpt-intents .wpt-retweet span {
background: url(//raduga-print.ru/wp-content/plugins/wp-to-twitter/images/spritev2.png) -80px;
}
.wpt-intents .wpt-favorite span {
background: url(//raduga-print.ru/wp-content/plugins/wp-to-twitter/images/spritev2.png) -32px;
}
.wpt-intents .wpt-reply:hover span, .wpt-intents .wpt-reply:focus span {
background-position: -16px;
}
.wpt-intents .wpt-retweet:hover span, .wpt-intents .wpt-retweet:focus span {
background-position: -96px;
}
.wpt-intents .wpt-favorite:hover span, .wpt-intents .wpt-favorite:focus span {
background-position: -48px;
}
.retweeted .wpt-intents .wpt-retweet span {
background-position: -112px;
}
.favorited .wpt-intents .wpt-favorite span {
background-position: -64px;
}
.wpt-intents a span.intent-text {
width: auto;
height: auto;
margin: 0;
top: 0;
background: none;
}.searchwp-live-search-results {
box-sizing: border-box;
-moz-box-sizing: border-box;
background: #fff;
-webkit-box-shadow: 0 0 2px 0 rgba(30,30,30,0.4);
box-shadow: 0 0 2px 0 rgba(30,30,30,0.4);
border-radius: 3px;
width: 315px;
min-height: 175px;
max-height: 300px;
}
.searchwp-live-search-no-min-chars .spinner {
opacity: 0.3;
}
.searchwp-live-search-result p {
font-size:0.9em;
padding:1em;
margin:0;
border-bottom:1px solid rgba(30,30,30,0.1);
}
.searchwp-live-search-result--focused {
background: #DDD;
}
.searchwp-live-search-result--focused a {
color: #000;
}
.searchwp-live-search-result:last-of-type p {
border-bottom:0;
}
.searchwp-live-search-result a {
display: block;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
} .searchwp-live-search-instructions {
border: 0 !important;
clip: rect(1px, 1px, 1px, 1px) !important;
-webkit-clip-path: inset(50%) !important;
clip-path: inset(50%) !important;
height: 1px !important;
overflow: hidden !important;
padding: 0 !important;
position: absolute !important;
width: 1px !important;
white-space: nowrap !important;
}
@keyframes searchwp-spinner-line-fade-more {
0%, 100% {
opacity: 0; }
1% {
opacity: 1;
}
}
@keyframes searchwp-spinner-line-fade-quick {
0%, 39%, 100% {
opacity: 0.25; }
40% {
opacity: 1;
}
}
@keyframes searchwp-spinner-line-fade-default {
0%, 100% {
opacity: 0.22; }
1% {
opacity: 1;
}
}