2013-04-30 21:58:18 +00:00
|
|
|
title: $:/themes/tiddlywiki/starlight/styles.tid
|
2014-09-10 08:13:21 +00:00
|
|
|
tags: [[$:/tags/Stylesheet]]
|
2013-04-30 21:58:18 +00:00
|
|
|
|
|
|
|
\rules only filteredtranscludeinline transcludeinline macrodef macrocallinline
|
|
|
|
|
|
|
|
/*
|
|
|
|
Placeholder for a more thorough refinement of Snow White
|
|
|
|
*/
|
|
|
|
|
2013-05-01 12:05:55 +00:00
|
|
|
@font-face {
|
2021-05-19 13:12:12 +00:00
|
|
|
font-family: "Arvo";
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: 400;
|
|
|
|
src: local("Arvo"), url(<<datauri "$:/themes/tiddlywiki/starlight/arvo.woff">>) format("woff");
|
2013-05-01 12:05:55 +00:00
|
|
|
}
|
|
|
|
|
2014-08-28 18:41:29 +00:00
|
|
|
html body, .tc-sidebar-scrollable-backdrop {
|
2013-05-01 12:05:55 +00:00
|
|
|
font-family: "Arvo", "Times";
|
2021-05-19 13:12:12 +00:00
|
|
|
background: url(<<datauri "$:/themes/tiddlywiki/starlight/ltbg.jpg">>);
|
2013-04-30 21:58:18 +00:00
|
|
|
}
|
2013-05-31 12:10:26 +00:00
|
|
|
|
2014-08-28 18:41:29 +00:00
|
|
|
.tc-page-controls svg {
|
2021-05-19 13:12:12 +00:00
|
|
|
<<filter "drop-shadow(1px 1px 2px rgba(255,255,255,0.9))">>
|
2013-05-31 18:57:27 +00:00
|
|
|
}
|