commit-gnue
[Top][All Lists]
Advanced

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

r5486 - in trunk/www: . web/twiki


From: jcater
Subject: r5486 - in trunk/www: . web/twiki
Date: Tue, 23 Mar 2004 14:55:18 -0600 (CST)

Author: jcater
Date: 2004-03-23 14:55:17 -0600 (Tue, 23 Mar 2004)
New Revision: 5486

Modified:
   trunk/www/TODO
   trunk/www/web/twiki/section.css
Log:
style improvements to the wiki

Modified: trunk/www/TODO
===================================================================
--- trunk/www/TODO      2004-03-23 20:33:21 UTC (rev 5485)
+++ trunk/www/TODO      2004-03-23 20:55:17 UTC (rev 5486)
@@ -2,9 +2,11 @@
  * Main area
     - Automate screenshots/
     - Automate docs/ page
- * Add "sort by date" and "alpha sort" to shared/_listdir 
+    - Automate project/status.php
+ * Add "sort by date" and "alpha sort" to shared/_listdir
  * tools/
     - Automate */screenshots/
+    - Add bayonne/
  * packages/
     - For now, none of it is automated --
       nothing there to automate :(
@@ -13,3 +15,6 @@
     - Design it!
     - Automate technotes
     - CVS Web/LXR
+ * contrib/
+    - Design!
+    - GNUe SB

Modified: trunk/www/web/twiki/section.css
===================================================================
--- trunk/www/web/twiki/section.css     2004-03-23 20:33:21 UTC (rev 5485)
+++ trunk/www/web/twiki/section.css     2004-03-23 20:55:17 UTC (rev 5486)
@@ -2,44 +2,51 @@
   background: url(../images/b_wiki.png) no-repeat top left;
 }
 
-div.topeditlinks {
+#body div.topeditlinks {
   text-align: right;
   top-margin: 0px;
   font-size: 11px;
   color: #0099ff;
 }
 
-div.topeditlinks a,a:visited {
+#body div.topeditlinks a,a:visited {
   color: #0066ff;
   text-decoration: underline;
 }
 
-div.twikitext {
+#body div.twikitext {
   border-bottom: 1px dashed #666;
   font-size: 11px;
+  color: #333366;
 }
 
 /* Make twikitext headers look like one step down from main site.
    i.e., make h1 look like the main site's h2, etc */
-div.twikitext h1,h2,h3.h4 a {
+#body div.twikitext h1,h2,h3,h4 a {
   text-decoration: none;
 }
 
-div.twikitext h1 {
+#body div.twikitext>h1 {
+  font-weight: bold;
+  color: #333366;
+/*  background-color: #fcfcfc; */
+  margin: 0 0 0 0;
+  padding: 0 0 0 0 ;
   font-size: 14px;
   margin: 12px 0 0 0;
+  border-width: thin;
   border-style: none none dotted none;
   background-color: transparent;
 }
 
-div.twikitext h2 {
+#body div.twikitext h2 {
   font-size: 13px;
   text-decoration: underline;
   margin: 10px 0 -2px 0;
   border-style: none;
 }
 
-div.twikitext h3 {
+#body div.twikitext h3 {
   font-size: 12px;
   font-weight: bold;
   font-style: italic;
@@ -47,27 +54,28 @@
   border-style: none;
 }
 
-div.twikitext h4 {
+#body div.twikitext h4 {
   font-size: 12px;
   font-weight: bold;
   margin: 10px 0 -2px 0;
   border-style: none;
 }
 
-h1>span.nobold {
+#body h1>span.nobold {
   font-weight: medium;
 }
 
-div.twikitext table {
+#body div.twikitext table {
   border: 1px solid #666;
 }
 
-div.wikitopicfooter {
-  font-size:10px;
+#body div.wikitopicfooter {
+  font-size:9px;
   color: 666;
 }
 
-div.wikitopicaction {
+#body div.wikitopicaction {
+  margin-top: 24px;
   font-size: 11px;
   border-top: 1px dashed #666;
 }
\ No newline at end of file





reply via email to

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