Created page with "CSS placed here will affect users of the mobile site: Default styling for Navbar template: .navbar { display: inline; font-size: 88%; font-weight: normal; } .nav..."
 
No edit summary
 
(9 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* CSS placed here will affect users of the mobile site */
/* 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. */
@import url('https://fonts.googleapis.com/css2?family=Anton&display=swap');
.impact {
font-family: Impact, 'Anton';
}
.plainbutton {
appearance: none;
background: none;
color: #3366cc;
margin: 0;
padding: 0;
border: 0;
font: inherit;
cursor: pointer;
}
.link-inherit-color a, .link-inherit-color a.new {
color: inherit;
}


/* Default styling for Navbar template */
/* Default styling for Navbar template */
Line 74: Line 95:
.wraplinks a {
.wraplinks a {
white-space: normal;
white-space: normal;
}
.no-mobile {
display: none !important;
}
table.infobox {
display: table;
table-layout: fixed;
}
}