Fossil SCM

Collected two wiki-related CSS items to keep the diff relative to trunk smaller.

wyoung 2024-02-10 08:44 inskinerator-modern-backport
Commit 58fa5819f5044a5ab9075ba29972edae6e5424b665af7320c4cd3c3bb975928d
1 file changed +13 -9
--- skins/default/css.txt
+++ skins/default/css.txt
@@ -150,15 +150,10 @@
150150
151151
hr {
152152
color: #eee;
153153
}
154154
155
-/* Wiki <verbatim> text block adjustments */
156
-pre.verbatim {
157
- white-space: pre-wrap;
158
-}
159
-
160155
161156
/* Page footer */
162157
163158
.footer {
164159
border-top: 1px solid #ccc;
@@ -182,14 +177,10 @@
182177
@keyframes sel-fade {
183178
from { background-color: #cef; }
184179
to { background-color: white; }
185180
}
186181
187
-textarea.wikiedit {
188
- font-size: 1em; /* monospace fonts tend to be smaller; compensate */
189
-}
190
-
191182
.forum form input {
192183
margin: 0.5em 0;
193184
}
194185
195186
@@ -372,10 +363,23 @@
372363
.doc > .content td {
373364
padding-bottom: 4px;
374365
padding-right: 6px;
375366
text-align: left;
376367
}
368
+
369
+/* Wiki adjustments */
370
+pre.verbatim {
371
+ /* keep code examples from crashing into sidebars, etc. */
372
+ white-space: pre-wrap;
373
+}
374
+textarea.wikiedit {
375
+ /* Monospace fonts tend to have smaller x-heights; compensate.
376
+ * Can't do this generally because not all fonts have this problem.
377
+ * A textarea stands alone, whereas inline <code> has to work with
378
+ * the browser's choice of sans-serif proportional font. */
379
+ font-size: 1.1em;
380
+}
377381
378382
379383
/* Tickets */
380384
381385
table.report {
382386
--- skins/default/css.txt
+++ skins/default/css.txt
@@ -150,15 +150,10 @@
150
151 hr {
152 color: #eee;
153 }
154
155 /* Wiki <verbatim> text block adjustments */
156 pre.verbatim {
157 white-space: pre-wrap;
158 }
159
160
161 /* Page footer */
162
163 .footer {
164 border-top: 1px solid #ccc;
@@ -182,14 +177,10 @@
182 @keyframes sel-fade {
183 from { background-color: #cef; }
184 to { background-color: white; }
185 }
186
187 textarea.wikiedit {
188 font-size: 1em; /* monospace fonts tend to be smaller; compensate */
189 }
190
191 .forum form input {
192 margin: 0.5em 0;
193 }
194
195
@@ -372,10 +363,23 @@
372 .doc > .content td {
373 padding-bottom: 4px;
374 padding-right: 6px;
375 text-align: left;
376 }
 
 
 
 
 
 
 
 
 
 
 
 
 
377
378
379 /* Tickets */
380
381 table.report {
382
--- skins/default/css.txt
+++ skins/default/css.txt
@@ -150,15 +150,10 @@
150
151 hr {
152 color: #eee;
153 }
154
 
 
 
 
 
155
156 /* Page footer */
157
158 .footer {
159 border-top: 1px solid #ccc;
@@ -182,14 +177,10 @@
177 @keyframes sel-fade {
178 from { background-color: #cef; }
179 to { background-color: white; }
180 }
181
 
 
 
 
182 .forum form input {
183 margin: 0.5em 0;
184 }
185
186
@@ -372,10 +363,23 @@
363 .doc > .content td {
364 padding-bottom: 4px;
365 padding-right: 6px;
366 text-align: left;
367 }
368
369 /* Wiki adjustments */
370 pre.verbatim {
371 /* keep code examples from crashing into sidebars, etc. */
372 white-space: pre-wrap;
373 }
374 textarea.wikiedit {
375 /* Monospace fonts tend to have smaller x-heights; compensate.
376 * Can't do this generally because not all fonts have this problem.
377 * A textarea stands alone, whereas inline <code> has to work with
378 * the browser's choice of sans-serif proportional font. */
379 font-size: 1.1em;
380 }
381
382
383 /* Tickets */
384
385 table.report {
386

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button