MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
AticMaster (talk | contribs) No edit summary |
AticMaster (talk | contribs) No edit summary |
||
| (13 intermediate revisions by the same user not shown) | |||
| Line 13: | Line 13: | ||
body {background-image:url(https://aticuniverse.com/resources/assets/atic_bg.png); | body {background-image:url(https://aticuniverse.com/resources/assets/atic_bg.png); | ||
background-size:cover; | background-size:cover; | ||
background-repeat: | background-repeat: repeat-y; | ||
left:-10px; | left:-10px; | ||
} | } | ||
#mw-panel.vector-legacy-sidebar {background-color:rgba(255, 255, 255, 0.6);} | #mw-panel.vector-legacy-sidebar {background-color:rgba(255, 255, 255, 0.6); padding:5px;} | ||
#mw-page-base { | #mw-page-base { | ||
background: transparent; | background: transparent; | ||
background-image: none; | background-image: none; | ||
} | } | ||
div#right-navigation {} | |||
div#footer-info li, div#footer-places li a {color:white!important;} | |||
#footer-places-disclaimers a, #footer-places-about a, #footer-places-privacy a, #footer-info-lastmod {color:white!important;} | |||
nav#p-personal, div#right-navigation {background:white;} | nav#p-personal, div#right-navigation {background:white;} | ||
ul#footer-icons {display:none;} | |||
.toc {float:right; margin-left:15px;} | |||
/* Hide DynamicPageList internal tracking categories */ | |||
.category-DynamicPageList4, | |||
.category-DynamicPageList4-Intersection { | |||
display: none; | |||
} | |||
/********/ | |||
/* Main dashboard layout */ | |||
.codex-container { | |||
max-width: 1100px; | |||
margin: 0 auto; | |||
padding: 20px; | |||
} | |||
.codex-intro { | |||
font-size: 1.15em; | |||
margin-bottom: 30px; | |||
line-height: 1.6; | |||
} | |||
.codex-grid { | |||
display: grid; | |||
grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); | |||
gap: 20px; | |||
margin-bottom: 40px; | |||
} | |||
.codex-card { | |||
background: #f8f9fa; | |||
border: 1px solid #ddd; | |||
border-radius: 8px; | |||
padding: 15px 18px; | |||
box-shadow: 0 2px 4px rgba(0,0,0,0.05); | |||
} | |||
.codex-card h3 { | |||
margin-top: 0; | |||
border-bottom: 1px solid #ddd; | |||
padding-bottom: 6px; | |||
} | |||
.codex-private { | |||
margin-top: 50px; | |||
padding: 20px; | |||
background: #fff8f0; | |||
border: 1px solid #e0c9a6; | |||
border-radius: 8px; | |||
} | |||
.codex-private h2 { | |||
margin-top: 0; | |||
} | |||
div.vector-menu-content {padding: 3px 10px;} | |||
Latest revision as of 15:53, 1 March 2026
/* CSS placed here will be applied to all skins */
.vector-body .mw-heading3 h3 {border-bottom: 1px solid #888888;}
.vector-body .mw-heading4 h4, .vector-body .mw-heading5 h5, .vector-body .mw-heading6 h6 .vector-body p {margin-left:1em;}
ul {margin-left:4em;
margin-top: 0.5em;
margin-bottom: 0.5em;
}
#p-logo a {
background-size: contain;}
body {background-image:url(https://aticuniverse.com/resources/assets/atic_bg.png);
background-size:cover;
background-repeat: repeat-y;
left:-10px;
}
#mw-panel.vector-legacy-sidebar {background-color:rgba(255, 255, 255, 0.6); padding:5px;}
#mw-page-base {
background: transparent;
background-image: none;
}
div#right-navigation {}
div#footer-info li, div#footer-places li a {color:white!important;}
#footer-places-disclaimers a, #footer-places-about a, #footer-places-privacy a, #footer-info-lastmod {color:white!important;}
nav#p-personal, div#right-navigation {background:white;}
ul#footer-icons {display:none;}
.toc {float:right; margin-left:15px;}
/* Hide DynamicPageList internal tracking categories */
.category-DynamicPageList4,
.category-DynamicPageList4-Intersection {
display: none;
}
/********/
/* Main dashboard layout */
.codex-container {
max-width: 1100px;
margin: 0 auto;
padding: 20px;
}
.codex-intro {
font-size: 1.15em;
margin-bottom: 30px;
line-height: 1.6;
}
.codex-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
gap: 20px;
margin-bottom: 40px;
}
.codex-card {
background: #f8f9fa;
border: 1px solid #ddd;
border-radius: 8px;
padding: 15px 18px;
box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}
.codex-card h3 {
margin-top: 0;
border-bottom: 1px solid #ddd;
padding-bottom: 6px;
}
.codex-private {
margin-top: 50px;
padding: 20px;
background: #fff8f0;
border: 1px solid #e0c9a6;
border-radius: 8px;
}
.codex-private h2 {
margin-top: 0;
}
div.vector-menu-content {padding: 3px 10px;}