Collection of themes/skins for the Fossil SCM

⌈⌋ ⎇ branch:  Fossil Skins Extra


Artifact [a399674248]

Artifact a3996742487106c6b1db0728c5aa7d0c5dbf7ba0:

  • File renez.txt — part of check-in [3a09fb547a] at 2012-01-12 18:44:53 on branch trunk — Some themes scavenged from the mailing list (user: mario size: 14859)

     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
# converted from SQL config format
#-- http://www.mail-archive.com/fossil-users@lists.fossil-scm.org/msg01166.html
#-- The "skin" configuration exported from
#-- repository "/home/renez/src/myclone.fossil"
#-- on 2009-12-20 03:54:14
config /config 4578
1326393222 '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 */
div.logo {
  display: table-cell;
  text-align: center;
  vertical-align: bottom;
  font-weight: bold;
  color: #558195;
}

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

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

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

/* The main menu bar that appears at the top of the page beneath
** the header */
div.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 */
div.submenu {
  padding: 3px 10px 3px 0px;
  font-size: 0.9em;
  text-align: center;
  background-color: #456878;
  color: white;
}
div.mainmenu a, div.mainmenu a:visited, div.submenu a, div.submenu a:visited {
  padding: 3px 10px 3px 10px;
  color: white;
  text-decoration: none;
}
div.mainmenu a:hover, div.submenu a:hover {
  color: #558195;
  background-color: white;
}

/* All page content from the bottom of the menu or submenu down to
** the footer */
div.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;
}

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

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

/* Make the links in the footer less ugly... */
div.footer a { color: white; }
div.footer a:link { color: white; }
div.footer a:visited { color: white; }
div.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;
}

/* For marking important UI elements which shouldn''t be
   lightly dismissed. I mainly use it to mark "not yet
   implemented" parts of a page. Whether or not to have
   a ''border'' attribute set is arguable. */
.achtung {
  color: #ff0000;
  background: #ffff00;
  border: 1px solid #ff0000;
}

div.miniform {
    font-size: smaller;
    margin: 8px;
}



#nav, #nav ul {
        float: left;
        width: 100%;
        list-style: none;
        line-height: 1;
        background: white;
        font-family: sans-serif;
        font-weight: bold;
        padding: 0;
        border: solid #558195;
        border-width: 1px 0;
        margin: 0 0 1em 0;
}

#nav a {
        display: block;
        width: 10em;
        w\idth: 6em;
        color: #558195;
        text-decoration: none;
        padding: 0.25em 2em;
}

#nav a.daddy {
        background: url(/ckout/arrow_right.png) center right no-repeat;
}

#nav li {
        float: left;
        padding: 0;
        width: 10em;
}

#nav li ul {
        position: absolute;
        left: -999em;
        height: auto;
        width: 14.4em;
        w\idth: 13.9em;
        font-weight: normal;
        border-width: 0.25em;
        margin: 0;
}

#nav li li {
        padding-right: 1em;
        width: 13em
}

#nav li ul a {
        width: 13em;
        w\idth: 9em;
}

#nav li ul ul {
        margin: -1.75em 0 0 14em;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav 
li.sfhover ul ul ul {
        left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover 
ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
        left: auto;
}

#nav li:hover, #nav li.sfhover {
        background-color:white; color: #558195;
}

'
config /config 9944
1326393222 'header' value '<html>
<head>
<title>$<project_name>: $<title></title>

<link rel="stylesheet" href="$baseurl/style.css" type="text/css"
      media="screen" />
<link rel="alternate" type="application/rss+xml" title="RSS Feed"
      href="$baseurl/timeline.rss" />
<script type="text/javascript">

