Blame Identity/Webenv/Trac/htdocs/css/trac.css

ef5584
/* Trac CSS */
ef5584
ef5584
html {
ef5584
        background-image:url(../background.png);
ef5584
        background-color: #FFF;
ef5584
        font-family: "DejaVu Sans", "Liberation Sans", sans-serif;
ef5584
        font-size: 0.85em;
ef5584
        line-height: 1.25em;
ef5584
        /* margin: 0;           /* <- full screen                       */
ef5584
        /* margin: 0 1% 0 1%;   /* <- with 1% of left and right margin  */
ef5584
        /* margin: 0 2% 0 2%;   /* <- with 2% of left and right margin  */
ef5584
        margin: 0 4% 0 4%;      /* <- with 4% of left and right margin  */
ef5584
        /* margin: 0 10% 0 10%; /* <- with 10% of left and right margin */
ef5584
        }
ef5584
ef5584
body {
ef5584
    background: #FFF;
ef5584
    padding:0;
ef5584
	margin:0;
ef5584
	border:10px solid #FFF;	
ef5584
}
ef5584
ef5584
#banner {
ef5584
	background: #204c8d url("../header-background.png");
ef5584
}
ef5584
ef5584
h1 {
ef5584
        font-size: 1.7em;
ef5584
        font-weight: bold;
ef5584
        line-height: 1.9em;
ef5584
        margin-top: 0.9em;
ef5584
        margin-bottom: 0.9em;
ef5584
        padding-left: 0.7em; /* Should be the same for h{1-4} */
ef5584
        color: #FFF;
ef5584
        border: none;
ef5584
        background-color: #204C8D;
ef5584
        background-image: url("../h1-background.png");
ef5584
        }
ef5584
h2 {
ef5584
        font-size: 1.4em;
ef5584
        line-height: 1.8em;
ef5584
        margin: 0;
ef5584
        margin-top: 1.6em;
ef5584
        margin-bottom: 0.8em;
ef5584
        padding-left: 0.7em; /* Should be the same for h{1-4}*/
ef5584
        background-image: url("../h2-background.png");
ef5584
        border: none;
ef5584
        color: #072B61;
ef5584
        }
ef5584
ef5584
h3 {
ef5584
        font-size: 1.25em;
ef5584
        line-height: 1.6em;
ef5584
        margin-top: 1em;
ef5584
        margin-bottom: 0.5em;
ef5584
        padding-left: 0.7em; /* Should be the same for h{1-4} */
ef5584
        color: #072B61;
ef5584
        border-bottom-width: 1px;
ef5584
        border-bottom-style: solid;
ef5584
        border-bottom-color: #DADADA;
ef5584
        }
ef5584
h4 {
ef5584
        font-size: 1.2em;
ef5584
        line-height: 1.4em;
ef5584
        margin-top: 1em;
ef5584
        margin-bottom: 0.5em;
ef5584
        padding-left: 0; /* Should be the same for h{1-4} */
ef5584
        color: #072B61;
ef5584
        border-bottom: none;
ef5584
        }
ef5584
ef5584
h5 {
ef5584
        font-size: 1.1em;
ef5584
        line-height: 1.1em;
ef5584
        margin-top: 1em;
ef5584
        margin-bottom: 0.5em;
ef5584
        padding-left: 0.7em; /* Should be the same for h{1-4} */
ef5584
        color: #072B61;
ef5584
        font-weight: bold;
ef5584
        border-bottom: none;
ef5584
        }
ef5584
ef5584
h6 {
ef5584
        font-size: 1em;
ef5584
        line-height: 1.1em;
ef5584
        margin-top: 1em;
ef5584
        margin-bottom: 0.5em;
ef5584
        padding-left: 0.7em; /* Should be the same for h{1-4} */
ef5584
        color: #000;
ef5584
        font-weight: bold;
ef5584
        border-bottom: none;
ef5584
        }
ef5584
ef5584
hr { 
ef5584
	border: none;  
ef5584
	border-top: 1px solid #ccc; 
ef5584
	margin: 2em 0 
ef5584
	}
ef5584
ef5584
address { font-style: normal }
ef5584
ef5584
img { border: none }
ef5584
ef5584
tt { 
ef5584
	font-family: "DejaVu Sans Mono", "Liberation Mono", monospace;
ef5584
	white-space: pre 
ef5584
	}
