style.css
212 lines
| 1 | select.goog-te-combo { |
| 2 | width:143px !important; |
| 3 | box-shadow:none !important; |
| 4 | -moz-box-shadow:none !important; |
| 5 | -webkit-box-shadow:none !important; |
| 6 | padding:3px !important; |
| 7 | height:auto !important; |
| 8 | border:1px solid lightgray !important; |
| 9 | border-radius:0px !important; |
| 10 | -webkit-border-radius:0px; |
| 11 | -moz-border-radius:0px !important; |
| 12 | } |
| 13 | |
| 14 | select.goog-te-combo:focus { |
| 15 | box-shadow:none !important; |
| 16 | -moz-box-shadow:none !important; |
| 17 | -webkit-box-shadow:none !important; |
| 18 | } |
| 19 | |
| 20 | .metabox-holder { |
| 21 | width:65%; |
| 22 | float:left; |
| 23 | } |
| 24 | |
| 25 | .metabox-holder h2 { |
| 26 | margin-bottom:18px; |
| 27 | } |
| 28 | |
| 29 | .submit { |
| 30 | padding:0px; |
| 31 | } |
| 32 | |
| 33 | .form-table th { |
| 34 | width:50%; |
| 35 | } |
| 36 | |
| 37 | td.advanced { |
| 38 | padding-top:0px; |
| 39 | padding-bottom:0px; |
| 40 | } |
| 41 | |
| 42 | p.hello { |
| 43 | font-size:12px; |
| 44 | color:darkgray; |
| 45 | } |
| 46 | |
| 47 | /* Elegant Theme Translator Styles */ |
| 48 | |
| 49 | .flag{ |
| 50 | font-size:16px; |
| 51 | padding:1px 0; |
| 52 | background-repeat:no-repeat; |
| 53 | background-image:url(/modules/mod_gtranslate/tmpl/lang/16.png); |
| 54 | } |
| 55 | |
| 56 | .flag img,.alt_flag img{ |
| 57 | border:0px !important; |
| 58 | margin-top:2px !important; |
| 59 | padding:0px !important; |
| 60 | } |
| 61 | |
| 62 | .switcher{ |
| 63 | width:150px; |
| 64 | margin-top:3px; |
| 65 | font-family:Arial; |
| 66 | font-size:10pt; |
| 67 | text-align:left; |
| 68 | cursor:pointer; |
| 69 | overflow:hidden; |
| 70 | /*position:absolute;*/ |
| 71 | z-index:9999; |
| 72 | top:0px; |
| 73 | left:0px; |
| 74 | line-height:1.5 !important; |
| 75 | } |
| 76 | |
| 77 | .switcher a{ |
| 78 | text-decoration:none; |
| 79 | display:block; |
| 80 | font-size:10pt; |
| 81 | position:relative; |
| 82 | z-index:9999; |
| 83 | } |
| 84 | |
| 85 | .switcher a span{ |
| 86 | margin-right:3px; |
| 87 | padding:0; |
| 88 | display:block; |
| 89 | float:left; |
| 90 | position:relative; |
| 91 | z-index:9999; |
| 92 | } |
| 93 | |
| 94 | .switcher .selected{ |
| 95 | position:relative; |
| 96 | z-index:9999; |
| 97 | float:none !important; |
| 98 | |
| 99 | } |
| 100 | |
| 101 | .switcher .selected a { |
| 102 | border:1px solid #CCCCCC; |
| 103 | color:#666666; |
| 104 | padding:2px 0px 2px 5px; |
| 105 | position:relative; |
| 106 | z-index:9999; |
| 107 | } |
| 108 | |
| 109 | .switcher .selected a:hover{ |
| 110 | background:#F0F0F0 url(/modules/mod_gtranslate/tmpl/arrow_down.png) 146px center no-repeat; |
| 111 | text-decoration:none; |
| 112 | } |
| 113 | |
| 114 | .switcher .option{ |
| 115 | border-left:1px solid #CCCCCC; |
| 116 | border-right:1px solid #CCCCCC; |
| 117 | border-bottom:1px solid #CCCCCC; |
| 118 | background-color:#EEEEEE; |
| 119 | display:none; |
| 120 | position:relative; |
| 121 | z-index:9999; |
| 122 | height:400px; |
| 123 | overflow-y:scroll; |
| 124 | overflow-x:hidden; |
| 125 | } |
| 126 | |
| 127 | .switcher .option a{ |
| 128 | color:#000; |
| 129 | padding:3px 5px; |
| 130 | position:relative; |
| 131 | z-index:9999; |
| 132 | } |
| 133 | |
| 134 | .switcher .option a:hover{ |
| 135 | background:#FFC; |
| 136 | } |
| 137 | |
| 138 | #language{ |
| 139 | /*position:relative; |
| 140 | z-index:9999;*/ |
| 141 | height:30px; |
| 142 | } |
| 143 | |
| 144 | #language_inner { |
| 145 | width:100%; |
| 146 | height:100%; |
| 147 | |
| 148 | } |
| 149 | |
| 150 | .attribution { |
| 151 | width:152px; |
| 152 | line-height:1em; |
| 153 | margin-top:4px; |
| 154 | } |
| 155 | |
| 156 | span.goog-branding { |
| 157 | font-size: 11px; |
| 158 | font-family: arial; |
| 159 | color: rgb(102, 102, 102); |
| 160 | white-space: nowrap; |
| 161 | padding-top: 4px; |
| 162 | text-align: left; |
| 163 | width: 150px; |
| 164 | margin-top: 2px; |
| 165 | left:170px; |
| 166 | z-index: 9999; |
| 167 | float: right; |
| 168 | } |
| 169 | |
| 170 | .goog-logo-link, .goog-logo-link:link, .goog-logo-link:visited, .goog-logo-link:hover, .goog-logo-link:active { |
| 171 | font-size: 12px; |
| 172 | font-weight: bold; |
| 173 | color: rgb(68, 68, 68); |
| 174 | text-decoration: none; |
| 175 | /*float: right;*/ |
| 176 | line-height:0.8em; |
| 177 | } |
| 178 | |
| 179 | span.goog-branding img { |
| 180 | float: left; |
| 181 | margin:0px; |
| 182 | width: 37px; |
| 183 | |
| 184 | } |
| 185 | |
| 186 | span.vertical-translator { |
| 187 | position:auto; |
| 188 | float:none !important; |
| 189 | font-size: 11px; |
| 190 | font-family: arial; |
| 191 | color: rgb(102, 102, 102); |
| 192 | white-space: nowrap; |
| 193 | vertical-align: middle; |
| 194 | padding-top: 4px; |
| 195 | text-align: left; |
| 196 | width: 150px; |
| 197 | margin-top: 2px; |
| 198 | right: -50px; |
| 199 | z-index: 9999; |
| 200 | } |
| 201 | |
| 202 | |
| 203 | |
| 204 | #language > div > div:first-child > div { width:100%; } |
| 205 | |
| 206 | /* Force overflow content to show so that the drop-down will show */ |
| 207 | |
| 208 | .widget { overflow:visible !important; } |
| 209 | |
| 210 | /*#sidebar { overflow:visible !important; }*/ |
| 211 | |
| 212 |