kindofblue/css common.css, NONE, 1.1 custom.css, NONE, 1.1 msie.css, NONE, 1.1 print.css, NONE, 1.1 projection.css, NONE, 1.1 screen.css, NONE, 1.1

Michael Patrick McGrath (mmcgrath) fedora-extras-commits at redhat.com
Mon Mar 12 01:16:18 UTC 2007


Author: mmcgrath

Update of /cvs/fedora/kindofblue/css
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18956/css

Added Files:
	common.css custom.css msie.css print.css projection.css 
	screen.css 
Log Message:
initial import


--- NEW FILE common.css ---
/*  common.css - MoinMoin Default Style adapted for sinorca4moin
Heavily modified by Hrishikesh Ballal for Fedoraproject.org website. 
Copyright (c) 2001, 2002, 2003 by Juergen Hermann
*/

html {
	background-color: white;
	color: black;
	font-family: Arial, Lucida Grande, sans-serif;
	font-size: .75em;
	line-height: 1.25em;
}

/* Headings */

h1 {
	margin: 1.4em 0 0 0;
	padding: 2px 25px;
	/*margin: 0.5em 0 0.5em 0;
	padding: 0;*/
	font-size: 2.2em;
  /* font-weight: normal;*/
	color: #337AAC;
	line-height: 1.0em;
   font-weight: normal;
}

h2, h3, h4, h5, h6
{
	margin: 1.4em 0 0 0;
	padding: 2px 25px;
  /* font-weight: bold;*/
  /*	color: rgb(100,135,220);*/
  color: #2963A6;
	line-height: 1.2em;
	border-bottom: 1px solid #BFBFBF;
	/*border-left: 1px solid rgb(100,135,220);*/
}	

h2 {font-size: 1.25em;}
h3 {font-size: 1.25em;}
h4 {font-size: 1.15em;}
h5, h6 {font-size: 1em;}

li p {
	margin: .25em 0;
   padding: 0px;
}

li.gap {
margin-top: 0.5em;
}

a, img, img.drawing {
	border: 0;
}

dt {
	font-weight: bold;
}

/* fix problem with small font for inline code */
tt {
	font-size: 1.25em;
}

pre {
	padding: 5px;
	border: 1px solid #c0c0c0;
	font-family: courier, monospace;
	white-space: pre;
	/* begin css 3 or browser specific rules - do not remove!
	see: http://forums.techguy.org/archive/index.php/t-249849.html */
    	white-space: pre-wrap;
	word-wrap: break-word;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	/* end css 3 or browser specific rules */
}

table {
	margin: 0.5em 0;
	border-collapse: collapse;
	
}

td
{
	padding: 0.25em;
/*	border: 1px solid #c0c0c0;*/
}

td p {
	margin: 0;
	padding: 0;
}

/* standard rule ---- */
hr {
	height: 2px;
	background-color: #c0c0c0;
	border: none;
}

/* custom rules ----- to ---------- */
.hr1 {height: 3px;}
.hr2 {height: 4px;}
.hr3 {height: 5px;}
.hr4 {height: 6px;}
.hr5 {height: 7px;}
.hr6 {height: 8px;}

/* Replacement for html 3 u tag */
.u {text-decoration: underline;}

.footnotes ul {
	padding: 0 2em;
	margin: 0 0 1em;
	list-style: none;
}

.footnotes li {
}


/* eye catchers */
.warning 
{
	color: red;
}

.error 
{
	color: red;
}

strong.highlight 
{
	background-color: #ffcc99;
	padding: 1pt;
}


/* Recent changes */

div.recentchanges table {
	border: 1px solid #e5e5e5; 
}

.recentchanges p {
	margin: 0.25em;
}

.recentchanges td {
	border: none;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	vertical-align: top;
}

.rcdaybreak {
	background-color: #E5E5E5;
}

.rcdaybreak td a {
	font-size: 0.88em;
}

