Changeset 104
Legend:
- Unmodified
- Added
- Removed
-
trunk/index.php
r96 r104 21 21 <link rel="alternate" type="text/xml" title="RSS" href="<?php bloginfo('rss2_url'); ?>" /> 22 22 <link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" /> 23 <?php //comments_popup_script(); // off by default ?>23 <?php comments_popup_script(); // off by default ?> 24 24 </head> 25 25 … … 35 35 <?php the_date('','<h2>','</h2>'); ?> 36 36 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> — <?php the_author() ?> @ <?php the_time() ?> 40 </span> 41 </h3> 39 42 40 43 <div class="storycontent"> 41 42 < ?php the_content(); ?>44 <?php the_content(); ?> 45 </div> 43 46 44 47 <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 (%)'); ?> 49 52 </div> 50 53 51 <?php trackback_rdf() ?>54 <?php trackback_rdf(); ?> 52 55 53 56 <!-- this includes the comments and a form to add a new comment --> 54 <?php include 57 <?php include('b2comments.php'); ?> 55 58 56 59 <!-- this includes the trackbacks --> 57 <?php include 60 <?php include('b2trackback.php'); ?> 58 61 59 62 <!-- this includes the pingbacks --> 60 <?php include ('b2pingbacks.php'); ?> 61 62 63 64 </div> 65 63 <?php include('b2pingbacks.php'); ?> 66 64 67 65 <!-- // this is just the end of the motor - don't touch that line either :) --> … … 106 104 </ul> 107 105 </li> 108 <li>M isc:106 <li>Meta: 109 107 <ul> 110 108 <li><a href="b2rss.php">RSS .92</a></li> … … 112 110 <li><a href="b2rss2.php">RSS 2.0</a></li> 113 111 <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> 114 113 </ul> 115 114 </li> -
trunk/layout2b.css
r75 r104 16 16 } 17 17 18 acronym, abbr { 19 border-bottom: 1px dashed #333; 20 } 21 22 acronym, abbr, span.caps { 23 cursor: help; 24 font-size: 90%; 25 letter-spacing: .07em; 26 } 27 28 blockquote { 29 border-left: 5px solid #ccc; 30 margin-left: 1.5em; 31 padding-left: 5px; 32 } 33 18 34 body { 19 35 font-family: Georgia, "Times New Roman", Times, serif; … … 30 46 } 31 47 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 32 82 .credit { 33 83 font-size: 11px; … … 39 89 } 40 90 91 .meta, .meta a { 92 color: #808080; 93 font-size: small; 94 } 95 96 .storytitle a { 97 text-decoration: none; 98 } 99 41 100 #content { 42 : ;43 101 margin: 0 160px 0 20px; 44 102 } … … 46 104 #header { 47 105 background-color: #808080; 106 margin: 0; 48 107 padding-left: 10px; 49 108 } … … 54 113 } 55 114 115 #header a:hover { 116 color: #ccc; 117 } 118 56 119 #menu { 57 120 background-color: #000; 58 border-left: 2px solid #666; 121 border-left: 3px solid #666; 122 padding-bottom: 10px; 59 123 position: absolute; 60 124 right: 0; 61 top: 70px;125 top: 65px; 62 126 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; 63 136 } 64 137 … … 96 169 border-bottom: 1px solid #ccc; 97 170 } 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 3 a { 4 color: #000; 5 } 6 1 7 body { 2 font-family: serif; font-size: 11pt;; 8 font-family: serif; 9 font-size: 12pt; 3 10 } 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; 7 16 } 17 18 #header, h3, h4, .storytitle { 19 border: none; 20 font-weight: bold; 21 margin: 0px; 22 padding: 0px; 23 width: auto; 24 } 25 8 26 #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; 10 31 } 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 18 33 #menu { 19 34 display: none;
Note: See TracChangeset
for help on using the changeset viewer.