Blame Identity/Models/Html/Moin/1.5.7-1.el5.rf/Modern/css/screen.css

d6e8d8
/***  
d6e8d8
 *  Theme Name : Mettle
d6e8d8
 *   Theme URI : https://projects.centos.org/svn/artwork/trunk/Extras/Moin
d6e8d8
 * Description : Mettle is a proposed artwork motif for CentOS theming. 
d6e8d8
 *               MoinMoin is the application we use as a wiki to manage
d6e8d8
 *               documentaion.
d6e8d8
 *      Author : The CentOS Artwork SIG.
d6e8d8
 *               https://projects.centos.org/trac/artwork
d6e8d8
 *     Licence : This CSS design is released under GPL (
d6e8d8
 *               http://www.opensource.org/licenses/gpl-license.php)
d6e8d8
 ***/
d6e8d8
d6e8d8
/* debug {
d6e8d8
	border: 1px dotted blue;
d6e8d8
	}
d6e8d8
*/
d6e8d8
d6e8d8
html {
d6e8d8
	background-image:url(../img/moin-html-background.png);
d6e8d8
	background-color: #FFF;
d6e8d8
	font-family: "DejaVu Sans", "Liberation Sans", sans-serif;
d6e8d8
	font-size: 0.85em;
d6e8d8
	line-height: 1.25em;
d6e8d8
	/* margin: 0; 		/* <- full screen 			*/
d6e8d8
	/* margin: 0 1% 0 1%; 	/* <- with 1% of left and right margin	*/
d6e8d8
	/* margin: 0 2% 0 2%; 	/* <- with 2% of left and right margin	*/
d6e8d8
	margin: 0 3% 0 3%; 	/* <- with 4% of left and right margin	*/
d6e8d8
	/* margin: 0 10% 0 10%; /* <- with 10% of left and right margin	*/
d6e8d8
	}
d6e8d8
d6e8d8
body {
d6e8d8
	background: #FFF;
d6e8d8
	padding: 10px;
d6e8d8
	}
d6e8d8
d6e8d8
/* Links */
d6e8d8
d6e8d8
a:link 	{ text-decoration: none; color: #204C8D }
d6e8d8
a:hover	{ text-decoration: underline; color: green; } 
d6e8d8
a:active { text-decoration: underline; color: green; } 
d6e8d8
a:visited { text-decoration: none; color: #204C8D; }
d6e8d8
a:visited:hover { text-decoration: underline; color: green; }
d6e8d8
a.nonexistent, a.badinterwiki { color: gray; }
d6e8d8
d6e8d8
#errormsg a:link { text-decoration: none; border-bottom: 1px solid #DDD; color: #666; }
d6e8d8
#errormsg a:hover { text-decoration: underline; border-bottom: 1px solid #DDD; color: #666; }
d6e8d8
#errormsg a:active { text-decoration: underline; border-bottom: 1px solid #DDD; color: #666; }
d6e8d8
#errormsg a:visited { text-decoration: none; border-bottom: 1px solid #DDD; color: #666; }
d6e8d8
#errormsg a:visited:hover { text-decoration: underline; border-bottom: 1px solid #DDD; color: #666; }
d6e8d8
d6e8d8
input {
d6e8d8
	/* does strange effect to button (text size becomes bigger when clicking)
d6e8d8
	font-size: 1em;
d6e8d8
	font-family: Arial, Lucida Grande, sans-serif;
d6e8d8
	*/
d6e8d8
	}
d6e8d8
d6e8d8
textarea {
d6e8d8
	font-size: 1.4em;
d6e8d8
	font-family: "DejaVu Sans Mono", "Liberation Mono", monospace;
d6e8d8
	}
d6e8d8
d6e8d8
.disabled {
d6e8d8
	/* IE ignore disabled attribute, but at least show items in gray */
d6e8d8
	color: gray;
d6e8d8
	}
d6e8d8
d6e8d8
/* User Interface Styles */
d6e8d8
d6e8d8
#header {
d6e8d8
	margin:0;
d6e8d8
	padding: 0;
d6e8d8
	line-height: 1.0em;
d6e8d8
	border:none;
d6e8d8
	}
d6e8d8
d6e8d8
#header .navigation {
d6e8d8
    float: right;
d6e8d8
    padding: 13px;
d6e8d8
    padding-left: 20px; 
d6e8d8
    padding-right: 10px; 
d6e8d8
    margin-left: 3em;
d6e8d8
    margin: 0;
d6e8d8
    margin-top: -45px;
d6e8d8
    text-align: right;
d6e8d8
    border-bottom: 1px solid #CCC;
d6e8d8
}
d6e8d8
d6e8d8
#header ul.mainlinks {
d6e8d8
    display: inline;
d6e8d8
    list-style: none;
d6e8d8
    margin: 0;
d6e8d8
    padding: 0;
