[clo-cvs] CVS public_html

gking gking at common-lisp.net
Thu Jan 17 14:55:09 UTC 2008


Update of /project/clo/cvsroot/public_html
In directory clnet:/tmp/cvs-serv16968

Modified Files:
	style.css 
Log Message:
Updated stylesheet

--- /project/clo/cvsroot/public_html/style.css	2006/01/20 02:06:25	1.23
+++ /project/clo/cvsroot/public_html/style.css	2008/01/17 14:55:08	1.24
@@ -16,8 +16,18 @@
  *
  */
 
-.topOfPage, q, h1, h2, h3, .headerTitle, .siteMap, .siteMap *, .headerLinks, .headerLinks *, .sideBox div, #footer *
-{ /* Text Color: */  color: /* #a0a0ff; */ #1111ff; }
+body {
+	overflow: auto;
+}
+
+q, h1, h2, h3, .headerTitle, .sideBox div, #footer *
+{ /* Text Color: */  color: black; }
+
+/* 
+removed these so that links get the 'blue' color
+
+.topOfPage,  .headerLinks, .headerLinks *, .siteMap, .siteMap *
+*/
 
 q, h2,  #header, .sideBox, .sideBox div, #footer
 { /* Border Color: */  border-color: #c0c0ff; }
@@ -38,6 +48,7 @@
 
 .LHS {
   margin-left: 2.5mm;
+  margin-right: 2em;
   float: left;
   clear: left;
   width: 10em;
@@ -45,10 +56,10 @@
 
 .RHS {
   margin-right: 2.5mm;
+  margin-left: 2em;
   float: right;
   clear: right;
-  width: 14em;
-  font-size: small;
+  width: 12em;
 }
 
 /* For Mozilla-based (CSS2-fully complaint) browsers only: */
@@ -68,6 +79,8 @@
   line-height: 1.5em;
   margin: 10mm 14em 0 12em;
   padding: 0 1em 1ex 1em;
+	clear: none;
+  min-width: 300px;
 }
 
 #bodyTextWide {
@@ -92,6 +105,7 @@
   padding-left: 1ex;
   padding-right: 1ex;
   float: right;
+  margin-top: 3em;
 }
 
 .smallCaps {
@@ -151,23 +165,80 @@
   float: left;
 }
 
+a {
+	text-decoration: none;
+}
+
+a:hover {
+	text-decoration: underline;
+}
+
+/* @group Sidebox */
+
+/* ###### Side Box ###### */
+
+.sideBox {
+  border-top: 2px solid;
+  border-bottom: 2px solid;
+  margin-top: 5mm;
+}
+
+.sideBox div {
+  font-weight: bold;
+  border-bottom: 1px dashed;
+  padding: 0.5ex 0.5em 0.5ex 0.75em;
+}
+
+.sideBox td {
+  padding: 0ex 0.0em 0ex 0.75em;
+}
+
+.sideBox a { 
+  line-height: 1.75em;
+  display: block;
+  padding-left: 0.5em;
+}
+
+/* unneccesary now */
+.sideBox span {
+  color: black;
+/*  text-decoration: none; */
+  line-height: 1.25em;
+  display: block;
+  padding: 1ex 0.5em 1ex 0.75em;
+}
+
+.RHS table {
+	font-size: 80%;
+}
+
+/* @end */
+
+/* @group header */
 
 /* ###### Header ###### */
 
 #header {
   border-bottom: 2px solid;
-  height: 8.5em;
   margin-bottom: 5mm;
   padding: 0.5em 2.5mm 0 5mm;
+	clear: none;
 }
 
 .headerTitle {
+  margin-top: 20px;
   font-size: 250%;
+  float: left;
+}
+
+#header img {
+	float: right;
 }
 
 .headerLinks {
   text-align: right;
   margin-right: 2.5mm;
+  margin-top: 10px;
   float: right;
   clear: right;
 }
@@ -187,49 +258,49 @@
   text-align: left;
   margin-left: 2.5mm;
   margin-right: 2.5mm;
+  margin-bottom: 0.5em;
   float: left;
   clear: left;
+  width:  50%;
 }
 
 .siteMap * {
   text-decoration: none;
 /*  font-weight: bold; */
   padding-right: 1ex;
+	border-right-style: dotted;
+	border-right-width: 1px;
 }
 
 .siteMap a:hover {
   text-decoration: underline;
 }
 
-
-/* ###### Side Box ###### */
-
-.sideBox {
-  border-top: 2px solid;
-  border-bottom: 2px solid;
-  margin-top: 5mm;
+.rss-icon {
+	background-color: #f60;
+	color: #fff;
+	font-size: 90%;
+	text-align: center;
+	padding: 0px 4px;
+	border-right: 1px outset #7d3302;
+	border-bottom: 1px outset #7d3302;	
+	margin: 0;
+	width: 3em;
 }
 
-.sideBox div {
-  font-weight: bold;
-  border-bottom: 1px dashed;
-  padding: 0.5ex 0.5em 0.5ex 0.75em;
+/* I don't know why this is necessary ... */
+.RHS .rss-icon {
+	background-color: #f60;
+	padding: 0px 4px;
 }
 
-.sideBox a, .sideBox a:hover { 
-  line-height: 1.25em;
-  display: block;
-  padding: 1ex 0.5em 1ex 0.75em;
+#separator {
+	clear: both;
 }
 
 
-.sideBox span {
-  color: black;
-/*  text-decoration: none; */
-  line-height: 1.25em;
-  display: block;
-  padding: 1ex 0.5em 1ex 0.75em;
-}
+
+/* @end */
 
 
 /* ###### Footer ###### */




More information about the clo-cvs mailing list