.rcicon1, .rcicon2 {
	text-align: center;
}

.rcpagelink {
	width: 33%;
}

.rctime {
	font-size: 0.88em;
	white-space: nowrap;
}

.rceditor {
	white-space: nowrap;
	font-size: 0.88em;
}

.rccomment {
	width: 66%;
	color: gray;
	font-size: 0.88em;
}

.rcrss {
	float: right;
}

.recentchanges[dir="rtl"] .rcrss {
	float: left;
}

/* User Preferences */

.userpref table, .userpref td {
	border: none;
}

/* CSS for new code_area markup used by Colorizer and ParserBase */

div.codearea { /* the div makes the border */
	margin: 0.5em 0;
	padding: 0;
	border: 1pt solid #AEBDCC;
	background-color: #F3F5F7;
	color: black;
}

div.codearea pre { /* the pre has no border and is inside the div */
	margin: 0;
	padding: 10pt;
	border: none;
}

a.codenumbers { /* format of the line numbering link */
	margin: 0 10pt;
	font-size: 0.85em;
	color: gray;
}

/* format of certain syntax spans */
div.codearea pre span.LineNumber {color: gray;}
div.codearea pre span.ID         {color: #000000;}
div.codearea pre span.Operator   {color: #0000C0;}
div.codearea pre span.Char       {color: #004080;}
div.codearea pre span.Comment    {color: #008000;}
div.codearea pre span.Number     {color: #0080C0;}
div.codearea pre span.String     {color: #004080;}
div.codearea pre span.SPChar     {color: #0000C0;}
div.codearea pre span.ResWord    {color: #A00000;}
div.codearea pre span.ConsWord   {color: #008080; font-weight: bold;}
div.codearea pre span.Error      {color: #FF8080; border: solid 1.5pt #FF0000;}
div.codearea pre span.ResWord2   {color: #0080ff; font-weight: bold;}
div.codearea pre span.Special    {color: #0000ff;}
div.codearea pre span.Preprc     {color: #803999;}




--- NEW FILE custom.css ---
/*

Custom fedoraproject.org/wiki CSS stylesheet

Introduces some changes on top of MoinMoin Default Style

Copyright (c) 2006 by Dimitris Glezos <dimitris at glezos.com>
License: GPL

*/


html {
	background-color: white;
	font-family: 'DejaVu Sans-Serif', sans-serif;
	font-size: 0.85em;
	line-height: 1.4em;
}

/* Headings */

#page h1 {
	font-size: 1.7em;
	font-weight: bold;
	line-height: 1.8em;
	margin: 1.5em 0 1.1em 0;
	padding: 0 0.5em;
	border-bottom: 1px solid #072b61;
	border-right: 1px solid #072b61;
	color: #072b61;
	background-color: #eee;
	-moz-border-radius: 5px;
}

#page h2 {
	font-size: 1.4em;
	line-height: 1.8em;
	margin: 1.5em 0 1.1em 0;
	padding: 0 0.5em;
	border-bottom: 1px solid #BFBFBF;
	border-right: 1px solid #BFBFBF;
	color: #072b61;
	background-color: #eee;
	-moz-border-radius: 5px;
}

#page h3 {
	font-size: 1.3em;
	line-height: 1.6em;
	margin: 1.5em 0 0.9em 0;
	padding: 0 0.5em;
	color: #072b61;
	border-bottom: 1px solid #dadada;
}

#page h4 {
	font-size: 1.2em;
	line-height: 1.4em;
	margin: 1.4em 0 0.9em 0;
	padding: 0 0.5em;
	color: #2963A6;
	border-bottom: none;
}

#page h5 {
	font-size: 1.1em;
	line-height: 1.1em;
	margin: 1.3em 0 0.9em 0;
	padding: 0 1.5em;
	color: #072b61;
	font-weight: bold;
	border-bottom: none;
}

#page h6 {
	font-size: 1em;
	line-height: 1.1em;
	margin: 1.3em 0 0.9em 0;
	padding: 0 1.5em;
	color: #000;
	font-weight: bold;
	border-bottom: none;
}


#page p {
	margin-bottom: 1.3em;
	line-height: 1.3em;
	padding-left: 1.5em;
}

#page td > p { margin-bottom: 0.5em !important; }


#page ul,
#page ol {
margin-left: 2.0em;
padding-left: 0;
}

#page ul li {
	list-style: none;
	background: transparent url('http://fedoraproject.org/wiki/WikiGraphics?action=AttachFile&do=get&target=blue-bullet.png') no-repeat 0 0.3em;
	padding-left: 1.7em;
}

#page ol li {
  margin-left: 1.7em;
  padding-left: 0;
}

#page ul li p,
#page ol li p {
	margin-bottom: 1em;
	line-height: 1.3em;
	padding-left: 0em !important;
}

#page pre {
	padding: 0.5em 1em;
	font-family: courier, monospace;
	white-space: pre;
	background-color: #FFFAE9;
	border: 1px solid #e5e5e5;
	border-left: 4px solid #ccc;
}

#page div#message {
	background-color: #eee;
	border-top: 2px #c0d0e7 solid;
	border-bottom: 2px #c0d0e7 solid;
	margin-bottom: 2em;
}