d6e8d8
}
d6e8d8
d6e8d8
#header ul.mainlinks li:hover {
d6e8d8
	background: #fdfdfd;	
d6e8d8
}
d6e8d8
d6e8d8
#header ul.mainlinks li a:link, 
d6e8d8
#header ul.mainlinks li a:hover,
d6e8d8
#header ul.mainlinks li a:active,
d6e8d8
#header ul.mainlinks li a:visited {
d6e8d8
	color: #AAA;	
d6e8d8
	text-decoration: none;
d6e8d8
}
d6e8d8
d6e8d8
#header ul.mainlinks li {
d6e8d8
    display: inline;
d6e8d8
    border: 1px solid #ccc;
d6e8d8
    border-bottom: none;
d6e8d8
    background: #f8f8f8;
d6e8d8
    padding: 13px;
d6e8d8
    padding-bottom: 12px;
d6e8d8
}
d6e8d8
d6e8d8
/* Header: CentOS Global Links */
d6e8d8
d6e8d8
#header ul.mainlinks li.current {
d6e8d8
    background: #FFF;
d6e8d8
    font-weight: bold;
d6e8d8
    padding-bottom: 13px;
d6e8d8
}
d6e8d8
d6e8d8
#header ul.mainlinks li.current a:link,
d6e8d8
#header ul.mainlinks li.current a:visited {
d6e8d8
	color: #666;	
d6e8d8
}
d6e8d8
d6e8d8
/* Error Message */
d6e8d8
d6e8d8
#errormsg {
d6e8d8
    clear: both;
d6e8d8
    background: #f8f8f8;
d6e8d8
    padding: 1.5em;
d6e8d8
    padding-top: 0;
d6e8d8
    padding-bottom: 1em;
d6e8d8
    border-top: 5px solid #ddd;
d6e8d8
    border-bottom: 5px solid #ddd;
d6e8d8
    margin-bottom: 1em;
d6e8d8
    margin-top: 10px;
d6e8d8
}
d6e8d8
d6e8d8
#errormsg img {
d6e8d8
    float: left;
d6e8d8
    margin: 0;
d6e8d8
    margin-top: 1em;
d6e8d8
    margin-left: 0.5em;
d6e8d8
}
d6e8d8
d6e8d8
#errormsg h1 { 
d6e8d8
	color: #666; 
d6e8d8
	margin-left: 140px;
d6e8d8
}
d6e8d8
d6e8d8
#errormsg ul {
d6e8d8
	margin-left: 140px;
d6e8d8
}
d6e8d8
d6e8d8
#logo {
d6e8d8
    	display: inline;
d6e8d8
	padding: 0;
d6e8d8
	/* For text only logo */
d6e8d8
	font-size: 1.4em;
d6e8d8
	line-height: 1em;
d6e8d8
	font-weight: bold;
d6e8d8
	}
d6e8d8
d6e8d8
*[dir="rtl"] #logo {
d6e8d8
	float: right;
d6e8d8
	}
d6e8d8
d6e8d8
#logo img {
d6e8d8
	vertical-align: middle;
d6e8d8
	}
d6e8d8
d6e8d8
#logo a {
d6e8d8
	color: white;
d6e8d8
	text-decoration: none;
d6e8d8
	}
d6e8d8
d6e8d8
#header .googlecontent {
d6e8d8
	padding: 3px;
d6e8d8
	text-align: right;
d6e8d8
	}
d6e8d8
d6e8d8
#username {
d6e8d8
	padding: 0.5em;
d6e8d8
	padding-top: 0;
d6e8d8
	padding-right: 0;
d6e8d8
	margin: 0;
d6e8d8
	font-size: 0.9em;
d6e8d8
	text-align: right;
d6e8d8
	}
d6e8d8
d6e8d8
.userlinks {
d6e8d8
	float: right;
d6e8d8
	margin-top: 1em;
d6e8d8
}
d6e8d8
d6e8d8
*[dir="rtl"] #username {
d6e8d8
	text-align: left;
d6e8d8
	}
d6e8d8
d6e8d8
#username li {
d6e8d8
	display: inline;
d6e8d8
	padding: 0;
d6e8d8
	padding-right: 0.5em;
d6e8d8
	}
d6e8d8
d6e8d8
#username form {
d6e8d8
	display: inline;
d6e8d8
	}
d6e8d8
d6e8d8
#username input {
d6e8d8
	display: inline;
d6e8d8
	padding: 0;
d6e8d8
	margin: 0;
d6e8d8
	border: none;
d6e8d8
	background: #E7E7E7; /* inherit doesnt work on IE */
d6e8d8
	color: blue;
d6e8d8
	font-size: 0.82em;
d6e8d8
	cursor: pointer;
d6e8d8
	}
d6e8d8
d6e8d8
#username input:hover {
d6e8d8
	color: red;
d6e8d8
	}
d6e8d8
d6e8d8
#searchform {
d6e8d8
	padding: 0;
