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
Line 10: Line 10:
   text-transform: uppercase;
   text-transform: uppercase;
   font-weight: bold;
   font-weight: bold;
}
#footer-places-darkmode-toggle {
    display: inline-block;
}
#footer-places-desktop-toggle:after {
    content: ' ·' !important;
    font-weight: bold;
}
}

Revision as of 19:36, 8 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;
}

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

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