]> git.plutz.net Git - shellwiki/blob - themes/default.css
theme css
[shellwiki] / themes / default.css
1 html {
2   min-height: 100%;
3 }
4
5 body {
6   position: absolute;
7   width: 100%;
8   min-height: 100%;
9 }
10
11 footer {
12   position: absolute;
13   bottom: 0;
14 }
15
16 header, footer {
17   box-shadow: 0 0 .75em;
18   width: 100%;
19   z-index: 1;
20   background-color: inherit;
21 }
22
23 header :last-child, main :last-child {
24   margin-bottom: 0;
25 }
26
27 header h2, header .menu {
28   display: inline-block;
29 }
30
31 header .menu {
32   list-style: none;
33 }
34
35 header .menu li {
36   display: inline-block;
37   margin-right: .5em;
38 }
39
40 main .pagemenu {
41   list-style: none;
42   background-color: #666;
43   margin: 0;
44   box-shadow: 0 0 .5em;
45   padding: .25em 2em;
46 }
47 main .pagemenu li {
48   display: inline-block;
49   margin-right: 1em;
50 }
51 main .pagemenu li a {
52   color: #FFF;
53 }
54
55 body.editor textarea {
56   width: 100%;
57   min-height: 20em;
58 }