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