#page div#message p {
	color: #000;
}


#page div.table-of-contents {
	margin: 1em;
	background: white url('http://fedoraproject.org/wiki/WikiGraphics?action=AttachFile&do=get&target=tablebg.png') no-repeat bottom right;
	-moz-border-radius: 10px;
	padding-bottom: 1em;
	border: 1px solid #BFBFBF;
	width: 45em;
}

#page .table-of-contents-heading {
	font-size: 1.4em;
	font-weight: bold;
	line-height: 1.8em;
	margin: 1px;
	padding: 0 0.5em;
	color: #072b61;
	background-color: #eee;
	-moz-border-radius: 5px 5px 0 0;
}




--- NEW FILE msie.css ---


--- NEW FILE print.css ---
/*  print.css - MoinMoin Default Styles

Copyright (c) 2001, 2002, 2003 by Juergen Hermann
*/

/* content styles */

html {
	font-family: Times, serif;
	font-size: 12pt;
}

h1 {
 	color: black;
	border-bottom: 2px solid rgb(100,135,220);
	border-left: 1px solid rgb(100,135,220);
	padding: 2px 5px;
}

tt {
	font-size: 0.8em;
}

body {
    /* Give about 3.4cm in Mozilla/Firefox and about 2.2cm in Safari */
	margin: 1.5cm;
}

a, a:visited, a.nonexistent, a.badinterwiki {
	color: black;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

pre {
	font-size: 10pt;
}

a.interwiki:before, a.badinterwiki:before {
	content: attr(title) ":";
}

a.interwiki img, a.badinterwiki img {
	display: none;
}

.footnotes div {
	width: 5em;
	border-top: 1pt solid gray;
}

/* user interface styles */

#header, #sidebar, #footer, #timings, #credits {
	display: none;
}


--- NEW FILE projection.css ---
/*  projection.css - MoinMoin Slide Styles

Copyright (c) 2003 by Juergen Hermann
*/

@import url("screen.css");

html { line-height: 1.5em; }

#page {margin: 0;}

body, b, em, a, span, div, p, td { font-size: 16pt; }
h1 { font-size: 24pt; }
h2 { font-size: 20pt; }
h3 { font-size: 18pt; }
h4 { font-size: 16pt; }
h5 { font-size: 16pt; }
h6 { font-size: 16pt; }
tt,pre { font-size: 16pt; }
sup, sub { font-size: 12pt; }



--- NEW FILE screen.css ---
/*************************************
 * TITLE: Sinorca Style for MoinMoin *
 *Heavily modified by Hrishikesh Ballal for Fedoraproject.org website. *
 *************************************/


