Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

MediaWiki:Theme Default.css

MediaWiki interface page
Revision as of 08:41, 11 October 2020 by LightSwitch (talk | contribs)

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.
/******************** Theme_Default.css *******************
  Theme Name: Default
    
 **********************************************************/
@import url("/MediaWiki:Theme_HeaderWhite.css?action=raw&ctype=text/css");

/* Theme colors, for further reference:

>Default

Header: #0d85a6

Buttons: #0d85a6

Links: #00acd3

Toolbar: #000000 */

body.mediawiki.skin-oasis {
    background-image: url('https://vignette.wikia.nocookie.net/growtopia/images/e/e7/WikiBackground-Default.png/revision/latest?cb=20180913125512');
    background-color: #60D7F2;
    background-size: initial;
}
body.mediawiki.skin-oasis header.wds-community-header {
    background-image: url(https://vignette.wikia.nocookie.net/growtopia/images/3/31/Default_Header.gif/revision/latest/zoom-crop/width/471/height/115?cb=20200704110606);
}

*::-webkit-scrollbar{background:#FFFFFF}
*::-webkit-scrollbar-thumb{background: #229CBC}

.gtw-card {
    background-image: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.15)), url("https://vignette.wikia.nocookie.net/growtopia/images/b/b9/GTW_Landscape_Default.png/revision/latest?cb=20200710124157"), linear-gradient(#1b7d93,#60d7f2)
}

.gtw-nav a {
    background: #337799;
}

.gtw-card .gtw-btn a {
    background: #239BBC;
}

/** Tabber Colour **/
.tabberactive a {
    border-bottom: 3px solid #229CBC !important;
    color: #229CBC !important;
}

.tabbernav :not(.tabberactive) a:hover {
    color: #229CBC !important;
}