MediaWiki:Common.css: Difference between revisions
From Twisted
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
body { | |||
background-color: #0a0a0a !important; | |||
color: #e4e4e4 !important; | |||
background-color: # | |||
color: # | |||
} | } | ||
a { | |||
color: #4fb8ff !important; | |||
} | } | ||
a:visited { | |||
color: #a0d8ff !important; | |||
color: # | |||
} | } | ||
a:hover { | |||
color: # | color: #80d8ff !important; | ||
} | } | ||
. | |||
color: # | .navbar, | ||
.navbar-default { | |||
background-color: #111 !important; | |||
border-bottom: 2px solid #4fb8ff !important; | |||
} | } | ||
.navbar a { | |||
color: #e4e4e4 !important; | |||
. | |||
} | } | ||
.content { | |||
. | background-color: #121212 !important; | ||
background: | padding: 20px; | ||
border- | border-radius: 6px; | ||
box-shadow: 0 0 10px rgba(0,0,0,0.6); | |||
} | } | ||
footer { | |||
background-color: #0d0d0d !important; | |||
background-color: # | |||
color: #888 !important; | color: #888 !important; | ||
} | } | ||
.infobox, | |||
.wikitable { | |||
. | background-color: #1a1a1a !important; | ||
background-color: # | color: #ddd !important; | ||
color: # | |||
border: 1px solid #333 !important; | border: 1px solid #333 !important; | ||
} | } |
Revision as of 22:36, 13 August 2025
body { background-color: #0a0a0a !important; color: #e4e4e4 !important; } a { color: #4fb8ff !important; } a:visited { color: #a0d8ff !important; } a:hover { color: #80d8ff !important; } .navbar, .navbar-default { background-color: #111 !important; border-bottom: 2px solid #4fb8ff !important; } .navbar a { color: #e4e4e4 !important; } .content { background-color: #121212 !important; padding: 20px; border-radius: 6px; box-shadow: 0 0 10px rgba(0,0,0,0.6); } footer { background-color: #0d0d0d !important; color: #888 !important; } .infobox, .wikitable { background-color: #1a1a1a !important; color: #ddd !important; border: 1px solid #333 !important; }