ef5584
ef5584
.underline { text-decoration: underline }
ef5584
ol.loweralpha { list-style-type: lower-alpha }
ef5584
ol.upperalpha { list-style-type: upper-alpha }
ef5584
ol.lowerroman { list-style-type: lower-roman }
ef5584
ol.upperroman { list-style-type: upper-roman }
ef5584
ol.arabic     { list-style-type: decimal }
ef5584
ef5584
/* Link styles */
ef5584
ef5584
a:link  { text-decoration: none; color: #204C8D; }
ef5584
a:hover { text-decoration: underline; color: green; } 
ef5584
a:active { text-decoration: underline; color: green; } 
ef5584
a:visited { text-decoration: none; color: #204C8D; }
ef5584
a:visited:hover { text-decoration: underline; color: green; }
ef5584
ef5584
h1 :link, h1 :visited ,h2 :link, h2 :visited, h3 :link, h3 :visited,
ef5584
h4 :link, h4 :visited, h5 :link, h5 :visited, h6 :link, h6 :visited {
ef5584
	color: inherit;
ef5584
 	border-bottom: 1px dotted #ddd;
ef5584
}
ef5584
ef5584
h1 a:hover { text-decoration: underline; color: #FFF; }
ef5584
h1 a:active { text-decoration: underline; color: #FFF; } 
ef5584
h1 a:visited { text-decoration: none; color: #FFF; }
ef5584
h1 a:visited:hover { text-decoration: underline; color: #FFF; }
ef5584
ef5584
h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover { text-decoration: underline; color: #072B61; } 
ef5584
h2 a:active, h3 a:active, h4 a:active, h5 a:active, h6 a:active { text-decoration: underline; color: #072B61; } 
ef5584
h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited { text-decoration: none; color: #072B61; }
ef5584
h2 a:visited:hover, h3 a:visited:hover, h4 a:visited:hover, h5 a:visited:hover, 
ef5584
h6 a:visited:hover { text-decoration: underline; color: #072B61; }
ef5584
ef5584
/* Heading anchors */
ef5584
ef5584
.anchor:link, 
ef5584
.anchor:visited {
ef5584
	border: none;
ef5584
	color: #d7d7d7;
ef5584
	font-size: .8em;
ef5584
 	background: transparent;
ef5584
}
ef5584
ef5584
* > .anchor:link, 
ef5584
* > .anchor:visited {
ef5584
	 visibility: hidden;
ef5584
	}
ef5584
ef5584
h1:hover .anchor, h2:hover .anchor, h3:hover .anchor,
ef5584
h4:hover .anchor, h5:hover .anchor, h6:hover .anchor {
ef5584
	visibility: visible;
ef5584
	}
ef5584
ef5584
@media screen {
ef5584
	a.ext-link .icon {
ef5584
		background: url(../extlink.gif) left center no-repeat;
ef5584
		padding-left: 16px;
ef5584
		}
ef5584
	* html a.ext-link .icon { 
ef5584
		display: inline-block; 
ef5584
		}
ef5584
	}
ef5584
ef5584
/* Forms */
ef5584
ef5584
input, 
ef5584
textarea, 
ef5584
select { margin: 2px }
ef5584
ef5584
input, 
ef5584
select { vertical-align: middle }
ef5584
ef5584
input[type=button], 
ef5584
input[type=submit], 
ef5584
input[type=reset] {
ef5584
	}
ef5584
ef5584
input[type=button]:hover, 
ef5584
input[type=submit]:hover, 
ef5584
input[type=reset]:hover {
ef5584
	}
ef5584
ef5584
input[type=button][disabled], input[type=submit][disabled],
ef5584
input[type=reset][disabled] {
ef5584
	}
ef5584
ef5584
#search input[type=text], 
ef5584
#search input.textwidget, 
ef5584
#search textarea { 
ef5584
	border: 2px solid #204C8D;
ef5584
	width: 130px;
ef5584
	background-color: #EDF4FF;
ef5584
        padding: 2px;
ef5584
        padding-left: 4px;
ef5584
        color: #204C8D;
ef5584
	}
ef5584
ef5584
#search input[type=button], 
ef5584
#search input[type=submit], 
ef5584
#search input[type=reset] {
ef5584
        border-width: 2px;
ef5584
        border-style: solid;
ef5584
        border-color: #204C8D;
ef5584
        background-color: #3B71B8;
ef5584
        color: #FFFFFF;
ef5584
        cursor: pointer;
ef5584
        display: inline;
ef5584
        font-weight: bold;
ef5584
        text-decoration: none;
ef5584
	padding: 2px;
ef5584
	padding-left: 4px;
ef5584
	padding-right: 4px;
ef5584
	}
ef5584
ef5584
input[type=text], 
ef5584
input.textwidget, 
ef5584
textarea { 
ef5584
	border: 1px solid #ccc;
ef5584
        font-size: 1.4em;
ef5584
        font-family: "DejaVu Sans Mono", "Liberation Mono", monospace;
ef5584
	background-color: #f8f8f8;
ef5584
	}
ef5584
ef5584
input[type=text] { 
ef5584
	font-size: 1em;
ef5584
}
ef5584
ef5584
input[type=text], 
ef5584
input.textwidget { 
ef5584
	padding: .2em 
ef5584
	}
ef5584
ef5584
input[type=text]:focus, 
ef5584
input.textwidget:focus, 
ef5584
textarea:focus {
ef5584
	background-color: #fff;
ef5584
	}
ef5584
ef5584
option { 
ef5584
	border-bottom: 1px dotted #d7d7d7; 
ef5584
	}
ef5584
ef5584
fieldset { 
ef5584
	border: 1px solid #d7d7d7; 
ef5584
	padding: .5em; margin: 0; 
ef5584
	}
ef5584
ef5584
fieldset.iefix { 
ef5584
	background: transparent; 
ef5584
	border: none; padding: 0; margin: 0; 
ef5584
	}
ef5584
ef5584
* html fieldset.iefix { 
ef5584
	width: 98%; 
ef5584
	}
ef5584
ef5584
fieldset.iefix p {
ef5584
	margin: 0; 
ef5584
	}
ef5584
ef5584
legend { 
ef5584
	color: #999; 
ef5584
	padding: 0 .25em; 
ef5584
	font-size: 90%; 
ef5584
	font-weight: bold 
ef5584
	}
ef5584
ef5584
label.disabled { 
ef5584
	color: #d7d7d7; 
ef5584
	}
ef5584
ef5584
.buttons { 
ef5584
	margin: .5em .5em .5em 0; 
ef5584
	}
ef5584
ef5584
.buttons form, 
ef5584
.buttons form div { 
ef5584
	display: inline; 
ef5584
	}
ef5584
ef5584
.buttons input { 
ef5584
	margin: 1em .5em .1em 0; 
ef5584
	}
ef5584
ef5584
.inlinebuttons input { 
ef5584
	margin: 0;
ef5584
	padding: 0.1em;
ef5584
	border: 1px solid #ddd;
ef5584
	font-size: 95%;
ef5584
        cursor: pointer;
ef5584
	}
ef5584
ef5584
/* Header */
ef5584
ef5584
#header hr { display: none }
ef5584
ef5584
#header h1 { margin: 1.5em 0 -1.5em; }
ef5584
ef5584
#header img { 
ef5584
	border: none; 
ef5584
	margin: 10px;
ef5584
	font-weight: bold;
ef5584
	font-size: 1.4em;
ef5584
	line-height: 1em;
ef5584
	padding: 0;
ef5584
	float: left;
ef5584
}
ef5584
ef5584
#header :link, 
ef5584
#header :visited, 
ef5584
#header :link:hover, 
ef5584
#header :visited:hover {
ef5584
	background: transparent;
ef5584
	color: #555;
ef5584
	margin-bottom: 2px;
ef5584
	border: none;
ef5584
	}
ef5584
ef5584
#header h1 :link:hover, 
ef5584
#header h1 :visited:hover { 
ef5584
	color: #000 
ef5584
	}
ef5584
ef5584
/* Quick search */
ef5584
ef5584
#search {
ef5584
	float: right;
ef5584
 	font-size: 10px;
ef5584
 	height: 0;
ef5584
	text-align: right;
ef5584
	margin: 5px;
ef5584
}
ef5584
ef5584
#search input { 
ef5584
	font-size: 10px 
ef5584
	}
ef5584
ef5584
#search label { display: none }
ef5584
ef5584
/* Navigation */
ef5584
ef5584
.nav h2, 
ef5584
.nav hr { display: none }
ef5584
ef5584
#metanav { padding-top: 30px; }
ef5584
ef5584
#metanav a { color: #eee; }
ef5584
ef5584
#metanav li { border-right-color: #eee; }
ef5584
ef5584
#metanav a:hover {
ef5584
	background: transparent;
ef5584
	color: #fff;
ef5584
	text-decoration: underline;
ef5584
}
ef5584
ef5584
.nav ul { 
ef5584
	font-size: 10px; 
ef5584
	list-style: none; 
ef5584
	margin: 0; 
ef5584
	margin-top: 5px; 
ef5584
	margin-bottom: 5px; 
ef5584
	text-align: right 
ef5584
}
ef5584
ef5584
.nav li {
ef5584
	border-right: 1px dotted #628ECA;
ef5584
	display: inline;
ef5584
	padding: 0 .75em;
ef5584
	white-space: nowrap;
ef5584
	color: #eee;
ef5584
	}
ef5584
ef5584
.nav li.last { 
ef5584
	border-right: none; 
ef5584
	}
ef5584
ef5584
.nav li a {
ef5584
	border-bottom: none;
ef5584
	}
ef5584
ef5584
/* Main navigation bar header */
ef5584
ef5584
.mainnav {
ef5584
    clear: both;
ef5584
    display: block;
ef5584
    padding: 0;
ef5584
    padding-left: 0px;
ef5584
	margin:0;
ef5584
	padding-left: 20px;
ef5584
        }
ef5584
ef5584
.mainnav ul {
ef5584
	padding:0;
ef5584
	margin:0;
ef5584
}
ef5584
ef5584
.mainnav li {
ef5584
        float: left;
ef5584
        display: inline;
ef5584
        white-space: nowrap;
ef5584
        margin-left: 3px;
ef5584
	padding:0;
ef5584
        padding-top: 4px;
ef5584
        padding-bottom: 4px;
ef5584
        border-width: 1px;
ef5584
        border-style: solid;
ef5584
        border-color: #628ECA;
ef5584
        background-color: #FFF;
ef5584
        background-image: url("../topbar_gradient.png");
ef5584
        background-position: left top;
ef5584
        background-repeat: repeat-x;
ef5584
	font-size: 0.9em;
ef5584
        }
ef5584
ef5584
.mainnav li a { 
ef5584
        /* To cover the box area as linkable */
ef5584
        padding: 8px;
ef5584
        padding-top: 4px;
ef5584
        padding-bottom: 4px;
ef5584
	background: transparent;
ef5584
	border-bottom: 0;
ef5584
	margin: 0;
ef5584
        }
ef5584
ef5584
.mainnav a, 
ef5584
.mainnav a:visited {
ef5584
        color: #204C8D;
ef5584
        text-decoration: none;
ef5584
	border-bottom: 0;
ef5584
        }
ef5584
ef5584
.mainnav li:hover {
ef5584
        background-color: #628ECA;
ef5584
        background-image: url("../topbar_gradient2.png");
ef5584
        background-position: left top;
ef5584
        background-repeat: repeat-x;
ef5584
        }
ef5584
ef5584
.mainnav li:hover a {
ef5584
        color: #FFFFFF;
ef5584
        text-decoration: none;
ef5584
	background: transparent;
ef5584
	border-bottom: 0;
ef5584
        }
ef5584
ef5584
.mainnav li:hover a:active { 
ef5584
	color:#FFF; 
ef5584
	text-decoration:none;
ef5584
	}
ef5584
ef5584
.mainnav li a:active { 
ef5584
	color:#204C8D; 
ef5584
	text-decoration:none;
ef5584
	}
ef5584
ef5584
.mainnav .active :link,
ef5584
.mainnav .active :visited {
ef5584
        color: #FFFFFF;
ef5584
	font-weight: bold;
ef5584
	}
ef5584
ef5584
.mainnav li.active {
ef5584
        background-color: #628ECA;
ef5584
        background-image: url("../topbar_gradient2.png"); 
ef5584
        background-position: left top;
ef5584
        background-repeat: repeat-x;
ef5584
	}
ef5584
ef5584
/* Main navigation bar footer*/
ef5584
ef5584
#footer .mainnav li {
ef5584
        border-color: #628ECA;
ef5584
        background-color: #FFF;
ef5584
        background-image: url("../bottombar_gradient.png");
ef5584
        background-position: left bottom;
ef5584
        background-repeat: repeat-x;
ef5584
        }
ef5584
ef5584
#footer .mainnav a, 
ef5584
#footer .mainnav a:visited {
ef5584
        color: #204C8D;
ef5584
        text-decoration: none;
ef5584
	border-bottom: 0;
ef5584
        }
