From: <var...@us...> - 2009-01-31 13:22:23
|
Revision: 6469 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=6469&view=rev Author: vargenau Date: 2009-01-31 12:24:13 +0000 (Sat, 31 Jan 2009) Log Message: ----------- Netscape 4 is dead Modified Paths: -------------- trunk/themes/Hawaiian/Hawaiian.css Removed Paths: ------------- trunk/themes/Hawaiian/Hawaiian-heavy.css Deleted: trunk/themes/Hawaiian/Hawaiian-heavy.css =================================================================== --- trunk/themes/Hawaiian/Hawaiian-heavy.css 2009-01-31 12:13:51 UTC (rev 6468) +++ trunk/themes/Hawaiian/Hawaiian-heavy.css 2009-01-31 12:24:13 UTC (rev 6469) @@ -1,50 +0,0 @@ -/* - * $Id$ - * - * Hawaiian-heavy.css - * - * This is stuff which should be in Hawaiian.css, but which breaks NS4. - */ - -/* This makes spacings in NS4 too big. */ -.toolbar, div.toolbar { margin: 0.5ex 0ex; } - -/* Link icons */ -img.linkicon { vertical-align: middle; } - - -/* This break NS4 (display does not go full width), but is necessary for IE4. */ -div.wikitext { - width: auto; - /* NS4 doesn't know about png with transparency so it renders the whole image solid black */ - background: url("images/tchecker-white.png") repeat; -} -.wiki-edithelp { - /* NS4 doesn't know about png with transparency so it renders the whole image solid black */ - background: url("images/tchecker-sand.png") repeat; -} -.wiki-edithelp p { - /* NS4 doesn't know about png with transparency so it renders the whole image solid black */ - background: url("images/tchecker-white.png") repeat; -} - - -/** - * Diff Output - */ -.diff .block div { position: relative; padding-left: 1.5em; } -.diff .prefix { position: absolute; left: 0.5em; top: 0; } - - -/** - * Other - */ -div.errors { - /* NS4 doesn't know about png with transparency so it renders the whole image solid black */ - background: url("images/tchecker-sand.png") repeat; -} -.debug { - /* NS4 doesn't know about png with transparency so it renders the whole image solid black */ - background: url("images/tchecker-sand.png") repeat; -} - Modified: trunk/themes/Hawaiian/Hawaiian.css =================================================================== --- trunk/themes/Hawaiian/Hawaiian.css 2009-01-31 12:13:51 UTC (rev 6468) +++ trunk/themes/Hawaiian/Hawaiian.css 2009-01-31 12:24:13 UTC (rev 6469) @@ -10,13 +10,6 @@ */ /** - * NS4 doesn't grok @import. This allows us to put things which - * break NS4 in another file. As of OmniWeb 4.1, OW now @imports :-( - */ -@import url(Hawaiian-heavy.css); - - -/** * General */ img { @@ -472,6 +465,48 @@ list-style-image: none; } +/* This makes spacings in NS4 too big. */ +.toolbar, div.toolbar { margin: 0.5ex 0ex; } + +/* Link icons */ +img.linkicon { vertical-align: middle; } + + +/* This break NS4 (display does not go full width), but is necessary for IE4. */ +div.wikitext { + width: auto; + /* NS4 doesn't know about png with transparency so it renders the whole image solid black */ + background: url("images/tchecker-white.png") repeat; +} +.wiki-edithelp { + /* NS4 doesn't know about png with transparency so it renders the whole image solid black */ + background: url("images/tchecker-sand.png") repeat; +} +.wiki-edithelp p { + /* NS4 doesn't know about png with transparency so it renders the whole image solid black */ + background: url("images/tchecker-white.png") repeat; +} + + +/** + * Diff Output + */ +.diff .block div { position: relative; padding-left: 1.5em; } +.diff .prefix { position: absolute; left: 0.5em; top: 0; } + + +/** + * Other + */ +div.errors { + /* NS4 doesn't know about png with transparency so it renders the whole image solid black */ + background: url("images/tchecker-sand.png") repeat; +} +.debug { + /* NS4 doesn't know about png with transparency so it renders the whole image solid black */ + background: url("images/tchecker-sand.png") repeat; +} + /* * table class="boxed" * will put a border around the table (but not around the cells) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |