Blame Extras/Moin/1.5.7-1.el5.rf/Modern/css/common.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
	color: black;
4c79b5
	font-family: Arial, Lucida Grande, sans-serif;
4c79b5
	font-size: 14px;
4c79b5
	}
4c79b5
4c79b5
4c79b5
body {
4c79b5
	padding: 0;
4c79b5
	margin: 0;
4c79b5
	}
4c79b5
4c79b5
/* Links */
4c79b5
4c79b5
a.www:before {white-space:nowrap; content: url(../img/moin-www.png); margin: 0 0.2em;}
4c79b5
a.http:before {white-space:nowrap; content: url(../img/moin-www.png); margin: 0 0.2em;}
4c79b5
a.https:before {white-space:nowrap; content: url(../img/moin-www.png); margin: 0 0.2em;}
4c79b5
a.file:before {white-space:nowrap; content: url(../img/moin-ftp.png); margin: 0 0.2em;}
4c79b5
a.ftp:before {white-space:nowrap; content: url(../img/moin-ftp.png); margin: 0 0.2em;}
4c79b5
a.nntp:before {white-space:nowrap; content: url(../img/moin-news.png); margin: 0 0.2em;}
4c79b5
a.news:before {white-space:nowrap; content: url(../img/moin-news.png); margin: 0 0.2em;}
4c79b5
a.telnet:before {white-space:nowrap; content: url(../img/moin-telnet.png); margin: 0 0.2em;}
4c79b5
a.irc:before {white-space:nowrap; content: url(../img/moin-telnet.png); margin: 0 0.2em;}
4c79b5
a.mailto:before {white-space:nowrap; content: url(../img/moin-email.png); margin: 0 0.2em;}
4c79b5
a.attachment:before {white-space:nowrap; content: url(../img/moin-attach.png); margin: 0 0.2em;}
4c79b5
a.badinterwiki:before {white-space:nowrap; content: url(../img/moin-inter.png); margin: 0 0.2em;}
4c79b5
a.interwiki:before {white-space:nowrap; content: url(../img/moin-inter.png); margin: 0 0.2em;}
4c79b5
4c79b5
li p {
4c79b5
	margin: .25em 0;
4c79b5
	}
4c79b5
4c79b5
li.gap {
4c79b5
	margin-top: 0.5em;
4c79b5
	}
4c79b5
4c79b5
dt {
4c79b5
	margin-top: 0.5em;
4c79b5
	font-weight: bold;
4c79b5
	}
4c79b5
4c79b5
dd {
4c79b5
	margin-top: 0;
4c79b5
	margin-bottom: 0;
4c79b5
	}
4c79b5
4c79b5
dd > p {
4c79b5
	margin: 0 !important;
4c79b5
	}
4c79b5
	 
4c79b5
a, img, img.drawing {
4c79b5
	border: 0;
4c79b5
	}
4c79b5
4c79b5
pre {
4c79b5
	border: 1pt dashed #797979;
4c79b5
	background-color: #F3F3F3;
4c79b5
	padding: 0.5em 1em;
4c79b5
	margin: 0.5em 0 0.5em 0;
4c79b5
	font-family: "DejaVu Sans Mono", "Liberation Mono", monospace;
4c79b5
	white-space: pre;
4c79b5
	/* begin css 3 or browser specific rules - do not remove!
4c79b5
	see: http://forums.techguy.org/archive/index.php/t-249849.html */
4c79b5
	white-space: pre-wrap;
4c79b5
	word-wrap: break-word;
4c79b5
	white-space: -moz-pre-wrap;
4c79b5
	white-space: -pre-wrap;
4c79b5
	white-space: -o-pre-wrap;
4c79b5
	/* end css 3 or browser specific rules */
4c79b5
	}
4c79b5
4c79b5
div {
4c79b5
	margin:0; 
4c79b5
	padding:0;
4c79b5
	}
4c79b5
4c79b5
pre.comment {
4c79b5
	background-color: #CCCCCC;
4c79b5
	color: red;
4c79b5
	padding: 0;
4c79b5
	margin: 0;
4c79b5
	border: 0;
4c79b5
	}
4c79b5
4c79b5
pre.comment:before {
4c79b5
	content: url(../img/attention.png);
4c79b5
	}
4c79b5
4c79b5
4c79b5
table {
4c79b5
	margin: 0;
4c79b5
	margin-top: 0.5em;
4c79b5
	margin-bottom: 0.5em;
4c79b5
	border-collapse: collapse;
4c79b5
	}
4c79b5
4c79b5
td {
4c79b5
	border: 1pt;
4c79b5
	border-style: solid;
4c79b5
	border-color: #ADB9CC;
4c79b5
	padding-top: 0.25em;
4c79b5
	padding-right: 0.5em;
4c79b5
	padding-bottom: 0.25em;
4c79b5
	padding-left: 0.5em;
4c79b5
	}
4c79b5
4c79b5
td p {
4c79b5
	margin: 0;
4c79b5
	padding: 0;
4c79b5
	}