ef5584
ef5584
#footer .mainnav li:hover {
ef5584
        background-color: #628ECA;
ef5584
        background-image: url("../bottombar_gradient2.png");
ef5584
        background-position: left bottom;
ef5584
        background-repeat: repeat-x;
ef5584
        }
ef5584
ef5584
#footer .mainnav li:hover a {
ef5584
        color: #FFFFFF;
ef5584
        text-decoration: none;
ef5584
	background: transparent;
ef5584
        }
ef5584
ef5584
#footer .mainnav li:hover a:active { color:#FFF; text-decoration:none;}
ef5584
#footer .mainnav li a:active { color:#204C8D; text-decoration:none;}
ef5584
ef5584
#footer .mainnav .active :link,
ef5584
#footer .mainnav .active :visited {
ef5584
        color: #FFFFFF;
ef5584
	font-weight: bold;
ef5584
	}
ef5584
ef5584
#footer .mainnav li.active {
ef5584
        background-color: #628ECA;
ef5584
        background-image: url("../bottombar_gradient2.png"); 
ef5584
        background-position: left bottom;
ef5584
        background-repeat: repeat-x;
ef5584
	}
ef5584
ef5584
/* Context-dependent navigation links */
ef5584
#ctxtnav { 
ef5584
	clear: both;
