summaryrefslogtreecommitdiff
path: root/journal.css
blob: 977667e420fb5007fd70edaf9d1b25867ef67546 (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
194
195
196
197
198
199
200
201
/*-*- mode: css; coding: utf-8 -*-*/
/* CSS version 3.0 */
/* Copyright 2007, 2008, Matthias Andreas Benkard. */

/*-----------------------------------------------------------------------
 * This file is part of The Mulkblog Project.
 *
 * The Mulkblog Project is free software.  You can redistribute it and/or
 * modify it under the terms of the Affero General Public License as
 * published by Affero, Inc.; either version 1 of the License, or
 * (at your option) any later version.
 *
 * The Mulkblog Project is distributed in the hope that it will be
 * useful, but WITHOUT ANY WARRANTY; without even the implied warranty
 * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * Affero General Public License for more details.
 *
 * You should have received a copy of the Affero General Public
 * License in the COPYING file that comes with The Mulkblog Project; if
 * not, write to Affero, Inc., 510 Third Street, Suite 225, San
 * Francisco, CA 94107 USA.
 *-----------------------------------------------------------------------
 */

html {
  /* Epiphany chooses a sans-serif font for this because it recognises both
     Calibri and Candara as requesting such a font even if neither of them
     is installed.  Consequently, everything looks much nicer in Firefox, which
     falls back to URW Palladio L, as it should.  Weird. */

  font-family: Optima, Calibri, 'MgOpen Cosmetica', 'MgOpen Moderna', Candara, Palatino, 'Palatino Linotype', 'Book Antiqua', 'URW Palladio L', 'Gentium Alt', 'Gentium', Geneva, 'Trebuchet MS', Georgia, sans-serif;
}

#MAIN-TITLE {
  font-stretch: wider;
  font-variant: small-caps;
  font-weight: bolder;
  text-align: center;
}

#MAIN-TITLE a {
  text-decoration: none;
}

#MAIN-SUBTITLE {
  text-align: center;
}

#MAIN-TITLE-BOX {
}

.JOURNAL-ENTRY-HEADER {
  font-size: x-small;
  color: #444;
  background-color: inherit;
  font-weight: lighter;
  text-align: left;
}

.JOURNAL-ENTRY h1 {
  border-bottom: 2px solid #000;
  font-size: 1.6em;
}

.JOURNAL-ENTRY h1 > a {
  text-decoration: none;
}

.JOURNAL-ENTRY h2 {
  font-size: 1.15em;
}

.JOURNAL-ENTRY h3 {
  font-size: 1em;
}

.JOURNAL-ENTRY h4 {
  font-size: 0.9em;
}

.JOURNAL-ENTRY {
  border: 3px outset #666;
  color: #000;
  background-color: #f8f8e0;
  margin: 1em 0 0 0;
  padding: 0 0.3em 0 0.3em;
  text-align: justify;
}

.JOURNAL-ENTRY-BODY p {
  text-indent: 1em;
}

.JOURNAL-ENTRY-BODY pre {
  overflow: auto;
  /* overflow: scroll; */
}

.JOURNAL-ENTRY-BODY blockquote {
  font-style: oblique;
}

img.JOURNAL-ENTRY-PORTRAIT {
  margin-right: 6px;
  margin-bottom: 6px;
  float: left;
}

.JOURNAL-ENTRY-FOOTER {
  font-size: small;
  padding-top: 0.5em;
  text-align: right;
  clear: both;
}

.JOURNAL-COMMENTS h2 {
  width: 80%;
}

.JOURNAL-COMMENT {
  margin-top: 1em;
  border: 1px solid #aaa;
  padding: 0.5em 0.5em 0.5em 0.5em;
}

.JOURNAL-COMMENT-HEADER {
  margin-bottom: 1em;
}

.JOURNAL-COMMENT-BODY {
  text-align: justify;
  text-indent: 1em;
}

.JOURNAL-COMMENT-BODY blockquote {
  font-style: oblique;
}

#WARNINGS {
  align: center;
  width: 100%;
}

.JOURNAL-WARNING {
  position: relative;
  left: 15%;
  width: 70%;
  border: 3px outset #666;
  color: #000;
  background-color: #ffd0c0;
  margin: 1em 0 0 0;
  padding: 0 0.3em 0 0.3em;
  text-align: justify;
}

.OLD-ENTRIES {
  border: 3px outset #666;
  color: #000;
  background-color: #e8e8e8;
  margin: 1em 0 0 0;
  padding: 0 0.3em 0 0.3em;
  text-align: justify;
}

td {
  padding: 0.2em 0.4em 0.2em 0.4em;
  vertical-align: top;
  border: 1px solid #aaa;
  margin: 0 0 0 0;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
  margin: 0 0 0.3em 0;
}

table.OLD-ENTRY-TABLE {
  border-spacing: 0;
  border-collapse: collapse;
  margin: 0 0 0.3em 0;
}

table.OLD-ENTRY-TABLE td {
  padding: 0.2em 0.4em 0.2em 0.4em;
  vertical-align: top;
  border: 1px solid #aaa;
  margin: 0 0 0 0;
}

a:link {
  color: #0c2db2;
}

a:visited {
  color: #38597f;
}

h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited {
  color: #0c2db2;
}