MediaWiki:Common.css: Difference between revisions

From ConsoleMods Wiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 84: Line 84:
.mw-body {
.mw-body {
     border: none;
     border: none;
     margin-left: 11em;
     margin-left: 175px;
     min-width: fit-content;
     min-width: fit-content;
}
}
Line 131: Line 131:
     filter: drop-shadow(0px -2px 0px var(--color-trim));
     filter: drop-shadow(0px -2px 0px var(--color-trim));
     background-image: unset;
     background-image: unset;
     margin-left: 11em;
     margin-left: 175px;
     border-left: solid 2px var(--color-trim);
     border-left: solid 2px var(--color-trim);
}
}

Revision as of 05:10, 17 September 2021


/* =========== UNIVERSAL THEME ============== */

:root    {--color-accent: #00aeef} /* Main     */
.ns-3000 {--color-accent: #289728} /* Xbox     */
.ns-3002 {--color-accent: #5dc21e} /* Xbox 360 */
.ns-3004 {--color-accent: #107c10} /* XboxOne (test) */
.ns-3006 {--color-accent: #007e00} /* SeriesX (test) */
.ns-3010 {--color-accent: #BBBBBB} /* PS1 (test) */
.ns-3012 {--color-accent: #4b4caf} /* PS2 */
.ns-3014 {--color-accent: #444444} /* PS3 */
.ns-3016 {--color-accent: #003791} /* PS4 (test) */
.ns-3018 {--color-accent: #4196d1} /* PS5 (test) */
.ns-3030 {--color-accent: #e4000f} /* NES */
.ns-3032 {--color-accent: #a7a4e0} /* SNES (test) */
.ns-3034 {--color-accent: #ffe135} /* N64 (test) */
.ns-3036 {--color-accent: #6545B2} /* GCN (test) */
.ns-3038 {--color-accent: #34BEED} /* Wii (test) */
.ns-3040 {--color-accent: #0096C8} /* WiiU (test) */
.ns-3042 {--color-accent: #E60012} /* Switch (test) */
.ns-3050 {--color-accent: #da0000} /* SG1000 (test) */
.ns-3052 {--color-accent: #ff0000} /* MasterSystem (test) */
.ns-3054 {--color-accent: #fa0009} /* Genesis (test) */
.ns-3056 {--color-accent: #17569b} /* Saturn (test) */
.ns-3058 {--color-accent: #f36a22} /* Dreamcast (test)*/
.ns-3060 {--color-accent: #c81d9f} /* Game Gear (test)*/
.ns-3090 {--color-accent: #000000} /* PSP (test) */
.ns-3092 {--color-accent: #003791} /* Vita (test)*/

.ns-3032 .accented-table {--color-accent:#514689} /* SNES */

body {--color-trim: #0077ff} /* Default: #a2a9b1 */

/* TODO: Make a toggle to turn on/off color theme, regional colors */
body, #mw-head { 
    background-color: var(--color-accent);
}

#mw-head {
    text-align-last: center;
}

#mw-head::after {
    content: "";
    font-size: 2.5rem;
    top: 2rem;
    color: white;
    text-shadow: 1px 1px black;
    position: relative;
    font-family: 'Linux Libertine','Georgia','Times',serif;
    white-space: pre;
}

.clip-corner {
    clip-path: polygon(0 0,100% 0,100% calc(100% - 25px),calc(100% - 25px) 100%,0px 100%,0% 100%);
}

#mw-panel::before {
    border-right: solid 2px var(--color-trim);
    box-sizing: border-box;
    background-color: whitesmoke;
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: -1;
    clip-path: polygon(0 0,100% 0,100% calc(100% - 25px),calc(100% - 25px) 100%,0px 100%,0% 100%);
}

#mw-panel {
    padding-left: 0px;
    filter: drop-shadow(0px 15px 0px var(--color-trim));
}

.accented-table, #content {
    filter: drop-shadow(0px 15px 0px var(--color-accent));
}

.accented-table-thin {
    text-align: center;
    filter: drop-shadow(0px 5px 0px var(--color-accent));
}

.mw-body {
    border: none;
    margin-left: 175px;
    min-width: fit-content;
}

#p-variants {
    display: none;
}

#ca-talk::before {
    background: linear-gradient(to top,var(--color-trim) 0,#e8f2f8 1px,#ffffff 100%);
    content: "";
    height: 100%;
    width: 80px;
    position: absolute;
    z-index: -1;
    clip-path: polygon(calc(100% - 12px) 0%,100% calc(0% + 12px),100% 100%,0 100%,0 0);
    border-right: solid 2px var(--color-trim);
}

#ca-talk {
    background-image: unset;
    margin-left: -1px;
}

.vector-menu-tabs .new a {
    color: #0645ad!important;
}

#p-views > div > .vector-menu-content-list::before {
    background: linear-gradient(to top,var(--color-trim) 0,#e8f2f8 1px,#ffffff 100%);
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: -1;
    clip-path: polygon(calc(0% + 12px) 0,100% 0,100% 100%,0% 100%,0 calc(0% + 12px));
    border-left: solid 2px var(--color-trim);
}

#p-views > div > .vector-menu-content-list {
    filter: drop-shadow(0px -2px 0px var(--color-trim));
    background-image: unset;
}

#p-namespaces > div > .vector-menu-content-list {
    filter: drop-shadow(0px -2px 0px var(--color-trim));
    background-image: unset;
    margin-left: 175px;
    border-left: solid 2px var(--color-trim);
}

#p-personal ul {
    padding-left: 0px;
}

#p-personal::before {
    background-color: whitesmoke;
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: -1;
    clip-path: polygon(0 0,100% 0,100% 100%,calc(0% + 10px) 100%,0 calc(0% + 13px));
    border-left: solid 2px var(--color-trim);
    padding: 2px;
}

#p-personal {
    filter: drop-shadow(0px 2px 0px var(--color-trim));
    right: 0px;
    top: 0px;
}

#ca-view {
    background: unset;
}

#p-cactions {
    filter: drop-shadow(0px -2px 0px var(--color-trim));
}

.vector-menu-dropdown h3 {
    color: #0645ad;
}

.vector-menu-dropdown h3:after {
    top: 0.4em;
}

#simpleSearch {
    filter: drop-shadow(0px -2px 0px var(--color-trim));
    background-color: whitesmoke;
    border-right: 2px solid var(--color-trim);
    margin-top: 17px;
}

/* ======== END UNIVERSAL THEME ============= */




/* =========== LANDING PAGES ================ */

li[id*="ca-nstab-"] {
    display: none;
}

.mw-body-content h1 {
    margin-top: 0px;
}

.landing-page .mw-body-content h3 {
    font-size: 1.2rem;
    margin-top: 0px;
}

.landing-page .wikitable caption {
    font-size: 1.2rem;
}

.usermessage {
    margin: 0em 0px 3em 0px;
}

.landing-page img {
    max-height: 6rem;
    max-width: 23vw;
    height: auto;
    width: auto;
}

.not-available {
    filter: opacity(0.4);
}

.page-Main_Page table:not(.general-information-table) td {
    text-align: center;
    vertical-align: bottom;
    /*min-width: 10rem;*/
}
.page-Main_Page table:not(.general-information-table) td a {
    text-decoration: none;
    font-weight: bold;
    color: black;
}

.general-information-table td ul {
    margin-left: 2em!important;
}

.general-information-table td {
    text-align: left;
    vertical-align: top;
    padding: 0px;
}

.page-Main_Page .accented-table a, .page-Main_Page #content h4, .page-Main_Page #content h3, .page-Main_Page .accented-table p {
    font-size: large!important;
}

body[class*="_Mods_Wiki"] .mw-body .firstHeading, body[class*="_Mods_Wiki"] .mw-parser-output:first-child, body[class*="_Mods_Wiki"] #bodyContent h4, .page-Main_Page .mw-body .firstHeading {
    text-align: center;
} 

.landing-page-header {
    line-height: 400;
    font-size: 1.8em;
    margin-top: -1em; 
    text-align: center;
}

/* =========== LANDING PAGES END ============ */





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

#bodyContent h1, #bodyContent h2 {
    margin-left: 0px;
}

#bodyContent :not(.landing-page) h1 ~ *:not(h1,h2,h3,h4,h5,h6,h1~h3~*),
#bodyContent :not(.landing-page) h2 ~ *:not(h1,h2,h3,h4,h5,h6,h2~h3~*) {
    margin-left: 1em;
}

#bodyContent h3:not(.boxed-list h3) {
    margin-left: 1.4em;
}

#bodyContent h3:not(#p-namespaces-label, .landing-page h3) ~ *:not(h1,h2,h3,h4,h5,h6,h3~h2~*),
#bodyContent h3:not(#p-namespaces-label, .landing-page h3) ~ h2 ~ h3 ~ *:not(h1,h2,h3,h4,h5,h6) {
    margin-left: 3em;
}

#bodyContent h4:not(.boxed-list h4) {
    margin-left: 3.4em;
}

#bodyContent h4:not(.landing-page h4) ~ *:not(h1,h2,h3,h4,h5,h6,h4~h3~*,h4~h2~*),
#bodyContent h4:not(.landing-page h4) ~ h3 ~ h4 ~ *:not(h1,h2,h3,h4,h5,h6,h4~h3~*,h4~h2~*) {
    margin-left: 5em;
}

#bodyContent h5:not(.boxed-list h5) {
    margin-left: 5.4em;
}

#bodyContent h5:not(.landing-page h5) ~ *:not(h1,h2,h3,h4,h5,h6,h5~h4~*,h5~h3~*,h5~h2~*) {
    margin-left: 7em;
}

#bodyContent h6:not(.boxed-list h6) {
    margin-left: 7.4em;
}