ef5584
	padding: 0;
ef5584
	}
ef5584
ef5584
#ctxtnav ul {
ef5584
	background-color: #EDF4FF;
ef5584
	border-top: 1px solid #C9C9C9;
ef5584
	margin: 0;
ef5584
	padding-top: 3px;
ef5584
	padding-bottom: 3px;
ef5584
	border-bottom: 2px dotted #628ECA;	
ef5584
	font-size: 0.9em;
ef5584
	clear: both;
ef5584
	text-align: left;
ef5584
	}
ef5584
ef5584
#ctxtnav li ul {
ef5584
 	background: #f7f7f7;
ef5584
 	color: #ccc;
ef5584
 	border: 1px solid;
ef5584
	padding: 0;
ef5584
	display: inline;
ef5584
	}
ef5584
ef5584
#ctxtnav li li { padding: 0; }
ef5584
ef5584
#ctxtnav li li :link, 
ef5584
#ctxtnav li li :visited { 
ef5584
	padding: 0 1em 
ef5584
	}
ef5584
ef5584
#ctxtnav li li :link:hover, #ctxtnav li li :visited:hover {
ef5584
	background: #bba;
ef5584
	color: #fff;
ef5584
	}
ef5584
ef5584
/* Alternate links */
ef5584
ef5584
#altlinks { 
ef5584
	clear: both; 
