summaryrefslogtreecommitdiffstats
path: root/local.css
blob: 5a0521d54bce1e700c8531f7f27c4b2dfe7d97d6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
/* local.css stylesheet to be used with ikiwiki
 *
 * Copyright: (C) 2006 Stefano Zacchiroli <zack@debian.org>
 * License: GNU General Public License version 2 or above.
 *
 * TODO
 * - plone-like actions in the toplevel bar, but remember: resist the
 *   temptation of making them floating to the right: the breadcrumb trail can
 *   grow indefinitely
 * - blog form aligned to the right, keeping the RSS logo to the left
 * - some rendering for the tags (a la 'xhtml' logo of plone? ...)
 * - some rendering for backlinks
 * - some rendering for posting dates
 */

body {
  font-family: sans-serif;
  font-size: medium;
}
h1, h2, h3, h4 {
  font-weight: normal;
}
h1 { font-size: 140%; }
h2 { font-size: 120%; }
h3 { font-size: 110%; }
h4 { font-size: 105% }

a { text-decoration: none; }
a:hover { text-decoration: underline; }

.flow {
  float: right;
  margin-left: 10px;
  margin-bottom: 10px;
  text-align: center;
}

.attrib-caption {
  font-size: xx-small;
  font-style: italic;
}

input {
  border: solid 1px;
  border-color: #aaa;
}

.header { font-weight: normal; }

.selflink { text-decoration: underline; }

.pageheader .actions ul,
#sitemeta {
  border-top: solid 1px;
  border-bottom: solid 1px;
  font-size: small;
  border-color: #aaa;
  background: #eee;
}
.actions ul {
  padding: 1px;
  margin-top: 5px;
}
#sitemeta {
  padding: 0;
  margin-bottom: 5px;
}
#backlinks,
.tags {
  margin-top: 0;
  margin-bottom: 0;
}

#pageinfo {
  border: none;
}

#searchform div:before {
  font-size: small;
  content: "search:";
}
#searchform input {
  border-top: none;
  border-bottom: none;
  vertical-align: bottom;
  margin-right: 7px;
}

#sidebar {
  border: solid;
  border-width: 1px;
  padding: 0;
  margin-top: 15px;
  border: 1px solid;
  border-color: #aaa;
  background: #eee;
  width: 16ex;
}
#sidebar ul {
  margin: 0;
  padding-left: 1em;
  list-style-type: none;
}
#sidebar ul ul {
  padding-left: 1.5em;
  font-size: 90%;
}

#pageinfo,
#footer {
  margin: 0;
}
#pageinfo {
  font-size: small;
}
.pagecopyright,
.pagelicense,
.pagedate {
  margin: 0;
  display: inline;
}
#backlinks {
  margin-top: 5px;
  margin-bottom: 10px;
  font-size: larger;
}
.validation {
  display: inline;
  float: right;
}

.pagecloud {
  margin-left: 5px;
}

table.identikit tr th {
  text-align: right;
  vertical-align: top;
}
table.identikit tr th:after {
  content: ":";
}
table.identikit tr td {
  text-align: left;
  vertical-align: top;
}

.doi_logo , .doi_logo a {
    background: #3965bd;
    color: white !important;
    font-size: 80%;
    text-decoration: none;
    font-family: times;
    font-weight: bold;
    padding: 0px 1px 0px 2px;
}

#comments {
    margin-top: 5ex;
    border-top: solid 1px;
    border-color: #aaa;
    font-size: small;
}

#comments #feedlink {
    text-align: right;
}
#comments #feedlink:before {
    content: "comment feeds: ";
}

.addcomment {
    padding: 5px;
    font-style: italic;
}

.comment {
    border: none;
    background-color: #eee;
    margin: 5px;
    margin-top: 10px;
}

.comment-subject {
    font-style: normal;
}

.comment-header {
    border-top: solid 1px;
    border-color: #aaa;
    text-align: right;
    font-style: normal;
}