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