MediaWiki:Common.css

From SCEE Cambridge Wiki

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)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/* CSS placed here will be applied to all skins */

@font-face {
  font-family: Newtown;
  src: url('fonts/Newtown/NEWTOW__.woff') format('woff'),
       url('fonts/Newtown/NEWTOW__.woff2') format('woff2');
}

.mw-sidebar-action {
  display: none;
}

.mw-logo-wordmark {
  font-family: Newtown;
  text-transform: lowercase;
}

.mw-sidebar {
  background-image: url(background.png);
  border: 1px solid #a2a9b1;
  background-repeat: repeat;
}

.ns-3000 .mw-logo-icon { content: url('https://sceecambridge.wiki/images/4/4e/WikiC12.png') }
.ns-3001 .mw-logo-icon { content: url('https://sceecambridge.wiki/images/4/4e/WikiC12.png') }
.ns-3002 .mw-logo-icon { content: url('https://sceecambridge.wiki/images/2/27/WikiPrimal.png') }
.ns-3003 .mw-logo-icon { content: url('https://sceecambridge.wiki/images/2/27/WikiPrimal.png') }
.ns-3004 .mw-logo-icon { content: url('https://sceecambridge.wiki/images/6/69/WikiGhosthunter.png') }
.ns-3005 .mw-logo-icon { content: url('https://sceecambridge.wiki/images/6/69/WikiGhosthunter.png') }
.ns-3006 .mw-logo-icon { content: url('https://sceecambridge.wiki/images/5/53/WikiTV.png') }
.ns-3007 .mw-logo-icon { content: url('https://sceecambridge.wiki/images/5/53/WikiTV.png') }
.ns-3008 .mw-logo-icon { content: url('https://sceecambridge.wiki/images/2/22/WikiRigs.png') }
.ns-3009 .mw-logo-icon { content: url('https://sceecambridge.wiki/images/2/22/WikiRigs.png') }

#mw-prefsection-rendering-skin-skin-prefs {
  display: !important;
}

