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