More actions
No edit summary |
No edit summary Tag: Reverted |
||
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
/* | /* Header Links */ | ||
#p-personal ul li a, | |||
#p-cactions li a { | |||
p | |||
ul | |||
li | |||
a, | |||
color: #ffffff !important; | color: #ffffff !important; | ||
} | } | ||
/* | /* Footer Links */ | ||
#footer a { | |||
color: #cccccc !important; | |||
} | } | ||
/* | /* Sidebar */ | ||
#mw-navigation { | |||
background-color: #27292d !important; | |||
background-color: # | |||
color: #ffffff !important; | color: #ffffff !important; | ||
} | } | ||
#mw-navigation a { | |||
a | |||
color: #cccccc !important; | color: #cccccc !important; | ||
} | } | ||
/* | /* Tables */ | ||
table, | |||
table.wikitable, | |||
table.wikitable th, | |||
table.wikitable td { | |||
. | |||
. | |||
. | |||
background-color: #1f2024 !important; | background-color: #1f2024 !important; | ||
color: #ffffff !important; | color: #ffffff !important; | ||
border: 1px solid #ffffff !important; | |||
} | } | ||
/* | /* Form Elements - Checkboxes, Radio Buttons */ | ||
input[type="checkbox"], | |||
input[type="radio"] { | |||
accent-color: #ffffff !important; | |||
} | } | ||
/* | /* Notifications and Message Boxes */ | ||
. | .mw-notification-area { | ||
background-color: #27292d !important; | background-color: #27292d !important; | ||
color: #ffffff !important; | color: #ffffff !important; | ||
} | } | ||
.mw-parser-output .mw-warning { | |||
border-color: #ffffff !important; | |||
.mw- | |||
.mw- | |||
color: #ffffff !important; | color: #ffffff !important; | ||
background-color: #444444 !important; | |||
} | } |
Revision as of 15:32, 18 March 2024
/* CSS placed here will be applied to all skins */ /* Header Links */ #p-personal ul li a, #p-cactions li a { color: #ffffff !important; } /* Footer Links */ #footer a { color: #cccccc !important; } /* Sidebar */ #mw-navigation { background-color: #27292d !important; color: #ffffff !important; } #mw-navigation a { color: #cccccc !important; } /* Tables */ table, table.wikitable, table.wikitable th, table.wikitable td { background-color: #1f2024 !important; color: #ffffff !important; border: 1px solid #ffffff !important; } /* Form Elements - Checkboxes, Radio Buttons */ input[type="checkbox"], input[type="radio"] { accent-color: #ffffff !important; } /* Notifications and Message Boxes */ .mw-notification-area { background-color: #27292d !important; color: #ffffff !important; } .mw-parser-output .mw-warning { border-color: #ffffff !important; color: #ffffff !important; background-color: #444444 !important; }