#bodyContent h6:not(.landing-page h6) ~ *:not(h1,h2,h3,h4,h5,h6,h6~h5~*,h6~h4~*,h6~h3~*,h6~h2~*) {
    margin-left: 9em;
}

#bodyContent h4 {
    text-decoration: underline;
}

#content {
    border: 2px solid var(--color-trim);
    margin-right: 1rem;
    border-top-width: 5px;
}

.wikitable {
    border: none;
}

.wikitable caption {
    border: 1px solid var(--color-trim);
}

.wikitable th {
    white-space: nowrap;
}

#p-namespaces { 
    height: inherit; 
}

#left-navigation {
    margin-top: 57px;
    margin-left: 0px;
}

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

.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 li::before:not(toclevel-1) {
  content: "\2022";
  color: red;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

#p-cactions {
    background-color: white;
    background-image: linear-gradient(to top,var(--color-trim) 0,#e8f2f8 1px,#ffffff 100%);
    margin-top: 17px;
}

.vector-menu-dropdown h3 {
    padding-top: 0.5em;
}

#p-search form {
    margin-top: 1em;
}

#p-search {
    margin-left: 0px;
    margin-right: 1rem;
}

#searchInput {
    border: none;
}

td a[href="#unplayable"], td a[href="#impossible"] {
    background-color: rgba(255,0,0,0.5);
}