/* ##### Common Styles ##### */

body {
  color: black;
  /*background-color: rgb(240,240,240);*/

 background-color: #EEEFF1;
  font-family: Verdana, Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 0;
}

a {text-decoration: underline;
}


acronym, .titleTip {
  border-bottom: 1px dotted rgb(153,153,153);
  cursor: help;
  margin: 0;
  padding: 0 0 0.4px 0;
}

.doNotDisplay {
  display: none;
}

.smallCaps {
  font-size: 0.8em;
  font-variant: small-caps;
}


/* ##### Header ##### */
.superHeader {
  color: red;
  background-color: rgb(100,135,220);
  font-size: 0.8em;
  height: 2.4em;
/* background-image:url("/wiki/kindofblue/img/logos/wiki02.png");*/
}

.superHeader a {
  color: white;
  background-color: transparent;
  text-decoration: none;
  margin: 0;
  padding: 0 0.5ex 0 0.25ex;
}

.superHeader a:hover {
  text-decoration: underline;
}

.superHeader .left {
  position: absolute;
  left: 1.5mm;
  top: 0.6ex;
}

.superHeader .right {
  position: absolute;
  right: 1.5mm;
  top: 0.6ex;
}

.midHeader {
  color: rgb(39,78,144);
  height:71px;
 /*background-color: rgb(140,170,230);
 background-color: #2963A5;
 background-image:url("/wiki/kindofblue/img/logos/wiki01.png");*/
 	background: #2963a5 url("/wikidata/kindofblue/img/logos/fudcon-header.png") repeat-y 20% 0%;
	/*height: 73px;
 background-repeat: repeat-y;*/
}

.midHeader h1{
/*  font-size: 1.2em;*/
  font-weight: normal;
}

.midHeader a {
  text-decoration: none;    
  color: rgb(39,78,144);
  
}

#logo {
	/* contains image and/or text link */
}

#logo img {
	/* logo image */
        vertical-align: middle;
	margin: 0 10px 0 0;
}


.headerTitle {
  margin: 0 0 0 4mm;
  padding: 0.25ex 0;

 
}

.subHeader {
  color: white;
  background-color: rgb(0,51,153);
  font-size: 0.9em;
  margin: 0;
  padding: 1ex 1ex 1ex 1.5mm;
}

.subHeader a {
  color: white;
 /* background-color: transparent;*/
  text-decoration: none;
 font-weight: bold;
  margin: 0;
  padding: 0 0.75ex 0 0.5ex;
}  

.subHeader a:hover {
  text-decoration: underline;
}

.superHeader .highlight, .subHeader .highlight {
  color: rgb(253,160,91);
  background-color: transparent;
}


/* ##### Side Bar ##### */


#sidebar {
	color: #555555;
	background-color: #eeeff1;
   position: absolute;
	width: 210px;
	min-width: 210px;
	max-width: 210px;
	top: 0;
	right: 0;
	margin: 0;
	border-left: 2px solid white;
	/*height: 100%;*/
}


/*
#sidebar {
  width: ;
  float: right;
  clear: right;
  border-right: 0  px solid rgb(153,153,153);
  background: #EEEFF1;
  font-family: Verdana, Helvetica, Arial, sans-serif;
}*/

#sidebar-header {
	display: block;
	background-color: #2963a5;
}



#sidebar div {
  /*border-bottom: 1px solid rgb(153,153,153);*/
}

.sideBarTitle {
  /*font-weight: bold;*/
  margin: 0 0.5em 0.25em 0mm;
  padding: 1.30em 0 0 5mm;
  border-bottom: 1px Solid #BFBFBF;
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: 16px;  
  color: #737373;  
}

.editbar li{
  padding: 0 0 0 5mm;
}

.actionsmenu {
  padding: 0 0 0 5mm;
}

