68 lines
No EOL
1.3 KiB
CSS
68 lines
No EOL
1.3 KiB
CSS
:root {
|
|
--bgColor: #000040;
|
|
--fgColor: #D8DAFF;
|
|
--metaColor: #141C36;
|
|
--headColor: #A0A8F4;
|
|
--linkColor: #FF72F7;
|
|
--hovColor: #6BB6E5;
|
|
--bgSelect: #453355;
|
|
--sidebarUrl: url("/img/stars.gif") repeat;
|
|
background-color: #030314;
|
|
background-size: 10px 10px;
|
|
background-image:
|
|
linear-gradient(to right, #1C1736 1px, transparent 1px),
|
|
linear-gradient(to bottom, #1C1736 1px, transparent 1px);
|
|
--bullet: url("/img/pastelstar.gif")
|
|
}
|
|
|
|
ul.update {
|
|
list-style-image: url("/img/upup.gif");
|
|
}
|
|
|
|
@font-face {
|
|
font-family: vcr;
|
|
src: url("/fonts/vcr.ttf")
|
|
}
|
|
@font-face {
|
|
font-family: loveletter;
|
|
src: url("/fonts/loveletter.ttf")
|
|
}
|
|
@font-face {
|
|
font-family: starlight;
|
|
src: url("/fonts/starlight.ttf")
|
|
}
|
|
@font-face {
|
|
font-family: pixelegance;
|
|
src: url("/fonts/pixelegance.ttf")
|
|
}
|
|
|
|
html {
|
|
font: .9rem 'vcr', monospace;
|
|
line-height: 1.25rem;
|
|
}
|
|
|
|
h1 {
|
|
font: 3.8em loveletter, monospace;
|
|
}
|
|
|
|
h2 {
|
|
font: 2em pixelegance, monospace;
|
|
line-height: 2.5rem;
|
|
padding-top: .5rem;
|
|
}
|
|
|
|
h3 {
|
|
font: 1.8em starlight, monospace;
|
|
line-height: 2rem;
|
|
padding: .4rem 0 .2rem;
|
|
}
|
|
|
|
h4 {
|
|
font: bold 1.5rem pixelegance, monospace;
|
|
padding-top: 1rem;
|
|
margin: 0.1vw 0.1vw 0.1vw 1.5vw;
|
|
}
|
|
|
|
code {
|
|
font: 1rem courier, monospace;
|
|
} |