Blame Identity/Webenv/App/Moin/1.5.7-1.el5.rf/Modern/css/screen.css

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