d6e8d8
	text-align: right;
d6e8d8
	margin-right: 5px;
d6e8d8
	margin-bottom: 5px;
d6e8d8
	}
d6e8d8
d6e8d8
*[dir="rtl"] #searchform {
d6e8d8
	float: left;
d6e8d8
	}
d6e8d8
d6e8d8
#searchform input[type="submit"] {
d6e8d8
	font-size: 0.8em;
d6e8d8
        border-width: 1px;
d6e8d8
        border-style: solid;
d6e8d8
        border-color: #AAA;
d6e8d8
        background-color: #FFF;
d6e8d8
        color: #666;
d6e8d8
        cursor: pointer;
d6e8d8
        display: inline;
d6e8d8
        text-decoration: none;
d6e8d8
        padding: 1px;
d6e8d8
	}
d6e8d8
d6e8d8
#searchinput {
d6e8d8
	font-size: 0.8em;
d6e8d8
	display: inline;
d6e8d8
        padding: 2px;
d6e8d8
        padding-left: 4px;
d6e8d8
        border: 1px solid #AAA;
d6e8d8
        background-color: #FFF;
d6e8d8
        color: #666;
d6e8d8
	width: 130px;
d6e8d8
	}
d6e8d8
d6e8d8
#titlesearch, #fullsearch {
d6e8d8
	border-width: 1px;
d6e8d8
	border-style: solid;
d6e8d8
	border-color: #AAA;
d6e8d8
	background: #transparent; /* inherit doesnt work on IE */
d6e8d8
	color: #666;
d6e8d8
	cursor: pointer;
d6e8d8
	display: inline;
d6e8d8
	font-size: 0.8em;
d6e8d8
	text-decoration: none;
d6e8d8
	}
d6e8d8
d6e8d8
#searchform label {
d6e8d8
	display: block;
d6e8d8
	}
d6e8d8
d6e8d8
d6e8d8
#searchform form div {
d6e8d8
	display: inline;
d6e8d8
	}
d6e8d8
d6e8d8
#pagetrail {
d6e8d8
	font-size: 0.9em;
d6e8d8
	margin:0.4em;
d6e8d8
	padding:0;
d6e8d8
	padding-right: 0.5em;
d6e8d8
	}
d6e8d8
d6e8d8
*[dir="rtl"] #pagetrail {
d6e8d8
	clear: left;
d6e8d8
	}
d6e8d8
d6e8d8
#interwiki {
d6e8d8
        font-size: 0.8em;
d6e8d8
	}
d6e8d8
d6e8d8
*[dir="rtl"] #interwiki {
d6e8d8
	display: inline;
d6e8d8
	margin-right: 5px;
d6e8d8
	font-size: 1em;
d6e8d8
	}
d6e8d8
d6e8d8
#interwiki span:after {
d6e8d8
	content: ":";
d6e8d8
	}
d6e8d8
d6e8d8
#locationline {
d6e8d8
	clear: both;
d6e8d8
	padding-left: 20px;
d6e8d8
	padding-right: 20px;
d6e8d8
	}
d6e8d8
d6e8d8
*[dir="rtl"] #locationline {
d6e8d8
	clear: left;
d6e8d8
	}
d6e8d8
d6e8d8
#pagelocation {
d6e8d8
	margin: 0;
d6e8d8
	padding: 0;
d6e8d8
	margin-top: 0.5em;
d6e8d8
	font-size: 0.9em;
d6e8d8
	color: #666;
d6e8d8
	}
d6e8d8
d6e8d8
#pagelocation li {
d6e8d8
	display: inline;
d6e8d8
	}
d6e8d8
d6e8d8
#pagetrail li {
d6e8d8
	display: inline;
d6e8d8
	margin: 0;
d6e8d8
	}
d6e8d8
d6e8d8
/* XXX Warning: non-ascii characters! */
d6e8d8
d6e8d8
#pagetrail li:after {
d6e8d8
	content: " » ";
d6e8d8
	color: #666666;
d6e8d8
	}
d6e8d8
d6e8d8
*[dir="rtl"] #pagetrail li:after {
d6e8d8
	content: " « ";
d6e8d8
	}
d6e8d8
d6e8d8
#pagetrail li:last-child:after {
d6e8d8
	content: "";
d6e8d8
	}
d6e8d8
d6e8d8
#pagelocation li:after {
d6e8d8
	content: " » ";
d6e8d8
	}
d6e8d8
d6e8d8
*[dir="rtl"] #pagelocation li:after {
d6e8d8
	content: " \\ "; /* TODO: check what looks best with RTL */
d6e8d8
	}
d6e8d8
d6e8d8
#pagelocation li:last-child:after {
d6e8d8
	content: "";
d6e8d8
	}
