diff --git a/functions.php b/functions.php index 04fb873..f407256 100644 --- a/functions.php +++ b/functions.php @@ -28,8 +28,8 @@ function getSidebar()

About @KennethReitz

- ♥? - Open Minds. Open Software. Open Design.
+ Kenneth Reitz, n: + Open Mind. Open Source.
Location? Winchester, Virginia.
Field? Web Application Development
What?? I make websites.
diff --git a/images/bg-grad.png b/images/bg-grad.png new file mode 100644 index 0000000..38eec84 Binary files /dev/null and b/images/bg-grad.png differ diff --git a/page-home.php b/page-home.php index 65a29b6..6ac3a9d 100644 --- a/page-home.php +++ b/page-home.php @@ -9,7 +9,7 @@ Template Name: Home Page

-

Need… More… Caffeine…

+

Kenneth Reitz, n: Open Mind. Open Source.

Read the rest of this page »

'); ?> '

Pages: ', 'after' => '

', 'next_or_number' => 'number')); ?> @@ -21,7 +21,7 @@ Template Name: Home Page
id="post-"> Read other articles -

+

@@ -29,10 +29,7 @@ Template Name: Home Page

- -
-
diff --git a/page.php b/page.php index 130dc9e..3ca20ce 100644 --- a/page.php +++ b/page.php @@ -3,7 +3,7 @@
-

+

Read the rest of this page »

'); ?> '

Pages: ', 'after' => '

', 'next_or_number' => 'number')); ?> diff --git a/single.php b/single.php index 51911f4..7c0ce8c 100644 --- a/single.php +++ b/single.php @@ -3,7 +3,7 @@
id="post-"> -

+

diff --git a/style.css b/style.css index 8b9384c..2de33d4 100644 --- a/style.css +++ b/style.css @@ -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;}