gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r698 - GNUnet-docs/WWW/test


From: durner
Subject: [GNUnet-SVN] r698 - GNUnet-docs/WWW/test
Date: Tue, 26 Apr 2005 13:03:54 -0700 (PDT)

Author: durner
Date: 2005-04-26 13:02:18 -0700 (Tue, 26 Apr 2005)
New Revision: 698

Modified:
   GNUnet-docs/WWW/test/gnunet.css
   GNUnet-docs/WWW/test/index.php3
Log:
Headlines

Modified: GNUnet-docs/WWW/test/gnunet.css
===================================================================
--- GNUnet-docs/WWW/test/gnunet.css     2005-04-26 19:19:17 UTC (rev 697)
+++ GNUnet-docs/WWW/test/gnunet.css     2005-04-26 20:02:18 UTC (rev 698)
@@ -1,21 +1,72 @@
 /* global css for GNUnet */
 
-ul,ol,li,div,td,th,address,blockquote,b,i,dl,dd,dt, font.lang-menu
+ul,ol,li,div,td,th,address,blockquote,b,i,dl,dd,dt,p
      { font-family: "Arial","Helvetica";}
 
-dt{font-weight:bold;}
+h1,h2,h3,h4,h5,font.subtitle{
+  font-family: "Verdana", "Arial","Helvetica";  
+}
+     
+dt{
+  font-weight:bold;
+}
 
 
 /* font-family = Schriftart fuer Textelemente */
 /* Arial,sans-serif = Arial und serifenlose Schrift, Wert aenderbar */
 
-h1{font-size:4ex;text-align:center;}
-h2{font-size:3.5ex;background-color:#3355EE;color:#FFFFFF;width:99%;border-style:none;border-width:thin;padding:0cm;text-align:center;}
-h3{font-size:3ex;background-color:#0066CC;color:#FFFFFF;width:99%;border-style:none;border-width:thin;padding:0cm;text-align:left;}
-h4{font-size:2.5ex;background-color:#3399FF;color:#000000;width:99%;border-style:none;border-width:thin;padding:0cm;text-align:left;}
-h5{font-size:1.5ex;}
-body{background-color:#FEFEFE;color:#000000;}
+h1{
+  font-size:3.5ex;
+  text-align:center;
+}
 
+h2{
+  font-size:3ex;
+  background-color:#0B8AD0;
+  color:#FFFFFF;
+  width:99%;
+  border-color:#0a6cce;
+  border-style:solid;
+  border-width:thin;
+  padding:0cm;
+  text-align:center;
+}
+
+h3{
+  font-size:2.5ex;
+  background-color:#0066CC;
+  color:#FFFFFF;
+  width:99%;
+  border-style:none;
+  border-width:thin;
+  padding:0cm;
+  text-align:left;
+}
+
+h4{
+  font-size:2ex;
+  background-color:#3399FF;
+  color:#000000;
+  width:99%;
+  border-style:none;
+  border-width:thin;
+  padding:0cm;
+  text-align:left;
+}
+
+h5{
+  font-size:1.5ex;
+}
+
+p{
+  font-size:1.5ex;
+}
+
+body{
+  background-color:#FEFEFE;
+  color:#000000;
+}
+
 pre{font-family:Courier New,Courier; color:#000000;}
 tt{font-family:Courier New,Courier; color:#0000D0;}
 
@@ -28,7 +79,6 @@
 
 font.subtitle {
   color:#d3d3d3;
-  font-family: "Verdana", "Arial","Helvetica";
   font-size:1.2ex;
 }
 

Modified: GNUnet-docs/WWW/test/index.php3
===================================================================
--- GNUnet-docs/WWW/test/index.php3     2005-04-26 19:19:17 UTC (rev 697)
+++ GNUnet-docs/WWW/test/index.php3     2005-04-26 20:02:18 UTC (rev 698)
@@ -7,6 +7,7 @@
 H2("About GNUnet");
 gnunetlogo();
 
+P();
 W("GNUnet is a framework for secure peer-to-peer networking that does not use 
any centralized or otherwise trusted services.");
 W("A first service implemented on top of the networking layer allows anonymous 
censorship-resistant file-sharing.");
 W("GNUnet uses a simple, excess-based economic model to allocate resources.");





reply via email to

[Prev in Thread] Current Thread [Next in Thread]