Blame Identity/Webenv/App/Moin/1.5.7-1.el5.rf/Modern/css/print.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
/* Content Styles */
f2e824
f2e824
html {
f2e824
	font-family: "DejaVu Sans", "Liberation Sans", serif;
f2e824
	font-size: 11pt;
f2e824
	text-align: left;
f2e824
	background: #fff;
f2e824
	}
f2e824
f2e824
body {
f2e824
	/* Give about 3.4cm in Mozilla/Firefox and about 2.2cm in Safari */
f2e824
	margin: 1.5cm;
f2e824
	background: #fff;
f2e824
	}
f2e824
f2e824
a, a:visited, a.nonexistent, a.badinterwiki {
f2e824
	color: black;
f2e824
	text-decoration: none;
f2e824
	}
f2e824
f2e824
a:hover, a:active {
f2e824
	text-decoration: underline;
f2e824
	}
f2e824
f2e824
.info a {
f2e824
	color: gray;
f2e824
	}
f2e824
f2e824
#page pre {
f2e824
	white-space: pre-wrap;
f2e824
	font-size: 10pt;
f2e824
	background: #fff;
f2e824
	border:none;
f2e824
	}
f2e824
f2e824
#page tt {
f2e824
	font-family: "DejaVu Sans Mono", "Liberation Mono", monospace;
f2e824
	white-space: pre;
f2e824
	}
f2e824
f2e824
a.interwiki:before, a.badinterwiki:before {
f2e824
	content: attr(title) ":";
f2e824
	}
f2e824
f2e824
a.interwiki img, a.badinterwiki img {
f2e824
	display: none;
f2e824
	}
f2e824
f2e824
.footnotes div {
f2e824
	width: 5em;
f2e824
	border-top: 1pt solid gray;
f2e824
	}
f2e824
f2e824
/* User Interface Styles */
f2e824
f2e824
#header, #sidebar, #footer, #timings, #credits, #interwiki, #pagelocation {
f2e824
	display: none;
f2e824
	}
f2e824
f2e824
/* Messages style on printing view */
f2e824
f2e824
.lmimg { 
f2e824
	width: 1%;
f2e824
	border: 1px solid #ccc;
f2e824
	border-right: none;
f2e824
	color: #000;
f2e824
	padding: 0;
f2e824
	padding-right: 0;
f2e824
	background: #fff;
f2e824
	}
f2e824
f2e824
.lmtxt {
f2e824
	width: 99%;
f2e824
	border: 1px solid #ccc;
f2e824
	border-left: none;
f2e824
	color: #000;
f2e824
	padding: 0;
f2e824
	padding-left: 0.5em;
f2e824
	background: #fff;
f2e824
	}
f2e824
f2e824
/* Various */
f2e824
f2e824
#page td > p {margin: 0.5em !important; }
f2e824
f2e824
td { border: 1pt solid #ccc; }
f2e824
f2e824
/* List Presentation */
f2e824
f2e824
#page ul,
f2e824
#page ol {
f2e824
	padding-left: 0.5em;
f2e824
	margin-left: 3em;
f2e824
	margin-bottom: 0.3em;
f2e824
	}
f2e824
f2e824
/*#page ul { list-style: url(../img/moin-ul.png) circle; } */
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: 1.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
/* Headings */
f2e824
f2e824
#page h1 {
f2e824
	line-height: 1.9em;
f2e824
	margin: 0 0 0.9em 0;
f2e824
	}
f2e824
f2e824
#page h2 {
f2e824
	line-height: 1.8em;
f2e824
	margin: 1.6em 0 0.8em 0;
f2e824
	}
f2e824
f2e824
/* h2 emulation */
f2e824
f2e824
#page .table-of-contents-heading {
f2e824
	line-height: 1.8em;
f2e824
	margin: 0;
f2e824
	margin-bottom: 10px;
f2e824
	}
f2e824
f2e824
#page h3 {
f2e824
	line-height: 1.6em;
f2e824
	margin-top:0.5em;
f2e824
	}
f2e824
f2e824
#page h4 {
f2e824
	line-height: 1.4em;
f2e824
	margin-top: 0.5em;
f2e824
	}
f2e824
f2e824
#page h5 {
f2e824
	line-height: 1.1em;
f2e824
	margin-top:0.5em;
f2e824
	}
f2e824
f2e824
#page h6 {
f2e824
	line-height: 1.1em;
f2e824
	margin-top:0.5em;
f2e824
	}
f2e824
f2e824
/* Table Of Contents */
f2e824
.table-of-contents {
f2e824
	border: none;
f2e824
	background: none;
f2e824
	}
f2e824
f2e824
/* Recent Changes Table */
f2e824
f2e824
.recentchanges td {
f2e824
	font-size: 0.88em;
f2e824
	vertical-align: top;
f2e824
	border: none;
f2e824
	border: 1pt solid #ccc;
f2e824
	background: #ffffff;
f2e824
	}
f2e824
f2e824
.rcdaybreak td {
f2e824
	background: #f8f8f8 url('../img/moin-h2-background.png');
f2e824
	}
f2e824