aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mainstyle.css77
1 files changed, 63 insertions, 14 deletions
diff --git a/mainstyle.css b/mainstyle.css
index ae025db..d06ee3a 100644
--- a/mainstyle.css
+++ b/mainstyle.css
@@ -1,4 +1,4 @@
-BODY {
+body {
border: 4px solid navy;
padding: 0px;
margin: 0px;
@@ -6,45 +6,45 @@ BODY {
color: #000000;
}
-A:link { color: #1F00FF }
-A:hover { color: #FF0000 }
-A:visited { color: #9900DD }
+a:link { color: #1F00FF }
+a:hover { color: #FF0000 }
+a:visited { color: #9900DD }
-TR.odd { background-color: #CCCCEE }
-TR.even { background-color: #FFFFFF }
+tr.odd { background-color: #CCCCEE }
+tr.even { background-color: #FFFFFF }
-TABLE.main {
+table.main {
background-color: #FFFFFF;
}
-TD.group {
+td.group {
background-color: #0063C1;
color: white;
font-weight: bold;
}
-THEAD.std {
+thead.std {
font-style: italic;
background-color: #FFFFDD;
}
-TD.std {
+td.std {
background-color: #FFFFDD;
}
-TABLE.shade {
+table.shade {
background-color: gray
}
-TABLE.navbar {
+table.navbar {
background-color: #FFFFFF;
}
-TABLE {
+table {
empty-cells: show
}
-TD.separator {
+td.separator {
text-align: center;
background-color: silver;
}
@@ -162,3 +162,52 @@ sup {
font-size: 80%;
color: gray;
}
+
+.permalink {
+}
+
+.error {
+}
+
+.date {
+ width: 40%;
+}
+
+.subject {
+ font-style: italic;
+}
+
+.itemdate {
+ color: gray;
+}
+
+.itemsubject {
+ font-style: italic;
+}
+
+.itemtext {
+ border-top: 1px solid gray;
+}
+
+table.news-summary {
+ border: 1px solid gray;
+ width: 80%;
+}
+
+#news {
+ padding-bottom: 2em;
+}
+
+#news-summary {
+ float: top;
+}
+
+#news-article {
+ float: right;
+ width: 70%;
+ margin-left: 1em;
+ padding-left: 1em;
+}
+
+.news-header {
+}

Return to:

Send suggestions and report system problems to the System administrator.