diff --git a/index.php b/index.php
index 146a110d54..2a82ca801f 100644
--- a/index.php
+++ b/index.php
@@ -20,7 +20,7 @@ require($abspath.'wp-links/links.weblogs.com.php');
-
+
@@ -34,35 +34,33 @@ require($abspath.'wp-links/links.weblogs.com.php');
',''); ?>
- [] - @
-
+
+
+ [] — @
+
+
-
-
+
+
-Pages: ', '
', 'number') ?>
-
-
-
+ Pages: ', '
', 'number'); ?>
+
+
+
-
+
-
+
-
+
-
-
-
-
-
-
+
@@ -105,12 +103,13 @@ require($abspath.'wp-links/links.weblogs.com.php');
register
- Misc:
+ Meta:
diff --git a/layout2b.css b/layout2b.css
index 8a697c8654..e78acf2693 100644
--- a/layout2b.css
+++ b/layout2b.css
@@ -15,6 +15,22 @@ a:hover {
color: #39c;
}
+acronym, abbr {
+ border-bottom: 1px dashed #333;
+}
+
+acronym, abbr, span.caps {
+ cursor: help;
+ font-size: 90%;
+ letter-spacing: .07em;
+}
+
+blockquote {
+ border-left: 5px solid #ccc;
+ margin-left: 1.5em;
+ padding-left: 5px;
+}
+
body {
font-family: Georgia, "Times New Roman", Times, serif;
margin: 0;
@@ -29,6 +45,40 @@ p, li {
line-height: 130%;
}
+.b2calendarcell {
+ color: #000;
+}
+
+.b2calendaremptycell {
+}
+
+.b2calendarheadercell {
+ background: #808080;
+ color: #ccc;
+}
+
+.b2calendarlinkpost {
+ color: #f00;
+ text-decoration: none;
+}
+
+.b2calendarmonth {
+ color: #aaa;
+}
+
+.b2calendarrow {
+ color: #0f0;
+}
+
+.b2calendartable {
+ background: #fff;
+ border: 1px solid #000;
+}
+
+.b2calendartoday {
+ color: #00f;
+}
+
.credit {
font-size: 11px;
text-align: center;
@@ -38,13 +88,22 @@ p, li {
text-align: right;
}
+.meta, .meta a {
+ color: #808080;
+ font-size: small;
+}
+
+.storytitle a {
+ text-decoration: none;
+}
+
#content {
- : ;
margin: 0 160px 0 20px;
}
#header {
background-color: #808080;
+ margin: 0;
padding-left: 10px;
}
@@ -53,15 +112,29 @@ p, li {
text-decoration: none;
}
+#header a:hover {
+ color: #ccc;
+}
+
#menu {
background-color: #000;
- border-left: 2px solid #666;
+ border-left: 3px solid #666;
+ padding-bottom: 10px;
position: absolute;
right: 0;
- top: 70px;
+ top: 65px;
width: 150px;
}
+#menu form {
+ margin: 0 0 0 13px;
+}
+
+#menu input {
+ background-color: #ccc;
+ border: 2px solid #666;
+}
+
#menu ul {
color: #ccc;
font-variant: small-caps;
@@ -94,28 +167,4 @@ p, li {
#menu ul ul li a:hover {
border-bottom: 1px solid #ccc;
-}
-
-.b2calendartable {
- background: #fff; border: 1px solid #000;
-}
-.b2calendarmonth {
- color: #aaa;
-}
-.b2calendarrow {
- color: #0f0;
-}
-.b2calendarheadercell {
- color: #ccc; background: #808080;
-}
-.b2calendarcell {
- color: #000;
-}
-.b2calendartoday {
- color: #00f;
-}
-.b2calendaremptycell { }
-.b2calendarlinkpost {
- color: #f00;
- text-decoration: none;
-}
+}
\ No newline at end of file
diff --git a/print.css b/print.css
index d1d4b63b17..64e53f5bf5 100644
--- a/print.css
+++ b/print.css
@@ -1,20 +1,35 @@
+/* This is the stylesheet modern browser will use to print your pages. */
+
+a {
+ color: #000;
+}
+
body {
- font-family: serif; font-size: 11pt;;
-}
-#header, H3, H4, storyTitle {
- margin: 0px 0px 0.5in; width: auto;
- font-weight: bold; border: none;
-}
-#main {
- float: none; margin: 0px 10%; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; width: auto
+ font-family: serif;
+ font-size: 12pt;
}
+
#content {
- margin: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; width: auto
+ margin: 0px;
+ padding: 0px;
+ width: auto;
}
-#header, H3, H4, storyTitle {
- margin: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; width: auto;
- font-weight: bold; border: none;
+
+#header, h3, h4, .storytitle {
+ border: none;
+ font-weight: bold;
+ margin: 0px;
+ padding: 0px;
+ width: auto;
}
+
+#main {
+ float: none;
+ margin: 0px 10%;
+ padding: 0px;
+ width: auto;
+}
+
#menu {
display: none;
}