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...")
 
m (Protected "MediaWiki:Common.css" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)))
 
(One intermediate revision by the same user not shown)
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);

Latest revision as of 20:34, 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;
}