Blame Extras/Moin/1.5.7-1.el5.rf/Modern/css/print.css

4c79b5
/***  
4c79b5
 *  Theme Name : Mettle
4c79b5
 *   Theme URI : https://projects.centos.org/svn/artwork/trunk/Extras/Moin
4c79b5
 * Description : Mettle is a proposed artwork motif for CentOS theming. 
4c79b5
 *               MoinMoin is the application we use as a wiki to manage
4c79b5
 *               documentaion.
4c79b5
 *      Author : The CentOS Artwork SIG.
4c79b5
 *               https://projects.centos.org/trac/artwork
4c79b5
 *     Licence : This CSS design is released under GPL (
4c79b5
 *               http://www.opensource.org/licenses/gpl-license.php)
4c79b5
 ***/
4c79b5
4c79b5
/* Content Styles */
4c79b5
4c79b5
html {
4c79b5
	font-family: "DejaVu Sans", "Liberation Sans", serif;
4c79b5
	font-size: 11pt;
4c79b5
	text-align: left;
4c79b5
	background: #fff;
4c79b5
	}
4c79b5
4c79b5
body {
4c79b5
	/* Give about 3.4cm in Mozilla/Firefox and about 2.2cm in Safari */
4c79b5
	margin: 1.5cm;
4c79b5
	background: #fff;
4c79b5
	}
4c79b5
4c79b5
a, a:visited, a.nonexistent, a.badinterwiki {
4c79b5
	color: black;
4c79b5
	text-decoration: none;
4c79b5
	}
4c79b5
4c79b5
a:hover, a:active {
4c79b5
	text-decoration: underline;
4c79b5
	}
4c79b5
4c79b5
.info a {
4c79b5
	color: gray;
4c79b5
	}
4c79b5
4c79b5
#page pre {
4c79b5
	white-space: pre-wrap;
4c79b5
	font-size: 10pt;
4c79b5
	background: #fff;
4c79b5
	border:none;
4c79b5
	}
4c79b5
4c79b5
#page tt {
4c79b5
	font-family: "DejaVu Sans Mono", "Liberation Mono", monospace;
4c79b5
	white-space: pre;
4c79b5
	}
4c79b5
4c79b5
a.interwiki:before, a.badinterwiki:before {
4c79b5
	content: attr(title) ":";
4c79b5
	}
4c79b5
4c79b5
a.interwiki img, a.badinterwiki img {
4c79b5
	display: none;
4c79b5
	}
4c79b5
4c79b5
.footnotes div {
4c79b5
	width: 5em;
4c79b5
	border-top: 1pt solid gray;
4c79b5
	}
4c79b5
4c79b5
/* User Interface Styles */
4c79b5
4c79b5
#header, #sidebar, #footer, #timings, #credits, #interwiki, #pagelocation {
4c79b5
	display: none;
4c79b5
	}
4c79b5
4c79b5
/* Messages style on printing view */
4c79b5
4c79b5
.lmimg { 
4c79b5
	width: 1%;
4c79b5
	border: 1px solid #ccc;
4c79b5
	border-right: none;
4c79b5
	color: #000;
4c79b5
	padding: 0;
4c79b5
	padding-right: 0;
4c79b5
	background: #fff;
4c79b5
	}
4c79b5
4c79b5
.lmtxt {
4c79b5
	width: 99%;
4c79b5
	border: 1px solid #ccc;
4c79b5
	border-left: none;
4c79b5
	color: #000;
4c79b5
	padding: 0;
4c79b5
	padding-left: 0.5em;
4c79b5
	background: #fff;
4c79b5
	}
4c79b5
4c79b5
/* Various */
4c79b5
4c79b5
#page td > p {margin: 0.5em !important; }
4c79b5
4c79b5
td { border: 1pt solid #ccc; }
4c79b5
4c79b5
/* List Presentation */
4c79b5
4c79b5
#page ul,
4c79b5
#page ol {
4c79b5
	padding-left: 0.5em;
4c79b5
	margin-left: 3em;
4c79b5
	margin-bottom: 0.3em;
4c79b5
	}
4c79b5
4c79b5
/*#page ul { list-style: url(../img/moin-ul.png) circle; } */
4c79b5
4c79b5
#page ol {
4c79b5
	list-style-image: none !important;
4c79b5
	}
4c79b5
4c79b5
#page ul li {
4c79b5
	padding-left: 0em;
4c79b5
	margin-bottom: 0.3em;
4c79b5
	}
4c79b5
4c79b5
#page ol li {
4c79b5
	padding-left: 0em;
4c79b5
	margin-bottom: 0.3em;
4c79b5
	}
4c79b5
4c79b5
#page ul ul,
4c79b5
#page ul ol,
4c79b5
#page ol ul,
4c79b5
#page ol ol {
4c79b5
	margin-left: 1.5em;
4c79b5
	margin-top: 0.3em;
4c79b5
	}
4c79b5
4c79b5
#page ul li p,
4c79b5
#page ol li p {
4c79b5
	margin-bottom: 0.3em;
4c79b5
	line-height: 1.5em;
4c79b5
	margin-left: 0 !important;
4c79b5
	}
4c79b5
4c79b5
/* Headings */
4c79b5
4c79b5
#page h1 {
4c79b5
	line-height: 1.9em;
4c79b5
	margin: 0 0 0.9em 0;
4c79b5
	}
4c79b5
4c79b5
#page h2 {
4c79b5
	line-height: 1.8em;
4c79b5
	margin: 1.6em 0 0.8em 0;
4c79b5
	}
4c79b5
4c79b5
/* h2 emulation */
4c79b5
4c79b5
#page .table-of-contents-heading {
4c79b5
	line-height: 1.8em;
4c79b5
	margin: 0;
4c79b5
	margin-bottom: 10px;
4c79b5
	}
4c79b5
4c79b5
#page h3 {
4c79b5
	line-height: 1.6em;
4c79b5
	margin-top:0.5em;
4c79b5
	}
4c79b5
4c79b5
#page h4 {
4c79b5
	line-height: 1.4em;
4c79b5
	margin-top: 0.5em;
4c79b5
	}
4c79b5
4c79b5
#page h5 {
4c79b5
	line-height: 1.1em;
4c79b5
	margin-top:0.5em;
4c79b5
	}
4c79b5
4c79b5
#page h6 {
4c79b5
	line-height: 1.1em;
4c79b5
	margin-top:0.5em;
4c79b5
	}
4c79b5
4c79b5
/* Table Of Contents */
4c79b5
.table-of-contents {
4c79b5
	border: none;
4c79b5
	background: none;
4c79b5
	}
4c79b5
4c79b5
/* Recent Changes Table */
4c79b5
4c79b5
.recentchanges td {
4c79b5
	font-size: 0.88em;
4c79b5
	vertical-align: top;
4c79b5
	border: none;
4c79b5
	border: 1pt solid #ccc;
4c79b5
	background: #ffffff;
4c79b5
	}
4c79b5
4c79b5
.rcdaybreak td {
4c79b5
	background: #f8f8f8 url('../img/moin-h2-background.png');
4c79b5
	}
4c79b5