MediaWiki:Common.css: Difference between revisions

From ConsoleMods Wiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 99: Line 99:
}
}


.ns-3000 li:hover {
.ns-3000 li:hover:not(toclevel-1) {
     background-color: #289728; /* XBL Dark Green */
     background-color: #289728; /* XBL Dark Green */
}
}

Revision as of 23:42, 25 April 2021

/* =============== GLOBAL =================== */

#mw-body, #content, #catlinks, #ca-talk, .toc, .mw-warning, .toccolours, .wikitable, .wikitable > tr > th, .wikitable > * > tr > th {
    background-color: inherit
}

#footer-info-lastmod, #footer-info-copyright, #footer-places, #catlinks, #ca-talk, #ca-nstab-xbox, h1, h2, h3, h4, h5, h6, .wikitable {
    color: inherit;
}

.vector-menu-tabs li a {
    height: 2em;
    padding-top: 0.5em;
}

.vector-menu-tabs .new a, .vector-menu-tabs .new a:visited {
    font-weight: bolder;
    color: red;
}

.vector-menu-tabs .selected a, .vector-menu-tabs .selected a:visited {
    font-weight: bolder;
}

#content {
    border-top-width: 4px;
}

#p-namespaces { 
    height: inherited; 
}

#left-navigation {
    margin-top: 3.5em
}

#p-views {
    height: 1.5em;
    margin-top: 15px;
}

.vector-menu-tabs .mw-watchlink.icon a:before {
    top: 0.5em;
    left: 0.5em;
    width: 1em;
    height: 1em;
}

.vector-menu-tabs .mw-watchlink.icon a {
    padding: 2.0em 0 0 0;
}

ul:not(toclevel-1) {
  list-style: none;
}

ul li::before:not(toclevel-1) {
  content: "\2022";
  color: red;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

/* =============== GLOBAL END =============== */



/* =============== XBOX ====================== */
/* Theme colors: Black, White, Green (#4CFF00) */


.ns-3000, .ns-3000 #mw-head, .ns-3000 {
    background-color: black;
    color: #4CFF00;
}

.ns-3000 #footer, .ns-3000 #content, .tocnumber, ul li::before {
    color: white;
}

.ns-3000 .mw-wiki-logo, .page-Xbox_Main_Page .mw-wiki-logo {
    background-image: url("/mediawiki/images/7/72/Xbox-Logo.png");
}

.ns-3000 #mw-panel a, .ns-3000 #mw-panel a:visited, .ns-3000 #content a, .ns-3000 #content a:visited, .wikitable > tr > th, .wikitable > * > tr > th {
    color: #4CFF00;
}

.ns-3000 pre, .mw-code, code {
    color: white;
    background-color: #292929;
    width: 60%
} 

.ns-3000 #content {
    border-top-color: white;
}

.ns-3000 li:hover:not(toclevel-1) {
    background-color: #289728; /* XBL Dark Green */
}

.ns-3000 li:hover a {
    text-decoration: underline;
}

.ns-3000 #footer a {
    color: #FF7200; /* XBL Orange */
}


/* =============== XBOX END ================== */