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