PluginProbe ʕ •ᴥ•ʔ
LightStart – Maintenance Mode, Coming Soon and Landing Page Builder / 1.8.2
LightStart – Maintenance Mode, Coming Soon and Landing Page Builder v1.8.2
2.6.22 trunk 1.3 1.5.3 1.6.10 1.6.5 1.6.6 1.6.7 1.6.8 1.6.9 1.7.0 1.7.1 1.8.0 1.8.1 1.8.10 1.8.11 1.8.2 1.8.3 1.8.4 1.8.5 1.8.6 1.8.7 1.8.8 1.8.9 2.0.0 2.0.1 2.0.2 2.0.3 2.0.4 2.0.5 2.0.6 2.0.7 2.0.8 2.0.9 2.1.0 2.1.1 2.1.2 2.2 2.2.2 2.2.3 2.2.4 2.3.0 2.4.0 2.4.1 2.4.2 2.4.3 2.4.4 2.4.5 2.4.6 2.4.7 2.5.0 2.5.1 2.5.2 2.5.3 2.5.4 2.6.0 2.6.1 2.6.10 2.6.11 2.6.12 2.6.13 2.6.14 2.6.15 2.6.16 2.6.17 2.6.18 2.6.19 2.6.2 2.6.20 2.6.21 2.6.3 2.6.4 2.6.5 2.6.6 2.6.7 2.6.8 2.6.9
wp-maintenance-mode / styles / cm.css
wp-maintenance-mode / styles Last commit date
images 13 years ago af.css 13 years ago be.css 13 years ago cm.css 13 years ago dh.css 13 years ago es.css 13 years ago fl.css 13 years ago fv.css 13 years ago ks.css 13 years ago ln.css 13 years ago monster.css 13 years ago nicki.css 13 years ago txt.css 13 years ago wartung-de_DE.swf 13 years ago wartung-es_ES.swf 13 years ago wartung.swf 13 years ago
cm.css
53 lines
1 /**
2 * @design http://www.cayou-media.de/
3 */
4
5 body {
6 background:#000;
7 color:#FFF;
8 font:normal 10pt/13pt Trebuchet MS;
9 text-align:center;
10 margin:0;
11 padding:0;
12 }
13
14 a, a:link, a:visited, a.active {
15 text-decoration:none;
16 color:#FFCC01;
17 font:bold 10pt/13pt Trebuchet MS;
18 }
19
20 a:hover {
21 text-decoration:underline;
22 }
23
24 img {
25 border:none;
26 }
27
28 .admin {
29
30 }
31
32 #header {
33 font:bold 12pt/15pt Trebuchet MS;
34 color:#fff;
35 }
36
37 #content {
38
39 }
40
41 h3 {
42 color: #8f1218;
43 }
44
45 #footer {
46 text-align:right;
47 }
48
49 #footer a, #footer a:link, #footer a:visited, #footer a.active, #footer a:hover {
50 font:normal 10pt/13pt Trebuchet MS;
51 text-decoration:none;
52 color:#8C8A8C;
53 }