mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-05 17:46:19 +00:00
338dc11436
* First commit * Enable syntax highlighting when highlight plugin is installed * Use highlighting for the control panel stylesheet listings
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;
|
|
} |