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. |
From: <var...@us...> - 2010-05-21 08:24:21
|
Revision: 7426 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=7426&view=rev Author: vargenau Date: 2010-05-21 08:24:15 +0000 (Fri, 21 May 2010) Log Message: ----------- Hawaiian-heavy.css does not exist Modified Paths: -------------- trunk/themes/Hawaiian/Makefile Removed Paths: ------------- trunk/themes/Hawaiian/Hawaiian-heavy-min.css Deleted: trunk/themes/Hawaiian/Hawaiian-heavy-min.css =================================================================== --- trunk/themes/Hawaiian/Hawaiian-heavy-min.css 2010-05-21 08:13:24 UTC (rev 7425) +++ trunk/themes/Hawaiian/Hawaiian-heavy-min.css 2010-05-21 08:24:15 UTC (rev 7426) @@ -1 +0,0 @@ -.toolbar,div.toolbar{margin:.5ex 0;}img.linkicon{vertical-align:middle;}div.wikitext{width:auto;background:url("images/tchecker-white.png") repeat;}.wiki-edithelp{background:url("images/tchecker-sand.png") repeat;}.wiki-edithelp p{background:url("images/tchecker-white.png") repeat;}.diff .block div{position:relative;padding-left:1.5em;}.diff .prefix{position:absolute;left:.5em;top:0;}div.errors{background:url("images/tchecker-sand.png") repeat;}.debug{background:url("images/tchecker-sand.png") repeat;} \ No newline at end of file Modified: trunk/themes/Hawaiian/Makefile =================================================================== --- trunk/themes/Hawaiian/Makefile 2010-05-21 08:13:24 UTC (rev 7425) +++ trunk/themes/Hawaiian/Makefile 2010-05-21 08:24:15 UTC (rev 7426) @@ -5,7 +5,7 @@ # minify CSS and JS # -CSS_SRC = Hawaiian.css Hawaiian-heavy.css +CSS_SRC = Hawaiian.css CSS_FILES = $(patsubst %.css,%-min.css,$(CSS_SRC)) all : css This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |