Collection of themes/skins for the Fossil SCM

⌈⌋ ⎇ branch:  Fossil Skins Extra


Documentation

# 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>
'