MediaWiki:Refreshed.css

From Pikmin Fanon
Revision as of 17:05, 31 January 2022 by Zoadra (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)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
body {
    background: #33691e;
    font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
}


element.style {
}
#header-wrapper {
    background: linear-gradient(to left,#0c4c0c 0,#137813 50%,#0c4c0c 100%);
}

element.style {
}

.refreshed-dropdown-tray a, #refreshed-toolbox a, .catlinks a {
    color: #137813;
}

element.style {
}
a {
    text-decoration: none;
    color: #137813;
    background: none;
}


element.style {
}
.mw-parser-output a.extiw, .mw-parser-output a.external {
    color: #059142;
}

element.style {
}
#sidebar-toggler-checkbox:checked ~ #sidebar-wrapper {
    transform: translateX(0);
    box-shadow: 0 3px 9px 0 rgb(75 75 75 / 40%);
}
@media screen and (max-width: 719px)
#sidebar-wrapper {
    background: #059142;
}

#sidebar-wrapper {
    background: #137813;
}

.header-button:hover {
    background: #cc00cc!important;
}

a,
#p-personal li a,
#p-cactions li a,
#bodyContent a.extiw,
#bodyContent a.external {
    color: #084;
}
a:visited,
#bodyContent a.extiw:visited,
#bodyContent a.external:visited {
    color: #084;
}
a:hover,
#p-personal li a:hover,
#bodyContent a.extiw:hover,
#bodyContent a.external:hover {
    color: #cbd;
}
a:visited:hover,
#bodyContent a.extiw:visited:hover,
#bodyContent a.external:visited:hover {
    color: #0b4;
}
a.new:link,
a.new:visited,
#p-personal li a.new,
#p-cactions .new a,
#p-personal li a.new:visited,
#p-cactions .new a:visited {
    color: #bb0;
}

a.sidebar-item {
    padding-top: 0.2em;
    padding-bottom: 0.2em;
    color: #FFFFFF;
    padding-left: 1em;
    padding-right: 1em;
    border-left: 0.3em solid transparent;
    border-right: 0.3em solid transparent;
    text-decoration: none;
    display: block;
}

@media (max-width: 720px) {
    .infobox {
        float: none!important;
        width: 100%!important;
    }
}