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