Collection of themes/skins for the Fossil SCM

⌈⌋ ⎇ branch:  Fossil Skins Extra


Check-in [d8d5e798d2]

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

Overview
Comment:http://chiselapp.com/user/elucidata/repository/html5-skin/
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: d8d5e798d27e138f1ea142cbef26e38dd0f13b81
User & Date: mario 2014-03-15 01:31:41
Context
2014-03-16
23:32
GitHub-style template, implements language-bar using `fx_stats` table, includes th1x.tcl, requires fossil-search-table.php being run beforehand. check-in: 5608fdba7e user: mario tags: trunk, statherian
2014-03-15
01:31
http://chiselapp.com/user/elucidata/repository/html5-skin/ check-in: d8d5e798d2 user: mario tags: trunk
01:04
(no comment) check-in: 27b1e0f1ef user: mario tags: trunk
Changes
Hide Diffs Unified Diffs Ignore Whitespace Patch

Deleted default-as-html5.txt.

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
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
# The "skin" configuration exported from
# repository "/home/mario/fossil/array"
# on 2012-01-11 21:49:27
config /config 4332
1326318532 'css' value '/* General settings for the entire page */
body {
  margin: 0ex 1ex;
  padding: 0px;
  background-color: white;
  font-family: sans-serif;
}

/* The project logo in the upper left-hand corner of each page */
.logo {
  display: table-cell;
  text-align: center;
  vertical-align: bottom;
  font-weight: bold;
  color: #558195;
  min-width: 200px;
}

/* The page title centered at the top of each page */
.title {
  display: table-cell;
  font-size: 2em;
  font-weight: bold;
  text-align: center;
  padding: 0 0 0 1em;
  color: #558195;
  vertical-align: bottom;
  width: 100% ;
}

/* The login status message in the top right-hand corner */
.status {
  display: table-cell;
  text-align: right;
  vertical-align: bottom;
  color: #558195;
  font-size: 0.8em;
  font-weight: bold;
  min-width: 200px;
  white-space: nowrap;
}

/* The header across the top of the page */
header, .header {
  display: table;
  width: 100% ;
}

/* The main menu bar that appears at the top of the page beneath
** the header */
nav, .mainmenu {
  padding: 5px 10px 5px 10px;
  font-size: 0.9em;
  font-weight: bold;
  text-align: center;
  letter-spacing: 1px;
  background-color: #558195;
  color: white;
}

/* The submenu bar that *sometimes* appears below the main menu */
.submenu, .sectionmenu {
  padding: 3px 10px 3px 0px;
  font-size: 0.9em;
  text-align: center;
  background-color: #456878;
  color: white;
}
.mainmenu a, .mainmenu a:visited, .submenu a, .submenu a:visited,
.sectionmenu>a.button:link, .sectionmenu>a.button:visited {
  padding: 3px 10px 3px 10px;
  color: white;
  text-decoration: none;
}
.mainmenu a:hover, .submenu a:hover, .sectionmenu>a.button:hover {
  color: #558195;
  background-color: white;
}

/* All page content from the bottom of the menu or submenu down to
** the footer */
.content {
  padding: 0ex 1ex 0ex 2ex;
}

/* Some pages have section dividers */
div.section {
  margin-bottom: 0px;
  margin-top: 1em;
  padding: 1px 1px 1px 1px;
  font-size: 1.2em;
  font-weight: bold;
  background-color: #558195;
  color: white;
  white-space: nowrap;
}

/* The "Date" that occurs on the left hand side of timelines */
.divider {
  background: #a1c4d4;
  border: 2px #558195 solid;
  font-size: 1em; font-weight: normal;
  padding: .25em;
  margin: .2em 0 .2em 0;
  float: left;
  clear: left;
  white-space: nowrap;
}

/* The footer at the very bottom of the page */
footer, .footer {
  clear: both;
  font-size: 0.8em;
  margin-top: 12px;
  padding: 5px 10px 5px 10px;
  text-align: right;
  background-color: #558195;
  color: white;
}

