MediaWiki:Common.css: Difference between revisions
From Zyrkthraan Chronicles Wiki
Jump to navigationJump to search
Replaced content with "→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.: body { background: #FAEBD7 url(https://www.zyrkthraanchronicles.com/wp-content/uploads/2024/05/Zyrkthraan-Map-Official-Sm..." Tag: Replaced |
No edit summary |
||
Line 7: | Line 7: | ||
*/ | */ | ||
#firstHeading { | |||
background-color: #28ffbf; | |||
} | |||
#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- | #p-tb .pBody { | ||
background-color: #e0fff1; | |||
} | } | ||
# | #footer { | ||
background-color: #e0fff1 !important; | |||
} | } | ||
body { | |||
background-image: #d0c1b9 url(https://www.zyrkthraanchronicles.com/wp-content/uploads/2024/05/Zyrkthraan-Map-Official-Small.jpg) 0 0 repeat; | |||
} | } |
Revision as of 18:55, 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. */ #firstHeading { background-color: #28ffbf; } #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-image: #d0c1b9 url(https://www.zyrkthraanchronicles.com/wp-content/uploads/2024/05/Zyrkthraan-Map-Official-Small.jpg) 0 0 repeat; }