mirror of
https://github.com/RGBCube/serenity
synced 2025-05-24 18:35:07 +00:00
38 lines
452 B
CSS
38 lines
452 B
CSS
html {
|
|
display: inline;
|
|
font-family: Katica;
|
|
}
|
|
|
|
head, link, meta, script, style, title {
|
|
display: none;
|
|
}
|
|
|
|
body {
|
|
display: block;
|
|
margin: 8;
|
|
}
|
|
|
|
h1 {
|
|
display: block;
|
|
font-family: Pebbleton;
|
|
font-weight: bold;
|
|
}
|
|
|
|
pre {
|
|
display: block;
|
|
font-family: Csilla;
|
|
}
|
|
|
|
u, ins {
|
|
text-decoration: underline;
|
|
}
|
|
|
|
strong, b {
|
|
font-family: KaticaBold;
|
|
}
|
|
|
|
p {
|
|
display: block;
|
|
margin-bottom: 8;
|
|
margin-top: 8;
|
|
}
|