55 lines
735 B
CSS
55 lines
735 B
CSS
|
html {
|
||
|
margin: 0;
|
||
|
padding: 0;
|
||
|
border: 0;
|
||
|
font: inherit;
|
||
|
vertical-align: baseline;
|
||
|
}
|
||
|
|
||
|
body {
|
||
|
margin: 1em auto;
|
||
|
padding: 0;
|
||
|
border: 0;
|
||
|
font: inherit;
|
||
|
vertical-align: baseline;
|
||
|
font-size: 1.4em;
|
||
|
line-height: 1.4;
|
||
|
max-width: 40em;
|
||
|
background: #303030;
|
||
|
color: #c1c1c1;
|
||
|
font-family: 'Open Sans', sans-serif;
|
||
|
}
|
||
|
|
||
|
@font-face {
|
||
|
font-display: swap;
|
||
|
font-family: 'Open Sans';
|
||
|
font-style: normal;
|
||
|
font-weight: 400;
|
||
|
src: url('/static/open-sans-v35-latin-regular.woff2') format('woff2');
|
||
|
}
|
||
|
|
||
|
h1,h2,h3 {
|
||
|
margin-left: 15px;
|
||
|
}
|
||
|
|
||
|
.status-image {
|
||
|
position: relative;
|
||
|
bottom: -3px;
|
||
|
}
|
||
|
|
||
|
body i {
|
||
|
text-decoration: none;
|
||
|
font-style: normal;
|
||
|
}
|
||
|
|
||
|
.info {
|
||
|
color: aqua;
|
||
|
}
|
||
|
|
||
|
.game-card p {
|
||
|
margin: 2px 0;
|
||
|
}
|
||
|
|
||
|
.game-card {
|
||
|
margin: 0 20px;
|
||
|
}
|