sfHover = function() {
        var sfEls = document.getElementById("nav").getElementsByTagName("LI");
        for (var i=0; i<sfEls.length; i++) {
                sfEls[i].onmouseover=function() {
                        this.className+=" sfhover";
                }
                sfEls[i].onmouseout=function() {
                        this.className=this.className.replace(new RegExp(" 
sfhover\\b"), "");
                }
        }
}
if (window.attachEvent) window.attachEvent("onload", sfHover);

</script>
</head>
<body>
<div class="header"><th1>
html "<ul id=''nav''>\n"
        html "<li><a href=''#''>Menu</a>\n"
                html "<ul>\n"
                        html "<li><a 
href=''$baseurl$index_page''>Home</a></li>\n"
                        if {[hascap h]} {
                                html "<li><a 
href=''$baseurl/dir''>Files</a></li>\n"
                        }
                        if {[hascap o]} {
                                html "<li><a href=''#'' >Leaves</a>\n"
                                        html "<ul>\n"
                                                html "<li><a 
href=''leaves?open''>Open</a></li>\n"
                                                html "<li><a 
href=''leaves?closed''>Closed</a></li>\n"
                                                html "<li><a 
href=''leaves''>Both</a></li>\n"
                                        html "</ul>\n"
                                html "</li>\n"
                                html "<li><a href=''#'' >Timeline</a>\n"
                                        html "<ul>\n"
                                                html "<li><a 
href=''timeline?y=ci''>Check-Ins</a></li>\n"
                                                html "<li><a 
href=''timeline?y=t''>Tickets</a></li>\n"
                                                html "<li><a 
href=''timeline?y=w''>Wiki</a></li>\n"
                                                html "<li><a 
href=''brtimeline''>Branches</a></li>\n"
                                                html "<li><a 
href=''tagtimeline''>Tags</a></li>\n"
                                                html "<li><a 
href=''timeline''>All</a></li>\n"
                                        html "</ul>\n"
                                html "</li>\n"
                                html "<li><a href=''#''>Branches</a>\n"
                                        html "<ul>\n"
                                                html "<li><a 
href=''brlist''>List</a></li>\n"
                                                html "<li><a 
href=''brtimeline''>Timeline</a></li>\n"
                                        html "</ul>\n"
                                html "</li>\n"
                                html "<li><a href=''#''>Tags</a>\n"
                                        html "<ul>\n"
                                                html "<li><a 
href=''taglist''>List</a></li>\n"
                                                html "<li><a 
href=''tagtimeline''>Timeline</a></li>\n"
                                        html "</ul>\n"
                                html "</li>\n"
                        }
                        if {[hascap r]} {
                                html "<li><a href=''#''>Tickets</a>\n"
                                        html "<ul>\n"
                                                html "<li><a 
href=''/tktnew''>New</a></li>\n"
                                                html "<li><a 
href=''#''>Reports</a>\n"
                                                        html "<ul>\n"
                                                                html "<li><a 
href=''/rptview?rn=1''>All Tickets</a></li>\n"
                                                                html "<li><a 
href=''/rptview?rn=2''>Open Tickets</a></li>\n"
                                                        html "</ul>\n"
                                                html "</li>\n"
                                        html "</ul>\n"
                                html "</li>\n"
                        }
                        if {[hascap j]} {
                                html "<li><a href=''#''>Wiki</a>\n"
                                        html "<ul>\n"
                                                if {[hascap n]} {
                                                        html "<li><a 
href=''/wikinew''>New</a></li>\n"
                                                }
                                                html "<li><a 
href=''/timelne?y=w''>Recently Changed</a></li>\n"
                                                html "<li><a 
href=''/wiki_rules''>Formattign rules</a></li>\n"
                                                html "<li><a 
href=''/wikiedit?name=sandbox''>Sandbox</a></li>\n"
                                                html "<li><a 
href=''/wikiedit?name=$project_name''>Project page</a></li>\n"
                                                html "<li><a 
href=''/wcontent''>List all pages</a></li>\n"
                                        html "</ul>\n"
                                html "</li>\n"
                        }
                        if {[hascap s]} {
                                html "<li><a href=''#''>Admin</a>\n"
                                        html "<ul>\n"
                                                html "<li><a 
href=''#''>Users</a>\n"
                                                        html "<ul>\n"
                                                                html "<li><a 
href=''/setup_uedit''>New</a></li>\n"
                                                                html "<li><a 
href=''/setup_ulist''>List</a></li>\n"
                                                        html "</ul>\n"
                                                html "</li>\n"
                                                html "<li><a 
href=''/setup_access''>Access</a></li>\n"
                                                html "<li><a 
href=''/setup_config''>Configuration</a></li>\n"
                                                html "<li><a 
href=''/setup_behavior''>Behavior</a></li>\n"
                                                html "<li><a 
href=''/setup_timeline''>Timeline</a></li>\n"
                                                html "<li><a 
href=''/tktsetup''>Tickets</a></li>\n"
                                                html "<li><a 
href=''/setup_skin''>Skins</a></li>\n"
                                                html "<li><a 
href=''/setup_editcss''>CSS</a></li>\n"
                                                html "<li><a 
href=''/setup_header''>Header</a></li>\n"
                                                html "<li><a 
href=''/setup_footer''>Footer</a></li>\n"
                                                html "<li><a 
href=''/setup_logo''>Logo</a></li>\n"
                                                html "<li><a 
href=''/shun''>Shunned</a></li>\n"
                                                html "<li><a 
href=''/rcvfromlist''>Log</a></li>\n"
                                                html "<li><a 
href=''/stat''>Stats</a></li>\n"
                                                html "<li><a 
href=''/setup''>Admin screen</a></li>\n"
                                                html "<li><a 
href=''#''>Defaults</a>\n"
                                                        html "<ul>\n"
                                                                html "<li><a 
href=''/setup_editcss?clear=1''>CSS</a></li>\n"
                                                                html "<li><a 
href=''/setup_header?clear=1''>Header</a></li>\n"
                                                                html "<li><a 
href=''/setup_footer?clear=1''>Footer</a></li>\n"
                                                        html "</ul>\n"
                                                html "</li>\n"
                                        html "</ul>\n"
                                html "</li>\n"
                        } elseif {[hascap a]} {
                                html "<li><a 
href=''$baseurl/setup_ulist''>Users</a></li>\n"
                        }
                        if {[info exists login]} {
                                html "<li><a 
href=''$baseurl/login''>Logout</a></li>\n"
                        } else {
                                html "<li><a 
href=''$baseurl/login''>Login</a></li>\n"
                        }
                        html "<li><a href=''#'' ><img src=''/logo'' 
alt=''logo''></a>\n"
                                html "<ul>\n"
                                        html "<li><a 
href=''#''>$manifest_version</a></li>\n"
                                        html "<li><a 
href=''#''>$manifest_date</a></li>\n"
                                        html "<li><a 
href=''#''>$title</a></li>\n"
                                        html "<li><a 
href=''#''>$project_name</a></li>\n"
                                        if {[info exists login]} {
                                                html "<li><a 
href=''#''>$login</a></li>\n"
                                        }
                                        if {[info exists current_page]} {
                                                html "<li><a 
href=''#''>$current_page</a></li>\n"
                                        }
                                html "</ul>\n"
                        html "</li>\n"
                html "</ul>\n"
        html "</li>\n"
html "</ul>\n"
</th1></div>
'
config /config 43
1326393222 'footer' value '</body></html>
'