Design elements tweaked and updated. Syntax fixed.

git-svn-id: http://svn.automattic.com/wordpress/trunk@104 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
saxmatt 2003-05-26 10:24:55 +00:00
parent 9e24b15e19
commit 50e4b11414
3 changed files with 122 additions and 59 deletions

View File

@ -20,7 +20,7 @@ require($abspath.'wp-links/links.weblogs.com.php');
<link rel="alternate" type="text/xml" title="RDF" href="<?php bloginfo('rdf_url'); ?>" /> <link rel="alternate" type="text/xml" title="RDF" href="<?php bloginfo('rdf_url'); ?>" />
<link rel="alternate" type="text/xml" title="RSS" href="<?php bloginfo('rss2_url'); ?>" /> <link rel="alternate" type="text/xml" title="RSS" href="<?php bloginfo('rss2_url'); ?>" />
<link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" /> <link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
<?php // comments_popup_script(); // off by default ?> <?php comments_popup_script(); // off by default ?>
</head> </head>
<body> <body>
@ -34,35 +34,33 @@ require($abspath.'wp-links/links.weblogs.com.php');
<?php the_date('','<h2>','</h2>'); ?> <?php the_date('','<h2>','</h2>'); ?>
<h3 class="storytitle"><a href="<?php permalink_link() ?>"><?php the_title(); ?></a> <a href="?cat=<?php the_category_ID() ?>" title="Category: <?php the_category() ?>" class="storycategory">[<?php the_category() ?>]</a> - <span class="storyauthor"><?php the_author() ?></span> @ <?php the_time() ?> <h3 class="storytitle">
</h3> <a href="<?php permalink_link() ?>"><?php the_title(); ?></a>
<span class="meta"><a href="?cat=<?php the_category_ID() ?>" title="Category: <?php the_category() ?>">[<?php the_category() ?>]</a> &#8212; <?php the_author() ?> @ <?php the_time() ?>
</span>
</h3>
<div class="storycontent"> <div class="storycontent">
<?php the_content(); ?>
<?php the_content(); ?> </div>
<div class="feedback"> <div class="feedback">
<?php link_pages('<br />Pages: ', '<br />', 'number') ?> <?php link_pages('<br />Pages: ', '<br />', 'number'); ?>
<?php comments_popup_link('Comments (0)', 'Comments (1)', 'Comments (%)') ?> <?php comments_popup_link('Comments (0)', 'Comments (1)', 'Comments (%)'); ?>
<?php trackback_popup_link('TrackBack (0)', 'TrackBack (1)', 'TrackBack (%)') ?> <?php trackback_popup_link('TrackBack (0)', 'TrackBack (1)', 'TrackBack (%)'); ?>
<?php pingback_popup_link('PingBack (0)', 'PingBack (1)', 'PingBack (%)') ?> <?php pingback_popup_link('PingBack (0)', 'PingBack (1)', 'PingBack (%)'); ?>
</div> </div>
<?php trackback_rdf() ?> <?php trackback_rdf(); ?>
<!-- this includes the comments and a form to add a new comment --> <!-- this includes the comments and a form to add a new comment -->
<?php include ('b2comments.php'); ?> <?php include('b2comments.php'); ?>
<!-- this includes the trackbacks --> <!-- this includes the trackbacks -->
<?php include ('b2trackback.php'); ?> <?php include('b2trackback.php'); ?>
<!-- this includes the pingbacks --> <!-- this includes the pingbacks -->
<?php include ('b2pingbacks.php'); ?> <?php include('b2pingbacks.php'); ?>
</div>
<!-- // this is just the end of the motor - don't touch that line either :) --> <!-- // this is just the end of the motor - don't touch that line either :) -->
<?php } ?> <?php } ?>
@ -105,12 +103,13 @@ require($abspath.'wp-links/links.weblogs.com.php');
<li><a href="b2register.php">register</a></li> <li><a href="b2register.php">register</a></li>
</ul> </ul>
</li> </li>
<li>Misc: <li>Meta:
<ul> <ul>
<li><a href="b2rss.php">RSS .92</a></li> <li><a href="b2rss.php">RSS .92</a></li>
<li><a href="b2rdf.php">RDF 1.0</a></li> <li><a href="b2rdf.php">RDF 1.0</a></li>
<li><a href="b2rss2.php">RSS 2.0</a></li> <li><a href="b2rss2.php">RSS 2.0</a></li>
<li><a href="http://validator.w3.org/check/referer" title="this page validates as XHTML 1.0 Transitional">Valid XHTML</a></li> <li><a href="http://validator.w3.org/check/referer" title="this page validates as XHTML 1.0 Transitional">Valid XHTML</a></li>
<li><a href="http://wordpress.org" title="Powered by WordPress, personal publishing platform">WP</a></li>
</ul> </ul>
</li> </li>
</ul> </ul>

View File

@ -15,6 +15,22 @@ a:hover {
color: #39c; 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 { body {
font-family: Georgia, "Times New Roman", Times, serif; font-family: Georgia, "Times New Roman", Times, serif;
margin: 0; margin: 0;
@ -29,6 +45,40 @@ p, li {
line-height: 130%; 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 { .credit {
font-size: 11px; font-size: 11px;
text-align: center; text-align: center;
@ -38,13 +88,22 @@ p, li {
text-align: right; text-align: right;
} }
.meta, .meta a {
color: #808080;
font-size: small;
}
.storytitle a {
text-decoration: none;
}
#content { #content {
: ;
margin: 0 160px 0 20px; margin: 0 160px 0 20px;
} }
#header { #header {
background-color: #808080; background-color: #808080;
margin: 0;
padding-left: 10px; padding-left: 10px;
} }
@ -53,15 +112,29 @@ p, li {
text-decoration: none; text-decoration: none;
} }
#header a:hover {
color: #ccc;
}
#menu { #menu {
background-color: #000; background-color: #000;
border-left: 2px solid #666; border-left: 3px solid #666;
padding-bottom: 10px;
position: absolute; position: absolute;
right: 0; right: 0;
top: 70px; top: 65px;
width: 150px; width: 150px;
} }
#menu form {
margin: 0 0 0 13px;
}
#menu input {
background-color: #ccc;
border: 2px solid #666;
}
#menu ul { #menu ul {
color: #ccc; color: #ccc;
font-variant: small-caps; font-variant: small-caps;
@ -94,28 +167,4 @@ p, li {
#menu ul ul li a:hover { #menu ul ul li a:hover {
border-bottom: 1px solid #ccc; 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;
}

View File

@ -1,20 +1,35 @@
/* This is the stylesheet modern browser will use to print your pages. */
a {
color: #000;
}
body { body {
font-family: serif; font-size: 11pt;; font-family: serif;
} font-size: 12pt;
#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
} }
#content { #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; #header, h3, h4, .storytitle {
font-weight: bold; border: none; border: none;
font-weight: bold;
margin: 0px;
padding: 0px;
width: auto;
} }
#main {
float: none;
margin: 0px 10%;
padding: 0px;
width: auto;
}
#menu { #menu {
display: none; display: none;
} }