MediaWiki:Common.css: Difference between revisions
From Rebellious Projects Wiki
No edit summary |
No edit summary |
||
| Line 3: | Line 3: | ||
background-size: 75px !important; | background-size: 75px !important; | ||
} | } | ||
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; | |||
} | |||
Revision as of 01:08, 14 March 2026
body {
background: url("/resources/assets/background.png") 0 0 repeat !important;
background-size: 75px !important;
}
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;
}
No categories

