diff options
| author | Starla Insigna <hatkirby@fourisland.com> | 2008-11-27 10:33:17 -0500 |
|---|---|---|
| committer | Starla Insigna <hatkirby@fourisland.com> | 2008-11-27 10:33:17 -0500 |
| commit | 6497b3dafb259f9129d230bf2b52a1e6758cdf6a (patch) | |
| tree | 66274e94901fd3bec281b08e4a129175c0439108 /theme | |
| parent | ec87a3bf57fc40324fe6aadc61123d7c98c2b5f6 (diff) | |
| download | fourisland-6497b3dafb259f9129d230bf2b52a1e6758cdf6a.tar.gz fourisland-6497b3dafb259f9129d230bf2b52a1e6758cdf6a.tar.bz2 fourisland-6497b3dafb259f9129d230bf2b52a1e6758cdf6a.zip | |
Fixed up printing stylesheet
Diffstat (limited to 'theme')
| -rw-r--r-- | theme/css/print.css | 14 | ||||
| -rwxr-xr-x | theme/header.tpl | 1 |
2 files changed, 14 insertions, 1 deletions
| diff --git a/theme/css/print.css b/theme/css/print.css index 5e54a1e..ce872e0 100644 --- a/theme/css/print.css +++ b/theme/css/print.css | |||
| @@ -2,10 +2,22 @@ body { | |||
| 2 | width: 100% !important; | 2 | width: 100% !important; |
| 3 | } | 3 | } |
| 4 | 4 | ||
| 5 | div#banner, div#footer, div#rightbar { | 5 | div#footer, div#rightbar, div#push { |
| 6 | display: none; | 6 | display: none; |
| 7 | } | 7 | } |
| 8 | 8 | ||
| 9 | div#banner { | ||
| 10 | background-image: none; | ||
| 11 | height: auto !important; | ||
| 12 | } | ||
| 13 | |||
| 14 | div#banner h1 a { | ||
| 15 | text-indent: 0 !important; | ||
| 16 | color: black; | ||
| 17 | text-align: center; | ||
| 18 | height: auto !important; | ||
| 19 | } | ||
| 20 | |||
| 9 | span.print { | 21 | span.print { |
| 10 | display: inline; | 22 | display: inline; |
| 11 | } | 23 | } |
| diff --git a/theme/header.tpl b/theme/header.tpl index 6936f68..36a4d10 100755 --- a/theme/header.tpl +++ b/theme/header.tpl | |||
| @@ -4,6 +4,7 @@ | |||
| 4 | 4 | ||
| 5 | <LINK REL="stylesheet" TYPE="text/css" HREF="http://fourisland.com/theme/css.php?id=<!--BODYID-->&cat=<!--CATEGORY-->" /> | 5 | <LINK REL="stylesheet" TYPE="text/css" HREF="http://fourisland.com/theme/css.php?id=<!--BODYID-->&cat=<!--CATEGORY-->" /> |
| 6 | <LINK REL="stylesheet" TYPE="text/css" HREF="http://fourisland.com/theme/css/thickbox.css" /> | 6 | <LINK REL="stylesheet" TYPE="text/css" HREF="http://fourisland.com/theme/css/thickbox.css" /> |
| 7 | <LINK REL="stylesheet" TYPE="text/css" HREF="http://fourisland.com/theme/css/print.css" MEDIA="print" /> | ||
| 7 | <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=utf-8" /> | 8 | <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=utf-8" /> |
| 8 | <META HTTP-EQUIV="Content-Language" CONTENT="en" /> | 9 | <META HTTP-EQUIV="Content-Language" CONTENT="en" /> |
| 9 | <LINK REL="alternate" TYPE="application/rss+xml" HREF="http://feeds.feedburner.com/FourIsland?format=xml" TITLE="Four Island" /> | 10 | <LINK REL="alternate" TYPE="application/rss+xml" HREF="http://feeds.feedburner.com/FourIsland?format=xml" TITLE="Four Island" /> |
