MediaWiki:DarkNimbus.css: Difference between revisions

From Halopedia, the Halo wiki

No edit summary
(Replaced content with "→‎CSS placed here will affect users of the Nimbus night theme: body { background: #070C20 url(https://halo.wiki.gallery/images/0/01/HP_Dark-bg.jpg) no-repeat fixed top / cover !important; } #article-text a.external[href^="https://www.halopedia.org"] { color: #009CFF !important; }")
 
(62 intermediate revisions by 2 users not shown)
Line 1: Line 1:
/* CSS placed here will affect users of the Nimbus night theme */
/* CSS placed here will affect users of the Nimbus night theme */


/* Import dark CSS */
body { background: #070C20 url(https://halo.wiki.gallery/images/0/01/HP_Dark-bg.jpg) no-repeat fixed top / cover !important; }
@import url(/index.php?title=MediaWiki:Dark.css&action=raw&ctype=text/css);
 
body { background: #000 url(/images/c/c2/H5-Map_Forge-Parallax_halo_03.PNG) no-repeat fixed top !important; }
#article-text a.external[href^="https://www.halopedia.org"] { color: #009CFF !important; }
#article-text a.external[href^="https://www.halopedia.org"] { color: #009CFF !important; }
/* Nimbus elements */
h1, h2, h3, h4, h5, h6, div#mw-panel div.portal h3, .tocnumber,
.profile-info-container b, .profile-info-container div, .needed-points {
color: #ccc;
}
.bottom-left-nav, .mw-body, .tab-on, .more-tab-on, #navigation-title, #other-links, #searchInput, #wiki-login,
.negative-button, .positive-button, .article-more-actions {
background: #222 !important;
color: #ccc;
}
.mw-dismissable-notice, .positive-button span, .negative-button span, #footer-bottom {
background: #333 !important;
color: #ccc;
}
.positive-button span:hover, .negative-button span:hover, #menu a {
color: #DDD !important;
}
#other-links a {
color: #999 !important;
}
.tab-new span {
color: #ff1a1a !important;
}
.menu-item, .sub-menu, .tab-off span, .more-tab-off span, .more-tab-off,
#footer-contributors img, .item img {
background: #333 !important;
}
#footer-container {
color: #ccc;
background: #2c2c2c !important;
border-radius: 0 !important;
}
#footer-bottom {
border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;
}
.mw-dismissable-notice, #article-body, #menu, #footer-container {
border: none !important;
}
.bottom-left-nav {
padding: 0 4px 0 8px;
border-radius: 10px;
}
.sub-menu-button {
width: 0;
height: 0;
padding: 4px;
background: url(/images/dark-arrow.png);
}
.search-button {
width: 0;
height: 0;
padding: 11px 24px;
background:url(/images/dark-search.png);
}
#searchInput {
border-color: #333 !important;
}
.menu-item, .sub-menu-item, #menu, .article-more-actions a {
border-color: #000 !important;
}
.article-more-actions {
border-color: #D4DFD7;
}
.positive-button span, .negative-button span {
border-radius: 10px;
}
.game-unit-container h2, .bottom-left-nav-container h2, #footer-container h2 {
color: #ccc;
}
.more-tab-off {
color: #009CFF !important;
}

Latest revision as of 11:49, August 16, 2023

/* CSS placed here will affect users of the Nimbus night theme */

body { background: #070C20 url(https://halo.wiki.gallery/images/0/01/HP_Dark-bg.jpg) no-repeat fixed top / cover !important; }
#article-text a.external[href^="https://www.halopedia.org"] { color: #009CFF !important; }