PluginProbe ʕ •ᴥ•ʔ
Translate WordPress – Google Language Translator / trunk
Translate WordPress – Google Language Translator vtrunk
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 / glt-notices.css
google-language-translator / css Last commit date
glt-notices.css 7 years ago style.css 7 years ago style.php 2 years ago toolbar.css 8 years ago
glt-notices.css
56 lines
1 .glt-admin-notice {
2 background: #fff;
3 border-color: #ED494D;
4 border-top: 4px;
5 display: block;
6 min-height: 68px;
7 padding: 10px 40px 10px 145px;
8 position: relative;
9 }
10 .glt-admin-notice a {
11 color: #ED494D;
12 text-decoration:none;
13 }
14 .glt-notice-logo {
15 clear: both;
16 content: "";
17 display: block;
18 background-image: url(../images/gt_logo.svg);
19 background-size: 125px auto;
20 background-repeat: no-repeat;
21 background-position: 0 45%;
22 width: 125px;
23 position: absolute;
24 top: 0;
25 bottom: 0;
26 left: 5px;
27 }
28 .glt-admin-notice > .dashicons {
29 color: #424242;
30 position: absolute;
31 right: 20px;
32 top: 40%;
33 }
34 .glt-notice-title {
35 font-size: 24px;
36 margin: 0;
37 }
38 .glt-notice-body {
39 font-weight: normal;
40 margin: 5px 0;
41 }
42 .glt-notice-body:after {
43 clear: both;
44 content: "";
45 display: block;
46 }
47 .glt-notice-body li {
48 float: left;
49 margin-right: 20px;
50 }
51 .glt-notice-body .dashicons {
52 font-size: 17px;
53 }
54 .glt-red {
55 color: #ED494D;
56 }