ef5584
	text-align: center; 
ef5584
	}
ef5584
ef5584
#altlinks h3 { 
ef5584
	font-size: 12px; 
ef5584
	letter-spacing: 
ef5584
	normal; margin: 0 
ef5584
	}
ef5584
ef5584
#altlinks ul { 
ef5584
	list-style: none; 
ef5584
	margin: 0; 
ef5584
	padding: 0 0 1em 
ef5584
	}
ef5584
ef5584
#altlinks li {
ef5584
	border-right: 1px solid #d7d7d7;
ef5584
	display: inline;
ef5584
	font-size: 11px;
ef5584
	line-height: 16px;
ef5584
	padding: 0 1em;
ef5584
	white-space: nowrap;
ef5584
	}
ef5584
ef5584
#altlinks li.last { 
ef5584
	border-right: none; 
ef5584
	}
ef5584
ef5584
#altlinks li :link, 
ef5584
#altlinks li :visited {
ef5584
	background-position: 0 -1px;
ef5584
	background-repeat: no-repeat;
ef5584
	border: none;
ef5584
	}
ef5584
ef5584
#altlinks li a.ics { background-image: url(../ics.png); padding-left: 22px }
ef5584
ef5584
#altlinks li a.rss { background-image: url(../xml.png); padding-left: 42px }
ef5584
ef5584
/* Footer */
ef5584
ef5584
#footer {
ef5584
	background: #204c8d url("../header-background.png");
ef5584
	margin-top: 1em;
ef5584
	}
ef5584
ef5584
#footer :link, 
ef5584
#footer :visited { 
ef5584
	color: #bbb; 
ef5584
	}
ef5584
ef5584
#footer hr { display: none }
ef5584
ef5584
#footer #tracpowered { 
ef5584
	border: 0; 
ef5584
	float: left; 
ef5584
	}
ef5584
ef5584
#footer #tracpowered:hover { 
ef5584
	background: transparent; 
ef5584
	}
ef5584
ef5584
#footer p { 
ef5584
	margin: 0; 
ef5584
	}
ef5584
ef5584
#footer p.left {
ef5584
	float: left;
ef5584
	margin-left: 1em;
ef5584
	padding: 0 1em;
ef5584
	border-left: 1px solid #d7d7d7;
ef5584
	border-right: 1px solid #d7d7d7;
ef5584
	}
ef5584
ef5584
#footer p.right {
ef5584
	float: right;
ef5584
	text-align: right;
ef5584
	}
ef5584
ef5584
#footer .credits {
ef5584
        text-align: center;
ef5584
        font-size: 0.88em;
ef5584
        padding: 0;
ef5584
        color: #EEE;
ef5584
	padding: 1em;
ef5584
	clear: both;
ef5584
	}
ef5584
ef5584
#footer .credits a { 
ef5584
        color: #EEE; 
ef5584
        }
ef5584
ef5584
ef5584
#content { 
ef5584
	padding-left: 20px;
ef5584
	padding-right: 20px;
ef5584
	padding-bottom: 2em; 
ef5584
	position: relative 
ef5584
	}
ef5584
ef5584
#help {
ef5584
	clear: both;
ef5584
	color: #999;
ef5584
	font-size: 90%;
ef5584
	margin: 1em;
ef5584
	text-align: right;
ef5584
	}
ef5584
ef5584
#help :link, 
ef5584
#help :visited { cursor: help }
ef5584
ef5584
#help hr { display: none }
ef5584
ef5584
/* Page preferences form */
ef5584
ef5584
#prefs {
ef5584
	background: #f7f7f0;
ef5584
	border: 1px outset #998;
ef5584
	float: right;
ef5584
	font-size: 9px;
ef5584
	padding: .8em;
ef5584
	position: relative;
ef5584
	margin: 0 1em 1em;
ef5584
	}
ef5584
ef5584
* html #prefs { width: 26em } /* Set width only for IE */
ef5584
ef5584
#prefs input, 
ef5584
#prefs select { font-size: 9px; vertical-align: middle }
ef5584
ef5584
#prefs fieldset {
ef5584
	background: transparent;
