removed
[ikiwiki.git] / themes / actiontabs / style.css
blob749d9b21e1ca9c1efae9195f04d07242388557e7
1 /* actiontabs theme for ikiwiki
3 * by svend
4 */
6 a {
7 text-decoration: none;
8 color: #005a9c;
11 a:hover {
12 text-decoration: underline;
16 hr {
17 border-style: none;
18 background-color: #999;
19 height: 1px;
22 code, pre {
23 background: #eee;
26 pre {
27 padding: .5em;
30 body {
31 margin: 0;
32 padding: 0;
33 font-family: sans-serif;
34 color: black;
35 background: white;
38 .pageheader {
39 margin: 0;
40 padding: 1em 2em;
41 position: relative;
42 overflow: hidden;
43 background: #eee;
44 border-color: #999;
45 border-style: none none solid none;
46 border-width: 1px;
49 .pageheader .header {
50 float: left;
51 font-size: 120%;
54 .header {
55 font-weight: normal;
58 .title {
59 display: block;
60 margin-top: .2em;
61 font: 140% sans-serif;
64 #searchform {
65 position: absolute;
66 top: 0.5em;
67 right: 2em;
70 .pageheader .actions {
71 position: absolute;
72 bottom: 0;
73 right: 2em;
74 width: 100%;
75 text-align: right;
76 padding: 2px;
79 #content, #comments, #footer {
80 margin: 1em 2em;
83 #pageinfo {
84 border-color: #999;
87 .inlinepage {
88 margin: .4em 0;
89 padding: .4em 0;
90 border-style: none;
91 border-top: 1px solid #aaa;
94 .inlineheader {
95 font-size: 120%;
98 h1 { font: 120% sans-serif }
99 h2 { font: bold 100% sans-serif }
100 h3, h4, h5, h6 { font: bold 80% sans-serif }
102 /* Smaller headings for inline pages */
103 .inlinepage h1 { font-size: 110% }
104 .inlinepage h2 { font-size: 100% }
105 .inlinepage h3 { font-size: 100% }
107 .pageheader .actions ul {
108 border-style: none
111 .actions ul {
112 padding: 0;
113 border-style: none;
116 .actions ul li a {
117 text-decoration: none;
120 .pageheader .actions ul li {
121 margin: 0;
122 padding: .1em .5em 0 .5em;
123 background: white;
124 border-color: #999;
125 border-style: solid solid none solid;
126 border-width: 1px;
129 div.recentchanges {
130 border-style: none;
133 .pagecloud {
134 width: auto;
137 .sidebar {
138 border-bottom: 0;
139 border-right: 0;
140 border-top: 0;
141 margin-top: 0.5em;
142 padding: 0 0 0 2ex;
143 border-color: #999;