clear sandbox/test commit
[ikiwiki.git] / doc / css_market / zack.css
blob5a0521d54bce1e700c8531f7f27c4b2dfe7d97d6
1 /* local.css stylesheet to be used with ikiwiki
3 * Copyright: (C) 2006 Stefano Zacchiroli <zack@debian.org>
4 * License: GNU General Public License version 2 or above.
6 * TODO
7 * - plone-like actions in the toplevel bar, but remember: resist the
8 * temptation of making them floating to the right: the breadcrumb trail can
9 * grow indefinitely
10 * - blog form aligned to the right, keeping the RSS logo to the left
11 * - some rendering for the tags (a la 'xhtml' logo of plone? ...)
12 * - some rendering for backlinks
13 * - some rendering for posting dates
16 body {
17 font-family: sans-serif;
18 font-size: medium;
20 h1, h2, h3, h4 {
21 font-weight: normal;
23 h1 { font-size: 140%; }
24 h2 { font-size: 120%; }
25 h3 { font-size: 110%; }
26 h4 { font-size: 105% }
28 a { text-decoration: none; }
29 a:hover { text-decoration: underline; }
31 .flow {
32 float: right;
33 margin-left: 10px;
34 margin-bottom: 10px;
35 text-align: center;
38 .attrib-caption {
39 font-size: xx-small;
40 font-style: italic;
43 input {
44 border: solid 1px;
45 border-color: #aaa;
48 .header { font-weight: normal; }
50 .selflink { text-decoration: underline; }
52 .pageheader .actions ul,
53 #sitemeta {
54 border-top: solid 1px;
55 border-bottom: solid 1px;
56 font-size: small;
57 border-color: #aaa;
58 background: #eee;
60 .actions ul {
61 padding: 1px;
62 margin-top: 5px;
64 #sitemeta {
65 padding: 0;
66 margin-bottom: 5px;
68 #backlinks,
69 .tags {
70 margin-top: 0;
71 margin-bottom: 0;
74 #pageinfo {
75 border: none;
78 #searchform div:before {
79 font-size: small;
80 content: "search:";
82 #searchform input {
83 border-top: none;
84 border-bottom: none;
85 vertical-align: bottom;
86 margin-right: 7px;
89 #sidebar {
90 border: solid;
91 border-width: 1px;
92 padding: 0;
93 margin-top: 15px;
94 border: 1px solid;
95 border-color: #aaa;
96 background: #eee;
97 width: 16ex;
99 #sidebar ul {
100 margin: 0;
101 padding-left: 1em;
102 list-style-type: none;
104 #sidebar ul ul {
105 padding-left: 1.5em;
106 font-size: 90%;
109 #pageinfo,
110 #footer {
111 margin: 0;
113 #pageinfo {
114 font-size: small;
116 .pagecopyright,
117 .pagelicense,
118 .pagedate {
119 margin: 0;
120 display: inline;
122 #backlinks {
123 margin-top: 5px;
124 margin-bottom: 10px;
125 font-size: larger;
127 .validation {
128 display: inline;
129 float: right;
132 .pagecloud {
133 margin-left: 5px;
136 table.identikit tr th {
137 text-align: right;
138 vertical-align: top;
140 table.identikit tr th:after {
141 content: ":";
143 table.identikit tr td {
144 text-align: left;
145 vertical-align: top;
148 .doi_logo , .doi_logo a {
149 background: #3965bd;
150 color: white !important;
151 font-size: 80%;
152 text-decoration: none;
153 font-family: times;
154 font-weight: bold;
155 padding: 0px 1px 0px 2px;
158 #comments {
159 margin-top: 5ex;
160 border-top: solid 1px;
161 border-color: #aaa;
162 font-size: small;
165 #comments #feedlink {
166 text-align: right;
168 #comments #feedlink:before {
169 content: "comment feeds: ";
172 .addcomment {
173 padding: 5px;
174 font-style: italic;
177 .comment {
178 border: none;
179 background-color: #eee;
180 margin: 5px;
181 margin-top: 10px;
184 .comment-subject {
185 font-style: normal;
188 .comment-header {
189 border-top: solid 1px;
190 border-color: #aaa;
191 text-align: right;
192 font-style: normal;