ef5584
	border: none;
ef5584
	margin: .5em;
ef5584
	padding: 0;
ef5584
	}
ef5584
ef5584
#prefs fieldset legend {
ef5584
	background: transparent;
ef5584
	color: #000;
ef5584
	font-size: 9px;
ef5584
	font-weight: normal;
ef5584
	margin: 0 0 0 -1.5em;
ef5584
	padding: 0;
ef5584
	}
ef5584
ef5584
#prefs .buttons { text-align: right }
ef5584
ef5584
/* Version information (browser, wiki, attachments) */
ef5584
ef5584
#info {
ef5584
	margin: 1em 0 0 0;
ef5584
	background: #f7f7f0;
ef5584
	border: 1px solid #d7d7d7;
ef5584
	border-collapse: collapse;
ef5584
	border-spacing: 0;
ef5584
	clear: both;
ef5584
	width: 100%;
ef5584
	}
ef5584
ef5584
#info th, 
ef5584
#info td { 
ef5584
	padding: 2px .5em; 
ef5584
	vertical-align: top 
ef5584
	}
ef5584
ef5584
#info th { 
ef5584
	font-weight: bold; 
ef5584
	text-align: left; 
ef5584
	white-space: nowrap; 
ef5584
	}
ef5584
ef5584
#info td.message { 
ef5584
	width: 100% 
ef5584
	}
ef5584
ef5584
#info .message ul { 
ef5584
	padding: 0; 
ef5584
	margin: 0 2em 
ef5584
	}
ef5584
ef5584
#info .message p { 
ef5584
	margin: 0; 
ef5584
	padding: 0 
ef5584
	}
ef5584
ef5584
/* Wiki */
ef5584
ef5584
.wikipage { 
ef5584
	padding-left: 18px; 
ef5584
	}
ef5584
ef5584
.wikipage h1, 
ef5584
.wikipage h2, 
ef5584
.wikipage h3 { 
ef5584
	margin-left: -18px; 
ef5584
	}
ef5584
ef5584
a.missing:link, 
ef5584
a.missing:visited, 
ef5584
span.missing { color: gray; }
ef5584
ef5584
a.missing:link, 
ef5584
a.missing:visited { background: none; }
ef5584
ef5584
a.missing:hover { color: gray }
ef5584
a.closed:link, a.closed:visited { text-decoration: line-through }
ef5584
ef5584
dl.wiki dt { font-weight: bold }
ef5584
ef5584
dl.compact dt { float: left; padding-right: .5em }
ef5584
ef5584
dl.compact dd { margin: 0; padding: 0 }
ef5584
ef5584
pre.wiki, 
ef5584
pre.literal-block {
ef5584
        border: 1pt dashed #797979;
ef5584
        background-color: #F3F3F3;
ef5584
        padding: 0.5em 1em;
ef5584
        margin: 0.5em 0 0.5em 0;
ef5584
        font-family: "DejaVu Sans Mono", "Liberation Mono", monospace;
ef5584
        white-space: pre;
ef5584
        /* begin css 3 or browser specific rules - do not remove!
ef5584
        see: http://forums.techguy.org/archive/index.php/t-249849.html */
ef5584
        white-space: pre-wrap;
ef5584
        word-wrap: break-word;
ef5584
        white-space: -moz-pre-wrap;
ef5584
        white-space: -pre-wrap;
ef5584
        white-space: -o-pre-wrap;
ef5584
        /* end css 3 or browser specific rules */
ef5584
        border-width: 1px;
ef5584
        border-style: solid;
ef5584
        border-color: #E5E5E5;
ef5584
        border-left-width: 4px;
ef5584
        white-space: pre;
ef5584
        background: #FFFAE9;
ef5584
        overflow: auto;
ef5584
	}
ef5584
ef5584
blockquote.citation { 
ef5584
	margin: -0.6em 0;
ef5584
	border-style: solid; 
ef5584
	border-width: 0 0 0 2px; 
ef5584
	padding-left: .5em;
ef5584
	border-color: #b44; 
ef5584
	}
ef5584
ef5584
.citation blockquote.citation { 
ef5584
	border-color: #4b4; 
ef5584
	}
ef5584
ef5584
.citation .citation blockquote.citation { 
ef5584
	border-color: #44b; 
ef5584
	}
ef5584
ef5584
.citation .citation .citation blockquote.citation { 
ef5584
	border-color: #c55; 
ef5584
	}
ef5584
ef5584
table.wiki {
ef5584
	border: 1px solid #ccc;
ef5584
	border-collapse: collapse;
ef5584
	border-spacing: 0;
ef5584
	}
ef5584
ef5584
table.wiki td { 
ef5584
	border: 1px solid #ccc;  
ef5584
	padding: .5em ; 
ef5584
	}
