Difference between revisions of "MediaWiki:Common.css"

From Sim Settlements
Jump to: navigation, search
 
Line 3: Line 3:
 
     background-color: #black !important;
 
     background-color: #black !important;
 
     border-radius: 10px 10px 10px 10px;
 
     border-radius: 10px 10px 10px 10px;
 +
}
 +
 +
h3 {
 +
font-weight: bold;
 
}
 
}

Latest revision as of 02:47, 10 September 2017

/* CSS placed here will be applied to all skins */
.toc {
    background-color: #black !important;
    border-radius: 10px 10px 10px 10px;
}

h3 {
font-weight: bold;
}