mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-19 08:14:50 +00:00
Added dynamic stylesheet tiddlers
This commit is contained in:
parent
c91fa95843
commit
4197358281
4
tiddlywiki5/shadows/tiddlycss/BaseColour.tid
Normal file
4
tiddlywiki5/shadows/tiddlycss/BaseColour.tid
Normal file
@ -0,0 +1,4 @@
|
||||
title: BaseColour
|
||||
type: text/plain
|
||||
|
||||
#ffe8d8
|
6
tiddlywiki5/shadows/tiddlycss/StyleSheet.tid
Normal file
6
tiddlywiki5/shadows/tiddlycss/StyleSheet.tid
Normal file
@ -0,0 +1,6 @@
|
||||
title: StyleSheet
|
||||
type: text/x-tiddlywiki-css
|
||||
|
||||
body {
|
||||
background-color: [[BaseColour]];
|
||||
}
|
@ -5,6 +5,7 @@ style: shadows/css/*.css
|
||||
|
||||
shadow: shadows/*.tid
|
||||
shadow: shadows/templates/*.tid
|
||||
shadow: shadows/tiddlycss/*.tid
|
||||
#tiddler: http://wikitext.tiddlyspace.com/fractalveg.jpg
|
||||
# type: image/jpeg
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user