MediaWiki:Common.css

From Zyrkthraan Chronicles Wiki
Jump to navigationJump to search

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
/* 

Remember to copy any relevant changes made here to [[MediaWiki:Mobile.css]].

Always check with the [http://jigsaw.w3.org/css-validator/validator?uri=https%3A%2F%2Fwww.uesp.net%2Fw%2Findex.php%3Ftitle%3DMediaWiki%3ACommon.css%26action%3Draw%26ctype%3Dtext%2Fcss%26smaxage%3D18000&usermedium=all css validator] after making any changes.

*/

#bodyContent { 
background-color: #e0fff1; !important
}

#p-navigation { 
background-color: #28ffbf; !important
}

#p-search { 
background-color: #28ffbf; !important
}

#p-tb { 
background-color: #28ffbf; !important
}

#p-navigation .pBody { 
background-color: #e0fff1; !important
}

#p-search .pBody { 
background-color: #e0fff1; !important
}

#p-tb .pBody { 
background-color: #e0fff1; !important
}

#footer { 
background-color: #e0fff1 !important; 
}

body {
    background: #d0c1b9 url(https://www.zyrkthraanchronicles.com/wp-content/uploads/2024/05/Zyrkthraan-Map-Official-Small.jpg) 0 0 repeat; !important
}

div.pBody, div#content {
    background-color: #e0fff1; !important
}

#p-cactions ul li a {
    background-color: #e0fff1; !important
}

#p-cactions ul li.selected a {
    background-color: #1e73be; !important
}





// Dark Mode

.p-logo {
    filter: invert( 1 ) !important;
}

body {
    background: #d0c1b9 url(https://www.zyrkthraanchronicles.com/wp-content/uploads/2024/05/Zyrkthraan-Map-Official-Small.jpg) 0 0 repeat; !important
    filter: invert( 1 ) !important;
}