mirror of
https://github.com/whscullin/apple2js.git
synced 2024-01-12 14:14:38 +00:00
f283dae7e1
* 2IMG Download support. * Use string encoder/decoder
37 lines
500 B
CSS
37 lines
500 B
CSS
.header {
|
|
width: 580px;
|
|
margin: auto;
|
|
}
|
|
|
|
@media all and (display-mode: minimal-ui) {
|
|
.header {
|
|
display: none;
|
|
}
|
|
}
|
|
|
|
.header img {
|
|
border: none;
|
|
}
|
|
|
|
:global(.full-page) .header {
|
|
display: none;
|
|
}
|
|
|
|
.badge {
|
|
cursor: pointer;
|
|
}
|
|
|
|
.subtitle {
|
|
margin: 0;
|
|
padding: 3px 0 0 10;
|
|
color: black;
|
|
font-family: "Adobe Garamond Pro",Garamond,Times;
|
|
font-size: 13px;
|
|
font-weight: normal;
|
|
}
|
|
|
|
.motter {
|
|
font-family: "Motter Tektura";
|
|
font-size: 12px;
|
|
}
|