mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-12-25 01:20:30 +00:00
parent
b7832cd1d4
commit
73eeb3e715
@ -258,6 +258,7 @@ a.tw-tiddlylink-missing {
|
|||||||
|
|
||||||
.tw-page-controls img {
|
.tw-page-controls img {
|
||||||
height: 1.5em;
|
height: 1.5em;
|
||||||
|
padding-right: 0.5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tw-menu-list-item {
|
.tw-menu-list-item {
|
||||||
@ -312,7 +313,12 @@ a.tw-tiddlylink-missing {
|
|||||||
position: relative;
|
position: relative;
|
||||||
margin-bottom: 2em;
|
margin-bottom: 2em;
|
||||||
background-color: {{$:/core/styles/colourmappings##tiddlerbackground}};
|
background-color: {{$:/core/styles/colourmappings##tiddlerbackground}};
|
||||||
<<box-shadow "5px 5px 5px rgba(0, 0, 0, 0.1)">>
|
}
|
||||||
|
|
||||||
|
@media screen {
|
||||||
|
.tw-tiddler-frame {
|
||||||
|
<<box-shadow "5px 5px 5px rgba(0, 0, 0, 0.1)">>
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 55em) {
|
@media (max-width: 55em) {
|
||||||
@ -352,6 +358,12 @@ a.tw-tiddlylink-missing {
|
|||||||
height: 0.75em;
|
height: 0.75em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media print {
|
||||||
|
.tw-tiddler-controls {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.tw-tiddler-help { /* Help prompts within tiddler template */
|
.tw-tiddler-help { /* Help prompts within tiddler template */
|
||||||
color: #999;
|
color: #999;
|
||||||
margin-top: 1em;
|
margin-top: 1em;
|
||||||
|
Loading…
Reference in New Issue
Block a user