2024-09-23 12:51:49 -05:00
|
|
|
:root {
|
|
|
|
--bgColor: #F7DEE9;
|
|
|
|
--fgColor: #626865;
|
|
|
|
--metaColor: #F6E6E6;
|
|
|
|
--headColor: #6caecf;
|
|
|
|
--linkColor: #d36977;
|
|
|
|
--hovColor: #FF5686;
|
|
|
|
--bgSelect: #BAD4AF;
|
2024-12-12 20:47:37 -06:00
|
|
|
--sidebarUrl: url("/img/theme/zeudontumblr.png");
|
2024-09-23 12:51:49 -05:00
|
|
|
background-color: var(--bgColor);
|
|
|
|
background-size: 10px 10px;
|
|
|
|
background-image:
|
|
|
|
linear-gradient(to right, #F2EAEA 1px, transparent 1px),
|
|
|
|
linear-gradient(to bottom, #F2EAEA 1px, transparent 1px);
|
2024-12-12 20:47:37 -06:00
|
|
|
--bullet: url("/img/theme/acrylliaDA-sakurabulletdark.png");
|
|
|
|
--theme-image: url("img/theme/nyanberri.png");
|
2024-09-23 12:51:49 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
@font-face {
|
|
|
|
font-family: dokidoki;
|
2024-09-23 12:54:23 -05:00
|
|
|
src: url("/fonts/DokiDoki.otf")
|
2024-09-23 12:51:49 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
html {
|
|
|
|
font: .9rem 'dokidoki', monospace;
|
|
|
|
}
|
|
|
|
|
|
|
|
a:hover {
|
|
|
|
text-decoration: underline dotted 2px var(--hovColor);
|
|
|
|
}
|
|
|
|
|
2024-09-26 12:47:17 -05:00
|
|
|
nav {
|
|
|
|
background-size: cover;
|
2024-09-23 12:51:49 -05:00
|
|
|
}
|
|
|
|
|
2024-09-26 12:47:17 -05:00
|
|
|
ul.fave {
|
2024-12-12 20:47:37 -06:00
|
|
|
list-style-image: url("/img/theme/tamagotchininja_heart.gif");
|
2024-09-23 12:51:49 -05:00
|
|
|
}
|
|
|
|
|
2024-09-26 12:47:17 -05:00
|
|
|
ul.update {
|
2024-12-12 20:47:37 -06:00
|
|
|
list-style-image: url("/img/theme/pinkarrow.gif");
|
2024-09-26 12:47:17 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
pre {
|
|
|
|
font: .8rem 'dokidoki', monospace;
|
2024-12-23 21:40:13 -06:00
|
|
|
}
|
|
|
|
|
|
|
|
.theme-credit {
|
|
|
|
padding-bottom: 0.5rem;
|
2024-09-23 12:51:49 -05:00
|
|
|
}
|