MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 41: | Line 41: | ||
/* Set the bg images for the welcome page */ | /* Set the bg images for the welcome page */ | ||
.mainpage-background-wrapper { background: url("/images/06-ashrinn.png.png") top +40px left 0px/auto 800px no-repeat,url("/books/aoswiki/resources/assets/bgright.png") bottom 0 right 0px/auto 800px no-repeat,#414141; } | .mainpage-background-wrapper { background: url("/aetherium/images/06-ashrinn.png.png") top +40px left 0px/auto 800px no-repeat,url("/books/aoswiki/resources/assets/bgright.png") bottom 0 right 0px/auto 800px no-repeat,#414141; } | ||
/* Indent the content area of the welcome page */ | /* Indent the content area of the welcome page */ |
Revision as of 01:03, 5 July 2023
/* CSS placed here will be applied to all skins */ /* Change bg color, font color, and font family except in header */ body, #mw-page-base, #mw-head-base, .mw-footer li { background-color: #0b283a; background-image: none; color: #ccc; font-family: "Verdana"; } /* Change bg color of article content & titles */ #content { background-color: #414141; color: #ccc; font-family: "Verdana"; } /* Change the color of headings */ #content h1, #content h2, #content h3, #content h4, #content h5, #content h6 { color: #fff; } /* Change text in left sidebar */ #mw-panel .portal { font-size: 15px; font-family: "Verdana"; } /* Change text of the "Tools" heading in left sidebar */ #mw-panel #p-tb h3 { color: #fff; font-size: 15px; font-family: "Verdana"; } /* Change the link colors */ a, #mw-panel .portal a, .vector-menu-tabs-legacy li a, .vector-menu-dropdown .mw-list-item a, .mw-parser-output a.extiw, .mw-parser-output a.external { color: #760000; } a:active, #mw-panel .portal a:active, .vector-menu-tabs-legacy li a:active, .vector-menu-dropdown .mw-list-item a:active, .mw-parser-output a.extiw:active, .mw-parser-output a.external:active { color: #fff; } a:visited, #mw-panel .portal a:visited, .vector-menu-tabs-legacy li a:visited, .vector-menu-dropdown .mw-list-item a:visited, .mw-parser-output a.extiw:visited, .mw-parser-output a.external:visited { color: #bfc5c5; } /* Change the color of the active tabs across the top navigation */ .vector-menu-tabs-legacy .selected { background: #0b283a; } .vector-menu-tabs-legacy .selected a, .vector-menu-tabs-legacy .selected a:visited { color: #ccc; } /* Change the color of the inactive tabs across the top navigation */ .vector-menu-tabs-legacy li { background-image: none; } .vector-menu-tabs-legacy .new a, .vector-menu-tabs-legacy .new a:visited, a.new { color: #13415d; } /* Change the background color of the menu dropdown */ .vector-menu-dropdown .vector-menu-content { background-color: #414141; } /* Change bg color of legend box */ .mw-changeslist-legend { background-color: #0b283a; } /* Format the TOC and categories */ .toc, .toccolours, .catlinks { border: 1px solid #0098a6; background-color: #0b283a; } .toctogglelabel { color: #0098a6; } .tocnumber { color: #ccc; } /* Set the bg images for the welcome page */ .mainpage-background-wrapper { background: url("/aetherium/images/06-ashrinn.png.png") top +40px left 0px/auto 800px no-repeat,url("/books/aoswiki/resources/assets/bgright.png") bottom 0 right 0px/auto 800px no-repeat,#414141; } /* Indent the content area of the welcome page */ .wikifrontpage_row { display: flex; flex-direction: row; flex-flow: row wrap; justify-content: center; padding: 0; margin: 0 auto; max-width: 96em; } /* Create panels on the welcome page */ .wikifrontpage_box.wikifrontpage_box_double { min-width: 600px; } .wikifrontpage_box { flex: 1; margin: 5px; min-width: 300px; border: 1px solid #414141; padding: 0 20px 20px 20px; background: rgba(65,65,65,0.75); } figure[typeof~="mw:File/Thumb"], figure[typeof~="mw:File/Frame"], figure[typeof~="mw:File/Thumb"] > figcaption, figure[typeof~="mw:File/Frame"] > figcaption, figure[typeof~="mw:File/Thumb"] > a:first-child > :first-child:not(.mw-broken-media), figure[typeof~="mw:File/Frame"] > a:first-child > :first-child:not(.mw-broken-media), figure[typeof~="mw:File/Thumb"] > span:first-child > :first-child:not(.mw-broken-media), figure[typeof~="mw:File/Frame"] > span:first-child > :first-child:not(.mw-broken-media) { background-color: #414141; border: none; }