No edit summary
No edit summary
 
(5 intermediate revisions by the same user not shown)
Line 2: Line 2:


/* 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. */
/* 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 {
@import url('https://fonts.googleapis.com/css2?family=Anton&display=swap');
font-family: 'Anton';
.impact {
src: url('/resources/assets/Anton-Regular.ttf');
font-family: Impact, 'Anton';
}
 
.plainbutton {
appearance: none;
background: none;
color: #3366cc;
margin: 0;
padding: 0;
border: 0;
font: inherit;
cursor: pointer;
}
}


.impact {
.link-inherit-color a, .link-inherit-color a.new {
font-family: Impact, 'Anton';
color: inherit;
}
}


Line 91: Line 102:
}
}


/* What happened to the hatnote class I thought it used to work */
table.infobox {
.hatnote {
display: table;
padding: 5px 7px;
table-layout: fixed;
color: #54595d;
font-size: 0.8125em;
background-color: #f8f9fa;
margin-bottom: 1px;
overflow: hidden;
}
}