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

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