/* Hyperlink colors in the footer */
.footer a { color: white; }
.footer a:link { color: white; }
.footer a:visited { color: white; }
.footer a:hover { background-color: white; color: #558195; }

/* verbatim blocks */
pre.verbatim {
   background-color: #f5f5f5;
   padding: 0.5em;
}

/* The label/value pairs on (for example) the ci page */
table.label-value th {
  vertical-align: top;
  text-align: right;
  padding: 0.2ex 2ex;
}

/* Side-by-side diff */
table.sbsdiff {
  background-color: white;
  font-family: fixed, Dejavu Sans Mono, Monaco, Lucida Console, monospace;
  font-size: 8pt;
  border-collapse:collapse;
  white-space: pre;
  width: 98%;
  border: 1px #000 dashed;
  margin-left: auto;
  margin-right: auto;
}

table.sbsdiff th.diffhdr {
  border-bottom: dotted;
  border-width: 1px;
}

table.sbsdiff tr td {
  white-space: pre;
  padding-left: 3px;
  padding-right: 3px;
  margin: 0px;
  vertical-align: top;
}

table.sbsdiff tr td.lineno {
  text-align: right;
}

table.sbsdiff tr td.srcline {
}

table.sbsdiff tr td.meta {
  background-color: rgb(170, 160, 255);
  text-align: center;
}

table.sbsdiff tr td.added {
  background-color: rgb(180, 250, 180);
}
table.sbsdiff tr td.addedvoid {
  background-color: rgb(190, 190, 180);
}

table.sbsdiff tr td.removed {
  background-color: rgb(250, 130, 130);
}
table.sbsdiff tr td.removedvoid {
  background-color: rgb(190, 190, 180);
}

table.sbsdiff tr td.changed {
  background-color: rgb(210, 210, 200);
}
table.sbsdiff tr td.changedvoid {
  background-color: rgb(190, 190, 180);
}

'
config /config 1425
1326318009 'header' value '<html>
<head>
  <title>$<project_name>: $<title></title>
  <link rel=alternate type="application/rss+xml" title=Timeline href="$home/timeline.rss">
  <link rel=stylesheet href="$home/style.css?default" type="text/css" media="screen">
</head>
<body>

<header class=header>
  <div class=logo>
    <img id=logo alt=logo src="$home/logo">
  </div>
  <div class=title><small>$<project_name></small><br />$<title></div>
  <div class=status>
  <th1>
     if {[info exists login]} {
       puts "Logged in as $login"
     } else {
       puts "Not logged in"
     }
  </th1>
  </div>
</header>

<nav class="mainmenu">
<th1>
html "<a href=''$home$index_page''>Home</a>\n"
if {[anycap jor]} {
  html "<a href=''$home/timeline''>Timeline</a>\n"
}
if {[hascap oh]} {
  html "<a href=''$home/dir?ci=tip''>Files</a>\n"
}
if {[hascap o]} {
  html "<a href=''$home/brlist''>Branches</a>\n"
  html "<a href=''$home/taglist''>Tags</a>\n"
}
if {[hascap r]} {
  html "<a href=''$home/reportlist''>Tickets</a>\n"
}
if {[hascap j]} {
  html "<a href=''$home/wiki''>Wiki</a>\n"
}
if {[hascap s]} {
  html "<a href=''$home/setup''>Admin</a>\n"
} elseif {[hascap a]} {
  html "<a href=''$home/setup_ulist''>Users</a>\n"
}
if {[info exists login]} {
  html "<a href=''$home/login''>Logout</a>\n"
} else {
  html "<a href=''$home/login''>Login</a>\n"
}
</th1>
</nav>

'
config /config 146
1326318120 'footer' value '<footer class=footer>
Fossil version $release_version $manifest_version $manifest_date
</footer>
</body>
</html>
'
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
























































































































































































































































































































































































































































































































































Added html5skin.txt.



























































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
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
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
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
# The "skin" configuration exported from
# http://chiselapp.com/user/elucidata/repository/html5-skin
# on 2012-01-11 03:38:09
config /config 13093
1326252987 'css' value '/* Was: #558195 */
/* Simple CSS Reset */
* {
  vertical-align: baseline;
  font-weight: inherit;
  font-family: inherit;
  font-style: inherit;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  text-rendering: optimizeLegibility;
  /*  background-clip: padding-box;*/
  -moz-user-select: none;
  -webkit-user-select: none;
  cursor: default; }

article, aside, dialog, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

a {
  cursor: pointer;
  color: #5d9acb; }
  a:hover {
    color: #d4101e; }
  a:visited {
    color: #5d9acb; }
  a:active {
    color: #d4101e; }

li {
  margin-bottom: 15px; }

/* General settings for the entire page */
html {
  background: #AAA;
  height: 100%;
  background: #aaaaaa;
  background: -webkit-gradient(linear, left top, left bottom, from(#aaaaaa), to(#444444));
  background: -moz-linear-gradient(top, #aaaaaa, #444444);
  background-attachment: fixed; }

body {
  margin: 0 10%;
  padding: 0px;
  background-color: white;
  font-family: helvetica, sans-serif;
  min-width: 800px;
  background: transparent; }

textarea {
  font-family: monaco, monospace;
  width: 100%; }

/* The project logo in the upper left-hand corner of each page */
header {
  display: table;
  width: 100%;
  text-shadow: 0px 1px 0px #DDD;
  padding-bottom: 5px; }
  header .logo {
    display: table-cell;
    text-align: center;
    vertical-align: bottom;
    font-weight: bold;
    color: #aacae4;
    min-width: 200px;
    /*    visibility: hidden;*/ }
    header .logo.shadow img {
      box-shadow: 0px 2px 3px black;
      -moz-box-shadow: 0px 2px 3px black;
      -webkit-box-shadow: 0px 2px 3px black;
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px;
      border-radius: 10px; }
  header .title {
    display: table-cell;
    font-size: 2em;
    font-weight: bold;
    text-align: center;
    padding: 0 0 0 1em;
    color: #FFF;
    vertical-align: bottom;
    width: 100%;
    text-shadow: 0px -1px 0px black; }
    header .title small {
      color: #555;
      font-size: 50%;
      text-shadow: 0px 1px 0px #DDD; }
  header .status {
    display: table-cell;
    text-align: right;
    vertical-align: bottom;
    color: #555;
    font-size: 0.8em;
    font-weight: bold;
    min-width: 200px;
    white-space: nowrap; }

nav {
  padding: 5px 10px 5px 10px;
  font-size: 0.9em;
  font-weight: bold;
  text-align: center;
  background-color: #aacae4;
  color: white;
  border: 2px solid #FFF;
  border-bottom: 0px;
  -moz-border-radius: 10px 10px 0 0;
  -webkit-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0; }
  nav a {
    padding: 3px 10px 3px 10px;
    color: #FFF;
    text-decoration: none;
    text-shadow: 0px 1px 0px #5d9acb; }
    nav a:hover {
      text-shadow: 0px 1px 0px #224b6d;
      background-color: #5d9acb;
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px;
      border-radius: 10px; }
    nav a:visited {
      padding: 3px 10px 3px 10px;
      color: #FFF;
      text-decoration: none; }

/* The submenu bar that *sometimes* appears below the main menu */
div.submenu {
  padding: 3px 10px 3px 0px;
  font-size: 0.9em;
  text-align: center;
  background-color: #5d9acb;
  color: white;
  -moz-border-radius: 0 0 10px 10px;
  -webkit-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px; }
  div.submenu a {
    padding: 3px 10px 3px 10px;
    color: white;
    text-decoration: none;
    text-shadow: 0px 1px 0px #224b6d; }
    div.submenu a:hover {
      color: #5d9acb !important;
      background-color: white;
      -moz-border-radius: 6px 6px 0 0;
      -webkit-border-radius: 6px 6px 0 0;
      border-radius: 6px 6px 0 0;
      text-shadow: 0px 0px 0px; }
    div.submenu a:visited {
      padding: 3px 10px 3px 10px;
      color: white;
      text-decoration: none; }

article {
  background: #FFF;
  border: 2px solid #FFF;
  border-top: 0px;
  -moz-border-radius: 0 0 10px 10px;
  -webkit-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
  box-shadow: 0px 4px 4px #333333;
  -moz-box-shadow: 0px 4px 4px #333333;
  -webkit-box-shadow: 0px 4px 4px #333333; }
  article .content {
    padding: 15px 25px; }
  article .section {
    margin-bottom: 5px;
    margin-top: 1em;
    font-size: 115%;
    padding: 5px 10px;
    border-top: 2px solid #aacae4;
    color: #5d9acb;
    white-space: nowrap; }
  article .divider {
    border: 2px #aacae4 solid;
    font-size: 1em;
    font-weight: normal;
    padding: .25em;
    margin: .2em 0 .2em 0;
    float: left;
    clear: left;
    white-space: nowrap; }

footer {
  clear: both;
  font-size: 0.8em;
  margin-top: 12px;
  padding: 15px 25px;
  padding-top: 5px;
  text-align: right;
  color: #222;
  text-shadow: 0px 1px 0px #BBB; }
  footer a {
    color: white; }
    footer a:link, footer a:visited {
      color: white; }
    footer a:hover {
      background-color: white;
      color: #aacae4; }

pre.verbatim {
  background-color: #f5f5f5;
  padding: 0.5em; }

table.label-value th {
  vertical-align: top;
  text-align: right;
  padding: 0.2ex 2ex; }

/* General settings for the entire page */
/* The nomenclature sidebox for branches,.. */
div.sidebox {
  float: right;
  background: #E0E0E0;
  border: 1px solid #CCC;
  margin-left: 25px;
  margin-bottom: 15px;
  padding: 10px;
  font-size: 90%;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px; }
div.sideboxTitle, div.sideboxDescribed {
  display: inline;
  font-weight: bold; }

/* The nomenclature title in sideboxes for branches,.. */
/* The defined element in sideboxes for branches,.. */
/* The defined element in sideboxes for branches,.. */
span.disabled {
  color: red; }
span.timelineDisabled {
  font-style: italic;
  font-size: small; }

/* The suppressed duplicates lines in timeline, .. */
/* the format for the timeline data table */
table.timelineTable {
  cellspacing: 0;
  border: 0;
  cellpadding: 0; }

/* the format for the timeline data cells */
td.timelineTableCell {
  valign: top;
  align: left; }

/* the format for the timeline leaf marks */
span.timelineLeaf {
  font-weight: bold; }

/* the format for the timeline version links */
/* the format for the timeline version display(no history permission!) */
span.timelineHistDsp {
  font-weight: bold; }

/* the format for the timeline time display */
td.timelineTime {
  vertical-align: top;
  text-align: right; }
td.timelineGraph {
  width: 20;
  text-align: left;
  vertical-align: top; }

/* the format for the grap placeholder cells in timelines */
/* the format for the tag links */
/* the format for the tag display(no history permission!) */
span.tagDsp {
  font-weight: bold; }
span.wikiError {
  font-weight: bold;
  color: red; }
span.infoTagCancelled {
  font-weight: bold;
  text-decoration: line-through; }
span.infoTag {
  font-weight: bold; }
span.wikiTagCancelled {
  text-decoration: line-through; }

/* the format for wiki errors */
/* the format for fixed/canceled tags,.. */
/* the format for tags,.. */
/* the format for fixed/cancelled tags,.. on wiki pages */
/* format for the file display table */
table.browser {
  /* the format for wiki errors */
  width: 100%;
  border: 0; }

/* format for cells in the file browser */
td.browser {
  width: 24%;
  vertical-align: top; }

/* format for the list in the file browser */
ul.browser {
  margin-left: 0.5em;
  padding-left: 0.5em; }

/* table format for login/out label/input table */
table.login_out {
  text-align: left;
  margin-right: 10px;
  margin-left: 10px;
  margin-top: 10px; }

/* captcha display options */
div.captcha {
  text-align: center; }

/* format for the layout table, used for the captcha display */
table.captcha {
  margin: auto;
  padding: 10px;
  border-width: 4px;
  border-style: double;
  border-color: black; }

/* format for the label cells in the login/out table */
td.login_out_label {
  text-align: center; }

/* format for login error messages */
span.loginError {
  color: red; }
span.note, span.textareaLabel {
  font-weight: bold; }

/* format for leading text for notes */
/* format for textare labels */
/* format for the user setup layout table */
table.usetupLayoutTable {
  outline-style: none;
  padding: 0;
  margin: 25px; }

/* format of the columns on the user setup list page */
td.usetupColumnLayout {
  vertical-align: top; }

/* format for the user list table on the user setup page */
table.usetupUserList {
  outline-style: double;
  outline-width: 1;
  padding: 10px; }

/* format for table header user in user list on user setup page */
th.usetupListUser {
  text-align: right;
  padding-right: 20px; }
th.usetupListCap {
  text-align: center;
  padding-right: 15px; }
th.usetupListCon {
  text-align: left; }

/* format for table header capabilities in user list on user setup page */
/* format for table header contact info in user list on user setup page */
/* format for table cell user in user list on user setup page */
td.usetupListUser {
  text-align: right;
  padding-right: 20px;
  white-space: nowrap; }
td.usetupListCap {
  text-align: center;
  padding-right: 15px; }
td.usetupListCon {
  text-align: left; }

/* format for table cell capabilities in user list on user setup page */
/* format for table cell contact info in user list on user setup page */
/* layout definition for the capabilities box on the user edit detail page */
div.ueditCapBox {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px; }

/* format of the label cells in the detailed user edit page */
td.usetupEditLabel {
  text-align: right;
  vertical-align: top;
  white-space: nowrap; }

/* color for capabilities, inherited by nobody */
span.ueditInheritNobody {
  color: green; }
span.ueditInheritDeveloper {
  color: red; }
span.ueditInheritReader {
  color: black; }
span.ueditInheritAnonymous {
  color: blue; }
span.capability {
  font-weight: bold; }
span.usertype {
  font-weight: bold; }
  span.usertype:before, span.usertype:after {
    content: "''"; }

/* color for capabilities, inherited by developer */
/* color for capabilities, inherited by reader */
/* color for capabilities, inherited by anonymous */
/* format for capabilites, mentioned on the user edit page */
/* format for different user types, mentioned on the user edit page */
/* leading text for user types, mentioned on the user edit page */
/* trailing text for user types, mentioned on the user edit page */
/* format for missing priviliges note on user setup page */
p.missingPriv {
  color: blue; }

/* format for leading text in wikirules definitions */
span.wikiruleHead {
  font-weight: bold; }

/* format for labels on ticket display page */
td.tktDspLabel {
  text-align: right; }
td.tktDspValue {
  text-align: left;
  vertical-align: top;
  background-color: #d0d0d0; }

/* format for values on ticket display page */
/* format for ticket error messages */
span.tktError {
  color: red;
  font-weight: bold; }

/* format for example tables on the report edit page */
table.rpteditex {
  float: right;
  margin: 0;
  padding: 0;
  width: 125px;
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0; }

/* format for example table cells on the report edit page */
td.rpteditex {
  border-width: thin;
  border-color: #000000;
  border-style: solid; }

/* format for user color input on checkin edit page */
input.checkinUserColor {
  /*
  # no special definitions, class defined, to enable color pickers, f.e.:
  #  add the color picker found at http:jscolor.com  as java script include
  #  to the header and configure the java script file with
  #   1. use as bindClass :checkinUserColor
  #   2. change the default hash adding behaviour to ON
  #  or change the class defition of element identified by id="clrcust"
  #  to a standard jscolor definition with java script in the footer.
  */ }

/* format for end of content area, to be used to clear page flow(sidebox on branch,.. */
div.endContent {
  clear: both; }

/* format for general errors */
p.generalError {
  color: red; }
p.tktsetupError, p.thmainError {
  color: red;
  font-weight: bold; }

/* format for tktsetup errors */
/* format for th script errors */
/* format for th script trace messages */
span.thTrace {
  color: red; }

/* format for report configuration errors */
p:reportError, blockquote.reportError {
  color: red;
  font-weight: bold; }

/* format for report configuration errors */
/* format for artifact lines, no longer shunned */
p.noMoreShun, p.shunned {
  color: blue; }

/* format for artifact lines beeing shunned */'
config /config 1915
1326252997 'header' value '<!DOCTYPE html>
<html>
  <head>
    <meta charset="utf-8" />
    <title>$<project_name>: $<title></title>
    <style>
      article, aside, dialog, figure, footer, header, hgroup, menu, nav, section { display: block; }
    </style>
    <link rel="alternate" type="application/rss+xml" title="RSS Feed" href="$baseurl/timeline.rss" />
    <link rel="stylesheet" href="$baseurl/style.css?default" type="text/css" media="screen" />
  </head>
  <body>
    <header>
      <div class="logo">
        <img src="$baseurl/logo" alt="logo" />
      </div>
      <div class="title"><small>$<project_name></small><br />$<title></div>
      <div class="status"><th1>
         if {[info exists login]} {
           puts "Logged in as $login"
         } else {
           puts "Not logged in"
         }
      </th1></div>
    </header>
    <nav>
      <th1>
      html "<a href=''$baseurl$index_page''>Home</a> "
      if {[anycap jor]} {
        html "<a href=''$baseurl/timeline''>Timeline</a> "
      }
      if {[hascap oh]} {
        html "<a href=''$baseurl/dir?ci=tip''>Files</a> "
      }
      if {[hascap o]} {
        html "<a href=''$baseurl/leaves''>Leaves</a> "
        html "<a href=''$baseurl/brlist''>Branches</a> "
        html "<a href=''$baseurl/taglist''>Tags</a> "
      }
      if {[hascap r]} {
        html "<a href=''$baseurl/reportlist''>Tickets</a> "
      }
      if {[hascap j]} {
        html "<a href=''$baseurl/wiki''>Wiki</a> "
      }
      if {[hascap s]} {
        html "<a href=''$baseurl/setup''>Admin</a> "
      } elseif {[hascap a]} {
        html "<a href=''$baseurl/setup_ulist''>Users</a> "
      }
      if {[info exists login]} {
        html "<a href=''$baseurl/login''>Logout</a> "
      } else {
        html "<a href=''$baseurl/login''>Login</a> "
      }
      </th1>
    </nav>
    <article>'
config /config 146
1326253009 'footer' value '    </article>
    <footer>
      Fossil version $manifest_version $manifest_date
    </footer>
  </body>
</html>'