MediaWiki:Common.css: Difference between revisions
From Rebellious Projects Wiki
No edit summary |
No edit summary |
||
| Line 2: | Line 2: | ||
background: url("/resources/assets/background.png") 0 0 repeat !important; | background: url("/resources/assets/background.png") 0 0 repeat !important; | ||
background-size: 75px !important; | background-size: 75px !important; | ||
color: #fff; | |||
} | } | ||
| Line 24: | Line 25: | ||
color: #da97ff; | color: #da97ff; | ||
background: none; | background: none; | ||
} | |||
.mw-heading, h1, h2, h3, h4, h5, h6 { | |||
color: #fff; | |||
} | } | ||
Revision as of 01:09, 14 March 2026
body {
background: url("/resources/assets/background.png") 0 0 repeat !important;
background-size: 75px !important;
color: #fff;
}
li.gallerybox div.thumb {
background-color: #323232;
border: 1px solid #616161;
}
.mw-body {
background: #474747;
color: #fff;
border: 1px solid #aaa;
}
.mw-body {
color: #fff;
line-height: 1.5em;
}
a {
text-decoration: none;
color: #da97ff;
background: none;
}
.mw-heading, h1, h2, h3, h4, h5, h6 {
color: #fff;
}
No categories

