Update of /cvsroot/phpwiki/phpwiki/themes/WikiTrek
In directory usw-pr-cvs1:/tmp/cvs-serv23617/phpwiki/themes/WikiTrek
Modified Files:
WikiTrek.css
Log Message:
*** empty log message ***
Index: WikiTrek.css
===================================================================
RCS file: /cvsroot/phpwiki/phpwiki/themes/WikiTrek/WikiTrek.css,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** WikiTrek.css 2001/12/26 14:11:51 1.1
--- WikiTrek.css 2001/12/26 18:35:30 1.2
***************
*** 12,15 ****
--- 12,20 ----
*/
+ /* 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(WikiTrek-gravimetric.css);
+
BODY {
/* Mozilla ignores the background image, with or without a background color specified (?) */
***************
*** 93,97 ****
.toolbar .wiki {
- color : #000;
background : #8452b5;
text-decoration : none;
--- 98,101 ----
***************
*** 105,109 ****
.wikiaction {
- color : #000;
background : #0b0;
text-decoration : none;
--- 109,112 ----
***************
*** 130,139 ****
.wiki:hover {
- color : #000;
background : #6300ce;
}
.wikiaction:hover {
- color : #000;
background : #ffcf00;
}
--- 133,140 ----
|