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 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 |
/* Google Custom Search */ $font-family: 'Crimson Text', Palatino, Bookman, Georgia, Times; $font-size: 19px; $link-color: #BD3F00; $link-hover-color: #712600; .gsc-resultsHeader, .gsc-trailing-more-results, #search_results .gsc-url-top, .gs-watermark { display: none; } div.gsc-thumbnail-inside { padding-left: 0; } .gsc-control-cse, .gsc-control-cse .gsc-table-result, .gsc-branding-text { font-family: $font-family; font-size: $font-size; } .gsc-control-cse .gs-result a.gs-title, .gsc-control-cse .gs-result a.gs-title * { font-size: $font-size; } div.gsc-result-info { font-family: $font-family; } #search_results { font-family: $font-family; clear: both; text-align: justify; } .gsc-result { padding: 0.5em 0; * { font-family: $font-family; font-size: $font-size; } .gs-snippet { } a.gs-title { color: $link-color; * { color: $link-color; } } } table.gsc-search-box { margin: auto; } .gsc-searchbox { border: none; td { border: none; } } .cse div.gsc-control-cse, div.gsc-control-cse { padding: 0; } .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; font-family: $font-family; &:hover { cursor: pointer; } } .gsc-cursor-current-page { font-weight: bold; } td.gsc-search-button > input.gsc-search-button-v2 { border-color: $link-color; background-color: $link-color; background-image: -webkit-linear-gradient(top, $link-color, darken($link-color, 10%)); background-image: -moz-linear-gradient(top, $link-color, darken($link-color, 10%)); background-image: -ms-linear-gradient(top, $link-color, darken($link-color, 10%)); background-image: -o-linear-gradient(top, $link-color, darken($link-color, 10%)); background-image: linear-gradient(top, $link-color, darken($link-color, 10%)); } td.gsc-search-button > input.gsc-search-button-v2:hover { border-color: $link-hover-color; background-color: $link-hover-color; background-image: -webkit-linear-gradient(top, $link-hover-color, darken($link-hover-color, 10%)); background-image: -moz-linear-gradient(top, $link-hover-color, darken($link-hover-color, 10%)); background-image: -ms-linear-gradient(top, $link-hover-color, darken($link-hover-color, 10%)); background-image: -o-linear-gradient(top, $link-hover-color, darken($link-hover-color, 10%)); background-image: linear-gradient(top, $link-hover-color, darken($link-hover-color, 10%)); } td.gsib_a { padding-bottom: 5px; padding-top: 0; } .gsc-input-box input.gsc-input, .gsc-input-box-focus, .gsc-input-box-hover { margin-top: 0; border: none; -webkit-box-shadow:none ; -moz-box-shadow: none; box-shadow: none; -webkit-transition: none; -moz-transition: none; -o-transition: none; transition: none; } /* 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; } } } /* Kontactr */ #kform label{ font-family: $font-family; font-size: $font-size; } |