9defa4fd78
git-svn-id: https://svn.neo-layout.org@1712 b9310e46-f624-0410-8ea1-cfbb3a30dc96
198 lines
4.7 KiB
CSS
198 lines
4.7 KiB
CSS
/* Trac CSS */
|
|
body {
|
|
background-color:#dceeee;
|
|
margin: 2em 2em 2em 2em;
|
|
text-align: center;
|
|
font: normal 10pt verdana,'Bitstream Vera Sans',helvetica,arial,sans-serif;
|
|
line-height:1.35em;
|
|
}
|
|
|
|
h1 { font-size: 2.2em }
|
|
h2 { font-size: 1.6em; margin-top: 0,9em; }
|
|
h3 { font-size: 1.2em }
|
|
h4 { font-size: 1em }
|
|
|
|
tt { white-space: pre }
|
|
|
|
/* Link styles */
|
|
:link, :visited {
|
|
color: #223968;
|
|
}
|
|
/* Heading anchors */
|
|
@media screen {
|
|
a.ext-link:before {content: "\2197\A0";}
|
|
a[href*="neo-layout.org"]:before { content: "";}
|
|
a.ext-link .icon {
|
|
background: none;
|
|
padding-left:0;
|
|
}
|
|
a.mail-link .icon {
|
|
background: url(http://wiki.neo-layout.org/chrome/common/envelope.png) left center no-repeat;
|
|
padding-left: 16px;
|
|
}
|
|
}
|
|
* html a.ext-link .icon { display: inline-block; }
|
|
|
|
/* Forms */
|
|
fieldset { border: 1px solid #d7d7d7; padding: .5em; margin: 0 }
|
|
fieldset.iefix { background: transparent; border: none; padding: 0; margin: 0 }
|
|
.inlinebuttons input {
|
|
margin: 0;
|
|
}
|
|
|
|
/* Header */
|
|
#header h1 { margin: 0em 0 0em; }
|
|
|
|
/* Quick search */
|
|
#search {
|
|
font-size: 1em;
|
|
}
|
|
#search input { font-size: 1em }
|
|
|
|
|
|
/* Navigation */
|
|
|
|
.nav ul { font-size: .75em; list-style: none; margin: 0; text-align: right }
|
|
|
|
#metanav, #ctxtnav, #search {
|
|
width:67em;
|
|
font: normal 1em verdana,'Bitstream Vera Sans',helvetica,arial,sans-serif;
|
|
margin: 0 auto;
|
|
padding: .2em 0;
|
|
}
|
|
|
|
/* Main navigation bar */
|
|
#mainnav {
|
|
width:67em;
|
|
background: #f7f7f7 url(http://wiki.neo-layout.org/chrome/common/topbar_gradient.png) 0 0;
|
|
font: normal 1em verdana,'Bitstream Vera Sans',helvetica,arial,sans-serif;
|
|
margin: 0 auto;
|
|
}
|
|
#mainnav :link, #mainnav :visited { background: url(http://wiki.neo-layout.org/chrome/common/dots.gif) 0 0 no-repeat; }
|
|
|
|
#mainnav .active :link, #mainnav .active :visited {
|
|
background: #333 url(http://wiki.neo-layout.org/chrome/common/topbar_gradient2.png) 0 0 repeat-x;
|
|
}
|
|
|
|
/* Context-dependent navigation links */
|
|
|
|
/* Alternate links */
|
|
#altlinks {
|
|
clear: both;
|
|
width:61em;
|
|
border-width:thin;
|
|
border-color:#444;
|
|
border-style:solid;
|
|
margin-left:0em;
|
|
margin-right:0em;
|
|
margin: 0em auto 0;
|
|
margin-top:-2em;
|
|
padding-left:2.5em;
|
|
padding-right:4em;
|
|
padding-top:2em;
|
|
padding-bottom:2.4em;
|
|
// text-align:justify;
|
|
//font-family: Trebuchet MS, Tahoma, Verdana, Arial, Helvetica, sans-serif;
|
|
font-family: LinuxLibertine, Libertine, Linux-Libertine, sans;
|
|
line-height:1.35em;
|
|
font-size:1em;
|
|
background-color:White;
|
|
color:Black;
|
|
text-align:center;
|
|
|
|
}
|
|
#altlinks h3 { font-size: 1em; letter-spacing: normal; margin: 0 }
|
|
#altlinks li {
|
|
font-size: 1em;
|
|
line-height: 1.5em;
|
|
}
|
|
#altlinks li :link, #altlinks li :visited {
|
|
background-position: 0 -1px;
|
|
}
|
|
#altlinks li a.rss { background-image: url(http://wiki.neo-layout.org/chrome/common/feed.png); padding-left: 42px }
|
|
|
|
/* Footer */
|
|
#footer {
|
|
font-size: .5em;
|
|
border-top: 0px solid;
|
|
text-align: center;
|
|
margin: 0px auto 0;
|
|
}
|
|
#footer hr { color:#fff; display: none }
|
|
#footer #tracpowered { border: 0; float: right}
|
|
#footer p.left {
|
|
text-align: left;
|
|
line-height: 1em;
|
|
padding: 0 1em 1em 0em;
|
|
border-left: 0px solid #d7d7d7;
|
|
border-right: 0px solid #d7d7d7;
|
|
}
|
|
#footer p.right {
|
|
float: right;
|
|
text-align: right;
|
|
}
|
|
|
|
|
|
/* Page preferences form */
|
|
#prefs fieldset legend {
|
|
font-size: .75em;
|
|
}
|
|
|
|
/* Version information (browser, wiki, attachments) */
|
|
.wikitoolbar :link, .wikitoolbar :visited {
|
|
background: transparent url(http://wiki.neo-layout.org/chrome/common/edit_toolbar.png) no-repeat;
|
|
}
|
|
/* Styles for the form for adding attachments. */
|
|
|
|
|
|
/* Styles for the list of attachments. */
|
|
|
|
|
|
|
|
/* Styles for tabular listings such as those used for displaying directory
|
|
contents and report results. */
|
|
table.listing thead th {
|
|
font-size: 1em;
|
|
}
|
|
table.listing tbody td, table.listing tbody th {
|
|
padding: .33em .5em;
|
|
}
|
|
table.listing th.asc a { background-image: url(http://wiki.neo-layout.org/chrome/common/asc.png) }
|
|
table.listing th.desc a { background-image: url(http://wiki.neo-layout.org/chrome/common/desc.png) }
|
|
|
|
/* Styles for the error page (and rst errors) */
|
|
#content.error pre, div.system-message pre { margin-left: 1em; overflow: auto }
|
|
|
|
/* Styles for search word highlighting */
|
|
|
|
#logo { width:62em; margin: 0 auto; }
|
|
|
|
#logo img {
|
|
width:522px; height:50px; position:relative; left:-261px;
|
|
|
|
}
|
|
#content {
|
|
width:61em;
|
|
border-width:thin;
|
|
border-color:#444;
|
|
border-style:solid;
|
|
margin-left:0em;
|
|
margin-right:0em;
|
|
margin: 0em auto 0;
|
|
margin-top:2em;
|
|
padding-left:2.5em;
|
|
padding-right:4em;
|
|
padding-top:2em;
|
|
padding-bottom:2.4em;
|
|
/*
|
|
text-align:justify;
|
|
font-family: Trebuchet MS, Tahoma, Verdana, Arial, Helvetica, sans-serif;
|
|
*/
|
|
/* font-family: LinuxLibertine, Libertine, Linux-Libertine, sans; */
|
|
line-height:1.35em;
|
|
font-size:1em;
|
|
background-color:White;
|
|
color:Black;
|
|
text-align:left;
|
|
|
|
}
|