MediaWiki:Common.css: Difference between revisions

From Zyrkthraan Chronicles Wiki
Jump to navigationJump to search
No edit summary
No edit summary
Line 60: Line 60:


.client-darkmode #bodyContent {  
.client-darkmode #bodyContent {  
background-color: #1f000e;  
background-color: #1f000e; !important
}
}


.client-darkmode #p-navigation {  
.client-darkmode #p-navigation {  
background-color: #d70040;  
background-color: #d70040; !important
}
}


.client-darkmode #p-search {  
.client-darkmode #p-search {  
background-color: #d70040;  
background-color: #d70040; !important
}
}


.client-darkmode #p-tb {  
.client-darkmode #p-tb {  
background-color: #d70040;  
background-color: #d70040; !important
}
}


.client-darkmode #p-navigation .pBody {  
.client-darkmode #p-navigation .pBody {  
background-color: #1f000e;  
background-color: #1f000e; !important
}
}


.client-darkmode #p-search .pBody {  
.client-darkmode #p-search .pBody {  
background-color: #1f000e;  
background-color: #1f000e; !important
}
}


.client-darkmode #p-tb .pBody {  
.client-darkmode #p-tb .pBody {  
     background-color: #1f000e;  
     background-color: #1f000e; !important
}
}


Line 93: Line 93:
.client-darkmode body {
.client-darkmode body {
     background: #FAEBD7 url(https://www.zyrkthraanchronicles.com/wp-content/uploads/2024/05/Zyrkthraan-Map-Official-Small.jpg) 0 0 repeat;
     background: #FAEBD7 url(https://www.zyrkthraanchronicles.com/wp-content/uploads/2024/05/Zyrkthraan-Map-Official-Small.jpg) 0 0 repeat;
     filter: invert( 1 ) hue-rotate( 180deg )
     filter: invert( 1 ) hue-rotate( 180deg ) !important
}
}


.client-darkmode div.pBody, div#content {
.client-darkmode div.pBody, div#content {
     background-color: #1f000e;
     background-color: #1f000e; !important
}
}


.client-darkmode #p-cactions ul li a {
.client-darkmode #p-cactions ul li a {
     background: #1f000e;
     background: #1f000e; !important
}
}


.client-darkmode #p-cactions ul li.selected a {
.client-darkmode #p-cactions ul li.selected a {
     background: #e18c41;
     background: #e18c41; !important
}
}

Revision as of 19:21, 11 May 2024

/* 

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; 
}

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

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

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

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

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

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

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

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

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

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

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



// dark mode

.client-darkmode #bodyContent { 
background-color: #1f000e; !important
}

.client-darkmode #p-navigation { 
background-color: #d70040; !important
}

.client-darkmode #p-search { 
background-color: #d70040; !important
}

.client-darkmode #p-tb { 
background-color: #d70040; !important
}

.client-darkmode #p-navigation .pBody { 
background-color: #1f000e; !important
}

.client-darkmode #p-search .pBody { 
background-color: #1f000e; !important
}

.client-darkmode #p-tb .pBody { 
    background-color: #1f000e; !important
}

.client-darkmode #footer { 
    background-color: #1f000e!important; 
}

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

.client-darkmode div.pBody, div#content {
    background-color: #1f000e; !important
}

.client-darkmode #p-cactions ul li a {
    background: #1f000e; !important
}

.client-darkmode #p-cactions ul li.selected a {
    background: #e18c41; !important
}