MediaWiki:Common.css

From ATIC Universe
Revision as of 15:45, 1 March 2026 by AticMaster (talk | contribs)
Jump to navigation Jump 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.
/* 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;}

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