d6e8d8
d6e8d8
.navibar {
d6e8d8
	/* Problem: clear: right; aligns nicely right of
d6e8d8
	 * logo, but lets it float high in the header,
d6e8d8
	 * disconnected from ground */	
d6e8d8
	padding: 0;
d6e8d8
	margin: 0;
d6e8d8
	margin-top: 2em;
d6e8d8
	margin-bottom: 0.5em;
d6e8d8
	font-size: 0.9em;
d6e8d8
d6e8d8
	/* For avoiding a gap between navibar and pageline
d6e8d8
	 * on IE */
d6e8d8
	zoom: 1;
d6e8d8
	}
d6e8d8
d6e8d8
.navibar li {
d6e8d8
	display: inline;
d6e8d8
	margin: 0;
d6e8d8
	padding: 0;
d6e8d8
	}
d6e8d8
d6e8d8
*[dir="rtl"] .navibar li {
d6e8d8
	float: right;
d6e8d8
	}
d6e8d8
d6e8d8
.navibar li:after {
d6e8d8
        content: "|";
d6e8d8
	padding-left: 0.5em;
d6e8d8
	padding-right: 0.5em;
d6e8d8
        color: #AAA;
d6e8d8
}
d6e8d8
d6e8d8
.navibar li:last-child:after {
d6e8d8
        content: "";
d6e8d8
        padding-right: 0;
d6e8d8
        margin-right: 0;
d6e8d8
        }
d6e8d8
d6e8d8
.navibar li.wikilink {
d6e8d8
	/*background: #3967a3; /*url(../img/tab-wiki.png) repeat-x;*/
d6e8d8
	}
d6e8d8
d6e8d8
.navibar li.userlink {
d6e8d8
	/*background: #E6EAF0; /*url(../img/tab-user.png) repeat-x;*/
d6e8d8
	}
d6e8d8
d6e8d8
.navibar li a {	
d6e8d8
	/* To cover the box area as linkable */
d6e8d8
	}
d6e8d8
d6e8d8
.navibar a, .navibar a:visited {
d6e8d8
	color: #666;
d6e8d8
	}
d6e8d8
d6e8d8
.navibar li.current a {
d6e8d8
	color: #666;
d6e8d8
	font-weight: bold;
d6e8d8
	}
d6e8d8
d6e8d8
.navibar li:hover {
d6e8d8
	}
d6e8d8
d6e8d8
.navibar li:hover a {
d6e8d8
	color: #000;
d6e8d8
	}
d6e8d8
d6e8d8
.navibar li:hover a:active { color:#666; }
d6e8d8
.navibar li a:active { color:#666; }
d6e8d8
d6e8d8
.navibar li.current, 
d6e8d8
.navibar li.current:hover, 
d6e8d8
.navibar li.current:hover a, 
d6e8d8
.navibar li.current:active a {
d6e8d8
	color: #666;
d6e8d8
	}
d6e8d8
d6e8d8
.pageline {
d6e8d8
	clear: both;
d6e8d8
	margin: 0;
d6e8d8
	padding: 0;
d6e8d8
	width: 100%;
d6e8d8
	/* sync these values, line-height is needed for IE */
d6e8d8
	height: 5px;
d6e8d8
	line-height: 5px;
d6e8d8
	}
d6e8d8
d6e8d8
.editbar {
d6e8d8
	padding: 0.5em;
d6e8d8
	padding-top: 0;
d6e8d8
	padding-right: 0;
d6e8d8
	white-space: nowrap;
d6e8d8
	margin: 0;
d6e8d8
	text-align: right;
d6e8d8
	}
d6e8d8
d6e8d8
.editbar form, .editbar form div {
d6e8d8
	display: inline;
d6e8d8
	margin: 0px;
d6e8d8
	}
d6e8d8
d6e8d8
#errormsg select,
d6e8d8
#footer select {
d6e8d8
	border: 1px solid #AAA;
d6e8d8
	font-size: 0.9em;
d6e8d8
}
d6e8d8
d6e8d8
.editbar li {
d6e8d8
	display: inline;
d6e8d8
	padding: 0;
d6e8d8
	font-size: 0.9em;
d6e8d8
	}
d6e8d8
d6e8d8
.editbar li:after {
d6e8d8
	padding-right: 0.5em;
d6e8d8
	padding-left: 0.5em;
d6e8d8
	content: "|";
d6e8d8
	color: #AAA;
d6e8d8
}
d6e8d8
d6e8d8
.editbar li:last-child:after {
d6e8d8
	content: "";
d6e8d8
	padding-right: 0;
d6e8d8
	margin-right: 0;
d6e8d8
	}
d6e8d8
d6e8d8
*[dir="rtl"] .editbar li {
d6e8d8
	float: right;
d6e8d8
	}
d6e8d8
d6e8d8
#message {
d6e8d8
	clear: both;
d6e8d8
	margin-top: 2em;
d6e8d8
	margin-right: 10%;
d6e8d8
	margin-bottom: 2em;
d6e8d8
	margin-left: 10%;
d6e8d8
	padding-top: 1em;
d6e8d8
	padding-right: 1em;
d6e8d8
	padding-bottom: 1em;
d6e8d8
	padding-left: 1.5em;
d6e8d8
	border-top-width: 4px;
d6e8d8
	border-top-style: solid;
d6e8d8
	border-top-color: #D2E0F6;
d6e8d8
	border-bottom-width: 4px;
d6e8d8
	border-bottom-style: solid;
d6e8d8
	border-bottom-color: #D2E0F6;
d6e8d8
	background-color: #ECF4FF;
d6e8d8
	background-image: url("../img/moin-msg-bg-blue.png");
d6e8d8
	}
