MediaWiki:Common.css: Difference between revisions
From Zyrkthraan Chronicles Wiki
Jump to navigationJump to search
No edit summary |
No edit summary |
||
| Line 5: | Line 5: | ||
#bodyContent { background-color: #e0fff1 !important; } | #bodyContent { background-color: #e0fff1 !important; } | ||
#p-personal { background-color: #c1ffe6 !important; } | #p-personal div ul li { | ||
background-color: #c1ffe6 !important; | |||
padding: 10px !important; | |||
padding-bottom: 10px !important; | |||
margin: 0px !important; | |||
border: 1px solid gold !important; | |||
} | |||
#p-cactions .pBody ul li a { background-color: #c1ffe6 !important; } | #p-cactions .pBody ul li a { background-color: #c1ffe6 !important; } | ||
#p-cactions .pBody ul li.selected a { | |||
background-color: #1e73be !important; | |||
color: white !important; | |||
} | |||
#mw-panel { background-color: #c1ffe6 !important; } | #mw-panel { background-color: #c1ffe6 !important; } | ||
| Line 30: | Line 41: | ||
} | } | ||
a { | |||
color: #1e73be !important; | |||
} | |||
a:hover { | |||
color:#28f7ff !important; | |||
} | |||
/* Dark Mode */ | /* Dark Mode */ | ||
Revision as of 10:53, 12 May 2024
/* Light Mode */
#content { background-color: #c1ffe6 !important; }
#bodyContent { background-color: #e0fff1 !important; }
#p-personal div ul li {
background-color: #c1ffe6 !important;
padding: 10px !important;
padding-bottom: 10px !important;
margin: 0px !important;
border: 1px solid gold !important;
}
#p-cactions .pBody ul li a { background-color: #c1ffe6 !important; }
#p-cactions .pBody ul li.selected a {
background-color: #1e73be !important;
color: white !important;
}
#mw-panel { background-color: #c1ffe6 !important; }
#p-navigation { background-color: #c1ffe6 !important; }
#p-navigation .pBody { background-color: #e0fff1 !important; }
#p-search { background-color: #c1ffe6 !important; }
#p-search .pBody { background-color: #e0fff1 !important; }
#p-tb { background-color: #c1ffe6 !important; }
#p-tb .pBody { background-color: #e0fff1 !important; }
#footer { background-color: #c1ffe6 !important; }
body {
background: #d0c1b9 url(https://www.zyrkthraanchronicles.com/wp-content/uploads/2024/05/Zyrkthraan-Map-Official-Light-Small.jpg) 0 0 repeat !important;
color: #404040 !important;
}
a {
color: #1e73be !important;
}
a:hover {
color:#28f7ff !important;
}
/* Dark Mode */
#content.client-darkmode { background-color: #3e0019 !important; }
#bodyContent.client-darkmode { background-color: #1f000e !important; }
#p-personal.client-darkmode { background-color: #3e0019 !important; }
#p-cactions.client-darkmode .pBody ul li a { background-color: #3e0019 !important; }
#mw-panel.client-darkmode { background-color: #3e0019 !important; }
#p-navigation.client-darkmode { background-color: #3e0019 !important; }
#p-navigation.client-darkmode .pBody { background-color: #1f000e !important; }
#p-search.client-darkmode { background-color: #3e0019 !important; }
#p-search.client-darkmode .pBody { background-color: #1f000e !important; }
#p-tb.client-darkmode { background-color: #3e0019 !important; }
#p-tb.client-darkmode .pBody { background-color: #1f000e !important; }
#footer.client-darkmode { background-color: #3e0019 !important; }
body.client-darkmode {
background: #d0c1b9 url(https://www.zyrkthraanchronicles.com/wp-content/uploads/2024/05/Zyrkthraan-Map-Official-Small.jpg) 0 0 repeat !important;
color: #bfbfbf !important;
}