Difference between revisions of "MediaWiki:Masquerade.css"
From Masq
| Line 34: | Line 34: | ||
.renownchart td, .renownchart th { | .renownchart td, .renownchart th { | ||
padding-left: 5px; | padding-left: 5px; | ||
| + | } | ||
| + | |||
| + | .wikitable { | ||
| + | background: transparent; | ||
} | } | ||
Revision as of 21:45, 19 November 2014
.renhead {
font-weight: bold;
color: #fff;
background-color: #800;
font-family: "de-walpergens-pica",serif !important;
font-size: 115%;
}
.rencat {
background-color: #FFFFCC;
border-bottom: 1px dotted #AA0000 !important;
border-left: 0 none;
border-right: 0 none;
border-top: 1px solid #AA0000 !important;
font-family: "de-walpergens-pica",serif !important;
font-size: 110%;
}
.rensubcat {
background-color: #FFFFEE;
font-family: "de-walpergens-pica",serif !important;
font-size: 105%;
border-bottom: 1px dotted #AA0000 !important;
border-left: 0 none;
border-right: 0 none;
border-top: 1px dotted #AA0000 !important;
}
.G, .H, .W {
text-align: center;
padding-left: 0px;
}
.renownchart {
border-spacing: 0;
border-collapse: collapse;
}
.renownchart td, .renownchart th {
padding-left: 5px;
}
.wikitable {
background: transparent;
}