d6e8d8
d6e8d8
#message p {
d6e8d8
	font-weight: bold;
d6e8d8
        line-height: 1.5em;
d6e8d8
	margin: 0;
d6e8d8
	padding-top: 1em;
d6e8d8
	padding-right: 2em;
d6e8d8
	padding-bottom: 1em;
d6e8d8
	padding-left: 2em;
d6e8d8
	}
d6e8d8
d6e8d8
#message div.buttons {
d6e8d8
        font-weight: normal;
d6e8d8
	font-size: small;
d6e8d8
	margin-top: 0.5em;
d6e8d8
	}
d6e8d8
d6e8d8
.dialog form {
d6e8d8
	margin: 0 15px;
d6e8d8
	}
d6e8d8
d6e8d8
.dialog td {
d6e8d8
	border: none;
d6e8d8
	padding: 5px;
d6e8d8
	}
d6e8d8
d6e8d8
.dialog td.label {
d6e8d8
	text-align: right;
d6e8d8
	font-weight: bold;
d6e8d8
	width: 25%;
d6e8d8
	}
d6e8d8
d6e8d8
*[dir="rtl"] .dialog td.label {
d6e8d8
	text-align: left;
d6e8d8
	}
d6e8d8
d6e8d8
.dialog td.content input {
d6e8d8
	width: 100%;
d6e8d8
	}
d6e8d8
d6e8d8
#page {
d6e8d8
	padding-top: 0;
d6e8d8
	padding-right: 20px;
d6e8d8
	padding-bottom: 0;
d6e8d8
	padding-left: 20px;
d6e8d8
	background: #FFF;
d6e8d8
d6e8d8
	/* theses are some Firefox 1.5b1 specific extensions, see also the CSS3 draft.
d6e8d8
	-moz-column-width: 25em;
d6e8d8
	-moz-column-gap: 2em;
d6e8d8
	-moz-column-rule: solid black 0.3em;     --   doesn"t work yet with 1.5b1!
d6e8d8
d6e8d8
	TODO: make text/gui editor NOT use #page css, we don"t want columns there!
d6e8d8
	*/
d6e8d8
	}
d6e8d8
d6e8d8
/* We use here dumb css1 ids because of IE suckiness */
d6e8d8
d6e8d8
#editor-textarea, #editor-help {
d6e8d8
	font-family: monospace;
d6e8d8
	border-width: 1px;
d6e8d8
	border-style: solid;
d6e8d8
	border-color: #AAA;
d6e8d8
	color: black;
d6e8d8
	background: #FFF;
d6e8d8
	padding: 3px;
d6e8d8
	width: 100%;
d6e8d8
	margin-top: 0.5em;
d6e8d8
	}
d6e8d8
d6e8d8
#editor-help {
d6e8d8
	font-family: "DejaVu Sans Mono", "Liberation Mono", monospace;
d6e8d8
	font-size: small;
d6e8d8
	padding: 1em;
d6e8d8
	padding-top:0;
d6e8d8
	border-width: 1px;
d6e8d8
	border-style: solid;
d6e8d8
	border-color: #D2E0F6;
d6e8d8
	background-color: #ECF4FF;
d6e8d8
	background-image: url("../img/moin-msg-bg-blue.png");
d6e8d8
	width:97%;
d6e8d8
	}
d6e8d8
d6e8d8
#editor-comment {
d6e8d8
	font-size: 100%;
d6e8d8
	border-width: 1px;
d6e8d8
	border-style: solid;
d6e8d8
	border-color: #AAA;
d6e8d8
	color: black;
d6e8d8
	background: #FFF;
d6e8d8
	vertical-align: middle;
d6e8d8
	padding: 1px;
d6e8d8
	display: inline;
d6e8d8
	width: 70%;
d6e8d8
	}
d6e8d8
d6e8d8
#preview, #previewbelow {
d6e8d8
	border-width: 1px;
d6e8d8
	border-style: solid;
d6e8d8
	border-color: #6C7680;
d6e8d8
	padding-top: 10px;
d6e8d8
	padding-right: 30px;
d6e8d8
	padding-bottom: 20px;
d6e8d8
	padding-left: 30px;
d6e8d8
	background: url("../img/draft.png");
