Collection of themes/skins for the Fossil SCM

⌈⌋ ⎇ branch:  Fossil Skins Extra


Artifact [68be6bff1b]

Artifact 68be6bff1b35cc47ace20c890d465c019b37bb56:

  • File bluesource.txt — part of check-in [a97b599852] at 2012-01-13 02:40:23 on branch trunk — bluesource theme based upon newssource from freehtml5templates (user: mario size: 8056)

     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
# The "skin" configuration exported from
# repository "/home/mario/fossil.d/fossil-skins.fossil"
# on 2012-01-13 02:37:28
config /config 5025
1326422229 'css' value '/* Theme inspired by http://freehtml5templates.com/newssourcefinal-html5-and-css3-template/ - the CSS is however entirely written from scratch for a compact Fossil usage, no images here per default. */

/* General settings for the entire page */
html, body, header { margin: 0; padding: 0; }
body {
  background-color: white;
  color: black;
  font-size: 15pt;
  font-style: normal;
  font-weight: 400;
  font-family: "Ubuntu", "Sans", "FreeSans", "Trebuchet MS", "Arial", "Helvetica", "Vera Sans", sans-serif;
  color: #333333;
  line-height: 1.5;
}

/* Header block with logo and title */
header {
   background: 55CCF0;
   /* standardization? what for! */
   background-image: linear-gradient(45deg, #88E0FF 0px, #55CCF0 40%, #00AAE0 100%);
   background-image: -webkit-linear-gradient(45deg, #88E0FF 0px, #55CCF0 40%, #00AAE0 100%);
   background-image: -moz-linear-gradient(45deg, #88E0FF 0px, #55CCF0 40%, #00AAE0 100%);
   background-image: -ms-linear-gradient(45deg, #88E0FF 0px, #55CCF0 40%, #00AAE0 100%);
   background-image: -o-linear-gradient(45deg, #88E0FF 0px, #55CCF0 40%, #00AAE0 100%);
   min-height: 75px;
   padding: 5pt;
}

/* The project logo in the upper left-hand corner of each page */
#logo {
   padding: 5pt 40pt;
}

/* The page title centered at the top of each page */
.title {
   margin: 20pt;
   display: inline;
   margin: 0;
   color: #fff;
   font-weight: 300;
}
.title small {
   margin-right: 40pt;
   float: right;
}

/* The login status message in the top right-hand corner */
.login-status {
}

/* The main menu bar that appears at the top of the page beneath
** the header */
nav, .mainmenu {
   background: #5A5A5A;
   color: #ccc;
   padding: 25px;
   padding-bottom: 5px;
   text-align: center;
}

/* The submenu bar that *sometimes* appears below the main menu */
.submenu, .sectionmenu {
   background: #999;
   padding: 5px;
   text-align: center;
}
.mainmenu a, .mainmenu a:visited {
   color: #bbb;
   text-decoration: none;
   padding: 2px 15px;
}
.submenu a, .submenu a:visited,
.sectionmenu>a.button:link, .sectionmenu>a.button:visited {
   color: #fff;
   text-decoration: none;
   padding: 2px 15px;
}
.mainmenu a:hover, .submenu a:hover, .sectionmenu>a.button:hover {
   color: #fed;
}

/* All page content from the bottom of the menu or submenu down to
** the footer */
.content {
   width: 75%;
   margin-left: auto;
   margin-right: auto;
   padding: 20pt;
}
body > .content {
   min-height: 600px;
}

/* Some pages have section dividers */
div.section {

}

/* The "Date" that occurs on the left hand side of timelines */
.divider {

}

/* The footer at the very bottom of the page */
footer, .footer {
   clear: both;
   background: #5A5A5A;
   padding: 30pt;
}
footer p {
   color: #999;
}
footer a, footer a:visited {
   text-decoration: none;
   color: #eee;
}
footer ul {
   list-style-type: square;
   padding: 0;
   margin: 2px;
}
footer li {
   display: inline;
   padding-right: 10pt;
}
footer li:before { content: "â–   "; color: #bbb; }
footer li:nth-child(even):before { color: #aaa; }
footer li:nth-child(3):before { color: #ccc; }
footer li:nth-child(4):before { color: #999; }
footer form {
   position: absolute;
   display: inline;
   width: 200px;
}
footer form input {
   display: inline;
   position: relative;  left: 300pt;
   font-size: 100%;
   border: 1px solid #999;
   background: #ccc;
}

/* Hyperlink colors in the footer */
.footer a:hover { color: #f90; }


/* verbatim blocks */
pre.verbatim {
   background: #e5e5e5;
}




/* 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 1287
1326420765 'header' value '<html>
<head>
  <title>$<project_name>: $<title></title>
  <meta charset=utf-8>
  <link rel=alternate type="application/rss+xml" title=Timeline href="$home/timeline.rss">
  <link rel=stylesheet href="$home/style.css?default" media=screen>
</head>
<body>

<header class=header>
  <img id=logo alt=logo align=left src="$home/logo">
  <h1 class=title>$<project_name> <small>$<title></small></h1>

</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 class=login-status href=''$home/login''>Logged in as $login</a>\n"
} else {
  html "<a class=login-status href=''$home/login''>Login</a>\n"
}
</th1>
</nav>

'
config /config 1559
1326422003 'footer' value '   <footer class=footer><div class=content>
      <p><a href=http://fossil-scm.org/>Fossil</a> version <tt>$release_version</tt> | Manifest: $manifest_version |  Manifest date: $manifest_date</p>

      <ul>
         <li><a href=login><u>Account</u></a>
         <li><a href=setup>Admin</a>
         <li><a href=setup_settings>Settings</a>
         <li><a href=stat>Stat</a>
         <li><a href=home>Home</a>
      </ul>
      <ul>
         <li><a href=wiki><u>Wiki</u></a>
         <li><a href=timeline?y=w>Recent Changes</a>
         <li><a href=wcontent>Page Index</a>
         <li><a href=wikinew>New Page</a>
         <li><a href=eventedit>New Event</a>
         <li><a href=wiki_rules>Syntax</a>
      </ul>
      <ul>
         <li><a href=dir?ci=tip><u>Files</u></a>
         <li><a href=zip/trunk.zip?uuid=trunk>ZIP</a>
         <li><a href=tarball/trunk.zip?uuid=trunk>TGZ</a>
      </ul>
      <form id=google action="http://google.com/search">
         <input type=search name=q size=17 value="&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  site:$baseurl">
      </form>
      <ul>
         <li><a href=timeline>Timeline</a>
         <li><a href=brlist>Branches</a>
         <li><a href=taglist>Tags</a>
      </ul>
      <ul>
         <li><a href=reportlist>Tickets</a>
         <li><a href=rptview?rn=1>All Tickets</a>
         <li><a href=tktnew>New Ticket</a>
      </ul>
      <p>  
      </p>
   </div></footer>

</body>
</html>

         '