MediaWiki:Common.css: Difference between revisions

From Halopedia, the Halo wiki

mNo edit summary
No edit summary
Line 609: Line 609:
.g-give-all {
.g-give-all {
background: white;
background: white;
}
/* Custom wallpaper */
.opacity70 {
background: url(https://halo.wiki.gallery/images/c/ca/70opacity.png) repeat;
}
.odst {
background: url(https://halo.wiki.gallery/images/4/46/ODSTbg4.jpg) no-repeat center top !important;
}
.odst a {
color: #00BFFF;
}
.odst a:visited {
        color: #00BFFF;
}
.rookie {
background: url(https://halo.wiki.gallery/images/c/c2/BG_-_ODST.png) no-repeat center top !important;
}
.rookie a {
color: #1AAAE7;
}
.rookie a:visited {
        color: #1AAAE7;
}
.censor {
background: url(https://halo.wiki.gallery/images/4/48/ONI_Censored.jpg) no-repeat center top !important;
}
.censor a {
color: #C0C0C0;
}
.censor a:visited {
        color: #C0C0C0;
}
.halo5 {
background: url(https://halo.wiki.gallery/images/8/87/Halo_5_-_Guardian_wallpaper.jpg) no-repeat center top !important;
}
.halo5 a {
color: #C0C0C0;
}
.halo5 a:visited {
        color: #C0C0C0;
}
.doomed {
background: url(https://halo.wiki.gallery/images/6/61/HR_EliteExecution_Concept.jpg) no-repeat center top !important;
}
.doomed a {
color: #CD5C5C;
}
.doomed a:visited {
        color: #CD5C5C;
}
.cea {
background: url(https://halo.wiki.gallery/images/3/3e/HCEA_Installation04Menu_Concept_1.jpg) no-repeat center top !important;
}
.cea a {
color: #800080;
}
.cea a:visited {
        color: #800080;
}
.halo3 {
background: url(https://halo.wiki.gallery/images/e/ef/H3_-_Manual_interior.jpg) no-repeat center top !important;
}
.halo3 a {
color: #1AAAE7;
}
.halo3 a:visited {
        color: #1AAAE7;
}
/* Image background */
a[href="/File:HOD_Icon_Hall_of_History.png"] img {
background: gray;
}
}