MediaWiki:Mobile.css: Difference between revisions

From The Toaq Wiki
(request correct mime type for the stylesheet page (oh the horrors of mediawiki))
(unset → inherit (?))
Tags: Mobile edit Mobile web edit Advanced mobile edit
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
@import url('https://toaq.me/index.php?title=MediaWiki:Common.css&action=raw&ctype=text/css');
@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; }

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; }