d6e8d8
	margin-top: 0.5em;
d6e8d8
	}
d6e8d8
d6e8d8
input.button {
d6e8d8
	/*
d6e8d8
	border: 1px solid #8CACBB;  
d6e8d8
	color: black;
d6e8d8
	background: #CCCCCC;
d6e8d8
	vertical-align: middle;
d6e8d8
	text-decoration: none;
d6e8d8
	font-size: 100%;
d6e8d8
	cursor: pointer;
d6e8d8
	margin: 2px;
d6e8d8
	padding: 1px;
d6e8d8
	display: inline;
d6e8d8
	*/
d6e8d8
	}
d6e8d8
d6e8d8
/* Headings */
d6e8d8
d6e8d8
#editortitle li {
d6e8d8
	font-size: 1.4em;
d6e8d8
	font-weight: bold;
d6e8d8
	margin-top: 0.5em;
d6e8d8
	margin-bottom: 0.5em;
d6e8d8
	margin-left: 20px;
d6e8d8
	}
d6e8d8
d6e8d8
#page h1 {
d6e8d8
	font-size: 1.7em;
d6e8d8
	font-weight: bold;
d6e8d8
	line-height: 1.9em;
d6e8d8
	margin: 0;
d6e8d8
	margin-bottom: 0.9em;
d6e8d8
	padding-left: 0.7em; /* Should be the same for h{1-4} */
d6e8d8
	color: #FFF;
d6e8d8
	border: none;
d6e8d8
	background-image: url("../img/moin-h1-background.png");
d6e8d8
	}
d6e8d8
d6e8d8
#page h2 {
d6e8d8
	font-size: 1.4em;
d6e8d8
	line-height: 1.8em;
d6e8d8
	margin: 0;
d6e8d8
	margin-top: 1.6em;
d6e8d8
	margin-bottom: 0.8em;
d6e8d8
	padding-left: 0.7em; /* Should be the same for h{1-4}*/
d6e8d8
	background-image: url("../img/moin-h2-background.png");
d6e8d8
	border: none;
d6e8d8
	color: #666666;
d6e8d8
	}
d6e8d8
d6e8d8
/* h2 emulation */
d6e8d8
d6e8d8
#page .table-of-contents-heading {
d6e8d8
	font-size: 1.3em;
d6e8d8
	font-weight: bold;
d6e8d8
	line-height: 1.8em;
d6e8d8
	margin: 0;
d6e8d8
	margin-bottom: 10px;
d6e8d8
	padding-left: 0.7em; /* Should be the same for h{1-4} */
d6e8d8
	color: #666666;
d6e8d8
	background-color: #FFF;
d6e8d8
	background-image: url("../img/moin-h2-background.png");
d6e8d8
	}
d6e8d8
d6e8d8
#page h3 {
d6e8d8
	font-size: 1.25em;
d6e8d8
	line-height: 1.6em;
d6e8d8
	margin-top: 1em;
d6e8d8
	margin-bottom: 0.5em;
d6e8d8
	padding-left: 0.7em; /* Should be the same for h{1-4} */
d6e8d8
	color: #666666;
d6e8d8
	border-bottom-width: 1px;
d6e8d8
	border-bottom-style: solid;
d6e8d8
	border-bottom-color: #DADADA;
d6e8d8
	}
d6e8d8
d6e8d8
#page h4 {
d6e8d8
	font-size: 1.2em;
d6e8d8
	line-height: 1.4em;
d6e8d8
	margin-top: 1em;
d6e8d8
	margin-bottom: 0.5em;
d6e8d8
	padding-left: 0.7em; /* Should be the same for h{1-4} */
d6e8d8
	color: #666666;
d6e8d8
	border-bottom: none;
d6e8d8
	}
d6e8d8
d6e8d8
#page h5 {
d6e8d8
	font-size: 1.1em;
d6e8d8
	line-height: 1.1em;
d6e8d8
	margin-top: 1em;
d6e8d8
	margin-bottom: 0.5em;
d6e8d8
	padding-left: 1.5em;
d6e8d8
	color: #666666;
d6e8d8
	font-weight: bold;
d6e8d8
	border-bottom: none;
d6e8d8
	}
d6e8d8
d6e8d8
#page h6 {
d6e8d8
	font-size: 1em;
d6e8d8
	line-height: 1.1em;
d6e8d8
	margin-top: 1em;
d6e8d8
	margin-bottom: 0.5em;
d6e8d8
	padding-left: 1.5em;
d6e8d8
	color: #666666;
d6e8d8
	font-weight: bold;
d6e8d8
	border-bottom: none;
d6e8d8
	}
d6e8d8
d6e8d8
#page pre {
d6e8d8
	border-width: 1px;
d6e8d8
	border-style: solid;
d6e8d8
	border-color: #E5E5E5;
d6e8d8
	border-left-width: 4px;
d6e8d8
	white-space: pre;