td a[href="#playable"], td a[href="#reliable"] {
    background-color: rgba(0,255,0,0.5);
}

td a[href="#menus"], td a[href="#intro"], td a[href="#unreliable"] {
    background-color: rgba(255,127,0,0.5);
}

td a[href="#untested"] {
    background-color: rgba(79,129,189,0.5);
}

td a[href="#ingame"] {
    background-color: rgba(255,255,0,0.5);
}

td sup {
    display: inline-block;
}

.mediawiki:not(.page-Main_Page) table:not(.note, .landing-page table) tr:nth-child(odd) {
    background-color: rgba(0,0,0,0.1);
}

ol {
    margin-left: -1.2em;
}

li {
   margin-bottom: 0px;
   padding-left: 5px;
   padding-right: 5px;
}

li::marker {
   background-color: inherit;
}

.vector-menu-dropdown .vector-menu-content-list {
    top: 1.6em;
}

#mw-head .vector-menu-dropdown h3 {
    height: 2em;
}

.vector-menu-tabs, .vector-menu-tabs a, #mw-head .vector-menu-dropdown h3 {
    background-image: unset;
}

.vector-menu-tabs .selected a, .vector-menu-tabs .selected a:visited {
    font-weight: bolder;
    color: var(--color-accent);
}

.vector-menu-tabs li {
    background-image: unset;
}

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

