MediaWiki:Monobook.css: Difference between revisions

From Luchawiki
Jump to navigationJump to search
m (testing CSS)
mNo edit summary
 
(29 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* edit this file to customize the monobook skin for the entire site */
/* edit this file to customize the monobook skin for the entire site */
.globalWrapper, #globalWrapper, body, footer, .footer, #footer, .pBody {background: #8cba8c; font-family: Verdana;}
p, li {font-family: Verdana;}


table.biotable {
table.biotable {
Line 7: Line 11:
padding: 4px;
padding: 4px;
text-align: center;}
text-align: center;}
.sidepic {
float: right;
width: 15%;
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size : x-small;
padding-bottom : 3px;
padding-right : 3px;
text-align : right;
}
table.Apuesta
{border: 0px;
padding: 0px;
border-spacing: 1px;
empty-cells: hide;
width: 100%;
font-size: 10px;
font-family: Verdana, Helvetica;
}
table.championship
{border:0px;
background:#A7BED5;
font-weight: bold;
color:white;
font-size:10px;
font-family: Verdana;
width: 100%;
cellspacing: 1px;
cellpadding: 1px;
}
tr.headApuesta
{text-align: center; vertical-align: middle; color:white; background: #A7BED5; font-weight: bold;}
tr.dataApuesta
{text-align: center; vertical-align: middle; background: #F2F2F2;}
td.wrestlerApuesta
{background: #DFDBDC; font-weight: bold;}
tr.spanApuesta {vertical-align: middle; font-weight: normal; background: #DFDBDC;}
tr.spanTitle {vertical-align: middle; font-weight: normal; background: #DFDBDC; text-align: center}
td.essay {border: 1px solid black; color: black; background: #FFFFCC; font-face: Veranda; font-size: 10pt;}
.wchamp {font-family: Bookman, Helvetica; font-weight: bolder; font-size: 8pt;}
.titlehistory {text-align: center; valign: middle; border: 0; font-color: black; background: #F2F2F2; font-weight: normal;}
.titledefense {text-align: center; valign: middle; border: 0; font-color: black; background: #99FFFF; font-weight: normal;}

Latest revision as of 14:20, 31 January 2012

/* edit this file to customize the monobook skin for the entire site */

.globalWrapper, #globalWrapper, body, footer, .footer, #footer, .pBody {background: #8cba8c; font-family: Verdana;}

p, li {font-family: Verdana;}

table.biotable {
float: right;
border: 1px solid red;
margin: 2px;
padding: 4px;
text-align: center;}

.sidepic {
float: right; 
width: 15%; 
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; 
font-size : x-small; 
padding-bottom : 3px; 
padding-right : 3px; 
text-align : right; 
}

table.Apuesta 
{border: 0px;
padding: 0px; 
border-spacing: 1px;
empty-cells: hide;
width: 100%;
font-size: 10px;
font-family: Verdana, Helvetica;
}

table.championship
{border:0px;
 background:#A7BED5;
 font-weight: bold; 
 color:white;
 font-size:10px;
 font-family: Verdana;
 width: 100%;
 cellspacing: 1px; 
 cellpadding: 1px;
}
tr.headApuesta
{text-align: center; vertical-align: middle; color:white; background: #A7BED5; font-weight: bold;}

tr.dataApuesta
{text-align: center; vertical-align: middle; background: #F2F2F2;}

td.wrestlerApuesta
{background: #DFDBDC; font-weight: bold;}

tr.spanApuesta {vertical-align: middle; font-weight: normal; background: #DFDBDC;}
tr.spanTitle {vertical-align: middle; font-weight: normal; background: #DFDBDC; text-align: center}

td.essay {border: 1px solid black; color: black; background: #FFFFCC; font-face: Veranda; font-size: 10pt;}

.wchamp {font-family: Bookman, Helvetica; font-weight: bolder; font-size: 8pt;}

.titlehistory {text-align: center; valign: middle; border: 0; font-color: black; background: #F2F2F2; font-weight: normal;}

.titledefense {text-align: center; valign: middle; border: 0; font-color: black; background: #99FFFF; font-weight: normal;}