MediaWiki:Mobile.css: Difference between revisions

From Gallowpedia, the MediEvil Wiki. You'll be dying to read!
No edit summary
Tags: Mobile edit Mobile web edit
No edit summary
Tags: Mobile edit Mobile web edit
Line 45: Line 45:


.client-dark-mode .content .infobox {
.client-dark-mode .content .infobox {
   background-color: #f8f9fa;
   border: 1px solid #222222;
   border: 1px solid #a2a9b1;
   background-color: #121212;
}
}

Revision as of 23:58, 26 March 2022

/* All CSS here will be loaded for users of the mobile site */
@font-face {
  font-family: Tico;
  src: url('fonts/Tico/font.woff') format('woff'),
       url('fonts/Tico/font.woff2') format('woff2');
}

.branding-box {
  font-family: Tico;
  text-transform: uppercase;
  font-weight: bold;
  opacity: 1 !important;
}

#footer-places-darkmode-toggle {
    display: inline-block;
}

#footer-places-desktop-toggle:after {
    content: ' ·' !important;
    font-weight: bold;
}

.overlay-header-container + .overlay-content {
    padding-top: 5em;
}

.overlay.search-overlay .clear {
    background: none;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.header-chrome .overlay-header {
    height: 3.375em;
}

.overlay.search-overlay .overlay-header {
    align-items: center;
    display: flex;
    width: 95%;
}

.client-dark-mode .content .infobox {
   border: 1px solid #222222;
   background-color: #121212;
}