Anonymous

MediaWiki:Common.css: Difference between revisions

From ARMS Institute, the ARMS Wiki
Added side margins for paragraphs inside armsbox.
(Prevented infoboxes from getting overlapped by skewed black headings in regular content.)
(Added side margins for paragraphs inside armsbox.)
Line 223: Line 223:
div.armsbox div.header a {
div.armsbox div.header a {
     color: #ffff00;
     color: #ffff00;
}
div.armsbox > p {
    margin-left: 20px;
    margin-right: 20px;
}
}
/* END Future ARMS-themed boxes with yellow backgrounds and black, skewed headings */
/* END Future ARMS-themed boxes with yellow backgrounds and black, skewed headings */