MediaWiki:Monobook.css
/*
Level 6 headers
Test L6 Header
*/
h6
{
font-weight: normal;
font-style: italic;
font-size: 100%;
}
h6 .editsection { font-style: normal; font-size: 100%; }
.editsection {
float: right;
margin-left: 5px;
}
/*
old---not currently used
----------------------------
#bodyContent a.extiw {
text-decoration: underline;
color: #002bb8;
background: none;
}
#bodyContent a.extiw:active {
color: #faa700;
}
#bodyContent a.extiw:hover {
text-decoration: underline;
}
----------------------------
*/
/* d20table class for skinning game rule tables */
table.d20 th, table.d20 td
{
border-color: #aaaaaa;
}
table.d20 th
{
background: #f2f2f2;
}
table.d20 tr.even td
{
background: #f9f9f9;
}
/* Stat blocks */
table.statBlock tr.separator td
{
border-top-color: #aca899;
}
table.statBlock th
{
background: inherit;
}
/* Dragon and monster stats */
table.dragon th
{
background: #fff;
}
table.monstats tr.separator > *
{
border-top-color: #aca899;
}
/* Author table */
table.author th.user
{
background: #a1b2c3;
}
.errata
{
background: #ffff80;
}
/*
This article is issued from Dandwiki. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.