d6e8d8
	background: #FFFAE9;
d6e8d8
	overflow: auto;
d6e8d8
	}
d6e8d8
d6e8d8
#page tt {
d6e8d8
	font-family: "DejaVu Sans Mono", "Liberation Mono", monospace;
d6e8d8
	white-space: pre;
d6e8d8
	}
d6e8d8
d6e8d8
/* Push stuff inside of headings */
d6e8d8
d6e8d8
#page p,
d6e8d8
#page hr,
d6e8d8
#page pre,
d6e8d8
#page table,
d6e8d8
#page .table-of-contents { 
d6e8d8
	margin-left: 1.5em; 
d6e8d8
	}
d6e8d8
d6e8d8
/* Various */
d6e8d8
d6e8d8
#page p {
d6e8d8
	margin-bottom: 1.3em;
d6e8d8
	line-height: 1.5em;
d6e8d8
	padding-left: 0;
d6e8d8
	}
d6e8d8
d6e8d8
#page p#pageinfo {
d6e8d8
	margin: 0;
d6e8d8
	margin-top: 1.5em;
d6e8d8
}
d6e8d8
d6e8d8
#page td > p {
d6e8d8
	margin: 0.5em !important; 
d6e8d8
	overflow: auto;
d6e8d8
	}
d6e8d8
d6e8d8
#page td.lmimg > p {
d6e8d8
	overflow: visible;
d6e8d8
	}
d6e8d8
d6e8d8
td { 
d6e8d8
	border-width: 1pt;
d6e8d8
	border-style: solid;
d6e8d8
	border-color: #CCC;
d6e8d8
	}
d6e8d8
d6e8d8
/* Recent Changes Table */
d6e8d8
d6e8d8
.recentchanges td {
d6e8d8
	font-size: 0.88em;
d6e8d8
	vertical-align: top;
d6e8d8
	border: none;
d6e8d8
	border-top-style: solid;
d6e8d8
	border-top-color: #EDEDED;
d6e8d8
	border-top-width: 1px;
d6e8d8
	border-left-style: solid;
d6e8d8
	border-left-color: #EDEDED;
d6e8d8
	border-left-width: 1px;
d6e8d8
	background: #fdfdfd;
d6e8d8
	}
d6e8d8
d6e8d8
.rcdaybreak td {
d6e8d8
	font-size: 0.88em;
d6e8d8
	border-color: #CCC;
d6e8d8
	border-width: 1pt;
d6e8d8
	border-style: solid;
d6e8d8
	border-left: none;
d6e8d8
	border-right: none;
d6e8d8
	background-color: #FFF;
d6e8d8
	background-image: url("../img/moin-h2-background.png");
d6e8d8
	}
d6e8d8
d6e8d8
/* Lists */
d6e8d8
d6e8d8
#page ul,
d6e8d8
#page ol {
d6e8d8
	padding-left: 1.9em;
d6e8d8
	margin-left: 3em;
d6e8d8
	margin-bottom: 0.3em;
d6e8d8
	}
d6e8d8
d6e8d8
#page ul { 
d6e8d8
	list-style: url("../img/moin-ul.png") circle; 
d6e8d8
	} 
d6e8d8
d6e8d8
#page ol {
d6e8d8
	list-style-image: none !important;
d6e8d8
	}
d6e8d8
d6e8d8
#page ul li {
d6e8d8
	padding-left: 0em;
d6e8d8
	margin-bottom: 0.3em;
d6e8d8
	}
d6e8d8
d6e8d8
#page ol li {
d6e8d8
	padding-left: 0em;
d6e8d8
	margin-bottom: 0.3em;
d6e8d8
	}
d6e8d8
d6e8d8
#page ul ul,
d6e8d8
#page ul ol,
d6e8d8
#page ol ul,
d6e8d8
#page ol ol {
d6e8d8
	margin-left: 0.5em;
d6e8d8
	margin-top: 0.3em;
d6e8d8
	}
d6e8d8
d6e8d8
#page ul li p,
d6e8d8
#page ol li p {
d6e8d8
	margin-bottom: 0.3em;
d6e8d8
	line-height: 1.5em;
d6e8d8
	margin-left: 0 !important;
d6e8d8
	}
d6e8d8
d6e8d8
/* Admonition Support */
d6e8d8
d6e8d8
.lmimg {
d6e8d8
	background-color: #ECECEC;
d6e8d8
	background-image: url("../img/moin-msg-bg-gray.png");
d6e8d8
	width: 1%;
d6e8d8
	border-width: 1px;
d6e8d8
	border-style: solid;
d6e8d8
	border-color: #CFCFCF;
d6e8d8
	border-left-width: 4px;
d6e8d8
	border-right-width: 0;
d6e8d8
	padding: 0 !important;
d6e8d8
	}
