Difference between revisions of "MediaWiki:Common.css"

From Vincents CV Wiki
Jump to: navigation, search
m
m
 
Line 1: Line 1:
 
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
h3 {
+
.mw-body h3 {
 
     text-indent: 10px;
 
     text-indent: 10px;
 
     font-size: 1.0em;
 
     font-size: 1.0em;
 
}
 
}
h4 {
+
 
 +
.mw-body h4 {
 
     text-indent: 20px;
 
     text-indent: 20px;
 
     font-size: 1.0em;
 
     font-size: 1.0em;
 
}
 
}

Latest revision as of 02:15, 18 October 2016

/* CSS placed here will be applied to all skins */
.mw-body h3 {
    text-indent: 10px;
    font-size: 1.0em;
}

.mw-body h4 {
    text-indent: 20px;
    font-size: 1.0em;
}