MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
(20 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
#content { background-color: #000000; } | #content { background-color: #000000 !important; color: #00ff00 !important; } | ||
#p-logo { background-color: #000000; } | #p-logo { background-color: #000000 !important; color: #00ff00 !important; } | ||
#footer { background-color: #000000; } | #footer { background-color: #000000 !important; color: #00ff00 !important;} | ||
body { color: #00ff00 !important } | #mw-panel { background-color: #000000 !important; color: #00ff00 !important; } | ||
# | #searchbox { background-color: #000000 !important; color: #00ff00 !important; } | ||
#mw-head { background-color: #000000 !important; color: #00ff00 !important; background-image: rgba(0, 0, 0, 0) !important; } | |||
.mw-first-heading { color: #00ff00 !important; } | |||
.mw-body-content { color: #00ff00 !important; } | |||
.mw-portlet { background-color: #000000 !important; color: #00ff00 !important; } | |||
.mw-code { background-color: #000000 !important; color: #00ff00 !important;} | |||
.mw-list-item { background-color: #000000 !important; } | |||
a { color: #00ff00 !important; text-decorations: underline !important; } | |||
li { color: #00ff00 !important; } | |||
span { color: #00ff00 !important; } | |||
body { background-color: #000000 !important; } | |||
input { background-color: #000000 !important; color: #00ff00 !important; } | |||
table { background-color: #000000 !important; } |
Latest revision as of 20:39, 7 September 2024
#content { background-color: #000000 !important; color: #00ff00 !important; } #p-logo { background-color: #000000 !important; color: #00ff00 !important; } #footer { background-color: #000000 !important; color: #00ff00 !important;} #mw-panel { background-color: #000000 !important; color: #00ff00 !important; } #searchbox { background-color: #000000 !important; color: #00ff00 !important; } #mw-head { background-color: #000000 !important; color: #00ff00 !important; background-image: rgba(0, 0, 0, 0) !important; } .mw-first-heading { color: #00ff00 !important; } .mw-body-content { color: #00ff00 !important; } .mw-portlet { background-color: #000000 !important; color: #00ff00 !important; } .mw-code { background-color: #000000 !important; color: #00ff00 !important;} .mw-list-item { background-color: #000000 !important; } a { color: #00ff00 !important; text-decorations: underline !important; } li { color: #00ff00 !important; } span { color: #00ff00 !important; } body { background-color: #000000 !important; } input { background-color: #000000 !important; color: #00ff00 !important; } table { background-color: #000000 !important; }