mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-01-23 15:36:52 +00:00
Add scary warning from prerelease
So that it is available in Netlify preview builds, which use the tw5.com edition, not prerelease
This commit is contained in:
parent
814f6b5dbb
commit
b18faf05c1
@ -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