ef5584
ef5584
.wikitoolbar {
ef5584
	border: solid #d7d7d7;
ef5584
	border-width: 1px 1px 1px 0;
ef5584
	height: 18px;
ef5584
	width: 208px;
ef5584
	}
ef5584
ef5584
.wikitoolbar :link, .wikitoolbar :visited {
ef5584
	background: transparent url("../edit_toolbar.png") no-repeat;
ef5584
	border: 1px solid #fff;
ef5584
	border-left-color: #d7d7d7;
ef5584
	cursor: default;
ef5584
	display: block;
ef5584
	float: left;
ef5584
	width: 24px;
ef5584
	height: 16px;
ef5584
	}
ef5584
ef5584
.wikitoolbar :link:hover, 
ef5584
.wikitoolbar :visited:hover {
ef5584
	background-color: transparent;
ef5584
	border: 1px solid #fb2;
ef5584
	}
ef5584
ef5584
.wikitoolbar a#em { 
ef5584
	background-position: 0 0 
ef5584
	}
ef5584
ef5584
.wikitoolbar a#strong { 
ef5584
	background-position: 0 -16px 
ef5584
	}
ef5584
ef5584
.wikitoolbar a#heading { 
ef5584
	background-position: 0 -32px 
ef5584
	}
ef5584
ef5584
.wikitoolbar a#link { 
ef5584
	background-position: 0 -48px 
ef5584
	}
ef5584
ef5584
.wikitoolbar a#code { 
ef5584
	background-position: 0 -64px 
ef5584
	}
ef5584
ef5584
.wikitoolbar a#hr { 
ef5584
	background-position: 0 -80px 
ef5584
	}
ef5584
ef5584
.wikitoolbar a#np { 
ef5584
	background-position: 0 -96px 
ef5584
	}
ef5584
ef5584
.wikitoolbar a#br { 
ef5584
	background-position: 0 -112px 
ef5584
	}
ef5584
ef5584
/* Styles for the form for adding attachments. */
ef5584
ef5584
#attachment .field { margin-top: 1.3em }
ef5584
#attachment label { padding-left: .2em }
ef5584
#attachment fieldset { margin-top: 2em }
ef5584
#attachment fieldset .field { float: left; margin: 0 1em .5em 0 }
ef5584
#attachment .options { float: left; padding: 0 0 1em 1em }
ef5584
#attachment br { clear: left }
ef5584
.attachment #preview { margin-top: 1em }
ef5584
ef5584
/* Styles for the list of attachments. */
ef5584
ef5584
#attachments { 
ef5584
	border: 1px solid #ddd; 
ef5584
	padding-right: 1em;
ef5584
	}
ef5584
ef5584
#attachments .attachments { 
ef5584
	margin-left: 2em; 
ef5584
	padding: 0 
ef5584
	}
ef5584
ef5584
#attachments dt { 
ef5584
	display: list-item; 
ef5584
	list-style: square; 
ef5584
	font-size: small;
ef5584
	}
ef5584
ef5584
#attachments dd { 
ef5584
	font-style: italic; 
ef5584
	margin-left: 0; 
ef5584
	padding-left: 0; 
ef5584
	font-size: small;
ef5584
	margin-bottom: 1em;
ef5584
	}
ef5584
ef5584
ef5584
/* Styles for tabular listings such as those used for displaying
ef5584
 * directory contents and report results. */
ef5584
ef5584
table.listing {
ef5584
	clear: both;
ef5584
	border-bottom: 1px solid #ddd;
ef5584
	border-collapse: collapse;
ef5584
	border-spacing: 0;
ef5584
	margin-top: 1em;
ef5584
	width: 100%;
ef5584
	}
ef5584
ef5584
table.listing th { 
ef5584
	text-align: left; 
ef5584
	padding: .5em; 
ef5584
	}
ef5584
ef5584
table.listing thead { 
ef5584
	background: #fff url("../h2-background.png"); 
ef5584
	}
ef5584
ef5584
table.listing thead th {
ef5584
	border: 1px solid #ddd;
ef5584
	font-weight: bold;
ef5584
	padding: .5em;
ef5584
	vertical-align: bottom;
ef5584
	}
ef5584
ef5584
table.listing thead th :link:hover, 
ef5584
table.listing thead th :visited:hover {
ef5584
 	background-color: transparent;
ef5584
	}
ef5584
ef5584
table.listing thead th a { 
ef5584
	border: none; 
ef5584
	padding-right: 12px;
ef5584
	}
ef5584
ef5584
table.listing th.asc a, 
ef5584
table.listing th.desc a { 
ef5584
	font-weight: bold; 
ef5584
	}
ef5584
ef5584
table.listing th.asc a, 
ef5584
table.listing th.desc a {
ef5584
 	background-position: 100% 50%;
ef5584
	background-repeat: no-repeat;
ef5584
	}
ef5584
ef5584
table.listing th.asc a { 
ef5584
	background-image: url("../asc.png"); 
ef5584
	}
