View source for MediaWiki:Mobile.css
Jump to navigation
Jump to search
You do not have permission to edit this page, for the following reasons:
You can view and copy the source of this page.
/* CSS placed here will affect users of the mobile site */
/* Anton is an open-source font similar to Impact. This is to be used as a backup for Impact, for devices that don't have Impact installed such as iPhone. */
@font-face {
font-family: 'Anton';
src: url('/resources/assets/Anton-Regular.ttf');
}
.impact {
font-family: Impact, 'Anton';
}
/* Default styling for Navbar template */
.navbar {
display: inline;
font-size: 88%;
font-weight: normal;
}
.navbar ul {
display: inline;
white-space: nowrap;
}
000
1:0
Return to MediaWiki:Mobile.css.