25 lines
No EOL
684 B
CSS
25 lines
No EOL
684 B
CSS
:root {
|
|
--bgColor: #FFFAFC;
|
|
--fgColor: #6e5854;
|
|
--metaColor: #FFEFF1;
|
|
--headColor: #E05969;
|
|
--linkColor: #BC2F3F;
|
|
--hovColor: #e3868f;
|
|
--bgSelect: #fab0b8;
|
|
--sidebarUrl: url("/img/theme/peach.jpeg") repeat;
|
|
--bullet: url("/img/theme/kingluludeer_peach.png");
|
|
--theme-image: url("/img/theme/kittea_paws.gif");
|
|
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);
|
|
}
|
|
|
|
ul.update {
|
|
list-style-image: url("/img/theme/loveup.gif");
|
|
}
|
|
|
|
.theme-credit {
|
|
padding-bottom: 0.5rem;
|
|
} |