Encode not used
[ikiwiki] / underlays / themes / actiontabs / style.css
1 /* actiontabs theme for ikiwiki
2  *
3  * by svend
4  */
5
6 a {
7         text-decoration: none;
8         color: #005a9c;
9 }
10
11 a:hover {
12         text-decoration: underline;
13 }
14
15
16 hr {
17         border-style: none;
18         background-color: #999;
19         height: 1px;
20 }
21
22 code, pre {
23         background: #eee;
24 }
25
26 pre {
27         padding: .5em;
28 }
29
30 body {
31         margin: 0;
32         padding: 0;
33         font-family: sans-serif;
34         color: black;
35         background: white;
36 }
37
38 .pageheader {
39         margin: 0;
40         padding: 1em 2em 0 2em;
41         background: #eee;
42         border-color: #999;
43         border-style: none none solid none;
44         border-width: 1px;
45 }
46
47 .header {
48         font-size: 100%;
49         font-weight: normal;
50 }
51
52 .title {
53         display: block;
54         margin-top: .2em;
55         font: 140% sans-serif;
56         text-transform: capitalize;
57 }
58
59 .actions {
60         text-align: right;
61         padding: 0;
62 }
63
64 #content, #comments, #footer {
65         margin: 1em 2em;
66 }
67
68 #pageinfo {
69         border-color: #999;
70 }
71
72 .inlinepage {
73         margin: .4em 0;
74         padding: .4em 0;
75         border-style: none;
76         border-top: 1px solid #aaa;
77 }
78
79 .inlineheader {
80         font-size: 120%;
81         font-weight: normal;
82 }
83
84 h1 { font: 120% sans-serif }
85 h2 { font: bold 100% sans-serif }
86 h3 { font: italic 100% sans-serif }
87 h4, h5, h6 { font: small-caps 100% sans-serif }
88
89 /* Smaller headings for inline pages */
90 .inlinepage h1 { font-size: 110% }
91 .inlinepage h2 { font-size: 100% }
92 .inlinepage h3 { font-size: 100% }
93
94 .pageheader .actions ul {
95         border-style: none
96 }
97
98 .actions ul {
99         font-size: 75%;
100         padding: 0;
101         border-style: none;
102 }
103
104 .actions ul li a {
105         text-decoration: none;
106 }
107
108 .actions ul li {
109         margin: 0;
110         padding: .1em .5em 0 .5em;
111         background: white;
112         border-color: #999;
113         border-style: solid solid none solid;
114         border-width: 1px;
115 }
116
117 div.recentchanges {
118         border-style: none;
119 }
120
121 .pagecloud {
122         width: auto;
123 }