general update. Added awesoem background. cleaned up some styling here and there. much work to be done! but it will be ohhhh so sweet :)

This commit is contained in:
Your Name
2009-08-28 21:26:40 -04:00
parent dba961bd4c
commit 1d5704d873
6 changed files with 15 additions and 19 deletions
+2 -2
View File
@@ -28,8 +28,8 @@ function getSidebar()
<hr/>
<h4 class="loud">About @KennethReitz</h4>
<p>
<strong>&hearts;?</strong>
Open Minds. Open Software. Open Design.<br/>
<strong>Kenneth Reitz, <em>n</em></strong>:
Open Mind. Open Source.<br/>
<strong>Location?</strong> Winchester, Virginia. <br/>
<strong>Field?</strong> Web Application Development <br/>
<strong>What??</strong> I make websites.<br/>
Binary file not shown.

After

Width:  |  Height:  |  Size: 218 B

+2 -5
View File
@@ -9,7 +9,7 @@ Template Name: Home Page
<div class="container-main">
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
<div class="post" id="post-<?php the_ID(); ?>">
<h2>Need… More… Caffeine…</h2>
<h2><strong>Kenneth Reitz</strong>, <em>n</em>: Open Mind. Open Source.</h2>
<div class="entry">
<?php the_content('<p class="serif">Read the rest of this page &raquo;</p>'); ?>
<?php wp_link_pages(array('before' => '<p><strong>Pages:</strong> ', 'after' => '</p>', 'next_or_number' => 'number')); ?>
@@ -21,7 +21,7 @@ Template Name: Home Page
<?php while (have_posts()) : the_post(); ?>
<div <?php post_class() ?> id="post-<?php the_ID(); ?>">
<span><a href="/blog/" class="float-right quiet">Read other articles</a></span>
<h2><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title_attribute(); ?>">
<h2><a class="green" href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title_attribute(); ?>">
<?php the_title(); ?></a></h2>
<div class="entry">
@@ -29,10 +29,7 @@ Template Name: Home Page
</div>
</div>
<?php endwhile; ?>
</div>
</div>
</div>
<?php getSidebar(); ?>
+1 -1
View File
@@ -3,7 +3,7 @@
<div class="container-main">
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
<div class="post" id="post-<?php the_ID(); ?>">
<h2><?php the_title(); ?></h2>
<h2 class="green"><?php the_title(); ?></h2>
<div class="entry">
<?php the_content('<p class="serif">Read the rest of this page &raquo;</p>'); ?>
<?php wp_link_pages(array('before' => '<p><strong>Pages:</strong> ', 'after' => '</p>', 'next_or_number' => 'number')); ?>
+1 -1
View File
@@ -3,7 +3,7 @@
<div class="container-main">
<?php while (have_posts()) : the_post(); ?>
<div <?php post_class() ?> id="post-<?php the_ID(); ?>">
<h2 class="inline"><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title_attribute(); ?>">
<h2 class="inline"><a class="green" href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title_attribute(); ?>">
<?php the_title(); ?></a></h2>
<span class="float-right quiet"><?php the_time('F jS, Y') ?> <!-- by <?php the_author() ?> --></span>
<div class="post">
+9 -10
View File
@@ -11,6 +11,7 @@ No, hassan!
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
.green {color:#609F34;}
a {color: #000;}
a:hover {color:#609F34;}
a h1, h2, h3, h4, h5, h6 {color:#111}
@@ -39,16 +40,17 @@ a:hover .git-fork { position: absolute; top: 0; right: 0; border: 0; width: 149p
.class {clear: both;}
.float-right {float: right;}
.float-left {float: left;}
.post p a {color: #666;}
.post p a:hover {color: #111;}
.post p a {color: black;}
.post p a:hover {color: #609F34;}
#header {margin-top: 1em;}
#nav {font-size:2em;margin-bottom:0.75em;}
#nav a { color: #444; padding: 0 4px 0 14px;}
#nav a:hover { color: #609F34;}
body {line-height:1.5;}
html{ background: url(images/bg-grad.png) repeat-x; display: block; height: 100%;}
body {line-height:1.5; }
head {display: none;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
@@ -57,7 +59,7 @@ blockquote, q {quotes:"" "";}
a img {border:none;}
/* typography.css */
body {font-size:75%;color:#222;background:#fff;font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;}
body {font-size:75%;color: rgb(73, 70, 63);font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;}
h1, h2, h3, h4, h5, h6 {font-weight:normal;color:#111;}
h1 {font-size:3em;line-height:1;margin-bottom:0.5em;}
h2 {font-size:2em;margin-bottom:0.75em;}
@@ -97,8 +99,8 @@ caption {background:#eee;}
.small {font-size:.8em;margin-bottom:1.875em;line-height:1.875em;}
.large {font-size:1.2em;line-height:2.5em;margin-bottom:1.25em;}
.hide {display:none;}
.quiet {color:#666;}
.extra-quiet {color: #E9E9E9;}
.quiet {color: rgb(149, 149, 149);}
.extra-quiet {color: ##D2CEC3;}
.quiet strong{color: #111;}
.loud {color:#000;}
.highlight {background:#ff0;}
@@ -108,9 +110,6 @@ caption {background:#eee;}
.last {margin-right:0;padding-right:0;}
.top {margin-top:0;padding-top:0;}
.bottom {margin-bottom:0;padding-bottom:0;}
.container {width:950px;margin:0 auto;}
hr {background:#ddd;color:#ddd;clear:both;float:none;width:100%;height:.1em;margin:0 0 1.45em;border:none;}