#sidebar ul {
  list-style-type: none;
  list-style-position: outside;
  margin: 0;
  padding: 0mm 0 0 0mm;
/*  padding: 0 0.5ex 0.5em 5mm;*/
}

#sidebar li {
  margin: 0;
  padding: 0.1ex 0;  /* Circumvents a rendering bug (?) in MSIE 6.0 */
}

#sidebar a, .current {
 color: #22538B;
  /*color: rgb(0,102,204);*/
  background-color: transparent;
  text-decoration: none;  
  margin: 0;
  padding: 0.25em 0.5ex 0.5em 5mm;
  display: block;
}

.current {
  color: black;
  background-color: white;
  padding-left: 14mm;
  border-top: 1px solid rgb(253,160,91);
  border-bottom: 1px solid rgb(253,160,91);
}

#sidebar a:hover {
  color: white;
  background-color: rgb(100,135,220);
  text-decoration: none;
}

.sideBarText {
  line-height: 0.5em;
  margin: 0 0 1em 0;
/*  padding: 0 0.25ex 0 2.5mm;*/
  padding: 0.25em 0.5ex 0.5em 5mm;
  display: block;
}

#sidebar .sideBarText a {
  text-decoration: underline;
  margin: 0;
	/*  padding: 0;*/
  padding: 0.25em 0.5ex 0.5em 5mm;
  display: inline;
}

#sidebar .sideBarText a:hover {
  color: rgb(0,102,204);
  background-color: transparent;
  text-decoration: none;
}

#iconbar {
	clear: both;
	float: right;
	margin: 5px 5px 5px 10px;
	padding: 0;
	white-space: nowrap;
}

*[dir="rtl"] #iconbar {
	float: right;
	margin: 5px 10px 5px 0;
}

#iconbar li {
	display: inline;
	padding: 0;
	margin: 0 2px;
}

.lighterBackground {
  color: inherit;
  background-color: white;
}

/* ##### Main Copy ##### */

#page {
  color: black;
  background-color: white;
	min-height: 420px;
/*  text-align: justify;*/
  line-height: 1.25em;
  margin: 0em 210px 0 0;
  padding: 0.5mm 2mm 5px 2mm;
  /*border-right: 1px solid rgb(153,153,153);
 border-left: 1px solid rgb(153,153,153);*/
	
}

#page ul {
  list-style-type: disc;
  /*list-style-position: outside;
  margin: 0;
  padding: 0 0 0 0;*/
/*  padding: 0 0 0.5em 0;*/
}


#page p {
  margin: 0.4em 1ex 0.2em 0mm;
  padding: 0px 25px;
}


#page td
{
	/*padding: 0.25em;*/
	border: 1px solid #c0c0c0;
}

/*td p {
	margin: 0;
	padding: 0;
}*/




#page a {
  color: #337ACC;
   /* color: rgb(0,102,204);*/
  background-color: transparent;
}

#page a.nonexistent, a.badinterwiki {
    color: #900000;
    border-bottom: dotted 1px;
}

#page a:hover {
  text-decoration: underline;
}

#page a:visited {
  color: #6A3B18;
}

#page .topOfPage {
  color: white;
  background-color: transparent;
  text-decoration: none;
  margin: 2.5ex 1ex 0 0;  /* For MSIE */
  padding: 0;
  float: right;
}

#page > .topOfPage {
  margin: 2.75ex 1ex 0 0;  /* For fully standards-compliant user agents */
}

dl {
  margin: 1em 1ex 2em 1ex;
  padding: 0;
}

dt {
  font-weight: bold;
  margin: 0 0 0 0;
  padding: 0;
}

dd {
  margin: 0 0 0.5em 1em;
  padding: 0;
}

pre {
  background-color: #FFF8ED;
}



/* DL addition from rightsidebar/classic screen.css*/

#pagetrail {
	clear: left;
	margin: 0;
	padding: 0;
	font-size: 0.8em;
	height: 2em;
  border-bottom: 1px solid rgb(153,153,153);
}

