commit-gnue
[Top][All Lists]
Advanced

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

r5447 - trunk/www/web/twiki


From: jcater
Subject: r5447 - trunk/www/web/twiki
Date: Sun, 21 Mar 2004 12:25:41 -0600 (CST)

Author: jcater
Date: 2004-03-21 12:25:40 -0600 (Sun, 21 Mar 2004)
New Revision: 5447

Modified:
   trunk/www/web/twiki/section.css
Log:
minor tweaks for twiki

Modified: trunk/www/web/twiki/section.css
===================================================================
--- trunk/www/web/twiki/section.css     2004-03-21 18:25:33 UTC (rev 5446)
+++ trunk/www/web/twiki/section.css     2004-03-21 18:25:40 UTC (rev 5447)
@@ -1,3 +1,64 @@
 #container {
   background: url(../images/b_wiki.png) no-repeat top left;
 }
+
+div.topeditlinks {
+  text-align: right;
+  top-margin: 0px;
+  font-size: 11px;
+  color: #0099ff;
+}
+
+div.topeditlinks a,a:visited {
+  color: #0066ff;
+  text-decoration: underline;
+}
+
+div.twikitext {
+  border-bottom: 1px dashed #666;
+}
+
+/* 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 {
+  text-decoration: none;
+}
+
+div.twikitext h1 {
+  font-size: 14px;
+  margin: 12px 0 0 0;
+  border-style: none none dotted none;
+  background-color: transparent;
+}
+
+div.twikitext h2 {
+  font-size: 13px;
+  text-decoration: underline;
+  margin: 10px 0 -2px 0;
+  border-style: none;
+}
+
+div.twikitext h3 {
+  font-size: 12px;
+  font-weight: bold;
+  font-style: italic;
+  margin: 10px 0 -2px 0;
+  border-style: none;
+}
+
+div.twikitext h4 {
+  font-size: 12px;
+  font-weight: bold;
+  margin: 10px 0 -2px 0;
+  border-style: none;
+}
+
+h1>span.nobold {
+  font-weight: medium;
+}
+
+div.twikitext table {
+  border: 1px solid #666;
+}
+
+div.twikitext
\ No newline at end of file





reply via email to

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