2024-09-23 12:51:49 -05:00
|
|
|
:root {
|
|
|
|
--bgColor: #FFFAFC;
|
|
|
|
--fgColor: #6e5854;
|
|
|
|
--metaColor: #FFEFF1;
|
|
|
|
--headColor: #E05969;
|
|
|
|
--linkColor: #BC2F3F;
|
|
|
|
--hovColor: #e3868f;
|
|
|
|
--bgSelect: #fab0b8;
|
2024-12-12 20:47:37 -06:00
|
|
|
--sidebarUrl: url("/img/theme/peach.jpeg") repeat;
|
|
|
|
--bullet: url("/img/theme/kingluludeer_peach.png");
|
|
|
|
--theme-image: url("/img/theme/kittea_paws.gif");
|
2024-09-23 12:51:49 -05:00
|
|
|
background-color: white;
|
|
|
|
background-size: 10px 10px;
|
|
|
|
background-image:
|
|
|
|
linear-gradient(to right, #FFEFF1 1px, transparent 1px),
|
|
|
|
linear-gradient(to bottom, #FFEFF1 1px, transparent 1px);
|
|
|
|
}
|
|
|
|
|
2024-09-26 12:47:17 -05:00
|
|
|
ul.update {
|
2024-12-12 20:47:37 -06:00
|
|
|
list-style-image: url("/img/theme/loveup.gif");
|
2024-12-23 21:40:13 -06:00
|
|
|
}
|
|
|
|
|
|
|
|
.theme-credit {
|
|
|
|
padding-bottom: 0.5rem;
|
2024-09-23 12:51:49 -05:00
|
|
|
}
|