4c79b5
4c79b5
/* TableOfContents macro */
4c79b5
4c79b5
.table-of-contents {
4c79b5
	color: black; 
4c79b5
	background: #fff url("../img/moin-toc-background.png") right repeat-y; 
4c79b5
	border: 1px solid #CCCCCC;
4c79b5
	font-size: small;
4c79b5
	text-align:left;
4c79b5
	padding-bottom: 15px;
4c79b5
	margin: 0;
4c79b5
	width: 70%;
4c79b5
	}
4c79b5
4c79b5
.table-of-contents ol { margin:0; margin-left:1em;  list-style-type:decimal; }
4c79b5
.table-of-contents ul { margin:0; list-style: url(../img/moin-ul.png); }
4c79b5
.table-of-contents-heading { font-weight:bold; padding:0px; margin:10px;}
4c79b5
4c79b5
.footnotes div {
4c79b5
	width: 5em;
4c79b5
	border-top: 1pt solid gray;
4c79b5
	}
4c79b5
4c79b5
.footnotes ul {
4c79b5
	padding: 0 2em;
4c79b5
	margin: 0 0 1em;
4c79b5
	list-style: none;
4c79b5
	}
4c79b5
4c79b5
.footnotes li {
4c79b5
	}
4c79b5
4c79b5
.info {
4c79b5
	float:right;
4c79b5
	font-size: 0.9em;
4c79b5
	color: gray;
4c79b5
	}
4c79b5
4c79b5
#pageinfo {
4c79b5
	margin: 20px 0 0 0;
4c79b5
	}
4c79b5
4c79b5
.seperator {
4c79b5
	color: gray;
4c79b5
	}
4c79b5
4c79b5
#pagebottom {clear: both;}
4c79b5
4c79b5
/* standard rule ---- */
4c79b5
4c79b5
hr {
4c79b5
	height: 1px;
4c79b5
	background-color: #9C9C9C;
4c79b5
	border: 0;
4c79b5
	}
4c79b5
4c79b5
/* Custom Rules from ----- to ---------- */
4c79b5
4c79b5
.hr1 {height: 2px;}
4c79b5
.hr2 {height: 3px;}
4c79b5
.hr3 {height: 4px;}
4c79b5
.hr4 {height: 5px;}
4c79b5
.hr5 {height: 6px;}
4c79b5
.hr6 {height: 7px;}
4c79b5
4c79b5
/* Replacement for deprecated html 3 <u> element and html 4 <strike> */
4c79b5
4c79b5
.u {text-decoration: underline;}
4c79b5
.strike {text-decoration: line-through;}
4c79b5
4c79b5
/* Eye Catchers */
4c79b5
4c79b5
.warning {
4c79b5
	color: red;
4c79b5
	}
4c79b5
4c79b5
.error {
4c79b5
	color: red;
4c79b5
	}
4c79b5
4c79b5
strong.highlight {
4c79b5
	background-color: #CCE0FF;
4c79b5
	padding: 1pt;
4c79b5
	}
4c79b5
4c79b5
/* Recent Changes */
4c79b5
4c79b5
.rcrss {
4c79b5
	float: right;
4c79b5
	margin: 0;
4c79b5
	}
4c79b5
4c79b5
.recentchanges[dir="rtl"] .rcrss {
4c79b5
	float: left;
4c79b5
	}
4c79b5
4c79b5
.recentchanges table {
4c79b5
	clear: both;
4c79b5
	border-width: 1px;
4c79b5
	border-style: solid;
4c79b5
	border-color: #EDEDED;
4c79b5
	}
4c79b5
4c79b5
.recentchanges td {
4c79b5
	vertical-align: top;
4c79b5
	border-width: 1pt;
4c79b5
	border-style: solid;
4c79b5
	border-color: #E6EAF0;
4c79b5
	background: #F2F4F7;
4c79b5
	}
4c79b5
4c79b5
.rcdaybreak td {
4c79b5
	background: #B8C5D9;
4c79b5
	border: none;
4c79b5
	}
4c79b5
4c79b5
.rcdaybreak td a {
4c79b5
	font-size: 0.88em;
4c79b5
	}
4c79b5
4c79b5
.rcicon1, .rcicon2 {
4c79b5
	text-align: center;
4c79b5
	}
4c79b5
4c79b5
.rcpagelink {
4c79b5
	width: 33%;
4c79b5
	}
4c79b5
4c79b5
.rctime {
4c79b5
	font-size: 0.88em;
4c79b5
	white-space: nowrap;
4c79b5
	}
4c79b5
4c79b5
.rceditor {
4c79b5
	white-space: nowrap;
4c79b5
	font-size: 0.88em;
4c79b5
	}
4c79b5
4c79b5
.rccomment {
4c79b5
	width: 50%;
4c79b5
	color: gray;
4c79b5
	font-size: 0.88em;
4c79b5
	}
4c79b5
4c79b5
/* User Preferences */
4c79b5
4c79b5
.userpref table, .userpref td {
4c79b5
	border: none;
4c79b5
	}
