MediaWiki:Common.css: Difference between revisions
From Applied Science
| No edit summary | No edit summary | ||
| Line 19: | Line 19: | ||
| .var3 { | .var3 { | ||
|      color: green; |      color: green; | ||
| } | |||
| .hljs { | |||
|     font-family: "Courier New", Courier, monospace; | |||
|     margin: 0; | |||
| } | } | ||
Revision as of 04:29, 19 January 2025
/* CSS placed here will be applied to all skins */
.code {
	padding-left:1.5em;
}
.codecomment {
    color: grey;
}
.var1 {
    color: maroon;
}
.var2 {
    color: olive;
}
.var3 {
    color: green;
}
.hljs {
    font-family: "Courier New", Courier, monospace;
    margin: 0;
}

