diff --git a/core/shadows/StyleSheetColors.tiddler b/core/shadows/StyleSheetColors.tiddler
index 892d83b..bcad1c3 100644
|
a
|
b
|
|
| 133 | 133 | #backstagePanel {background:[[ColorPalette::Background]]; border-color: [[ColorPalette::Background]] [[ColorPalette::TertiaryDark]] [[ColorPalette::TertiaryDark]] [[ColorPalette::TertiaryDark]];} |
| 134 | 134 | .backstagePanelFooter .button {border:none; color:[[ColorPalette::Background]];} |
| 135 | 135 | .backstagePanelFooter .button:hover {color:[[ColorPalette::Foreground]];} |
| 136 | | #backstageCloak {background:[[ColorPalette::Foreground]]; opacity:0.6; filter:'alpha(opacity:60)';} |
| | 136 | #backstageCloak {background:[[ColorPalette::Foreground]]; opacity:0.6; filter:'alpha(opacity=60)';} |
| 137 | 137 | /*}}}*/</pre> |
| 138 | 138 | </div> |
diff --git a/core/shadows/StyleSheetPrint.tiddler b/core/shadows/StyleSheetPrint.tiddler
index 65525bb..6b4f5ad 100644
|
a
|
b
|
|
| 1 | 1 | <div title="StyleSheetPrint"> |
| 2 | 2 | <pre>/*{{{*/ |
| 3 | 3 | @media print { |
| 4 | | #mainMenu, #sidebar, #messageArea, .toolbar, #backstageButton, #backstageArea {display: none ! important;} |
| | 4 | #mainMenu, #sidebar, #messageArea, .toolbar, #backstageButton, #backstageArea {display: none !important;} |
| 5 | 5 | #displayArea {margin: 1em 1em 0em 1em;} |
| 6 | 6 | /* Fixes a feature in Firefox 1.5.0.2 where print preview displays the noscript content */ |
| 7 | 7 | noscript {display:none;} |
| 8 | 8 | } |
| 9 | 9 | /*}}}*/</pre> |
| 10 | | </div> |
| 11 | | No newline at end of file |
| | 10 | </div> |