[GRASSweb-list]markus: web sitestyle.css,1.5,1.6

grass at intevation.de grass at intevation.de
Mon Nov 11 10:16:07 EST 2002


Author: markus

Update of /grassrepository/web
In directory doto:/tmp/cvs-serv13912

Modified Files:
	sitestyle.css 
Log Message:
simplified to reach the same results on netscape, mozilla and konqueror

Index: sitestyle.css
===================================================================
RCS file: /grassrepository/web/sitestyle.css,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- sitestyle.css	11 Nov 2002 12:58:07 -0000	1.5
+++ sitestyle.css	11 Nov 2002 15:16:05 -0000	1.6
@@ -1,5 +1,7 @@
 /* GRASS web site style sheet
  * send improvements to weblist at grass.itc.it
+ * 
+ *  (eg how to reach the same result on netscape, mozilla konqueror?)
  *
  * Fonts:
  *	http://www.w3.org/TR/REC-CSS2/fonts.html
@@ -7,37 +9,78 @@
  *	http://www.w3.org/TR/REC-CSS2/tables.html
  */
 
+
 A:link{         color: blue }
 A:visited{	color: rgb(50%, 0%, 50%) }
 
-BODY{		font-family: Arial, Helvetica;
+BODY{		background: white;
+		color: black;}
+
+H1{		background-color: white;
+		color: rgb(25%, 60%, 25%);
+		font-family: Courier, monospace;
+		font-weight: bold;
+		font-size: x-large;
+		}
+
+H2{		background-color: white;
+		color: rgb(25%, 60%, 25%);
+		font-family: Courier, monospace;
+		font-weight: bold;
+		font-size: large;
+		}
+
+H3{		background-color: white;
+		color: rgb(25%, 60%, 25%);
+		font-family: Courier, monospace;
+		font-weight: bold;
+		font-size: large;
+		}
+
+
+/* all below unused */
+/*
+BODY{		font-family: Arial, sans-serif;
 		background: white;
 		color: black;}
 
-P{
-		line-height: 1.1; /* required for Mozilla */
+UL{		font-family: sans-serif;
+		background: white;
+		line-height: 1.1;
 		}
 
-TH{		font-family: Arial, Helvetica;
+DIV{		font-family: sans-serif;
+		background: white;
+		line-height: 1.1;
+		font-size: 80%;
 		}
-TD{		font-family: Arial, Helvetica;
+
+TH{		font-family: sans-serif;
+		}
+
+TD{		font-family: sans-serif;
 		}
 
 H1{		background-color: white;
 		color: rgb(25%, 60%, 25%);
-		font-family: monospace;
+		font-family: Courier, monospace;
 		font-weight: bold;
-		font-size: 18pt;
+		font-size: x-large;
 		}
 
 H2{		background-color: white;
 		color: rgb(25%, 60%, 25%);
-		font-family: monospace;
+		font-family: Courier, monospace;
+		font-weight: bold;
+		font-size: large;
 		}
 
 H3{		background-color: white;
 		color: rgb(25%, 60%, 25%);
-		font-family: monospace;
+		font-family: Courier, monospace;
+		font-weight: bold;
+		font-size: large;
 		}
 
 IMG.toplogo{	vertical-align: middle }
+*/





More information about the grass-web mailing list