aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/layout/style-c.css
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--layout/style-c.css43
1 files changed, 43 insertions, 0 deletions
diff --git a/layout/style-c.css b/layout/style-c.css
new file mode 100644
index 0000000..702cc04
--- /dev/null
+++ b/layout/style-c.css
@@ -0,0 +1,43 @@
1label[for="navicon"] {
2 display: block;
3}
4
5#header h1 {
6 padding-left: 30px;
7}
8
9#content {
10 padding-left: 5px;
11}
12
13#footer {
14 padding-left: 5px;
15}
16
17.row .hostinfo {
18 font-size: 0.7em;
19 opacity: 0.6;
20}
21
22.plugins {
23 position: absolute;
24 z-index: 0;
25 display: none;
26}
27
28.navicon:checked ~ .plugins {
29 display: block;
30}
31
32.graphs {
33 position: relative;
34 z-index: 1;
35 background: #fff;
36 min-height: 100%;
37 min-width: 100%;
38 bottom: 100%;
39}
40
41.navicon:checked ~ .graphs {
42 left: 125px;
43}