Difference between revisions of "MediaWiki:Common.css"
From Rivendom
| Line 4: | Line 4: | ||
height: 30px; | height: 30px; | ||
width: 100%; | width: 100%; | ||
| − | background-color: | + | background-color: rgba(219, 236, 255, 0.9); |
| + | border: 1px dashed rgba(195, 194, 255, 0.9); | ||
} | } | ||
| Line 10: | Line 11: | ||
position: relative; | position: relative; | ||
top: 3pt; | top: 3pt; | ||
| + | margin-left: 3pt; | ||
} | } | ||
Revision as of 20:39, 8 June 2015
/* CSS placed here will be applied to all skins */
div.LoreToStats {
height: 30px;
width: 100%;
background-color: rgba(219, 236, 255, 0.9);
border: 1px dashed rgba(195, 194, 255, 0.9);
}
div.LoreToStats p{
position: relative;
top: 3pt;
margin-left: 3pt;
}