MediaWiki:Common.css: Difference between revisions

From :: ChromeRivals Wiki ::
Jump to navigation Jump to search
No edit summary
No edit summary
Line 96: Line 96:
}
}


pre {
#ca-viewsource { display: none !important; }
background: #5c5c5c;
color: white;
}

Revision as of 14:18, 8 February 2022

/* CSS placed here will be applied to all skins */
.mw-collapsible .mw-collapsible-toggle {
    float:left;
    margin-left:0;
    margin-right:1em;
}

.toclimit-2 .toclevel-1 ul,
.toclimit-3 .toclevel-2 ul,
.toclimit-4 .toclevel-3 ul,
.toclimit-5 .toclevel-4 ul,
.toclimit-6 .toclevel-5 ul,
.toclimit-7 .toclevel-6 ul {
	display: none;
}

.mw-collapsible-text, .toctogglelabel {color: #9b9b9b}

.toc {

border: 1px solid #aaa;

background: #2b2b2b;

padding: 5px;

font-size: 95%;

color: white;

}

#mw-navigation li{
background: none;
}

#mw-panel li a, #mw-panel li a:link, #mw-panel li link:visited, #mw-head li a, #mw-head li a:link, #mw-head li link:visited {
    color: cyan!important;
}

#toc .tocnumber, #toc, #toc a:link, #toc a:visited, #toc .togtoggle {
    color: white!important;
}

#toc .toclevel-2 ul a:link, #toc .toclevel-2 ul a:visited {
color: #bdbdbd!important;
}

div#mw-head {
    background: url("images/a/a5/Bg2.jpg") no-repeat scroll 0 0 black;
    background-size: cover;
}

.navbox,
.navbox-subgroup {
    background: #2b2b2b;      /* Background color */
}

#content {

margin-right: 40px;

background: url("images/f/ff/Bg3.jpg");

color: white;

}

body, #globalWrapper {

background: url("images/a/a5/Bg2.jpg") no-repeat scroll 0 0 black;
background-size: cover;

color: white;

}

h1, h2, h3, h4, h5, h6, h7, h8, h9, h10, h11, h12 {

color: white;

}

a:link { color: #bdbdbd!important; }
a:visited { color: #bdbdbd!important; }
:link:active, :link.new { color: #bdbdbd!important; }
:link.interwiki, :link.external { color: #bdbdbd!important; }

#footer {
background: linear-gradient(180deg, rgba(80, 37, 0, 0.73) 50%, rgba(80, 37, 0, 0.73) 25%, rgba(0, 0, 0, 0) 100%);
margin-right: 40px;
}

#footer ul li {
    color: white;
}

#ca-viewsource { display: none !important; }