MediaWiki:Mobile.css: Difference between revisions

From The Toaq Wiki
(*sigh*)
Tags: Mobile edit Mobile web edit Advanced mobile edit
(unset → inherit (?))
Tags: Mobile edit Mobile web edit Advanced mobile edit
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
@import url('https://fonts.googleapis.com/css2?family=Commissioner:wght@500&display=swap');
@import url('https://toaq.me/index.php?title=MediaWiki:Common.css&action=raw&ctype=text/css');


.toaq {
.slim {
   font-weight: 500;
   width: 100% !important;
   font-family: 'Commissioner', system-ui, sans-serif;
   max-width: 100% !important;
}
}


@font-face {
/* overrides for some minerva styles */
  font-family: 'ToaqScript';
.in-block, .in-block .mw-ui-icon, .in-block > span { display: inherit; }
  src: url(/Special:Redirect/file/ToaqScript.ttf);
.in-block .mw-ui-icon { font-size: inherit; }
}
.in-block .mw-headline { width: inherit; }
 
.in-block > span { vertical-align: inherit; }
.toaq-script {
  font-family: ToaqScript;
  font-size: 200%;
  line-height: 100%;
  font-weight: normal !important;
}
 
.tooltip {
  text-decoration: underline dotted;
}
 
abbr {
  font-variant: small-caps;
  text-transform: lowercase;
}

Latest revision as of 11:24, 13 October 2022

@import url('https://toaq.me/index.php?title=MediaWiki:Common.css&action=raw&ctype=text/css');

.slim {
  width: 100% !important;
  max-width: 100% !important;
}

/* overrides for some minerva styles */
.in-block, .in-block .mw-ui-icon, .in-block > span { display: inherit; }
.in-block .mw-ui-icon { font-size: inherit; }
.in-block .mw-headline { width: inherit; }
.in-block > span { vertical-align: inherit; }