MediaWiki:Minerva.css: Difference between revisions

Fix colour for collapsible content links on mobile view
No edit summary
(Fix colour for collapsible content links on mobile view)
 
(10 intermediate revisions by one other user not shown)
Line 3: Line 3:
background-color:#2c343f;
background-color:#2c343f;
border-color:#2c343f
border-color:#2c343f
}
.overlay.search-overlay {
    background: #232a35;
}
.overlay.search-overlay .results, .overlay.search-overlay .search-feedback {
    background-color: #343f50;
}
.image {
background-color:#2c343f;
}
.wikiEditor-ui-toolbar .group .tool-select .label,
.wikiEditor-ui-toolbar .tabs span.tab a.current, .wikiEditor-ui-toolbar .tabs span.tab a.current,
.wikiEditor-ui-toolbar .group .label {
color:#8f8f8f;
}
.content .infobox,
#mw-mf-page-center {
background-color: #282f37;
}
.toggle-list__list {
background-color: #171b1f;
}
.header {
    border-top: none;
}
}
.header-container.header-chrome {
.header-container.header-chrome {
    background-color: #282f37;
    background: url('https://wiki.melvoridle.com/resources/assets/900px-Melvor_Wiki_background_darkmode.jpg') #000 no-repeat;
    background-size: 900px;
    background-color: #000;
    box-shadow: inset 0 -1px 3px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 -1px 3px rgba(0, 0, 0, 0.1);
}
}
.minerva-footer,
.minerva-footer,
.last-modified-bar {
.last-modified-bar {
Line 32: Line 59:
    background-color: #353d48;
    background-color: #353d48;
}
}
#mw-mf-page-left ul li a {
#mw-mf-page-left ul li a,
.toggle-list-item__label,
.minerva__tab-container .minerva__tab,
.toggle-list-item__label,
.page-summary h3,
.page-summary h2 {
    color: #eee;
    color: #eee;
}
}
Line 47: Line 79:
}
}
}
}
.content table {
.content table {
     margin: 0.2rem;
     margin: 0.2rem;
Line 53: Line 86:
#mw-mf-page-left ul.hlist li a span {
#mw-mf-page-left ul.hlist li a span {
     font-size: 0.8125rem;
     font-size: 0.8125rem;
}
a.mw-collapsible-text {
  color: #29d;
}
}