MediaWiki:Vector.css: Difference between revisions
Tag: Undo |
mNo edit summary |
||
| Line 31: | Line 31: | ||
.imeselector { position: fixed; } | .imeselector { position: fixed; } | ||
.suggestions { right: 3pt !important; } | .suggestions { right: 3pt !important; } | ||
h2, h3, h4 {color:red;background-color:blue} | |||
body { | |||
background-color: lightgrey; | |||
color: blue; | |||
} | |||
h1 { | |||
background-color: black; | |||
color: white; | |||
} | |||