1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-22 21:33:14 +00:00
TiddlyWiki5/plugins/tiddlywiki/share/styles.tid
2020-02-04 14:06:59 +00:00

17 lines
405 B
Plaintext

title: $:/plugins/tiddlywiki/share/styles
tags: [[$:/tags/Stylesheet]]
\rules only filteredtranscludeinline transcludeinline macrodef macrocallinline
.tc-sharing-wizard-wrapper {
width: 100%;
padding: 1em 1em;
margin-bottom: 1em;
border-radius: 4px;
background: <<colour background>>;
<<box-shadow "inset 0px 2px 3px 2px rgba(0,0,0,0.4)">>
}
input.tc-sharing-wizard-editor {
width: 100%;
}