Make WordPress Core

Changeset 104


Ignore:
Timestamp:
05/26/2003 10:24:55 AM (22 years ago)
Author:
saxmatt
Message:

Design elements tweaked and updated. Syntax fixed.

Location:
trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/index.php

    r96 r104  
    2121    <link rel="alternate" type="text/xml" title="RSS" href="<?php bloginfo('rss2_url'); ?>" />
    2222    <link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
    23     <?php // comments_popup_script(); // off by default ?>
     23    <?php comments_popup_script(); // off by default ?>
    2424</head>
    2525
     
    3535<?php the_date('','<h2>','</h2>'); ?>
    3636
    37 <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() ?>
    38 </h3>
     37 <h3 class="storytitle">
     38  <a href="<?php permalink_link() ?>"><?php the_title(); ?></a>
     39  <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() ?>
     40  </span>
     41 </h3>
    3942
    4043<div class="storycontent">
    41 
    42 <?php the_content(); ?>
     44    <?php the_content(); ?>
     45</div>
    4346
    4447<div class="feedback">
    45 <?php link_pages('<br />Pages: ', '<br />', 'number') ?>
    46 <?php comments_popup_link('Comments (0)', 'Comments (1)', 'Comments (%)') ?>
    47 <?php trackback_popup_link('TrackBack (0)', 'TrackBack (1)', 'TrackBack (%)') ?>
    48 <?php pingback_popup_link('PingBack (0)', 'PingBack (1)', 'PingBack (%)') ?>
     48    <?php link_pages('<br />Pages: ', '<br />', 'number'); ?>
     49    <?php comments_popup_link('Comments (0)', 'Comments (1)', 'Comments (%)'); ?>
     50    <?php trackback_popup_link('TrackBack (0)', 'TrackBack (1)', 'TrackBack (%)'); ?>
     51    <?php pingback_popup_link('PingBack (0)', 'PingBack (1)', 'PingBack (%)'); ?>
    4952</div>
    5053
    51 <?php trackback_rdf() ?>
     54<?php trackback_rdf(); ?>
    5255
    5356<!-- this includes the comments and a form to add a new comment -->
    54 <?php include ('b2comments.php'); ?>
     57<?php include('b2comments.php'); ?>
    5558
    5659<!-- this includes the trackbacks -->
    57 <?php include ('b2trackback.php'); ?>
     60<?php include('b2trackback.php'); ?>
    5861
    5962<!-- this includes the pingbacks -->
    60 <?php include ('b2pingbacks.php'); ?>
    61 
    62 
    63 
    64 </div>
    65 
     63<?php include('b2pingbacks.php'); ?>
    6664
    6765<!-- // this is just the end of the motor - don't touch that line either :) -->
     
    106104    </ul>
    107105 </li>
    108  <li>Misc:
     106 <li>Meta:
    109107    <ul>
    110108        <li><a href="b2rss.php">RSS .92</a></li>
     
    112110        <li><a href="b2rss2.php">RSS 2.0</a></li>
    113111        <li><a href="http://validator.w3.org/check/referer" title="this page validates as XHTML 1.0 Transitional">Valid XHTML</a></li>
     112        <li><a href="http://wordpress.org" title="Powered by WordPress, personal publishing platform">WP</a></li>
    114113    </ul>
    115114 </li>
  • trunk/layout2b.css

    r75 r104  
    1616}
    1717
     18acronym, abbr {
     19    border-bottom: 1px dashed #333;
     20}
     21
     22acronym, abbr, span.caps {
     23    cursor: help;
     24    font-size: 90%;
     25    letter-spacing: .07em;
     26}
     27
     28blockquote {
     29    border-left: 5px solid #ccc;
     30    margin-left: 1.5em;
     31    padding-left: 5px;
     32}
     33
    1834body {
    1935    font-family: Georgia, "Times New Roman", Times, serif;
     
    3046}
    3147
     48.b2calendarcell {
     49    color: #000;
     50}
     51
     52.b2calendaremptycell {
     53}
     54
     55.b2calendarheadercell {
     56    background: #808080;
     57    color: #ccc;
     58}
     59
     60.b2calendarlinkpost {
     61    color: #f00;
     62    text-decoration: none;
     63}
     64
     65.b2calendarmonth {
     66    color: #aaa;
     67}
     68
     69.b2calendarrow {
     70    color: #0f0;
     71}
     72
     73.b2calendartable {
     74    background: #fff;
     75    border: 1px solid #000;
     76}
     77
     78.b2calendartoday {
     79    color: #00f;
     80}
     81
    3282.credit {
    3383    font-size: 11px;
     
    3989}
    4090
     91.meta, .meta a {
     92    color: #808080;
     93    font-size: small;
     94}
     95
     96.storytitle a {
     97    text-decoration: none;
     98}
     99
    41100#content {
    42     : ;
    43101    margin: 0 160px 0 20px;
    44102}
     
    46104#header {
    47105    background-color: #808080;
     106    margin: 0;
    48107    padding-left: 10px;
    49108}
     
    54113}
    55114
     115#header a:hover {
     116    color: #ccc;
     117}
     118
    56119#menu {
    57120    background-color: #000;
    58     border-left: 2px solid #666;
     121    border-left: 3px solid #666;
     122    padding-bottom: 10px;
    59123    position: absolute;
    60124    right: 0;
    61     top: 70px;
     125    top: 65px;
    62126    width: 150px;
     127}
     128
     129#menu form {
     130    margin: 0 0 0 13px;
     131}
     132
     133#menu input {
     134    background-color: #ccc;
     135    border: 2px solid #666;
    63136}
    64137
     
    96169    border-bottom: 1px solid #ccc;
    97170}
    98 
    99 .b2calendartable {
    100     background: #fff; border: 1px solid #000;
    101 }
    102 .b2calendarmonth {
    103     color: #aaa;
    104 }
    105 .b2calendarrow   {
    106     color: #0f0;
    107 }
    108 .b2calendarheadercell {
    109     color: #ccc; background: #808080;
    110 }
    111 .b2calendarcell {
    112     color: #000;
    113 }
    114 .b2calendartoday {
    115     color: #00f;
    116 }
    117 .b2calendaremptycell { }
    118 .b2calendarlinkpost {
    119     color: #f00;
    120     text-decoration: none;
    121 }
  • trunk/print.css

    r3 r104  
     1/* This is the stylesheet modern browser will use to print your pages. */
     2
     3a {
     4    color: #000;
     5}
     6
    17body {
    2     font-family: serif; font-size: 11pt;;
     8    font-family: serif;
     9    font-size: 12pt;
    310}
    4 #header, H3, H4, storyTitle {
    5     margin: 0px 0px 0.5in; width: auto;
    6     font-weight: bold; border: none;
     11
     12#content {
     13    margin: 0px;
     14    padding: 0px;
     15    width: auto;
    716}
     17
     18#header, h3, h4, .storytitle {
     19    border: none;
     20    font-weight: bold;
     21    margin: 0px;
     22    padding: 0px;
     23    width: auto;
     24}
     25
    826#main {
    9     float: none; margin: 0px 10%; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; width: auto
     27    float: none;
     28    margin: 0px 10%;
     29    padding: 0px;
     30    width: auto;
    1031}
    11 #content {
    12     margin: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; width: auto
    13 }
    14 #header, H3, H4, storyTitle {
    15     margin: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; width: auto;
    16     font-weight: bold; border: none;
    17 }
     32
    1833#menu {
    1934    display: none;
Note: See TracChangeset for help on using the changeset viewer.