#mw-page-base {
  background-color: transparent !important;
  background-image: -webkit-gradient(linear,right top,right bottom,color-stop(50%,#ffffff),color-stop(100%,rgba(0,0,0,0))) !important;
  background-image: -webkit-linear-gradient(top,#ffffff 50%,rgba(0,0,0,0) 100%) !important;
  background-image: -moz-linear-gradient(top,#ffffff 50%,rgba(0,0,0,0) 100%) !important;
  background-image: linear-gradient(to bottom,#ffffff 50%,rgba(0,0,0,0) 100%) !important;
}

body {
  background-image: url(background.png);
  background-repeat: repeat;
}

@media screen and (max-width: 910px) {
    .smart-clear {
        clear: both;
    }
}

@media screen and (max-width: 580px) {
    .infobox {
        float: none;
        width: 100%;
    }

    .embedvideo.ev_right, embedvideo.ev_left {
        float: none !important;
    }
}

pre {
    width: fit-content;
}

.main-page-row {
  display: flex;
}

.main-page-column {
  display: flex;
  flex-direction: column;
}

@media screen and (max-width: 910px) {
    .main-page-row, .main-page-column {
        flex-wrap: wrap;
        width: -webkit-fill-available;
    }
    .main-page-box {
        width: -webkit-fill-available !important;
    }
}

.main-page-row .main-page-box {
    width: 50%;
}

.main-page-row .main-page-column .main-page-box {
    width: -webkit-fill-available;
    height: -webkit-fill-available;
}

.main-page-box {
    border: 1px solid #a2a9b1;
    margin: 5px;
    background-color: #f8f9fa;
    padding: 2px 10px;
}

/* Default skin for navigation boxes */

.plainlinks.hlist.navbar.mini {
    float: left;
}

table.navbox {            /* Navbox container style */
    border: 1px solid #aaa;
    width: 100%; 
    margin: auto;
    clear: both;
    font-size: 88%;
    text-align: center;
    padding: 1px;
}
table.navbox + table.navbox {  /* Single pixel border between adjacent navboxes */
    margin-top: -1px;          /* (doesn't work for IE6, but that's okay)       */
}
.navbox-title,
.navbox-abovebelow {
    text-align: center !important;      /* Title and above/below styles */
    padding-left: 1em;
    padding-right: 1em;
}

table.navbox th {
    text-align: right;      /* Title and above/below styles */
    padding-left: 1em;
    padding-right: 1em;
}

.navbox-group {              /* Group style */
    white-space: nowrap;
    /* @noflip */text-align: right;
    font-weight: bold;
    padding-left: 1em;
    padding-right: 1em;
}

.navbox-title,
table.navbox th {
    background: #ccccff;     /* Level 1 color */
}

.navbox .navbox-title::before, .navbox .navbox-title .mw-collapsible-toggle {
    font-size: 0.9em;
    margin-left: 5em;
    float: right;
    text-align: right;
    width: 4em;
}

.navbox-abovebelow,
.navbox-group,
.navbox-subgroup .navbox-title {
    background: #ddddff;     /* Level 2 color */
}
.navbox-subgroup .navbox-group, .navbox-subgroup .navbox-abovebelow {
    background: #e6e6ff;     /* Level 3 color */
}
.navbox-even {
    background: #f7f7f7;     /* Even row striping */
}
.navbox-odd {
    background: transparent; /* Odd row striping */
}
 
.collapseButton {          /* 'show'/'hide' buttons created dynamically */
    /* @noflip */float: right;          /* by the CollapsibleTables javascript in    */
    font-weight: normal;   /* [[MediaWiki:Common.js]] are styled here   */
    /* @noflip */text-align: right;     /* so they can be customised.                */
    width: auto;
}
.navbox .collapseButton {  /* In navboxes, the show/hide button balances */
    width: 6em;            /* the vde links from [[Template:Navbar]],    */
}                          /* so they need to be the same width.         */
 
.navbar {                  /* Navbox template links */
    font-size: 88%;        /* Default font-size */
    font-weight: normal;
}
.navbox .navbar {
    font-size: 100%;       /* Font-size when nested within navbox */
}

/* Horizontal List Class
/* Style for horizontal lists (separator following item).
   @source mediawiki.org/wiki/Snippets/Horizontal_lists
   @revision 8 (2016-05-21)
   @author [[User:Edokter]]
 */
.hlist dl,
.hlist ol,
.hlist ul {
    margin: 0;
    padding: 0;
}
/* Display list items inline */
.hlist dd,
.hlist dt,
.hlist li {
    margin: 0;
    display: inline;
}
/* Display nested lists inline */
.hlist.inline,
.hlist.inline dl,
.hlist.inline ol,
.hlist.inline ul,
.hlist dl dl, .hlist dl ol, .hlist dl ul,
.hlist ol dl, .hlist ol ol, .hlist ol ul,
.hlist li ul,
.hlist ul dl, .hlist ul ol, .hlist ul ul {
    display: inline;
}
/* Hide empty list items */
.hlist .mw-empty-li {
    display: none;
}
/* Generate interpuncts */
.hlist dt:after {
    content: ": ";
}
.hlist dd:after,
.hlist li:after {
    content: " · ";
    font-weight: bold;
}
.hlist dd:last-child:after,
.hlist dt:last-child:after,
.hlist li:last-child:after {
    content: none;
}
/* Add parentheses around nested lists */
.hlist dd dd:first-child:before, .hlist dd dt:first-child:before, .hlist dd li:first-child:before,
.hlist dt dd:first-child:before, .hlist dt dt:first-child:before, .hlist dt li:first-child:before,
.hlist li dd:first-child:before, .hlist li dt:first-child:before, .hlist li li:first-child:before {
    content: " (";
    font-weight: normal;
}
.hlist dd dd:last-child:after, .hlist dd dt:last-child:after, .hlist dd li:last-child:after,
.hlist dt dd:last-child:after, .hlist dt dt:last-child:after, .hlist dt li:last-child:after,
.hlist li dd:last-child:after, .hlist li dt:last-child:after, .hlist li li:last-child:after {
    content: ")";
    font-weight: normal;
}
/* Put ordinals in front of ordered list items */
.hlist ol {
    counter-reset: listitem;
}
.hlist ol > li {
    counter-increment: listitem;
}
.hlist ol > li:before {
    content: " " counter(listitem) "\a0";
}
.hlist dd ol > li:first-child:before,
.hlist dt ol > li:first-child:before,
.hlist li ol > li:first-child:before {
    content: " (" counter(listitem) "\a0";
}