Check-in [3a09fb547a]
Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Some themes scavenged from the mailing list |
---|---|
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
3a09fb547af922e90450bcb7bc5cf3f8 |
User & Date: | mario 2012-01-12 18:44:53 |
Context
2012-01-12
| ||
19:17 | screenshots for display check-in: efc5883133 user: mario tags: trunk | |
18:44 | Some themes scavenged from the mailing list check-in: 3a09fb547a user: mario tags: trunk | |
14:45 | initial empty check-in check-in: 9f6fc9a491 user: mario tags: trunk | |
Changes
Added ratwhs.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 | # converted from SQL config format # http://www.mail-archive.com/fossil-users@lists.fossil-scm.org/msg01430.html #-- The "skin" configuration exported from #-- repository #-- on 2010-01-25 17:32:55 config /config 3569 1326393356 'css' value '/* General settings for the entire page */ body { margin: 0ex 1ex; padding: 0px; background-color: #dddddd; 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; } span.mainmenusmall, span.mainmenusmall a, span.mainmenusmall a:visited { padding: 3px 3px 3px 0px; font-size: 0.8em; vertical-align: top; color: lightgrey; 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; } /* and below the footer at the very bottom of the page */ div.bfooter { font-size: 0.7em; margin-top: 0px; padding: 5px 10px 5px 10px; text-align: center; color: #558195; } /* 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; } ' config /config 1657 1326393356 '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"> </head> <body> <div class="header"> <div class="logo"> <img src="/logo" alt="logo"> <br><nobr>$<project_name></nobr> </div> <div class="title">$<title></div> <div class="status"><nobr><th1> if {[info exists login]} { puts "Logged in as $login - " html "<a href=''$baseurl/login''>Logout</a> " } else { puts "Not logged in - " html "<a href=''$baseurl/login''>Login</a> " } </th1></nobr></div> </div> <div class="mainmenu"><th1> html "<a href=''$baseurl$index_page''>Home</a> " if {[hascap h]} { html "<a href=''$baseurl/dir?ci=trunk''>Files</a> " html "<span class=''mainmenusmall''>" html "<a href=''$baseurl/dir''>all</a> " html "</span>" } 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/rptview?rn=2''>Tickets</a>" html "<span class=''mainmenusmall''>" html "<a href=''$baseurl/reportlist''>all</a>" html "<a href=''$baseurl/tktnew''>+</a>" html "</span>" } 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> " } </th1></div> ' config /config 650 1326393356 'footer' value '<hr> <th1> html "<form action=\"timeline\" method=\"post\">" html "search timeline: " html "<input name=\"s\" type=\"text\" size=\"30\" maxlength=\"40\" " if {[hascap o]} { html "value=\"\" " } else { html "disabled value=\"please log on!\" " } html "/> " html "<input type=\"submit\" " if {[hascap o]} { html "value=\"Go\" " } else { html "disabled value=\"disabled\" " } html "/>" html "</form>" </th1> <div class="footer"> <a href="http://mordor:8001">Fossil</a> version $manifest_version $manifest_date </div> </body></html>' |
Added renez.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 | # 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> ' |
Added shiny.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 | # converted from SQL config format #-- http://www.mail-archive.com/fossil-users@lists.fossil-scm.org/msg01296.html #-- The "skin" configuration exported from #-- repository "o:/fossil/fossil.fsl" #-- on 2010-01-15 10:11:10 config /config 6021 1326393341 'css' value '/* General settings for the entire page */ body { margin: 0ex 1ex; padding: 0; background-color: #333; font-family: Verdana, "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif; font-size: 12pt; color: #000; text-align: center; /* workaround for IE box centering */ } /* Header includes logo and project name */ div.header { margin: auto; min-width: 850px; width: 80%; margin-top: 20px; } /* The project logo at the top of each page */ div.logo { text-align: center; font-weight: bold; color: #fff; text-shadow: 0 1px #000; } /* The page title under main menu */ div.title { font-size: 1.2em; font-weight: bold; text-align: left; color: #333; margin-left: 20px; margin-top: 0; padding-top: 20px; text-shadow: 0 1px #fff; } /* The login status message in the top right-hand corner */ div.status { float: right; text-align: right; color: #777; font-size: 0.8em; margin-top: 20px; margin-right: 20px; } /* The main menu bar that appears at the top of the page beneath ** the header */ div.mainmenu { padding: 10px 0; font-size: 0.9em; font-weight: bold; text-align: center; background: #315FD5; -webkit-border-top-left-radius: 10px; -webkit-border-top-right-radius: 10px; -moz-border-radius-topleft: 10px; -moz-border-radius-topright: 10px; border-top-left-radius: 10px; border-top-right-radius: 10px; border-top: 1px solid #69F; border-bottom: 1px solid #152952; text-shadow: 0 -1px #152952; margin-bottom: 0; } /* The submenu bar that *sometimes* appears below the main menu */ div.submenu { padding: 3px 10px 3px 0px; font-size: 0.75em; text-align: center; color: #333; margin-top: -23px; /* push it to top between page title and status */ margin-bottom: 2px; } div.mainmenu a:link, div.mainmenu a:visited { padding: 3px 10px 3px 10px; color: #fff; text-decoration: none; border: 0; } div.submenu a:link, div.submenu a:visited { padding: 1px 10px; color: #222; border: 1px solid #BDBDBD; background: #EEE; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; text-decoration: none; text-shadow: 0 1px #fff; } div.submenu a:hover { color: #fff; background: #858585; border-color: #5B5B5B; text-shadow: 0 1px #000; } div.mainmenu a:hover, div.mainmenu a:visited:hover { color: #9CF; text-decoration: none; } div.container { margin: auto; min-width: 850px; width: 80%; background: #69F; margin-top: 20px; } div.container, div.subcontainer { background: #f4f4f4; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; margin-bottom: 0; text-align: left; } div.subcontainer { width: 100%; -webkit-border-top-left-radius: 0; -webkit-border-top-right-radius: 0; -moz-border-radius-topleft: 0; -moz-border-radius-topright: 0; border-top-left-radius: 0; border-top-right-radius: 0; } /* All page content from the bottom of the menu or submenu down to ** the footer */ div.content { padding: 10px 20px 20px 20px; font-size: 0.8em; } /* 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; color: #5B677E; border-bottom: 2px solid #B6BECD; } /* The "Date" that occurs on the left hand side of timelines */ div.divider { border-bottom: 2px solid #B6BECD; font-size: 1em; font-weight: normal; padding-bottom: .25em; margin: .5em 0 .5em 0; float: left; clear: left; color: #5B677E; } /* The footer at the very bottom of the page */ div.footer { margin: auto; min-width: 850px; width: 80%; font-size: 0.8em; padding: 5px 10px 5px 10px; text-align: right; color: #777; margin-top: 10px; margin-bottom: 10px; } /* 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: #f3f3f3; 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; } hr { height: 0; color: #ccc; background-color: #ccc; border: 0; margin-top: 15px; margin-bottom: 15px; border-top: 1px solid #ccc; border-bottom: 1px solid #fff; } table { font-size: 1em; } a:link { color: #004080; text-decoration: none; } a:visited { color: #6A4A95; text-decoration: none; } a:hover { color: #24548F; text-decoration: underline; } a:visited:hover { color: #6A4A95; text-decoration: underline; } table.report { margin-bottom: 1em; border: 1px solid #bbb; border-spacing: 0; border-collapse: collapse; } table.report td, table.report th { border: 1px solid #bbb; border-width: 1px; border-spacing: 0; padding: 4px; } /* Ticket view */ td.tkt-label { text-align: right; color: #666; } td.tkt-label-comments { color: #666; } td.tkt-value, td.tkt-value-comments { background-color: #fcfcfc; border: 1px solid #ddd; -webkit-border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; border-radius: 3px; } td.tkt-value-comments { padding: 15px; }' config /config 1489 1326393341 '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"> </head> <body> <div class="header"> <div class="logo"> <nobr>$<project_name></nobr> </div> </div> <div class="container"> <div class="mainmenu"><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''>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></div> <div class="subcontainer"> <div class="status"><nobr><th1> if {[info exists login]} { puts "Logged in as $login" } else { puts "Not logged in" } </th1></nobr></div> <div class="title">$<title></div> ' config /config 182 1326393341 'footer' value '</div><!-- / subcontainer --> </div><!-- / container --> <div class="footer"> Fossil version $manifest_version $manifest_date </div> </body></html> ' |
Added so-skin.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 | # Stackoverflow-like skin # The "skin" configuration exported from # repository "/home/mario/fossil.d/array.fossil" # on 2012-01-12 17:44:01 config /config 7178 1326329051 '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 { text-align: center; vertical-align: bottom; font-weight: bold; color: #f90; padding: 5px 20px 0px 0px; } /* The page title centered at the top of each page */ .title { font-size: 2em; font-weight: 200; color: #333; vertical-align: bottom; width: 100% ; position: relative; top:30px; } .title b { font-weight: 800; } /* The login status message in the top right-hand corner */ .status { display: table-cell; text-align: right; vertical-align: bottom; color: #ff9900; 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; } /* 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: #ff9900; 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: #ff9900; 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: #ff9900; color: white; white-space: nowrap; } /* The "Date" that occurs on the left hand side of timelines */ .divider { border-radius: 4px; color: #750; background: #ffeecc; border: 2px #f90 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; } /* 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); } /********************************* * * SO lookalike. * */ html { } body { padding: 0; margin: 0; } body, p, article, td { font-family: Arial; font-size: 14px; color: #111; } p, article { line-height: 175%; } li { margin-bottom: 5pt; } .container { margin-left: auto; margin-right: auto; width: 960px; clear: both; } a { text-decoration: none; font-weight: 700; color: #07c; } a:visited { color: #468; } .header { background: #eee; color: #999; padding: 2px 0; } #title { float: left; color: #666; font-weight: 700; margin: 3px; } .badge1 { color: #fd5; } .badge2 { color: #ccc; } .badge3 { color: #c96; } #logo { height: 100px; } #navlist { padding-top: 55px; } #navlist a { color: #ffffff; font-weight: 900; font-size: 130%; padding: 4px 15px; background: #777; } #navlist a.current, #navlist a:hover { background: #f90; } #navlist a.last { margin-left: 50px;; } .mainbar { width: 730px; float: left; padding-top: 10px; } .sidebar { width: 220px; float: right; } .topic { padding: 22pt 0 15pt 0; border-bottom: 1px solid #999; } .topic tt, .topic kbd { font-size: 80%; color: #555; background: #f7f7f7; margin-left: 30px; display: block; } .topic-options a, .topic-options { color: #aaa; font-weight: 100; padding-top: 30px; } ul.topic-list { margin-top: 20pt; padding: 0; } #helpbox { background: #fec; border-radius: 5px; padding: 10px; margin-top: 15px; color: #750; } #helpbox h4 { color: #a00; font-size: 140%; margin: 0; } .tag { padding:2px 5px; background:#e1e9f1; color:#58a; border:1px outset #cde; } input[type=submit] { border: 1px solid black; padding: 3px 10px; font: normal normal bold 140% "Trebuchet MS", sans-serif; } textarea { border: 1px solid #999; border-bottom: 7px solid #ddd; } #footer-spacer { clear: both; padding-top: 130px; } footer { clear: both; background: #555; padding: 65px 200px; border-top: 9px solid black; color: #eee; } footer p { color: #999; } footer a, footer a:visited { color: #fec; } footer ul { list-style-type: square; padding: 0; } footer li { display: inline; padding-right: 10pt; } footer li:before { color: #f73; content: "⬛ "; } footer li:nth-child(even):before { color: #fc9; } footer li:nth-child(3):before { color: #57f; } footer li:nth-child(4):before { color: #6f7; } #main { padding-top: 30px; min-height: 700px; } #main .content { padding-top: 15pt; padding-bottom: 50pt; } h2.subtitle { font-size: 24px; font-weight: 700; display: inline; border-bottom: 1px solid #999; } .submenu { display: inline; background: white; border: 1px #fff solid; border-bottom: 1px #999 solid; } .submenu a, .submenu a:visited { font-size: 18px; font-weight: 200; color: black; } .submenu a:hover { border: 1px #666 solid; border-bottom: white; } ' config /config 2253 1326387822 '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=container> <a href="." id="title">𝌔 Fossil Hub</a> <div style="float:right"> <th1> if {[info exists login]} { html "✉ <a href=''$home/login'' class=''profile-link''>$login</a> 751" html "<span class=badge1>✹</span>1 <span class=badge3>✹</span>5 | " html "<a href=''$home/login''>Logout</a> | " } else { html "<a href=''$home/login''>Login</a> | " } if {[hascap s]} { html "<a href=''$home/setup''>Admin</a> | " } elseif {[hascap a]} { html "<a href=''$home/setup_ulist''>Users</a> | " } </th1> <a href="//fossil-scm.org">Fossil manual</a> | <form id=google style="display:inline" action="http://google.com/search"> <input name="q" size="28" value=" site:$baseurl"> </form> </div> </div> </header> <div class="container logo-title-nav"> <a href="$base"><img id=logo src="$home/logo" alt="$<title>" align=left></a> <span class=title>$<project_name></span> <nav id=navlist class=mainmenu> <th1> if {[anycap jor]} { html "<a href=''$home/timeline''>Timeline</a>\n" } if {[hascap oh]} { html "<a class=current 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 class=last href=''$home/wiki''>Wiki</a>\n" html "<a href=''$home/timeline?y=w''>RC</a>\n" } </th1> </nav> </div> <div class=container id=main> <h2 class=subtitle><b>$<title></b></h2> ' config /config 892 1326378790 'footer' value '</div><!--container--> <footer class=footer> <p><a href=http://fossil-scm.org/>Fossil</a> version <tt>$release_version</tt> | Manifest: $manifest_version | Manifest date: $manifest_date</p> <p> <a href=wiki>wiki</a> | <a href=login>account</a> | <a href=setup>admin</a> | <a href=home>home</a> </p> <ul> <li><a href=dir?ci=tip>Files</a> <li><a href=zip/trunk.zip?uuid=trunk>ZIP</a> <li><a href=tarball/trunk.zip?uuid=trunk>TGZ</a> <li><a href=timeline>Timeline</a> <li><a href=brlist>Branches</a> <li><a href=taglist>Tags</a> <li><a href=reportlist>Tickets</a> </ul> <p> Skin inspired by <a href=//s.tk/so>Stackoverflow</a> (not to say lifted from). </p> </footer> </body> </html> ' |
Added wst1.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 | # converted from SQL config format # https://chiselapp.com/user/wst/repository/WST-Skin-1/ #-- The "skin" configuration exported from #-- repository "E:/fossil-w32/mordor.fossil" #-- on 2010-08-01 07:05:19 config /config 7240 1326393024 'css' value '/* *************************************************************** * used colors: * cccccc background color for entire page, visible on page frame * ccccee background color for hovered content links * dddddd background for content-headers * eeeeee background color for content * f7f7f7 bordor-color for top shadow * aaaaaa bordor-color for bottom shadow * 555566 main font color and background for main menu and font * color for hovered menu entries and visited content links * 666699 background color for submenu and font color for content * white font color for main/submenu and background color for * highlighted menu entries * lightgrey * font color for small main menu entries *************************************************************** */ /* General settings for the entire page */ body { margin: 0ex 1ex; padding: 0px; font-family: Georgia, Nimrod, Times New Roman, serif; } @media print { body { background-color: white; } } @media screen { body { background-color: #cccccc; } } div.section, h1, h2, h3, h4, h5 { font-weight:normal; margin: 0 0 0.5em 0; background-color: #dddddd; border-style: solid; border-width: 2px; border-top-color: #f7f7f7; border-left-color: #f7f7f7; border-bottom-color: #aaaaaa; border-right-color: #aaaaaa; padding-left: 1em; padding-right: 2em; } div.section, h1 { margin-top: 1em; text-align: center; font-size: 1.5em; } h2 { margin-top: 0.8em; font-size: 1.3em; } h3 { margin-top: 0.6em; font-size: 1.2em; } h4 { margin-top: 0.4em; font-size: 1.1em; } h5 { margin-top: 0.2em; font-size: 1.0em; } /* The project logo in the upper left-hand corner of each page */ div.logo { display: table-cell; text-align: center; vertical-align: center; font-weight: normal; color: #555566 } div.logo a, div.logo a:visited { text-decoration: none; color: #555566 } /* The page title centered at the top of each page */ div.title { display: table-cell; font-size: 2em; font-weight: bold; text-align: center; padding: 0 0 0 1em; color: #555566; vertical-align: center; font-weight:normal; width: 100%; } /* The login status message in the top right-hand corner */ div.status { text-align: right; vertical-align: bottom; font-family: Arial, sans serif; font-size: 0.8em; font-weight: normal; color: #555566 } @media print { div.status { display: none; } } @media screen { div.status { display: table-cell; } } /* 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-family: Arial, sans serif; font-size: 0.9em; font-weight: bold; text-align: center; letter-spacing: 1px; background-color: #555566; color: white; border-right-style: solid; border-right-width: 2px; border-right-color: #aaaaaa; border-top-style: solid; border-top-width: 2px; border-top-color: #f7f7f7; border-left-style: solid; border-left-width: 2px; border-left-color: #f7f7f7; } @media print { div.mainmenu { display: none; } } /* The submenu bar that *sometimes* appears below the main menu */ div.submenu { padding: 3px 10px 3px 0px; font-family: Arial, sans serif; font-size: 0.9em; text-align: center; background-color: #666699; color: white; border-right-style: solid; border-right-width: 2px; border-right-color: #aaaaaa; border-left-style: solid; border-left-width: 2px; border-left-color: #f7f7f7; } @media print { div.submenu { display: none; } } div.mainmenu a, div.mainmenu a:visited, div.submenu a, div.submenu a:visited { padding: 3px 10px 3px 10px; color: white; text-decoration: none; } span.mainmenusmall, span.mainmenusmall a, span.mainmenusmall a:visited { padding: 3px 3px 3px 0px; font-size: 0.8em; vertical-align: top; color: lightgrey; text-decoration: none; } div.mainmenu a:hover, div.submenu a:hover { color: #555566; background-color: white; } /* All page content from the bottom of the menu or submenu down to ** the footer */ div.content { padding: 1ex 1ex 1ex 2ex; border-top-style: solid; border-top-width: 2px; border-top-color: #aaaaaa; line-height: 1.5; border-bottom-width: 0.1em; } @media print { div.content { background-color: white; } } @media screen { div.content { background-color: #eeeeee; } } div.content a { color: #666699; } div.content a:visited { color: #555566; } div.content a:hover { color: #555566; background-color: #ccccee; } div.content table { font-family: Lucida Console, Courier New, Courier, monospace; font-size: smaller; } @media printer { div.content table { background: white; } } @media screen { div.content table { background: #eeeeee; } } /* Some pages have section dividers */ /* rendered like h1! div.section { margin-bottom: 0px; margin-top: 1em; padding: 1px 1px 1px 1px; font-size: 1.2em; font-weight: bold; background-color: #555566; 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-family: Arial, sans serif; font-size: 0.8em; margin-top: 12px; padding: 5px 10px 5px 10px; text-align: center; background-color: #555566; color: white; border-bottom-style: solid; border-bottom-width: 2px; border-bottom-color: #aaaaaa; border-right-style: solid; border-right-width: 2px; border-right-color: #aaaaaa; border-top-style: solid; border-top-width: 2px; border-top-color: #f7f7f7; border-left-style: solid; border-left-width: 2px; border-left-color: #f7f7f7; } /* and below the footer at the very bottom of the page */ div.bfooter { font-family: Arial, sans serif; font-size: 0.7em; margin-top: 0px; padding: 5px 10px 5px 10px; text-align: center; color: #555566; } @media print { div.footer, div.bfooter { display: none; } } /* 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: #555566; } div.bfooter a, html a { color: #666699; } div.bfooter a:visited, html a:visited { color: #555566; } div.bfooter a:hover, html a:hover { color: #555566;background-color: white; } /* <verbatim> blocks */ pre.verbatim { background-color: #fafafa; 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; } ' config /config 1651 1326393024 '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"> <link rel="shortcut icon" href="$baseurl/logo" /> </head> <body> <div class="header"> <div class="logo"> <a href="$baseurl$index_page"> <img src="$baseurl/logo" alt="logo" height="20" width="20"> <nobr>$<project_name></nobr> </a> </div> <div class="title">$<title></div> <div class="status"><nobr><th1> if {[info exists login]} { puts "Logged in as $login - " html "<a href=''$baseurl/login''>Logout</a> " } else { puts "Not logged in - " html "<a href=''$baseurl/login''>Login</a> " } </th1></nobr></div> </div> <div class="mainmenu"><th1> html "<a href=''$baseurl$index_page''>Home</a> " if {[hascap oh]} { 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/rptview?rn=2''>Tickets</a>" html "<span class=''mainmenusmall''>" html "<a href=''$baseurl/reportlist''>all</a>" html "<a href=''$baseurl/tktnew''>+</a>" html "</span>" } 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> " } </th1></div> ' config /config 2079 1326393024 'footer' value '<div class="footer"> <th1> # repository/site specific configuration # adress of main server set serverAdress "http://mordor:8000" # adresses of hosts, to be handled as local set localAdresses [list "http://127.0.0.1:8000" "http://localhost:8000" "http://auenland:8000" "http://samgamdschi:8000" "http://numenor:8000" ] # which fossil-repo should be referenced in the footer set fossilReferenceAdress "http://Mordor/fossilscm" </th1> <th1> html "<form action=\"$baseurl/timeline\" method=\"post\">" html "search timeline: " html "<input name=\"s\" type=\"text\" size=\"30\" maxlength=\"40\" " if {[hascap o]} { html "value=\"\" " } else { html "disabled value=\"please log on!\" " } html "/> " html "<input type=\"submit\" " if {[hascap o]} { html "value=\"Go\" " } else { html "disabled value=\"disabled\" " } html "/>" if {[hascap o]} { html " / <a href=\"$baseurl/doc/tip/index.wiki\">Wiki-Index</a>" } html "</form>" </th1> </div> <div class="bfooter"> <th1> # check, if baseurl starts with one of the local adresses set isLocal -1 for {set li 0} {$li < [llength $localAdresses]} {set li [expr $li+1]} { if {[string first [lindex $localAdresses $li] $baseurl] != -1} { set isLocal $li } } # get repository-part of baseurl by stripping all up to the first / if {[string last "/" $baseurl] == 0} { set repository "" } else { set repository [string range $baseurl [expr [string last "/" $baseurl]+1] end] } # buildt display/adress parts for footer if {$isLocal == -1} { set typeDsp "remote" set link "[lindex $localAdresses 1]" set linkDsp "local" } else { set typeDsp "local" set link "$serverAdress" set linkDsp "remote" } </th1> running $typeDsp / <a href="$link/$repository">$linkDsp version</a> of $project_name@$serverAdress powered by <a href="$fossilReferenceAdress">Fossil</a> version $manifest_version $manifest_date </div> </body></html>' |
Added zenburn.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 | # http://www.mail-archive.com/fossil-users@lists.fossil-scm.org/msg06630.html # The "skin" configuration exported from # repository "/home/mario/fossil.d/fossil-skins.fossil" # on 2012-01-12 17:52:29 config /config 4261 1326390729 'css' value '/* Zenburn theme for fossil */ /* http://slinky.imukuppi.org/zenburnpage/ */ /* http://fossil-scm.org */ /* Some tables have their styles hardcoded. :( */ /* Any feedback and contribution is welcome */ /* http://mine.jsilence.org:8080/ */ /* General settings for the entire page */ body { margin: 0ex 0ex; padding: 0px; background-color: #585858; color: #F2E4BE; font-family: sans-serif; } /* The project logo in the upper left-hand corner of each page */ div.logo { display: inline; text-align: center; vertical-align: top; font-weight: bold; font-size: 2em; } /* The page title centered at the top of each page */ div.title { display: table-cell; font-size: 2em; font-weight: bold; text-align: left; vertical-align: top; width: 100%; padding-left: 5px; } /* The login status message in the top right-hand corner */ div.status { display: table-cell; text-align: right; vertical-align: bottom; font-size: 0.8em; font-weight: bold; padding-right: 5px; } /* The header across the top of the page */ div.header { display: table; width: 100%; color: #BCDFBE; padding-top: 5px; padding-bottom: 5px; } /* 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: #424242; color: #E5BCA1; } /* The submenu bar that *sometimes* appears below the main menu */ div.submenu { padding: 3px 5px 3px 0px; font-size: 0.9em; text-align: center; background-color: #4D4D4D; color: #E5BCA1; } div.mainmenu a, div.mainmenu a:visited, div.submenu a, div.submenu a:visited{ padding: 3px 5px 3px 5px; color: #E5BCA1; text-decoration: none; } div.mainmenu a:hover, div.submenu a:hover { color: #E9C3A5; } /* All page content from the bottom of the menu or submenu down to ** the footer */ div.content { padding: 0px; } div.content a { padding: 2px } div.content a:link { color: #9DD9D8; } div.content a:active { color: #D6A4A4; } div.content a:visited { color: #86D1D0; } div.content a:hover { color: #82DAC2; } h1, h2, h3, p, a { margin-left: 10px; } h1 { font-size: 1.5em; color: #E5BCA1; } h2 { font-size: 1.2em; color: #E5BCA1; } h3 { font-size: 1em; color: #E5BCA1; } /* Some pages have section dividers */ div.section { margin-bottom: 0px; margin-top: 1em; padding: 3px 3px 0 3px; font-size: 1.2em; font-weight: bold; background-color: #a09048; color: white; } /* The "Date" that occurs on the left hand side of timelines */ div.divider { color: #82DAC2; background: #2E422F; 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: #282F2B; color: #B9C7A3; } /* Hyperlink colors */ div.footer a { color: #F2E4BE; } div.footer a:link { color: #F2E4BE; } div.footer a:visited { color: #F2E4BE; } div.footer a:hover { background-color: white; color: #558195; } /* selected text */ /* Safari */ ::selection { background: #282F2B; color: #B9C7A3; } /* Firefox */ ::-moz-selection { background: #282F2B; color: #B9C7A3; } ::-webkit-selection { background:#cc0000; color:#B9C7A3; } /* <verbatim> blocks */ pre.verbatim { background-color: #282F2B; color: #82DAC2; } pre { padding: 10px; } /* The label/value pairs on (for example) the ci page */ table.label-value th { vertical-align: top; text-align: right; padding: 0.2ex 2ex; } /* Ticket colors */ table.report { border: 0; color: #505050; } td.tktDspValue { background-color: #424242; } /* The nomenclature sidebox for branches,.. */ div.sidebox { float: right; padding: 3px; background-color: #424242; } textarea, input{ background-color: #dddddd; }' config /config 1373 1326390712 'header' value '<html> <head> <title>$<project_name>: $<title></title> <link rel="alternate" type="application/rss+xml" title="RSS Feed" href="$home/timeline.rss" /> <link rel="stylesheet" href="$home/style.css?default" type="text/css" media="screen" /> </head> <body> <div class="header"> <div class="logo"> <img src="$home/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> </div> <div 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></div> ' config /config 136 1326390712 'footer' value '<div class="footer"> Fossil version $release_version $manifest_version $manifest_date </div> </body></html> ' |