tasiaiso.vulpecula.zone/theme/style.css

69 lines
914 B
CSS
Raw Normal View History

2024-05-09 12:19:35 +02:00
html {
font-family: monospace;
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
}
2025-02-17 14:53:19 +01:00
#content p img {
width: 65%;
/* max-height: 80vh; */
height: auto;
}
.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;
}
.ring {
border: 1px dotted var(--yellow);
padding: 8px;
text-align: center;
font-size: large;
}