style.css
163 lines
| 1 | select.goog-te-combo { |
| 2 | width:143px !important; |
| 3 | background:#fff; |
| 4 | box-shadow:none !important; |
| 5 | -moz-box-shadow:none !important; |
| 6 | -webkit-box-shadow:none !important; |
| 7 | padding:3px !important; |
| 8 | height:auto !important; |
| 9 | border:1px solid lightgray !important; |
| 10 | border-radius:0px !important; |
| 11 | -webkit-border-radius:0px; |
| 12 | -moz-border-radius:0px !important; |
| 13 | -o-border-radius:0px !important; |
| 14 | } |
| 15 | |
| 16 | #flags ul { |
| 17 | margin:0; |
| 18 | } |
| 19 | |
| 20 | #flags li { |
| 21 | float:left !important; |
| 22 | margin-bottom:0 !important; |
| 23 | padding:0 !important; |
| 24 | border:none !important; |
| 25 | list-style:none !important; |
| 26 | content:none !important; |
| 27 | } |
| 28 | |
| 29 | #flags li:before { |
| 30 | content:none !important; |
| 31 | border:none !important; |
| 32 | } |
| 33 | |
| 34 | #flags a { |
| 35 | cursor:pointer; |
| 36 | } |
| 37 | |
| 38 | .goog-te-gadget { |
| 39 | color:#444; |
| 40 | font-size:11px; |
| 41 | font-family:"Arial",sans,sans-serif; |
| 42 | } |
| 43 | |
| 44 | .goog-te-gadget img { |
| 45 | vertical-align:middle; |
| 46 | } |
| 47 | |
| 48 | select.goog-te-combo:focus { |
| 49 | box-shadow:none !important; |
| 50 | -moz-box-shadow:none !important; |
| 51 | -webkit-box-shadow:none !important; |
| 52 | } |
| 53 | |
| 54 | .metabox-holder { |
| 55 | width:65%; |
| 56 | float:left; |
| 57 | } |
| 58 | |
| 59 | .metabox-holder h2 { |
| 60 | margin-bottom:18px; |
| 61 | } |
| 62 | |
| 63 | .submit { |
| 64 | padding:0px; |
| 65 | } |
| 66 | |
| 67 | .form-table th { |
| 68 | width:50%; |
| 69 | } |
| 70 | |
| 71 | td.advanced { |
| 72 | padding-top:0px; |
| 73 | padding-bottom:0px; |
| 74 | } |
| 75 | |
| 76 | p.hello { |
| 77 | font-size:12px; |
| 78 | color:darkgray; |
| 79 | } |
| 80 | |
| 81 | .flag{ |
| 82 | padding:1px 0; |
| 83 | } |
| 84 | |
| 85 | .flag img, |
| 86 | .alt_flag img{ |
| 87 | border:0px !important; |
| 88 | margin-top:2px !important; |
| 89 | padding:0px !important; |
| 90 | } |
| 91 | |
| 92 | .attribution { |
| 93 | width:152px; |
| 94 | line-height:1em; |
| 95 | margin-top:4px; |
| 96 | } |
| 97 | |
| 98 | span.goog-branding { |
| 99 | font-size: 11px; |
| 100 | font-family: arial; |
| 101 | color: rgb(102, 102, 102); |
| 102 | white-space: nowrap; |
| 103 | padding-top: 4px; |
| 104 | text-align: left; |
| 105 | width: 150px; |
| 106 | margin-top: 2px; |
| 107 | left:170px; |
| 108 | z-index: 9999; |
| 109 | float: right; |
| 110 | } |
| 111 | |
| 112 | .goog-logo-link, .goog-logo-link:link, .goog-logo-link:visited, .goog-logo-link:hover, .goog-logo-link:active { |
| 113 | font-size: 12px; |
| 114 | font-weight: bold; |
| 115 | color: rgb(68, 68, 68); |
| 116 | text-decoration: none; |
| 117 | line-height:0.8em; |
| 118 | } |
| 119 | |
| 120 | span.goog-branding img { |
| 121 | float: left; |
| 122 | margin:0px; |
| 123 | width: 37px; |
| 124 | |
| 125 | } |
| 126 | |
| 127 | span.vertical-translator { |
| 128 | position:auto; |
| 129 | float:none !important; |
| 130 | font-size: 11px; |
| 131 | font-family: arial; |
| 132 | color: rgb(102, 102, 102); |
| 133 | white-space: nowrap; |
| 134 | vertical-align: middle; |
| 135 | padding-top: 4px; |
| 136 | text-align: left; |
| 137 | width: 150px; |
| 138 | margin-top: 2px; |
| 139 | right: -50px; |
| 140 | z-index: 9999; |
| 141 | } |
| 142 | |
| 143 | .tool-items .flag img { |
| 144 | width:24px !important; |
| 145 | height:24px !important; |
| 146 | margin-top:1px !important; |
| 147 | } |
| 148 | |
| 149 | .tool-items .flag { |
| 150 | padding:0px !important; |
| 151 | } |
| 152 | |
| 153 | .tool-container { |
| 154 | line-height:1; |
| 155 | } |
| 156 | |
| 157 | #footer-instance { |
| 158 | display:none !important; |
| 159 | } |
| 160 | |
| 161 | code { |
| 162 | border:1px solid lightgray; |
| 163 | } |