MediaWiki:Refreshed.css: Difference between revisions

From Pikmin Fanon
No edit summary
No edit summary
Line 31: Line 31:
.mw-parser-output a.extiw, .mw-parser-output a.external {
.mw-parser-output a.extiw, .mw-parser-output a.external {
     color: #059142;
     color: #059142;
}
element.style {
}
@media screen and (max-width: 719px)
#sidebar-wrapper {
    background: #059142;
}
}

Revision as of 19:15, 24 January 2022

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 {
}

@media screen and (max-width: 719px)
#sidebar-wrapper {
    background: #059142;
}