1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-27 15:53:14 +00:00
TiddlyWiki5/themes/tiddlywiki/starlight/styles.tid

25 lines
637 B
Plaintext
Raw Normal View History

title: $:/themes/tiddlywiki/starlight/styles.tid
tags: [[$:/tags/Stylesheet]]
\rules only filteredtranscludeinline transcludeinline macrodef macrocallinline
/*
Placeholder for a more thorough refinement of Snow White
*/
@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");
}
2014-08-28 18:41:29 +00:00
html body, .tc-sidebar-scrollable-backdrop {
font-family: "Arvo", "Times";
2021-05-19 13:12:12 +00:00
background: url(<<datauri "$:/themes/tiddlywiki/starlight/ltbg.jpg">>);
}
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
}