# Fossil skin configuration "sanfrancisco" for simple `fossil import skin.txt`
# 2015-02-12T09-46-46Z
#
config /config 3217
1423734406 'css' value 'body {
margin: 0 auto;
width: 960px;
font-family: sans-serif;
font-size:14pt;
}
a {
color: #4183C4;
text-decoration: none;
}
a:hover {
color: #4183C4;
text-decoration: underline;
}
hr {
border: 0px;
}
.title {
color: #4183C4;
float:left;
padding-top: 30px;
padding-bottom: 10px;
}
.title h1 {
display:inline;
}
.title h1:after {
content: " / ";
color: #777;
font-weight: normal;
}
.content h1 {
font-size: 1.25em;
}
.content h2 {
font-size: 1.15em;
}
.content h2 {
font-size: 1.05em;
font-weight: bold;
}
.section {
font-size: 1em;
font-weight: bold;
background-color: #f5f5f5;
border: 1px solid #d8d8d8;
border-radius: 3px 3px 0 0;
padding: 9px 10px 10px;
margin: 10px 0;
}
.sectionmenu {
border: 1px solid #d8d8d8;
border-radius: 0 0 3px 3px;
border-top: 0;
margin-top: -10px;
margin-bottom: 10px;
padding: 10px;
}
.sectionmenu a {
display: inline-block;
margin-right: 1em;
}
.status {
float:right;
font-size:.7em;
padding-top:50px;
}
.mainmenu {
font-size:.8em;
clear:both;
padding:10px;
background:#eaeaea linear-gradient(#fafafa, #eaeaea) repeat-x;
border:1px solid #eaeaea;
border-radius:5px;
}
.mainmenu a {
padding: 10px 20px;
text-decoration:none;
color: #777;
border-right:1px solid #eaeaea;
}
.mainmenu a.active,
.mainmenu a:hover {
color: #000;
border-bottom:2px solid #D26911;
}
.submenu {
font-size: .7em;
margin-top: 10px;
padding: 10px;
border-bottom: 1px solid #ccc;
}
.submenu a {
padding: 10px;
text-decoration:none;
color: #777;
border: 1px solid transparent;
}
.submenu a:hover {
border: 1px solid #ccc;
border-bottom: 1px solid #fff;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
}
.content {
padding-top: 10px;
font-size:.8em;
color: #444;
}
.udiff, .sbsdiff,
.content blockquote {
font-size: .85em !important;
overflow: auto;
border: 1px solid #ccc;
border-radius: 5px;
}
.content blockquote {
padding: 0 15px;
}
table.report {
cursor: auto;
border-radius: 5px;
border: 1px solid #ccc;
margin: 1em 0;
}
.report td, .report th {
border: 0;
font-size: .8em;
padding: 10px;
}
.report td:first-child {
border-top-left-radius: 5px;
}
.report tbody tr:last-child td:first-child {
border-bottom-left-radius: 5px;
}
.report td:last-child {
border-top-right-radius: 5px;
}
.report tbody tr:last-child {
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
}
.report tbody tr:last-child td:last-child {
border-bottom-right-radius: 5px;
}
.report th {
cursor: pointer;
}
.report thead+tbody tr:hover {
background-color: #f5f9fc !important;
}
td.tktDspLabel {
max-width: 70px;
text-align: right;
}
td.tktDspValue {
max-width: 800px;
text-align: left;
vertical-align: top;
background-color: #f5f9fc;
}
td.tktDspValue pre {
white-space: pre-wrap;
}
.footer {
border-top: 1px solid #ccc;
padding: 10px;
font-size:.7em;
margin-top: 10px;
color: #ccc;
}
'
config /config 215
1423734406 'footer' value '<div class="footer">
This page was generated in about
<th1>puts [expr {([utime]+[stime]+1000)/1000*0.001}]</th1>s by
Fossil version $manifest_version $manifest_date
</div>
</body></html>
'
config /config 2473
1423734406 'header' value '<html>
<head>
<base href="$baseurl/$current_page" />
<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="title"><h1>$<project_name></h1>$<title></div>
<div class="status"><th1>
if {[info exists login]} {
html "$login — <a href=''$home/login''>Logout</a>\n"
} else {
html "<a href=''$home/login''>Login</a>\n"
}
</th1></div>
</div>
<div class="mainmenu">
<th1>
proc isin {val lst} {
set tot [llength $lst]
for {set i 0} {$i < $tot} {set i [expr {$i + 1}]} {
set cur [lindex $lst $i]
if {$val eq $cur} {
return 0
}
}
return 1
}
proc menulink {pagename url name} {
upvar current_page current
upvar home home
set compsetup [string compare [string range $current 0 4] setup]
set comphome [string compare [string range $current 0 3] home]
set comptag [string compare $current tagtimeline]
set compbr [string compare $current brtimeline]
set compdir [isin $current "artifact ci finfo hexdump"]
set comptl [string compare $current info]
set comptkt [isin $current "modreq rptedit tktnew rptsql rptview"]
html "<a href=''$home$url''"
if {$pagename eq $current
|| ($pagename eq "home" && $comphome == 0)
|| ($pagename eq "setup" && $compsetup == 0)
|| ($pagename eq "taglist" && $comptag == 0)
|| ($pagename eq "dir" && $compdir == 0)
|| ($pagename eq "timeline" && $comptl == 0)
|| ($pagename eq "ticket" && $comptkt == 0)
|| ($pagename eq "brlist" && $compbr == 0)
} {
html " class=''active'' "
}
html ">$name</a>"
}
menulink "home" $index_page Home
if {[anycap jor]} {
menulink "timeline" "/timeline" Timeline
}
if {[hascap oh]} {
menulink "dir" "/dir?ci=tip" Files
}
if {[hascap o]} {
menulink "brlist" "/brlist" Branches
menulink "taglist" "/taglist" Tags
}
if {[hascap r]} {
menulink "ticket" "/ticket" Tickets
}
if {[hascap j]} {
menulink "wiki" "/wiki" Wiki
}
if {[hascap s]} {
menulink "setup" "/setup" Admin
} elseif {[hascap a]} {
menulink "setup_ulist" "/setup_ulist" Users
}
</th1></div>
'