d6e8d8
d6e8d8
.lmtxt {
d6e8d8
	background-color: #ECECEC;
d6e8d8
	background-image: url("../img/moin-msg-bg-gray.png");
d6e8d8
	width:99%;
d6e8d8
	border-width: 1px;
d6e8d8
	border-style: solid;
d6e8d8
	border-color: #CFCFCF;
d6e8d8
	border-left: 0;
d6e8d8
	padding: 0 !important;
d6e8d8
	padding-left: 0.5em;
d6e8d8
	}
d6e8d8
d6e8d8
.lmimg.red,
d6e8d8
.lmtxt.red { 
d6e8d8
	border-color: #E0B7B7;
d6e8d8
	background-color: #FFECEC;
d6e8d8
	background-image: url("../img/moin-msg-bg-red.png");
d6e8d8
	}
d6e8d8
d6e8d8
.lmimg.green,
d6e8d8
.lmtxt.green { 
d6e8d8
	border-color: #D6F6D2;
d6e8d8
	background-color: #EEFFEC;
d6e8d8
	background-image: url("../img/moin-msg-bg-green.png");
d6e8d8
	}
d6e8d8
d6e8d8
.lmimg.violet,
d6e8d8
.lmtxt.violet { 
d6e8d8
	border-color: #F6D2F6; 
d6e8d8
	background-color: #FFECFF;
d6e8d8
	background-image: url("../img/moin-msg-bg-violet.png");
d6e8d8
	}
d6e8d8
d6e8d8
.lmimg.blue,
d6e8d8
.lmtxt.blue { 
d6e8d8
	border-color: #D2E0F6; 
d6e8d8
	background-color: #ECF4FF;
d6e8d8
	background-image: url("../img/moin-msg-bg-blue.png");
d6e8d8
	}
d6e8d8
d6e8d8
.lmimg.orange,
d6e8d8
.lmtxt.orange { 
d6e8d8
	border-color: #F6E7D2; 
d6e8d8
	background-color: #FFF8EC;
d6e8d8
	background-image: url("../img/moin-msg-bg-orange.png");
d6e8d8
	}
d6e8d8
d6e8d8
/* Differences Between Revisions */
d6e8d8
d6e8d8
.diff {
d6e8d8
	width:99%;
d6e8d8
	}
d6e8d8
d6e8d8
.diff-header {
d6e8d8
	font-weight: bold;
d6e8d8
	}
d6e8d8
d6e8d8
.diff-title {
d6e8d8
	background: #C0C0C0;
d6e8d8
	}
d6e8d8
d6e8d8
.diff-added {
d6e8d8
	background: #E0FFE0;
d6e8d8
	vertical-align: sub;
d6e8d8
	}
d6e8d8
d6e8d8
.diff-removed {
d6e8d8
	background: #FFFFE0;
d6e8d8
	vertical-align: sub;
d6e8d8
	}
d6e8d8
d6e8d8
.diff-added span {
d6e8d8
	background: #80FF80;
d6e8d8
	}
d6e8d8
d6e8d8
.diff-removed span {
d6e8d8
	background: #FFFF80;
d6e8d8
	}
d6e8d8
d6e8d8
/* Navigation Table */
d6e8d8
d6e8d8
table.navigation {
d6e8d8
	float: right;
d6e8d8
	margin: 2px;
d6e8d8
	background: #FFFFFF;
d6e8d8
	}
d6e8d8
d6e8d8
/* Footer */
d6e8d8
d6e8d8
#footer {
d6e8d8
	clear: both;
d6e8d8
	color: #333;
d6e8d8
	border-bottom: 5px solid #F8F8F8;
d6e8d8
	margin-top: 2em;
d6e8d8
	}
d6e8d8
d6e8d8
#footer .navibar,
d6e8d8
#footer .editbar {
d6e8d8
	margin: 0;
d6e8d8
	margin-left: 40px;
d6e8d8
	margin-bottom: 0.5em;
d6e8d8
	padding: 0;
d6e8d8
	text-align: left;
d6e8d8
}
d6e8d8
d6e8d8
#credits, #version, #timings {
d6e8d8
	text-align: center;
d6e8d8
	margin-top: 1.5em;
d6e8d8
	margin-bottom: 1em;
d6e8d8
	color: #666666;
d6e8d8
	font-size: x-small;
d6e8d8
	}
d6e8d8
d6e8d8
#footer a { 
d6e8d8
	color: #666666; 
d6e8d8
	border-bottom: 1px dotted #DDD;
d6e8d8
	}
d6e8d8
d6e8d8
#footer a:hover {
d6e8d8
	text-decoration: underline;
d6e8d8
	}
d6e8d8
d6e8d8
#footer img {
d6e8d8
	vertical-align: middle;
d6e8d8
	}
d6e8d8
d6e8d8
#footer p.sysinfo {
d6e8d8
	margin:0;
d6e8d8
	padding: 0;
d6e8d8
	text-align: left;
d6e8d8
}