mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-06 10:06:19 +00:00
31 lines
689 B
Plaintext
31 lines
689 B
Plaintext
|
title: $:/_tw5.com/CustomStoryTiddlerTemplateDemo/Styles
|
||
|
tags: $:/tags/Stylesheet
|
||
|
|
||
|
.tc-custom-tiddler-template {
|
||
|
border: 3px solid <<colour muted-foreground>>;
|
||
|
border-radius: 1em;
|
||
|
margin-bottom: 1em;
|
||
|
}
|
||
|
|
||
|
.tc-custom-tiddler-template-inner {
|
||
|
background: <<colour muted-foreground>>;
|
||
|
padding: 1em;
|
||
|
}
|
||
|
|
||
|
.tc-custom-tiddler-template-list {
|
||
|
position: relative;
|
||
|
height: 33vh;
|
||
|
}
|
||
|
|
||
|
.tc-custom-tiddler-template-list .tc-custom-tiddler-template-list-item {
|
||
|
position: absolute;
|
||
|
width: 100%;
|
||
|
transform-origin: 50% 0;
|
||
|
top: 50px;
|
||
|
left: 0;
|
||
|
<<box-shadow "0px 0px 15px rgba(0, 0, 0, 0.3)">>
|
||
|
}
|
||
|
|
||
|
.tc-custom-tiddler-template-list .tc-custom-tiddler-template-list-item .tc-tiddler-frame {
|
||
|
margin: 0;
|
||
|
}
|