Fossil

Check-in [4dbd66ad]
Login

Check-in [4dbd66ad]

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Increased font sizes and whitespace for MD/wiki doc pages, then backed the margins out for forum posts to avoid double-indenting in thread view. This change also restyles tables to be more modern. Although this commit appears somewhat unfocused, it is the core of the Modern skin, difficult to separate out into smaller elements.
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | inskinerator-modern-backport
Files: files | file ages | folders
SHA3-256: 4dbd66adecc8c62c488b4da6878d4cbabc147306cc3277194a1e0f59f7692f3f
User & Date: wyoung 2024-01-25 20:03:42
References
2024-01-25
20:48
Backed out indent levels for tickets as well; this should've been included in [4dbd66ad]. ... (check-in: 4fb177e6 user: wyoung tags: inskinerator-modern-backport)
Context
2024-01-25
20:43
Confine the yellow highlight in modes like /timeline?c=current to the comment box, not escaping out across the whole table row. ... (check-in: fdf5f00c user: wyoung tags: inskinerator-modern-backport)
20:03
Increased font sizes and whitespace for MD/wiki doc pages, then backed the margins out for forum posts to avoid double-indenting in thread view. This change also restyles tables to be more modern. Although this commit appears somewhat unfocused, it is the core of the Modern skin, difficult to separate out into smaller elements. ... (check-in: 4dbd66ad user: wyoung tags: inskinerator-modern-backport)
18:45
Added a bit more space around the content area of pages. ... (check-in: bfe320f9 user: wyoung tags: inskinerator-modern-backport)
Changes
Hide Diffs Unified Diffs Ignore Whitespace Patch

Changes to skins/default/css.txt.

21
22
23
24
25
26
27

28
29
30
31
32
33
34

.title {
  color: #4183C4;
  float: left;
}
.title h1 {
  display: inline;

}
.title h1:after {
  content: " / ";
  color: #777;
  font-weight: normal;
}
.status {







>







21
22
23
24
25
26
27
28
29
30
31
32
33
34
35

.title {
  color: #4183C4;
  float: left;
}
.title h1 {
  display: inline;
  font-size: 2.00em;
}
.title h1:after {
  content: " / ";
  color: #777;
  font-weight: normal;
}
.status {
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
/* Main document area; elements common to most pages. */

.content {
  padding: 0ex 1ex 1ex 1ex;
  color: #444;
}
.content blockquote {
  padding: 0 15px;
}
.content h1 {
  font-size: 1.25em;
}
.content h2 {
  font-size: 1.15em;
}
.content h3 {
  font-size: 1.05em;
}

.section {
  font-size: 1em;
  font-weight: bold;
  background-color: #f5f5f5;
  border: 1px solid #d8d8d8;
  border-radius: 3px 3px 0 0;







|

|
<
<
|
|
<
|
|
<







105
106
107
108
109
110
111
112
113
114


115
116

117
118

119
120
121
122
123
124
125
/* Main document area; elements common to most pages. */

.content {
  padding: 0ex 1ex 1ex 1ex;
  color: #444;
}
.content blockquote {
  padding: 0.1em 1em;
}
.content h1 { font-size: 2.00em; margin-left: 10pt; }


.content h2 { font-size: 1.50em; margin-left: 20pt; }
.content h3 { font-size: 1.15em; margin-left: 30pt; }

.content h4 { font-size: 1.05em; margin-left: 40pt; }
.content h5 { font-size: 1.00em; margin-left: 50pt; }


.section {
  font-size: 1em;
  font-weight: bold;
  background-color: #f5f5f5;
  border: 1px solid #d8d8d8;
  border-radius: 3px 3px 0 0;
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

/* Forum */

.forum a:visited {
  color: #6A7F94;
}

.forum blockquote {
  background-color: rgba(65, 131, 196, 0.1);
  border-left: 3px solid #254769;
  padding: .1em 1em;
}

textarea.wikiedit {
  font-size: 1em;  /* monospace fonts tend to be smaller; compensate */
}

body.cpage-forumnew form input {
  margin: 0.5em 0;
}



































































































































/* Tickets */

table.report {
  cursor: auto;
  border-radius: 5px;







<
<
<
<
<
<







>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>







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
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311

/* Forum */

.forum a:visited {
  color: #6A7F94;
}







textarea.wikiedit {
  font-size: 1em;  /* monospace fonts tend to be smaller; compensate */
}

body.cpage-forumnew form input {
  margin: 0.5em 0;
}

.forum .markdown blockquote,
.forum .markdown h1,
.forum .markdown h2,
.forum .markdown h3,
.forum .markdown h4,
.forum .markdown h5,
.forum .markdown p,
.forum .markdown pre,
.forum .markdown ol,
.forum .markdown ul {
  /* Avoid double-indent for doc content in forum thread view. */
  margin-left: 0;
  margin-right: 0;
}
.forum .forumTime h1,
.forum .forumTime h2,
.forum .forumTime h3 {
  margin-left: 0;
  margin-right: 0;
}


/* Markdown and Wiki-formatted pages: /wiki, /doc, /file... */

.doc blockquote, .markdown blockquote {
  background-color: rgba(65, 131, 196, 0.1);
  border-left: 3px solid #4183c4;
  margin-left: 60pt;
  padding: 0.1em 1em;
}

.doc dl, .markdown dl {
  margin-left: 60pt;
}

.doc dt, .markdown dt {
  margin-left: 10pt;
}

.doc dd, .markdown dd {
  margin-left: 30pt;
  margin-bottom: 1em;
}

.doc hr, .markdown hr {
  margin-left: 10pt;
}

.doc dd, .doc dt,
.doc li,
.doc p,
.doc table,
.markdown dd, .markdown dt,
.markdown li,
.markdown p,
.markdown table {
  line-height: 1.4em;
}

.doc p,
.doc pre,
.doc ol, .doc ul,
.doc table,
.markdown p,
.markdown pre,
.markdown ol, .markdown ul,
.markdown table {
  margin-left: 50pt;
  margin-right: 50pt;
 
}

.doc p ol, .doc p ul,
.doc pre ol, .doc pre ul,
.doc ol ol, .doc ol ul,
.doc ul ol, .doc ul ul,
.doc table ol, .doc table ul,
.markdown p ol, .markdown p ul,
.markdown pre ol, .markdown pre ul,
.markdown ol ol, .markdown ol ul,
.markdown ul ol, .markdown ul ul,
.markdown table ol, .markdown table ul {
    margin-left: 10pt;
}

.doc pre, .markdown pre {
  hyphens: none;
  font-size: 110%;
  line-height: 1.25;
  margin-left: 70pt;
}

.doc .pikchr-wrapper, .markdown .pikchr-wrapper {
  font-size: 15px;
  margin-left: 50pt;
}

.doc ul li, .markdown ul li {
  list-style-type: disc;
}

.doc li p, .doc li pre, .markdown li p, .markdown li pre {
  margin-left: 0;
}

.doc table, .markdown table {
  background-color: #f0f5f9;
  border: 1px solid #a7c2dc;
  border-radius: 6px;
  padding: 6px;
}

.doc th, .markdown th {
  border-bottom: 1px solid #dee8f2;
  padding-bottom: 4px;
  padding-right: 6px;
  text-align: left;
}

.doc td, .markdown td {
  padding-bottom: 4px;
  padding-right: 6px;
  text-align: left;
}

div.pikchr-wrapper.indent:not(.source) {
  margin-left: 70pt;
}


/* Tickets */

table.report {
  cursor: auto;
  border-radius: 5px;