*[dir="rtl"] #pagetrail {
	clear: right;
}

#pagetrail li  {
	float: left;
	display: block;
	margin: 2px 0 3px 5px;
	padding: 0 2px;
}

*[dir="rtl"] #pagetrail li {
	float: right;
}

#pagetrail a {
	text-decoration: none;
	color: rgb(0,102,204);
}

/* XXX Warning: non-ascii characters! */
#pagetrail li:after {
	content: " »";
}

#searchform {
	margin: 0px 0px 0px 0px;
	padding-top: 5px;
	padding-bottom:15px;
   text-align: right;
   background:white;
  /* border-right: 1px solid rgb(153,153,153);
	border-left: 1px solid rgb(153,153,153);*/
}

*[dir="rtl"] #searchform {
	margin: 0 0 0 0;
}

#searchform form div {
    display: inline;
}

/*new*/
#searchform div {
    border-bottom: 0;
}


.editbar form, .editbar form div {
    display: inline;
    text-align: center;

}


#message {
  margin: 0.4em 1ex 0.2em 0mm;
  padding: 10px 25px;
/*	margin: 0 0 0 0em;*/
   text-align: left;
/*	padding: 0.5em;*/
	background-color: #9E9E9E;
}

#message p{

	color:#FFFFFF;
	margin: 0.4em 1ex 0.2em 0mm;
}

#message a{
	margin: 0;

/*	color: rgb(0,102,204);*/
}

/* We use here dumb css1 ids becuase of IE suckiness */
#editor-textarea, #editor-comment {
    width: 99%;
}

#pagebottom {
	clear: both;
  color: white;
  /*background-color: rgb(240,240,240);*/
  background-color: #FFFFFF;
  font-size: 0.8em;
  margin: 0;
  padding: 1em 1.5mm 1.5ex 1.5mm;
}

#pageinfo {
	font-style:italic;
}

#preview {
	border: 2px solid #e5e5e5;
	padding: .5em;
	background: url(../img/draft.png);
}

.diff {
	width:99%;
}

.diff-title {
	background-color: #C0C0C0;
}

.diff-added {
	background-color: #E0FFE0;
	vertical-align: sub;
}

.diff-removed {
	background-color: #FFFFE0;
	vertical-align: sub;
}

.diff-added span {
	background-color: #80FF80;
}

.diff-removed span {
	background-color: #FFFF80;
}

.searchresult dd span {
	font-weight: bold;
}



/* ##### Footer ##### */

#footer {
  	color: white;
 	/* background-color: rgb(100,135,220);*/
   /*	font-size: 0.8em;*/
  	margin: 0;
 	/*padding: 0.25em 0.5mm 0.25em 5mm;
   padding: 0.5em 0.75em 0.5em 0.5em;
 	background-image:url("/wiki/kindofblue/img/logos/wiki03.png");
 	background-repeat: repeat-y;*/ 	
	background: #2963a5 url("/wikidata/kindofblue/img/logos/wiki03.png") repeat-y 20% 0%;
  	clear: both;
}

#footer .left {
  line-height: 1.45em;
  float: left;
  clear: left;
}

#footer .right {
  text-align: right;
 line-height: 1.45em;
}

#footer a {
  color: white;
  background-color: transparent;
  text-decoration: underline;
	font-size: 0.8em;
}

#footer a:hover {
  text-decoration: none;
}


/* Credits*/

#credits, #version, #timings{
	margin: 5px 10px;
	padding: 0;
	text-align: right;
	font-size: 0.88em;
	/*color: #6C7680;*/
   color: #FFFFFF;
	font-size: 12px;
}
#credits a{
  font-size: 1em;
  color: white;
  background-color: transparent;
  text-decoration: underline;
}

#credits li, #timings li {
	display: inline;
	padding: 0 2px;
	margin: 0 4px;
}


