Collection of themes/skins for the Fossil SCM

⌈⌋ ⎇ branch:  Fossil Skins Extra


Check-in [cf751e535f]

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

Overview
Comment:Plain Wedding theme by Peter Krantz.
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: cf751e535f68de97addd189847e325ef32462443
User & Date: mario 2014-03-19 16:29:51
Context
2014-03-19
16:33
(no comment) check-in: 547897f448 user: mario tags: trunk
16:29
Plain Wedding theme by Peter Krantz. check-in: cf751e535f user: mario tags: trunk
05:03
Introduce subquery in ui::recent_files to omit deleted files from GitHub filebox `(mlink.fnid NOT IN (SELECT fnid FROM mlink WHERE fid=0))`, and use sql::dir_exists rather than ::page_exists in the header. check-in: 468569b365 user: mario tags: trunk
Changes
Hide Diffs Unified Diffs Ignore Whitespace Patch

Added plain-wedding.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
# The "skin" configuration exported from
# repository "/home/mario/fossil.d/skins/../fossil-skins.fossil"
# on 2014-03-19 16:19:01
config /config 4682
1395245776 'css' value '/**
 * A lightweight Fossil SCM theme "Plain Wedding" by Peter Krantz
 * 
 * @url https://github.com/peterk/plain-wedding-fossil-theme
 * @license BDSL
 */

/* General settings for the entire page */
html {
    min-height: 100%;
}
body {
    margin: 0ex 1ex;
    padding: 0px;
    background-color: #e1e1e1;
    color: #333;
    font-family: Verdana, sans-serif;
    background: linear-gradient(top,  #fff,  #cbccc8);
    font-size: 0.8em;
}

h1, h2, h3, h4 {
    font-family: Georgia, serif;
    font-weight:normal;
    margin: 0 0 0.5em 0;
}

h1, h2, h3, h4 {
    margin-top: 1.2em;
}

h3 {
    font-weight:bold;
}

div.content>h1 {
    margin-top: 0;
}

li {
    margin-bottom: 0.5em;
    margin-right: 20px;
}
/* The project logo in the upper left-hand corner of each page */
div.logo {
    display:none;
}

/* Widths */
div.header, div.mainmenu, div.submenu, div.content, div.footer {
    max-width: 900px;
    margin: auto;
    padding: 3px 20px 3px 20px;
    clear: both;
}

/* The page title at the top of each page */
div.title {
    font-size: 2em;
    float:left;
    font-weight: bold;
    margin: 10px 0 10px -20px;
    vertical-align: bottom;
    text-align: left;
    width: 80%;
    font-family: Georgia, serif;
    font-weight:normal;
}

div.title a {
    text-decoration:none;
    color: #333;
}

/* The login status message in the top right-hand corner */
div.status {
    text-align: right;
    vertical-align: bottom;
    color: #333;
    margin-right: -20px;
}

/* The main menu bar that appears at the top of the page beneath
 ** the header */
div.mainmenu {
    text-align: center;
    color: white;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    min-height: 2em;
    padding-top: 10px;
    background: linear-gradient(left bottom,left top,rgb(51,81,94) 7%, 
rgb(85,129,149) 76%);
    background: radial-gradient(circle at 50% 95%, rgb(51,81,94) 0%, 
rgb(85,129,149) 76%, rgb(51,81,94) 100%);
    box-shadow: 0px 3px 4px #333333;
}

/* The submenu bar that *sometimes* appears below the main menu */
div.submenu {
    padding-top:10px;
    padding-bottom:0;
    text-align: right;
    color: #000;
    background-color: #fff;
    height: 1.5em;
    vertical-align:middle;
    box-shadow: 0px 3px 4px #999;
}
div.mainmenu a, div.mainmenu a:visited {
    padding: 3px 10px 3px 10px;
    color: white;
    text-decoration: none;
}
div.submenu a, div.submenu a:visited {
    padding: 2px 8px;
    color: #000;
    font-family: Arial;
    text-decoration: none;
    margin:auto;
    border-radius: 5px;
    background-color: #e0e0e0 ;
    background: linear-gradient(left bottom, left top, color-stop(0, 
rgb(184,184,184)), color-stop(0.75, rgb(214,214,214)));
    text-shadow: 0px -1px 0px #eee;
    filter: dropshadow(color=#eeeeee, offx=0, offy=-1);
}

div.mainmenu a:hover, div.submenu a:hover {
    color: #000;
    background-color: white;
}

/* All page content from the bottom of the menu or submenu down to
 ** the footer */
div.content {
    background-color: #fff;
    box-shadow: 0px 3px 4px #999;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    padding-bottom: 1em;
    min-height:40%;
}


/* 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 {
    font-size: 1.2em; 
    font-family: Georgia, serif;
    font-weight: bold;
    margin-top: 1em;
}

/* The footer at the very bottom of the page */
div.footer {
    font-size: 0.9em;
    text-align: right;
    margin-bottom: 1em;
    color: #666;
}

/* Hyperlink colors in the footer */
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;
}


table.report {
    border-collapse:collapse;
    border: 1px solid #999;
    margin: 1em 0 1em 0;
}

table.report tr th {
    padding: 3px 5px;
    text-transform : capitalize;
}

table.report tr td {
    padding: 3px 5px;
}

textarea {
    font-size: 1em;
}
'
config /config 1504
1395244566 'header' value '<html>
<head>
<title>$<project_name>: $<title></title>
<link rel="alternate" type="application/rss+xml" title="RSS Feed"
      href="$baseurl/timeline.rss">
<link rel="stylesheet" href="$baseurl/style.css" type="text/css"
      media="screen">
<base href="$baseurl/$current_page">
</head>
<body>
<div class="header">
  <div class="logo">
    <img src="$baseurl/logo" alt="logo">
  </div>
  <div class="title"><a href=''$baseurl$index_page''>$<project_name></a></div>
  <div class="status"><nobr><th1>
     if {[info exists login]} {
       puts "Logged in as $login"
     } else {
       puts "Not logged in"
     }
  </th1></nobr></div>
</div>
<div class="mainmenu"><th1>
html "<a href=''$baseurl$index_page''>Home</a>"
if {[hascap h]} {
  html "<a href=''$baseurl/dir''>Files</a>"
}
if {[hascap o]} {
  html "<a href=''$baseurl/leaves''>Leaves</a>"
  html "<a href=''$baseurl/timeline''>Timeline</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></div>
'
config /config 130
1395244379 'footer' value '         <div class="footer">
Fossil version $manifest_version $manifest_date
</div>
</body></html>'