content/styles/_vendor.scss
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 |
/* Twitter */
.twtr-tweet-text, .twtr-hd, .twtr-join-conv {
@include standard-font;
}
.twtr-hd h3 {
height: 20px;
}
.twitter-follow-button {
margin-left: 10px;
}
.twtr-tweet-text {
font-size: 1.3em;
}
.twtr-timestamp, .twtr-reply, .twtr-fav, .twtr-rt {
font-size: 1.4em;
font-style: italic;
}
/* Google Custom Search */
#search {
margin-top: 10px;
width: 270px;
float: right;
}
.gsc-resultsHeader, .gs-visibleUrl, .gsc-trailing-more-results, .gs-watermark {
display: none;
}
#search_results {
width: 940px;
clear: both;
text-align: justify;
padding: 10px;
}
.gsc-result {
padding: 0.5em 0;
}
table.gsc-search-box {
margin: auto;
}
.gsc-search-box {
border: none;
td {
border: none;
}
}
.gsc-input {
width: 200px;
}
.gsc-branding {
color: black;
font-style: italic;
font-size: 70%;
border: none;
margin: auto;
padding: 0;
}
td.gsc-branding-img {
text-align: left;
}
.gsc-cursor-page {
display: inline;
padding-right: 7px;
&:hover {
cursor: pointer;
}
}
.gsc-cursor-current-page {
font-weight: bold;
}
/* Disqus */
#disqus_thread {
margin: 0 10px;
#dsq-content {
font-size: 0.93em;
.dsq-request-user-name small, .dsq-subscribe small, .dsq-sharing-options span small {
font-size: 0.8em;
}
.dsq-comment-body {
margin: 0 10px;
}
}
}
|