Difference between revisions of "MediaWiki:Common.css"
From MSX Game Library
| Line 10: | Line 10: | ||
h4 { font-family:monospace; border-bottom:thin dashed gray; } | h4 { font-family:monospace; border-bottom:thin dashed gray; } | ||
h5 { font-family:monospace; } | h5 { font-family:monospace; } | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
/* Hide TOC number */ | /* Hide TOC number */ | ||
| Line 21: | Line 16: | ||
/* Hide link decoration */ | /* Hide link decoration */ | ||
a { text-decoration: none; } | a { text-decoration: none; } | ||
| + | |||
| + | /* Syntax highlight */ | ||
| + | .mw-highlight { background-color:transparent; } | ||
| + | .hljs { background-color:#444; } | ||
| + | .hljs-meta { color: #CCC; } | ||
Revision as of 23:05, 4 January 2024
/* Base color */
body { background-color:#ffffe3; }
body.ns-0 { background-color:#e3eeff; }
#sitetitle { font-family:monospace; background-color:#4646ae; }
/* Headline */
h1 { font-family:monospace; }
h2 { font-family:monospace; border-bottom:thin solid black; }
h3 { font-family:monospace; border-bottom:thin solid gray; }
h4 { font-family:monospace; border-bottom:thin dashed gray; }
h5 { font-family:monospace; }
/* Hide TOC number */
.tocnumber { display: none; }
/* Hide link decoration */
a { text-decoration: none; }
/* Syntax highlight */
.mw-highlight { background-color:transparent; }
.hljs { background-color:#444; }
.hljs-meta { color: #CCC; }