mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-16 06:44:50 +00:00
Merge branch 'tiddlywiki-com'
This commit is contained in:
commit
1f9cbd25b4
@ -133,3 +133,15 @@ type: text/vnd.tiddlywiki
|
|||||||
.tc-saving-sidebar-category { margin-bottom:10px; }
|
.tc-saving-sidebar-category { margin-bottom:10px; }
|
||||||
.tc-saving-sidebar-category-title { margin-bottom:5px; font-weight:bold; }
|
.tc-saving-sidebar-category-title { margin-bottom:5px; font-weight:bold; }
|
||||||
.tc-saving-sidebar-category-item { margin-left:10px; white-space:nowrap; }
|
.tc-saving-sidebar-category-item { margin-left:10px; white-space:nowrap; }
|
||||||
|
|
||||||
|
.tc-scary-warning {
|
||||||
|
font-weight: bold;
|
||||||
|
padding: 0 1em;
|
||||||
|
margin-left: -1em;
|
||||||
|
margin-right: -1em;
|
||||||
|
color: #f22;
|
||||||
|
border-radius: 4px;
|
||||||
|
border: 3px solid transparent;
|
||||||
|
background: #ffd;
|
||||||
|
background: linear-gradient(#ffd, #ffd) padding-box, repeating-linear-gradient(-45deg, red 0, red 25%, transparent 0, transparent 50%) 0 / .6em .6em;
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user