summary refs log tree commit diff stats
path: root/theme/css/print.css
diff options
context:
space:
mode:
Diffstat (limited to 'theme/css/print.css')
-rwxr-xr-xtheme/css/print.css38
1 files changed, 18 insertions, 20 deletions
diff --git a/theme/css/print.css b/theme/css/print.css index ce872e0..ef7959a 100755 --- a/theme/css/print.css +++ b/theme/css/print.css
@@ -1,36 +1,34 @@
1body { 1div#sidebar, div#footer .foot-module, div#newComment {
2 width: 100% !important;
3}
4
5div#footer, div#rightbar, div#push {
6 display: none; 2 display: none;
7} 3}
8 4
9div#banner { 5div#content div#window, div#content div#actual-content {
10 background-image: none; 6 background-color: white;
11 height: auto !important; 7 padding: 0;
8 -moz-border-radius: 0;
9 -webkit-border-radius: 0;
10 -khtml-border-radius: 0;
11 border-radius: 0;
12 margin: 0;
12} 13}
13 14
14div#banner h1 a {
15 text-indent: 0 !important;
16 color: black;
17 text-align: center;
18 height: auto !important;
19}
20
21span.print {
22 display: inline;
23}
24
25div#cleardiv { 15div#cleardiv {
26 clear: none; 16 clear: none;
27} 17}
28 18
29div#content { 19div#content {
30 width: 100%; 20 width: 95%;
31} 21}
32 22
33div.post-title { 23div.post-title {
34 width: 90%; 24 width: 90%;
35} 25}
36 26
27div#banner a {
28 text-indent: 0 !important;
29 color: black;
30 text-align: center;
31 height: auto !important;
32 font-size: 4em;
33 padding-top: 1em;
34}