MediaWiki:Common.css: Difference between revisions

From Thrive Developer Wiki
Jump to navigation Jump to search
(Created page with "→‎CSS placed here will be applied to all skins: div.NoticeBox{ margin: 0px 10%; border: 1px solid #aaa; border-left-color: rgb(170, 170, 170); border-left-s...")
 
No edit summary
Line 2: Line 2:
div.NoticeBox{
div.NoticeBox{
     margin: 0px 10%;
     margin: 0px 10%;
    padding-left: 5px;
     border: 1px solid #aaa;
     border: 1px solid #aaa;
     border-left-color: rgb(170, 170, 170);
     border-left-color: rgb(170, 170, 170);

Revision as of 20:30, 31 August 2019

/* CSS placed here will be applied to all skins */
div.NoticeBox{
    margin: 0px 10%;
    padding-left: 5px;
    border: 1px solid #aaa;
    border-left-color: rgb(170, 170, 170);
    border-left-style: solid;
    border-left-width: 1px;
    border-left: 10px solid #36c;
    background: #fbfbfb;
}