PluginProbe ʕ •ᴥ•ʔ
Translate WordPress – Google Language Translator / 2.7
Translate WordPress – Google Language Translator v2.7
trunk 1.1 1.2 1.3 1.4 1.5 1.6 1.7 1.8 2.0 2.1 2.2 2.3 2.4 2.5 2.6 2.7 2.8 2.9 3.0 3.0.1 3.0.2 3.0.3 3.0.4 3.0.5 3.0.6 3.0.7 3.0.8 3.0.9 4.0 4.0.1 4.0.2 4.0.3 4.0.4 4.0.5 4.0.7 4.0.8 4.0.9 5.0 5.0.0 5.0.01 5.0.02 5.0.03 5.0.04 5.0.05 5.0.06 5.0.07 5.0.08 5.0.09 5.0.10 5.0.11 5.0.12 5.0.13 5.0.14 5.0.15 5.0.16 5.0.17 5.0.18 5.0.19 5.0.20 5.0.21 5.0.22 5.0.23 5.0.24 5.0.25 5.0.26 5.0.27 5.0.28 5.0.29 5.0.30 5.0.31 5.0.32 5.0.33 5.0.34 5.0.35 5.0.36 5.0.37 5.0.38 5.0.39 5.0.40 5.0.41 5.0.42 5.0.43 5.0.44 5.0.45 5.0.46 5.0.47 5.0.48 5.0.49 6.0.0 6.0.1 6.0.10 6.0.11 6.0.12 6.0.13 6.0.14 6.0.15 6.0.16 6.0.19 6.0.2 6.0.20 6.0.3 6.0.4 6.0.5 6.0.6 6.0.7 6.0.8 6.0.9
google-language-translator / css / style.css
google-language-translator / css Last commit date
style.css 12 years ago
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