Design elements tweaked and updated. Syntax fixed.

git-svn-id: https://develop.svn.wordpress.org/trunk@104 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Matt Mullenweg 2003-05-26 10:24:55 +00:00
parent 747cb2057c
commit 1680281b82
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="RSS" href="<?php bloginfo('rss2_url'); ?>" />
<link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
<?php // comments_popup_script(); // off by default ?>
<?php comments_popup_script(); // off by default ?>
</head>
<body>
@ -34,35 +34,33 @@ require($abspath.'wp-links/links.weblogs.com.php');
<?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>
<h3 class="storytitle">
<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">
<?php the_content(); ?>
<?php the_content(); ?>
</div>
<div class="feedback">
<?php link_pages('<br />Pages: ', '<br />', 'number') ?>
<?php comments_popup_link('Comments (0)', 'Comments (1)', 'Comments (%)') ?>
<?php trackback_popup_link('TrackBack (0)', 'TrackBack (1)', 'TrackBack (%)') ?>
<?php pingback_popup_link('PingBack (0)', 'PingBack (1)', 'PingBack (%)') ?>
<?php link_pages('<br />Pages: ', '<br />', 'number'); ?>
<?php comments_popup_link('Comments (0)', 'Comments (1)', 'Comments (%)'); ?>
<?php trackback_popup_link('TrackBack (0)', 'TrackBack (1)', 'TrackBack (%)'); ?>
<?php pingback_popup_link('PingBack (0)', 'PingBack (1)', 'PingBack (%)'); ?>
</div>
<?php trackback_rdf() ?>
<?php trackback_rdf(); ?>
<!-- this includes the comments and a form to add a new comment -->
<?php include ('b2comments.php'); ?>
<?php include('b2comments.php'); ?>
<!-- this includes the trackbacks -->
<?php include ('b2trackback.php'); ?>
<?php include('b2trackback.php'); ?>
<!-- this includes the pingbacks -->
<?php include ('b2pingbacks.php'); ?>
</div>
<?php include('b2pingbacks.php'); ?>
<!-- // this is just the end of the motor - don't touch that line either :) -->
<?php } ?>
@ -105,12 +103,13 @@ require($abspath.'wp-links/links.weblogs.com.php');
<li><a href="b2register.php">register</a></li>
</ul>
</li>
<li>Misc:
<li>Meta:
<ul>
<li><a href="b2rss.php">RSS .92</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="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>
</li>
</ul>

View File

@ -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;
}
}

View File

@ -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;
}