PluginProbe ʕ •ᴥ•ʔ
Translate WordPress – Google Language Translator / 2.9
Translate WordPress – Google Language Translator v2.9
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
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 }