4c79b5
4c79b5
/* CSS for new code_area markup used by Colorizer and ParserBase */
4c79b5
4c79b5
div.codearea { /* the div makes the border */
4c79b5
	margin: 0.5em 0;
4c79b5
	padding: 0;
4c79b5
	border: 1pt solid #797979;
4c79b5
	background-color: #F3F3F3;
4c79b5
	color: black;
4c79b5
	}
4c79b5
4c79b5
div.codearea pre { /* the pre has no border and is inside the div */
4c79b5
	margin: 0;
4c79b5
	padding: 10pt;
4c79b5
	border: none;
4c79b5
	}
4c79b5
4c79b5
a.codenumbers { /* format of the line numbering link */
4c79b5
	margin: 0 10pt;
4c79b5
	font-size: 0.85em;
4c79b5
	color: gray;
4c79b5
	}
4c79b5
4c79b5
/* Format of certain syntax spans */
4c79b5
4c79b5
div.codearea pre span.LineNumber {color: gray;}
4c79b5
div.codearea pre span.ID         {color: #000000;}
4c79b5
div.codearea pre span.Operator   {color: #0000C0;}
4c79b5
div.codearea pre span.Char       {color: #004080;}
4c79b5
div.codearea pre span.Comment    {color: #008000;}
4c79b5
div.codearea pre span.Number     {color: #0080C0;}
4c79b5
div.codearea pre span.String     {color: #004080;}
4c79b5
div.codearea pre span.SPChar     {color: #0000C0;}
4c79b5
div.codearea pre span.ResWord    {color: #A00000;}
4c79b5
div.codearea pre span.ConsWord   {color: #008080; font-weight: bold;}
4c79b5
div.codearea pre span.Error      {color: #FF8080; border: solid 1.5pt #FF0000;}
4c79b5
div.codearea pre span.ResWord2   {color: #0080ff; font-weight: bold;}
4c79b5
div.codearea pre span.Special    {color: #0000ff;}
4c79b5
div.codearea pre span.Preprc     {color: #803999;}
4c79b5
4c79b5
/* Search results */
4c79b5
4c79b5
.searchresults dt {
4c79b5
	margin-top: 1em;
4c79b5
	font-weight: normal;
4c79b5
	}
4c79b5
4c79b5
.searchresults dd {
4c79b5
	font-size: 0.85em;
4c79b5
	}
4c79b5
4c79b5
/* MonthCalendar css */
4c79b5
4c79b5
/* Days without and with pages linked to them */
4c79b5
4c79b5
a.cal-emptyday {
4c79b5
	color: #777777;
4c79b5
	text-align: center;
4c79b5
	}
4c79b5
4c79b5
a.cal-usedday {
4c79b5
	color: #000000;
4c79b5
	font-weight: bold;
4c79b5
	text-align: center;
4c79b5
	}
4c79b5
4c79b5
/* General stuff: workdays, weekend, today */
4c79b5
4c79b5
td.cal-workday {
4c79b5
	background-color: #DDDDFF;
4c79b5
	text-align: center;
4c79b5
	}
4c79b5
4c79b5
td.cal-weekend {
4c79b5
	background-color: #FFDDDD;
4c79b5
	text-align: center;
4c79b5
	}
4c79b5
4c79b5
td.cal-today {
4c79b5
	background-color: #CCFFCC;
4c79b5
	border-style: solid;
4c79b5
	border-width: 2pt;
4c79b5
	text-align: center;
4c79b5
	}
4c79b5
4c79b5
/* Invalid places on the monthly calendar sheet */
4c79b5
4c79b5
td.cal-invalidday {
4c79b5
	background-color: #CCCCCC;
4c79b5
	}
4c79b5
4c79b5
/* Links to prev/next month/year */
4c79b5
4c79b5
a.cal-link {
4c79b5
	color: #000000;
4c79b5
	text-decoration: none;
4c79b5
	}
4c79b5
4c79b5
th.cal-header {
4c79b5
	background-color: #DDBBFF;
4c79b5
	text-align: center;
4c79b5
	}
4c79b5
4c79b5
/* For MonthCalendar mouseover info boxes */
4c79b5
4c79b5
TABLE.tip {
4c79b5
	color: black;
4c79b5
	background-color: #FF8888;
4c79b5
	font-size: small;
4c79b5
	font-weight: normal;
4c79b5
	border-style: solid;
4c79b5
	border-width: 1px;
4c79b5
	}
4c79b5
4c79b5
TH.tip {
4c79b5
	background-color: #FF4444;
4c79b5
	font-weight: bold;
4c79b5
	text-align: center;
4c79b5
	}
4c79b5
4c79b5
TD.tip {
4c79b5
	text-align: left;
4c79b5
	}
4c79b5
4c79b5
*[dir="rtl"] TD.tip {
4c79b5
	text-align: right;
4c79b5
	}
4c79b5
4c79b5
/* End MonthCalendar stuff */