PluginProbe ʕ •ᴥ•ʔ
Translate WordPress – Google Language Translator / 4.0
Translate WordPress – Google Language Translator v4.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
jquery-ui.css 11 years ago style.css 11 years ago style.php 11 years ago toolbar.css 11 years ago
style.css
134 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 .flag{
63 font-size:16px;
64 padding:1px 0;
65 }
66
67 .flag img,.alt_flag img{
68 border:0px !important;
69 margin-top:2px !important;
70 padding:0px !important;
71 }
72
73 .attribution {
74 width:152px;
75 line-height:1em;
76 margin-top:4px;
77 }
78
79 span.goog-branding {
80 font-size: 11px;
81 font-family: arial;
82 color: rgb(102, 102, 102);
83 white-space: nowrap;
84 padding-top: 4px;
85 text-align: left;
86 width: 150px;
87 margin-top: 2px;
88 left:170px;
89 z-index: 9999;
90 float: right;
91 }
92
93 .goog-logo-link, .goog-logo-link:link, .goog-logo-link:visited, .goog-logo-link:hover, .goog-logo-link:active {
94 font-size: 12px;
95 font-weight: bold;
96 color: rgb(68, 68, 68);
97 text-decoration: none;
98 line-height:0.8em;
99 }
100
101 span.goog-branding img {
102 float: left;
103 margin:0px;
104 width: 37px;
105
106 }
107
108 span.vertical-translator {
109 position:auto;
110 float:none !important;
111 font-size: 11px;
112 font-family: arial;
113 color: rgb(102, 102, 102);
114 white-space: nowrap;
115 vertical-align: middle;
116 padding-top: 4px;
117 text-align: left;
118 width: 150px;
119 margin-top: 2px;
120 right: -50px;
121 z-index: 9999;
122 }
123
124 .tool-items .flag img {
125 margin-top:1px !important;
126 }
127
128 .tool-items .flag {
129 padding:0px !important;
130 }
131
132 .tool-container {
133 line-height:1;
134 }