MediaWiki:Minerva.css: Difference between revisions
From Melvor Idle
No edit summary |
No edit summary |
||
Line 10: | Line 10: | ||
.header-container .branding-box { | .header-container .branding-box { | ||
opacity: 1; | opacity: 1; | ||
} | |||
.search-box .search { | |||
background-color: #efeee6; | |||
border-color: #efeee6; | |||
box-shadow: 0 0.25rem 0.35rem -0.25rem rgba(0, 0, 0, 0.1); | |||
} | |||
.search-box .search::placeholder { | |||
color: #4c4c4c; | |||
} | } | ||
} | } |
Revision as of 00:14, 14 November 2023
@media (prefers-color-scheme: dark) {
#content {
background-color:#2c343f;
border-color:#2c343f
}
.header-container.header-chrome {
background-color: #2c343f;
box-shadow: inset 0 -1px 3px rgba(0, 0, 0, 0.1);
}
.header-container .branding-box {
opacity: 1;
}
.search-box .search {
background-color: #efeee6;
border-color: #efeee6;
box-shadow: 0 0.25rem 0.35rem -0.25rem rgba(0, 0, 0, 0.1);
}
.search-box .search::placeholder {
color: #4c4c4c;
}
}
@media (max-width: 720px) {
.content table {
width: auto!important;
}
}
.content table {
margin: 0.2rem;
}