summary refs log tree commit diff stats
path: root/theme/css/print.css
diff options
context:
space:
mode:
authorStarla Insigna <hatkirby@fourisland.com>2009-08-09 09:14:58 -0400
committerStarla Insigna <hatkirby@fourisland.com>2009-08-09 09:14:58 -0400
commit893957c41481a0cd5eb624096337762ffa54ff28 (patch)
tree09d2487f8add5a6281e3482a471abf21faa4f819 /theme/css/print.css
parentd27a3784c81f0c582e43655509e806978b7e65e4 (diff)
downloadfourisland-893957c41481a0cd5eb624096337762ffa54ff28.tar.gz
fourisland-893957c41481a0cd5eb624096337762ffa54ff28.tar.bz2
fourisland-893957c41481a0cd5eb624096337762ffa54ff28.zip
Created layout 7
The following changes were also made in this revision:

* All HTML was changed to XHTML and a !DOCTYPE was included to reflect this
* Rewrote quotes tracking system to be much less complicated and actually working
* Changed quotes rendering to look more like Chirpy than Rash
* Fixed comment textarea bug
* Rewrote a ton of CSS so it's not as bloated
* Added a JavaScript confirmation when deleting a comment
* AJAXified voting on the POTW
* AJAXified voting and flagging quotes
* AJAXified commenting
* AJAXified voting on posts
* Added DateFinder back after it was accidentally deleted in Layout 4.5

The following database changes must be performed as soon as possible:

* Fix title of NO <!DOCTYPE> post (the &lt; is missing the semicolon)
* Restore post Frasty Tha Snaman from a backup
* Reset "flag" field of all rows in "rash_quotes" to 0
* Remove the "vote" and "flag" columns of "rash_tracking"
* Rename the "quote_id" column of "rash_tracking" to "vote"

The following external code changes must also be performed as soon as possible:

* Add the following line to the end of the // Four Island block in The Fourm's functions.php:
  require('/svr/www/hatkirby/fourisland/main/includes/specialdates.php');
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}