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