.warning-message a {
  text-decoration: underline;
}

#mw-panel a, #mw-panel a:visited, #p-personal a, .toctogglelabel {
    color: black;
}

pre {
    width: fit-content;
    margin-left: 4.6em;
}

.mw-code:not(#mw-clearyourcache+.mw-code), code {
    width: fit-content;
    white-space: nowrap;
}

.boxed-list {
    width: fit-content;
    border-width: thin!important;
    border: solid black;
    margin: 1.5em 1rem 1.5rem 1rem;
    text-align: left;
    white-space: normal;
    background-color: whitesmoke;
} 

.boxed-list a, .boxed-list a:visited {
    color: black;
}

.boxed-list ul {
    padding-right: 0.5em;
    padding-bottom: 0.5em;
}

.page-Main_Page .center-float {
    margin-left: 1rem;
    margin-bottom: 1.5rem;
}

#content ol li.highlighted, #content ol:not(.references) li:hover {
    background-color: rgba(0,255,0,0.33);
    width: fit-content;
}

#content ol li:hover a {
    text-decoration: underline;
}

#content .colortable td a {
    display: grid;
    width: 100%;
    text-align: center;
    text-decoration: none;
}

#content .colortable td a:not([href*=cite_note]) {
    pointer-events: none;
    padding: 2px;
    color: white;
}

table {
    border-collapse: collapse;
    /*outline-style: double;*/
}

ul {
    list-style-image: none
}

.note {
    background-color: rgba(0,0,0,0.4);
}

#content .colortable td {
    padding: 0px 2px!important;
}

#content .wikitable td a {
    display: inline;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: normal;
}

.boxed-list h3 {
    text-align: center;
    border-bottom-width: thin;
    border-bottom-style: solid;
    padding-bottom: 0px;
    padding-top: 0px;
}

.boxed-list h2 {
    text-align: center;
    border-bottom-width: thin;
    border-bottom-style: solid;
    padding-bottom: 0.2em;
    padding-top: 0.2em;
    margin-top: 0px;
}

.center-float {
    display: inline-block; 
    vertical-align: top;
}

.center-float h3 + ul, .center-float h4 + ul {
    margin-left: 1.6em!important;
    margin-right: 1.6em!important;
}

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

#contentSub {
    display: none;
}

.warning-message {
  border:1px #d33 solid; 
  background: transparent;
}

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




/* ================= MOBILE SETTINGS ================= */

@media only screen and (max-width: 1150px) {
  #mw-head:after {
    display: none;
  }
}

/* =============== MOBILE SETTINGS END =============== */



/* ============= THEME REFERENCE COLORS ============== */ /*
   Xbox: Green black (#001500), White, Green (#4CFF00), XBL Orange (#FF7200), XBL Dark Green (#289728) 
   Xbox 360: Light Green (#5dc21e), White (#f1f1f1), Light Gray (#c2c2c2), Mid Gray (#6b6b6b), Black, Green (#107c10)
   NES: Light grey (#f1f2ed), dark grey (#8a8988), Black, Red (#dc2e29)
   SNES: Light purple (#a7a4e0), dark purple (#514689)
   PS1: Grey (#BBBBBB), Red (#de0029), yellow (#f3c202), green (#00aa9e), blue (#326db3) 
*/