1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-09-28 07:08:20 +00:00

Improve print styles

Fixing #90
This commit is contained in:
Jeremy Ruston 2013-05-02 08:17:36 +01:00
parent b7832cd1d4
commit 73eeb3e715

View File

@ -258,6 +258,7 @@ a.tw-tiddlylink-missing {
.tw-page-controls img {
height: 1.5em;
padding-right: 0.5em;
}
.tw-menu-list-item {
@ -312,7 +313,12 @@ a.tw-tiddlylink-missing {
position: relative;
margin-bottom: 2em;
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) {
@ -352,6 +358,12 @@ a.tw-tiddlylink-missing {
height: 0.75em;
}
@media print {
.tw-tiddler-controls {
display: none;
}
}
.tw-tiddler-help { /* Help prompts within tiddler template */
color: #999;
margin-top: 1em;