/*

Custom fedoraproject.org/wiki CSS stylesheet

Introduces some changes on top of MoinMoin Default Style

Copyright (c) 2006 by Dimitris Glezos <dimitris at glezos.com>
License: GPL

*/


html {
	background-color: white;
	font-family: 'DejaVu Sans-Serif', sans-serif;
	font-size: 0.85em;
	line-height: 1.4em;
}

/* Headings */

#page h1 {
	font-size: 1.7em;
	font-weight: bold;
	line-height: 1.8em;
	margin: 1.5em 0 1.1em 0;
	padding: 0 0.5em;
	border-bottom: 1px solid #072b61;
	border-right: 1px solid #072b61;
	color: #072b61;
	background-color: #eee;
	-moz-border-radius: 5px;
}

#page h2 {
	font-size: 1.4em;
	line-height: 1.8em;
	margin: 1.5em 0 1.1em 0;
	padding: 0 0.5em;
	border-bottom: 1px solid #BFBFBF;
	border-right: 1px solid #BFBFBF;
	color: #072b61;
	background-color: #eee;
	-moz-border-radius: 5px;
}

#page h3 {
	font-size: 1.3em;
	line-height: 1.6em;
	margin: 1.5em 0 0.9em 0;
	padding: 0 0.5em;
	color: #072b61;
	border-bottom: 1px solid #dadada;
}

#page h4 {
	font-size: 1.2em;
	line-height: 1.4em;
	margin: 1.4em 0 0.9em 0;
	padding: 0 0.5em;
	color: #2963A6;
	border-bottom: none;
}

#page h5 {
	font-size: 1.1em;
	line-height: 1.1em;
	margin: 1.3em 0 0.9em 0;
	padding: 0 1.5em;
	color: #072b61;
	font-weight: bold;
	border-bottom: none;
}

#page h6 {
	font-size: 1em;
	line-height: 1.1em;
	margin: 1.3em 0 0.9em 0;
	padding: 0 1.5em;
	color: #000;
	font-weight: bold;
	border-bottom: none;
}


#page p {
	margin-bottom: 1.3em;
	line-height: 1.3em;
	padding-left: 1.5em;
}

#page td > p { margin-bottom: 0.5em !important; }


#page ul,
#page ol {
margin-left: 2.0em;
padding-left: 0;
}

#page ul li {
	list-style: url('http://fedoraproject.org/wiki/WikiGraphics?action=AttachFile&do=get&target=blue-bullet.png') circle;
	padding-left: 1.7em;
	margin-bottom: 1.3em;
}

#page ol li {
  margin-left: 1.7em;
  padding-left: 0;
}

#page ul li p,
#page ol li p {
	margin-bottom: 1em;
	line-height: 1.3em;
	padding-left: 0em !important;
}

#page pre {
	padding: 0.5em 1em;
	font-family: courier, monospace;
	white-space: pre;
	background-color: #FFFAE9;
	border: 1px solid #e5e5e5;
	border-left: 4px solid #ccc;
}

#page div#message {
	background-color: #eee;
	border-top: 2px #c0d0e7 solid;
	border-bottom: 2px #c0d0e7 solid;
	margin-bottom: 2em;
}

#page div#message p {
	color: #000;
}


#page div.table-of-contents {
	margin: 1em;
	background: white url('http://fedoraproject.org/wiki/WikiGraphics?action=AttachFile&do=get&target=tablebg.png') no-repeat bottom right;
	-moz-border-radius: 10px;
	padding-bottom: 1em;
	border: 1px solid #BFBFBF;
	width: 45em;
}

#page .table-of-contents-heading {
	font-size: 1.4em;
	font-weight: bold;
	line-height: 1.8em;
	margin: 1px;
	padding: 0 0.5em;
	color: #072b61;
	background-color: #eee;
	-moz-border-radius: 5px 5px 0 0;
}






More information about the fedora-extras-commits mailing list