webbed-site/themes/sakura.css

46 lines
1 KiB
CSS
Raw Normal View History

: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");
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");
}
@font-face {
font-family: dokidoki;
2024-09-23 12:54:23 -05:00
src: url("/fonts/DokiDoki.otf")
}
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-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-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;
}