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)
 
(3 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 {
.image {
Line 13: Line 19:
}
}
.content .infobox,
.content .infobox,
.toggle-list__list,
#mw-mf-page-center {
#mw-mf-page-center,
background-color: #282f37;
}
.toggle-list__list {
.toggle-list__list {
background-color: #282f37;
background-color: #171b1f;
}
}
.header {
.header {
Line 22: Line 29:
}
}
.header-container.header-chrome {
.header-container.header-chrome {
     background: url('https://wiki.melvoridle.com/resources/assets/900px-Melvor_Wiki_background_darkmode.jpg') #282f37 no-repeat;
     background: url('https://wiki.melvoridle.com/resources/assets/900px-Melvor_Wiki_background_darkmode.jpg') #000 no-repeat;
     background-size: 900px;
     background-size: 900px;
    background-color: #282f37;
    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);
}
}
Line 55: Line 62:
.toggle-list-item__label,
.toggle-list-item__label,
.minerva__tab-container .minerva__tab,
.minerva__tab-container .minerva__tab,
.toggle-list-item__label {
.toggle-list-item__label,
.page-summary h3,
.page-summary h2 {
    color: #eee;
    color: #eee;
}
}
Line 70: Line 79:
}
}
}
}
.content table {
.content table {
     margin: 0.2rem;
     margin: 0.2rem;
Line 76: 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;
}
}