MediaWiki:Common.css: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
(site upgrade)
Tag: Replaced
 
(38 intermediate revisions by one other user not shown)
Line 1: Line 1:
#pagehistory li.selected {
/* Main Page background */
color: #b9b7b5 !important;
body.page-Main_Page #content {
}
    background-image: url(https://developer.valvesoftware.com/w/images/c/cc/Main_Page_background.png);
 
    background-repeat: no-repeat;
a:link, .mw-parser-output a.extiw, a:visited, .mw-parser-output a.extiw:visited {
    background-size: cover;
color: rgb(100, 140, 200);
}
}


a:active, .mw-parser-output a.extiw:active {
/* Language Links */
color: rgb(220, 140, 200);
}


#footer #footer-places li a, #footer #footer-places li a:visited, #footer #footer-places li a:active {
.hideifnotnew {
color: #688ba8 !important;
display: none;
}
}
 
.new + .hideifnotnew {
pre, .mw-code {
display: initial;
filter: invert(100) hue-rotate(180deg);
border-left: 6px solid #fff !important;
}
}

Latest revision as of 16:48, 27 November 2024

/* Main Page background */
body.page-Main_Page #content {
    background-image: url(https://developer.valvesoftware.com/w/images/c/cc/Main_Page_background.png);
    background-repeat: no-repeat;
    background-size: cover;
}

/* Language Links */

.hideifnotnew {
display: none;
}
.new + .hideifnotnew {
display: initial;
}