2009-02-25 21:09:24 +00:00
|
|
|
|
/* Trac CSS */
|
|
|
|
|
body {
|
2009-02-26 15:07:12 +00:00
|
|
|
|
background-color:#dceeee;
|
2009-02-25 21:09:24 +00:00
|
|
|
|
margin: 2em 2em 2em 2em;
|
|
|
|
|
text-align: center;
|
2009-03-02 14:48:42 +00:00
|
|
|
|
font: normal 10pt 'Segoe UI','Bitstream Vera Sans',verdana,helvetica,arial,sans-serif;
|
2009-02-26 13:31:46 +00:00
|
|
|
|
line-height:1.35em;
|
2010-04-01 21:11:51 +00:00
|
|
|
|
min-width:522px; /*Breite vom Logo*/
|
2009-02-25 21:09:24 +00:00
|
|
|
|
}
|
|
|
|
|
|
2010-03-29 11:05:27 +00:00
|
|
|
|
h1 { font-size: 2.2em; line-height: 0.9em; text-align:left}
|
|
|
|
|
h2 { font-size: 1.6em; margin-top: 0,9em; text-align:left}
|
|
|
|
|
h3 { font-size: 1.2em; text-align:left}
|
|
|
|
|
h4 { font-size: 1em; text-align:left}
|
2009-02-25 21:09:24 +00:00
|
|
|
|
|
2009-02-26 15:07:12 +00:00
|
|
|
|
tt { white-space: pre }
|
2009-02-25 21:09:24 +00:00
|
|
|
|
|
|
|
|
|
/* Link styles */
|
|
|
|
|
:link, :visited {
|
|
|
|
|
color: #223968;
|
|
|
|
|
}
|
|
|
|
|
/* Heading anchors */
|
|
|
|
|
@media screen {
|
2009-02-26 15:07:12 +00:00
|
|
|
|
a.ext-link:before {content: "\2197\A0";}
|
|
|
|
|
a[href*="neo-layout.org"]:before { content: "";}
|
2009-06-13 21:06:58 +00:00
|
|
|
|
a[href^="http://www.google."]:before { content: "\2197\A0";}
|
2009-02-26 15:07:12 +00:00
|
|
|
|
a.ext-link .icon {
|
2009-02-26 13:24:02 +00:00
|
|
|
|
background: none;
|
|
|
|
|
padding-left:0;
|
2009-02-26 15:07:12 +00:00
|
|
|
|
}
|
|
|
|
|
a.mail-link .icon {
|
|
|
|
|
background: url(http://wiki.neo-layout.org/chrome/common/envelope.png) left center no-repeat;
|
|
|
|
|
padding-left: 16px;
|
|
|
|
|
}
|
2009-02-26 13:24:02 +00:00
|
|
|
|
}
|
2009-02-25 21:09:24 +00:00
|
|
|
|
* 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; }
|
2009-03-02 14:48:42 +00:00
|
|
|
|
#header {
|
2009-03-02 20:05:55 +00:00
|
|
|
|
max-width: 67em;
|
2009-03-02 14:48:42 +00:00
|
|
|
|
margin: 0 auto 0em;
|
|
|
|
|
}
|
|
|
|
|
#header img{
|
|
|
|
|
float: left;
|
|
|
|
|
margin-left:-2em;
|
2009-02-28 19:41:05 +00:00
|
|
|
|
}
|
2009-02-25 21:09:24 +00:00
|
|
|
|
|
|
|
|
|
/* Quick search */
|
|
|
|
|
#search {
|
|
|
|
|
font-size: 1em;
|
|
|
|
|
}
|
|
|
|
|
#search input { font-size: 1em }
|
2009-02-26 15:07:12 +00:00
|
|
|
|
|
2009-02-25 21:09:24 +00:00
|
|
|
|
|
|
|
|
|
/* Navigation */
|
|
|
|
|
.nav ul { font-size: .75em; list-style: none; margin: 0; text-align: right }
|
|
|
|
|
|
|
|
|
|
#metanav, #ctxtnav, #search {
|
2009-03-02 20:05:55 +00:00
|
|
|
|
font: normal 10pt 'Segoe UI','Bitstream Vera Sans',verdana,helvetica,arial,sans-serif;
|
2009-02-26 17:34:04 +00:00
|
|
|
|
max-width:67em;
|
2009-02-25 21:09:24 +00:00
|
|
|
|
margin: 0 auto;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* Main navigation bar */
|
|
|
|
|
#mainnav {
|
2009-03-02 20:05:55 +00:00
|
|
|
|
font: normal 10pt 'Segoe UI','Bitstream Vera Sans',verdana,helvetica,arial,sans-serif;
|
2009-02-26 17:34:04 +00:00
|
|
|
|
max-width:67em;
|
2009-03-02 20:05:55 +00:00
|
|
|
|
margin: .66em auto .33em;
|
2009-02-26 15:07:12 +00:00
|
|
|
|
background: #f7f7f7 url(http://wiki.neo-layout.org/chrome/common/topbar_gradient.png) 0 0;
|
2009-02-25 21:09:24 +00:00
|
|
|
|
}
|
2009-03-02 20:05:55 +00:00
|
|
|
|
|
2009-02-26 15:17:27 +00:00
|
|
|
|
#mainnav :link, #mainnav :visited { background: url(http://wiki.neo-layout.org/chrome/common/dots.gif) 0 0 no-repeat; }
|
2009-02-25 21:09:24 +00:00
|
|
|
|
|
2009-02-26 16:40:36 +00:00
|
|
|
|
#mainnav .active :link, #mainnav .active :visited {
|
|
|
|
|
background: #333 url(http://wiki.neo-layout.org/chrome/common/topbar_gradient2.png) 0 0 repeat-x;
|
|
|
|
|
}
|
|
|
|
|
|
2010-04-01 20:52:14 +00:00
|
|
|
|
.wiki-toc {padding-bottom:1em;}
|
2010-05-05 18:55:56 +00:00
|
|
|
|
.wiki-toc li {padding:0 0.3em;}
|
|
|
|
|
.wiki-toc li :link:hover, :visited:hover { background-color:transparent; color: black }
|
|
|
|
|
.wiki-toc li:hover { background-color:orange; color: black }
|
2010-04-01 21:00:28 +00:00
|
|
|
|
.wiki-toc h4 {font-size:10pt; padding-top:0.8em;}
|
2010-04-01 20:52:14 +00:00
|
|
|
|
|
2009-02-25 21:09:24 +00:00
|
|
|
|
/* Alternate links */
|
2009-03-02 20:05:55 +00:00
|
|
|
|
#altlinks{
|
2009-02-25 21:09:24 +00:00
|
|
|
|
clear: both;
|
2009-03-02 20:05:55 +00:00
|
|
|
|
max-width:61em;
|
2009-02-25 21:09:24 +00:00
|
|
|
|
border-width:thin;
|
|
|
|
|
border-color:#444;
|
|
|
|
|
border-style:solid;
|
|
|
|
|
margin-left:0em;
|
|
|
|
|
margin-right:0em;
|
2009-03-02 20:05:55 +00:00
|
|
|
|
margin: 0em auto 0em;
|
2009-02-25 21:09:24 +00:00
|
|
|
|
margin-top:-2em;
|
2009-03-02 20:05:55 +00:00
|
|
|
|
padding-left:2.5em;
|
|
|
|
|
padding-right:4em;
|
2009-02-25 21:09:24 +00:00
|
|
|
|
padding-top:2em;
|
|
|
|
|
padding-bottom:2.4em;
|
|
|
|
|
line-height:1.35em;
|
|
|
|
|
font-size:1em;
|
|
|
|
|
background-color:White;
|
|
|
|
|
color:Black;
|
|
|
|
|
text-align:center;
|
2009-03-02 14:48:42 +00:00
|
|
|
|
}
|
2009-02-26 20:17:53 +00:00
|
|
|
|
|
|
|
|
|
#altlinks h3 { font-size: 1em; letter-spacing: normal; margin: 0 }
|
2009-02-25 21:09:24 +00:00
|
|
|
|
#altlinks li {
|
|
|
|
|
font-size: 1em;
|
|
|
|
|
line-height: 1.5em;
|
|
|
|
|
}
|
|
|
|
|
#altlinks li :link, #altlinks li :visited {
|
|
|
|
|
background-position: 0 -1px;
|
2009-02-26 15:07:12 +00:00
|
|
|
|
}
|
2009-03-02 14:48:42 +00:00
|
|
|
|
#altlinks li a.rss { background-image: url(http://wiki.neo-layout.org/chrome/common/feed.png); padding-left: 24px }
|
2009-02-25 21:09:24 +00:00
|
|
|
|
|
|
|
|
|
/* 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) */
|
2009-02-26 16:40:36 +00:00
|
|
|
|
.wikitoolbar :link, .wikitoolbar :visited {
|
|
|
|
|
background: transparent url(http://wiki.neo-layout.org/chrome/common/edit_toolbar.png) no-repeat;
|
2009-02-25 21:09:24 +00:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* 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;
|
|
|
|
|
}
|
2009-02-26 16:40:36 +00:00
|
|
|
|
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) }
|
|
|
|
|
|
2009-02-27 10:43:09 +00:00
|
|
|
|
#dirlist td.name { width: auto }
|
|
|
|
|
#dirlist td.change { white-space: normal }
|
|
|
|
|
|
2009-03-03 07:52:24 +00:00
|
|
|
|
div.report {
|
|
|
|
|
overflow-y: hidden;
|
|
|
|
|
overflow:auto;
|
|
|
|
|
}
|
2009-02-27 10:43:09 +00:00
|
|
|
|
|
2009-02-25 21:09:24 +00:00
|
|
|
|
/* Styles for the error page (and rst errors) */
|
|
|
|
|
#content.error pre, div.system-message pre { margin-left: 1em; overflow: auto }
|
|
|
|
|
|
|
|
|
|
#content {
|
2009-02-26 17:34:04 +00:00
|
|
|
|
max-width:61em;
|
2009-02-25 21:09:24 +00:00
|
|
|
|
border-width:thin;
|
|
|
|
|
border-color:#444;
|
|
|
|
|
border-style:solid;
|
|
|
|
|
margin-left:0em;
|
|
|
|
|
margin-right:0em;
|
2009-02-26 20:17:53 +00:00
|
|
|
|
margin: 0em auto 0;
|
2009-02-25 21:09:24 +00:00
|
|
|
|
margin-top:2em;
|
|
|
|
|
padding-left:2.5em;
|
|
|
|
|
padding-right:4em;
|
|
|
|
|
padding-top:2em;
|
|
|
|
|
padding-bottom:2.4em;
|
|
|
|
|
line-height:1.35em;
|
|
|
|
|
font-size:1em;
|
|
|
|
|
background-color:White;
|
|
|
|
|
color:Black;
|
2010-03-29 10:38:38 +00:00
|
|
|
|
text-align:justify;
|
2010-04-01 21:11:51 +00:00
|
|
|
|
min-width:522; /*breite vom Logo*/
|
|
|
|
|
}
|
2009-03-04 08:30:28 +00:00
|
|
|
|
|
2010-03-29 15:16:31 +00:00
|
|
|
|
#content img {margin:1em} /*h<>lt Text von Bildern im Contentbereich fern */
|
|
|
|
|
|
2009-03-04 08:30:28 +00:00
|
|
|
|
#content.ticket { width: 100%; max-width:61em}
|
2009-09-26 08:53:43 +00:00
|
|
|
|
|
|
|
|
|
table.code td {font-family: 'DejaVu Sans Mono',monospace;}
|