46 lines
No EOL
1 KiB
CSS
46 lines
No EOL
1 KiB
CSS
:root {
|
|
--bgColor: #F7DEE9;
|
|
--fgColor: #626865;
|
|
--metaColor: #F6E6E6;
|
|
--headColor: #6caecf;
|
|
--linkColor: #d36977;
|
|
--hovColor: #FF5686;
|
|
--bgSelect: #BAD4AF;
|
|
--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);
|
|
--bullet: url("/img/theme/acrylliaDA-sakurabulletdark.png");
|
|
--theme-image: url("img/theme/nyanberri.png");
|
|
}
|
|
|
|
@font-face {
|
|
font-family: dokidoki;
|
|
src: url("/fonts/DokiDoki.otf")
|
|
}
|
|
|
|
html {
|
|
font: .9rem 'dokidoki', monospace;
|
|
}
|
|
|
|
a:hover {
|
|
text-decoration: underline dotted 2px var(--hovColor);
|
|
}
|
|
|
|
nav {
|
|
background-size: cover;
|
|
}
|
|
|
|
ul.fave {
|
|
list-style-image: url("/img/theme/tamagotchininja_heart.gif");
|
|
}
|
|
|
|
ul.update {
|
|
list-style-image: url("/img/theme/pinkarrow.gif");
|
|
}
|
|
|
|
pre {
|
|
font: .8rem 'dokidoki', monospace;
|
|
} |