MediaWiki:Monobook.css: Difference between revisions

From Sourcebook Wiki
Jump to navigation Jump to search
No edit summary
(tweaks for feat template, test)
Line 21: Line 21:
margin-right:5px;
margin-right:5px;
background-color:white;
background-color:white;
}
.feattypes {
margin-left:10px;
font-size:14px;
font-weight:normal;
}
.feattypes:before {
content:"["
}
.feattypes:after {
content:"]"
}
.feattype {
margin:4px;
background: #EEEEEE;
}
.inforow {
margin-bottom:10px;
width: 100%;
}
.infoheader {
float:left;
width: 8%;
min-width:100px;
text-align:right;
font-weight:bold;
margin-right: 20px;
display:inline;
color:darkblue;
}
.infodata {
float:right;
width:90%;
}
}

Revision as of 15:46, 16 February 2011

/* CSS placed here will affect users of the Monobook skin */

body { font-family: Verdana, sans-serif; }

.spelltable {
border: 1px solid lightgray;
padding: 10px;
background-color: #EBFFF8;
-moz-border-radius: 10px;
border-radius: 10px;
}
.spelltable th {
text-align:right;
padding-right:10px;
}
.spelltable td a {
color: #3366BB; font-weight:bold;
}
.spellline {
padding:2px;
margin-right:5px;
background-color:white;
}
.feattypes {
margin-left:10px;
font-size:14px;
font-weight:normal;
}
.feattypes:before {
content:"["
}
.feattypes:after {
content:"]"
}

.feattype {
margin:4px;
background: #EEEEEE;
}
.inforow {
margin-bottom:10px;
width: 100%;
}
.infoheader {
float:left;
width: 8%;
min-width:100px;
text-align:right;
font-weight:bold;
margin-right: 20px;
display:inline;
color:darkblue;
}
.infodata {
float:right;
width:90%;
}