tasiaiso.vulpecula.zone/theme/style.css

56 lines
734 B
CSS
Raw Normal View History

2024-05-09 12:19:35 +02:00
html {
2024-05-08 15:53:17 +02:00
font-family: sans-serif;
2024-05-07 11:48:28 +02:00
2024-05-09 00:29:59 +02:00
color: var(--fg);
background: var(--bg_h);
2024-05-07 11:48:28 +02:00
}
2024-05-09 12:19:35 +02:00
a {
2024-06-11 23:08:06 +02:00
color: var(--blue);
2024-05-07 11:48:28 +02:00
}
2024-05-09 12:19:35 +02:00
a:visited {
2024-06-11 23:08:06 +02:00
color: var(--purple);
2024-05-07 11:48:28 +02:00
}
code {
2024-05-09 00:29:59 +02:00
color: var(--yellow);
2024-05-07 11:48:28 +02:00
}
2024-05-22 15:40:30 +02:00
blockquote {
border-left: 3px solid var(--bg1);
padding-left: 16px;
}
2024-05-26 22:13:57 +02:00
.badge {
text-decoration: none;
2024-06-11 23:08:06 +02:00
image-rendering: auto;
image-rendering: crisp-edges;
image-rendering: pixelated;
image-rendering: -webkit-optimize-contrast;
2024-05-26 22:13:57 +02:00
}
.fg4 {
color: var(--fg4);
}
2024-05-09 12:54:10 +02:00
@media only screen and (min-width: 800px) {
body {
margin-left: 10vw;
margin-right: 10vw;
}
}
@media only screen and (min-width: 1100px) {
2024-05-09 12:19:35 +02:00
body {
margin-left: 20vw;
margin-right: 20vw;
}
}
2024-06-11 23:08:06 +02:00
.ad {
border: none;
width: 728px;
height: 90px;
}