PluginProbe ʕ •ᴥ•ʔ
Translate WordPress – Google Language Translator / 4.0.4
Translate WordPress – Google Language Translator v4.0.4
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
163 lines
1 select.goog-te-combo {
2 width:143px !important;
3 background:#fff;
4 box-shadow:none !important;
5 -moz-box-shadow:none !important;
6 -webkit-box-shadow:none !important;
7 padding:3px !important;
8 height:auto !important;
9 border:1px solid lightgray !important;
10 border-radius:0px !important;
11 -webkit-border-radius:0px;
12 -moz-border-radius:0px !important;
13 -o-border-radius:0px !important;
14 }
15
16 #flags ul {
17 margin:0;
18 }
19
20 #flags li {
21 float:left !important;
22 margin-bottom:0 !important;
23 padding:0 !important;
24 border:none !important;
25 list-style:none !important;
26 content:none !important;
27 }
28
29 #flags li:before {
30 content:none !important;
31 border:none !important;
32 }
33
34 #flags a {
35 cursor:pointer;
36 }
37
38 .goog-te-gadget {
39 color:#444;
40 font-size:11px;
41 font-family:"Arial",sans,sans-serif;
42 }
43
44 .goog-te-gadget img {
45 vertical-align:middle;
46 }
47
48 select.goog-te-combo:focus {
49 box-shadow:none !important;
50 -moz-box-shadow:none !important;
51 -webkit-box-shadow:none !important;
52 }
53
54 .metabox-holder {
55 width:65%;
56 float:left;
57 }
58
59 .metabox-holder h2 {
60 margin-bottom:18px;
61 }
62
63 .submit {
64 padding:0px;
65 }
66
67 .form-table th {
68 width:50%;
69 }
70
71 td.advanced {
72 padding-top:0px;
73 padding-bottom:0px;
74 }
75
76 p.hello {
77 font-size:12px;
78 color:darkgray;
79 }
80
81 .flag{
82 padding:1px 0;
83 }
84
85 .flag img,
86 .alt_flag img{
87 border:0px !important;
88 margin-top:2px !important;
89 padding:0px !important;
90 }
91
92 .attribution {
93 width:152px;
94 line-height:1em;
95 margin-top:4px;
96 }
97
98 span.goog-branding {
99 font-size: 11px;
100 font-family: arial;
101 color: rgb(102, 102, 102);
102 white-space: nowrap;
103 padding-top: 4px;
104 text-align: left;
105 width: 150px;
106 margin-top: 2px;
107 left:170px;
108 z-index: 9999;
109 float: right;
110 }
111
112 .goog-logo-link, .goog-logo-link:link, .goog-logo-link:visited, .goog-logo-link:hover, .goog-logo-link:active {
113 font-size: 12px;
114 font-weight: bold;
115 color: rgb(68, 68, 68);
116 text-decoration: none;
117 line-height:0.8em;
118 }
119
120 span.goog-branding img {
121 float: left;
122 margin:0px;
123 width: 37px;
124
125 }
126
127 span.vertical-translator {
128 position:auto;
129 float:none !important;
130 font-size: 11px;
131 font-family: arial;
132 color: rgb(102, 102, 102);
133 white-space: nowrap;
134 vertical-align: middle;
135 padding-top: 4px;
136 text-align: left;
137 width: 150px;
138 margin-top: 2px;
139 right: -50px;
140 z-index: 9999;
141 }
142
143 .tool-items .flag img {
144 width:24px !important;
145 height:24px !important;
146 margin-top:1px !important;
147 }
148
149 .tool-items .flag {
150 padding:0px !important;
151 }
152
153 .tool-container {
154 line-height:1;
155 }
156
157 #footer-instance {
158 display:none !important;
159 }
160
161 code {
162 border:1px solid lightgray;
163 }