PluginProbe ʕ •ᴥ•ʔ
Translate WordPress – Google Language Translator / 3.0
Translate WordPress – Google Language Translator v3.0
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
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 }