Difference between revisions of "MediaWiki:Common.css"

From Crash Bandicoot Hacking Wiki
Jump to navigation Jump to search
(Added noticebox and noticebox-todo class styles)
 
(Added some right-side padding to noticeboxes)
 
Line 4: Line 4:
 
     display: table;
 
     display: table;
 
     padding-left: 16px;
 
     padding-left: 16px;
 +
    padding-right: 16px;
 
     min-width: 30%;
 
     min-width: 30%;
 
     border-radius: 0px 16px 16px 0px;
 
     border-radius: 0px 16px 16px 0px;

Latest revision as of 16:02, 29 April 2019

/* CSS placed here will be applied to all skins */

.noticebox {
    display: table;
    padding-left: 16px;
    padding-right: 16px;
    min-width: 30%;
    border-radius: 0px 16px 16px 0px;
    font-size: 1.2em;
}

.noticebox-todo {
    background-color: BlanchedAlmond;
}