ef5584
ef5584
table.listing th.desc a { 
ef5584
	background-image: url("../desc.png"); 
ef5584
	}
ef5584
ef5584
table.listing tbody td, 
ef5584
table.listing tbody th {
ef5584
	border: 1px dotted #ddd;
ef5584
	padding: .5em;
ef5584
	vertical-align: top;
ef5584
	}
ef5584
ef5584
table.listing tbody td a:hover, 
ef5584
table.listing tbody th a:hover {
ef5584
	background-color: transparent;
ef5584
	}
ef5584
ef5584
table.listing tbody tr { 
ef5584
	border-top: 1px solid #ddd 
ef5584
	}
ef5584
ef5584
table.listing tbody tr.even {
ef5584
	background-color: #fcfcfc; 
ef5584
	}
ef5584
ef5584
table.listing tbody tr.odd { 
ef5584
	background-color: #f7f7f7; 
ef5584
	}
ef5584
ef5584
table.listing tbody tr:hover { 
ef5584
	background: #eed !important; 
ef5584
	}
ef5584
ef5584
/* Styles for the error page (and rst errors) */
ef5584
ef5584
#content.error .message, 
ef5584
div.system-message {
ef5584
	background: #fdc;
ef5584
	border: 2px solid #d00;
ef5584
	color: #500;
ef5584
	padding: .5em;
ef5584
	margin: 1em 0;
ef5584
	}
ef5584
ef5584
#content.error pre, 
ef5584
div.system-message pre { 
ef5584
	margin-left: 1em; 
ef5584
	overflow: auto; 
ef5584
	font-size: small;
ef5584
	font-family: "DejaVu Sans Mono","Liberation Mono",monospace;
ef5584
	}
ef5584
ef5584
div.system-message p { 
ef5584
	margin: 0; 
ef5584
	}
ef5584
ef5584
div.system-message p.system-message-title { 
ef5584
	font-weight: bold; 
ef5584
	}
ef5584
ef5584
/* Styles for search word highlighting */
ef5584
ef5584
@media screen {
ef5584
	.searchword0 { background: #ff9 }
ef5584
	.searchword1 { background: #cfc }
ef5584
	.searchword2 { background: #cff }
ef5584
	.searchword3 { background: #ccf }
ef5584
	.searchword4 { background: #fcf }
ef5584
	}
ef5584
ef5584
@media print {
ef5584
	#header, 
ef5584
	#altlinks, 
ef5584
	#footer, 
ef5584
	#help { 
ef5584
		display: none; 
ef5584
		}
ef5584
ef5584
	.nav, 
ef5584
	form, 
ef5584
	.buttons form, 
ef5584
	form .buttons, 
ef5584
	form .inlinebuttons { 
ef5584
		display: none; 
ef5584
		}
ef5584
ef5584
	form.printableform { 
ef5584
		display: block;
ef5584
		}
ef5584
	}
ef5584
ef5584
/* Miscelaneous */
ef5584
ef5584
.pageline {
ef5584
        clear: both;
ef5584
        margin: 0;
ef5584
        padding: 0;
ef5584
        width: 100%;
ef5584
        /* sync these values, line-height is needed for IE */
ef5584
        height: 5px;
ef5584
	line-height: 5px;
ef5584
        background: #628ECA;
ef5584
        }
ef5584
ef5584
.wikitext {
ef5584
	padding: 3px;	
ef5584
	font-family: "DejaVu Sans Mono", "Liberation Mono", monospace;
ef5584
	font-size: 1em;
ef5584
}
ef5584
ef5584
/* Lists */
ef5584
ef5584
#content ul,
ef5584
#content ol {
ef5584
        padding-left: 0.5em;
ef5584
        margin-left: 3em;
ef5584
        margin-bottom: 0.3em;
ef5584
        }
ef5584
ef5584
#content ul { 
ef5584
        list-style: url("../ul.png") circle; 
ef5584
        } 
ef5584
ef5584
#content ol {
ef5584
        list-style-image: none !important;
ef5584
        }
ef5584
ef5584
#content ul li {
ef5584
        padding-left: 0em;
ef5584
        margin-bottom: 0.3em;
ef5584
        }
ef5584
ef5584
#content ol li {
ef5584
        padding-left: 0em;
ef5584
        margin-bottom: 0.3em;
ef5584
        }
ef5584
ef5584
#content ul ul,
ef5584
#content ul ol,
ef5584
#content ol ul,
ef5584
#content ol ol {
ef5584
        margin-left: 1.5em;
ef5584
        margin-top: 0.3em;
ef5584
        }
ef5584
ef5584
#content ul li p,
ef5584
#content ol li p {
ef5584
        margin-bottom: 0.3em;
ef5584
        line-height: 1.5em;
ef5584
        margin-left: 0 !important;
ef5584
        }