MediaWiki:Common.css: Difference between revisions

From Applied Science
No edit summary
No edit summary
Tag: Manual revert
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */


#code {
.code {
padding-left:1.5em;
padding-left:0.5em;
}
}


#codecomment {
.bullet_margin {
     color: grey;
     padding-left:1.5em;
}
 
#var1 {
    color: maroon;
}
 
#var2 {
    color: olive;
}
 
#var3 {
    color: green;
}
}

Latest revision as of 22:19, 19 January 2025

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

.code {
	padding-left:0.5em;
}

.bullet_margin {
    padding-left:1.5em;
}