From f006af4a363329fb809ec1b56759a05cbc87ca8e Mon Sep 17 00:00:00 2001 From: Josh Humble Date: Wed, 2 Jan 2013 11:10:34 -0800 Subject: [PATCH 1/4] Create HumbleStyle.css Stylesheet under for CSS1K, by Josh Humble --- styles/HumbleStyle.css | 1 + 1 file changed, 1 insertion(+) create mode 100644 styles/HumbleStyle.css diff --git a/styles/HumbleStyle.css b/styles/HumbleStyle.css new file mode 100644 index 0000000..e06cdbc --- /dev/null +++ b/styles/HumbleStyle.css @@ -0,0 +1 @@ +body{background:#eee;font-family:Calibri, sans-serif;margin:0;}body > header > h1{float:left;font:38px Georgia;color:#666;margin-bottom:5px;}header{float:left;width:100%;}nav{max-height:25px;width:80%;float:left;transition:max-height 1s ease-in;overflow:hidden;margin:0 0 0 80px;padding:0 0 20px;}nav:hover{max-height:2000px;}nav h2{font-size:20px;background:#fff;border-radius:6px;color:#ccc;display:inline;padding:3px 5px;}nav ul li{float:left;background:#fff;border-radius:3px;list-style:none;margin:5px;padding:2px 5px;}nav ul li a:first-child:after{content:" | ";}article{float:left;background:#ccc;border-top:1px dotted #999;border-bottom:1px dotted #999;margin:-15px 0 20px;}article > header{display:block;position:relative;float:left;background:#ccc;border-bottom:1px dotted #999;}section{float:left;width:35%;border-left:1px dotted #999;padding:20px;}h2{font-size:28px;color:#777;margin:5px 0;}p,a:link,a:hover,ol li{font-size:16px;color:#666;}p{margin:0 0 20px 20px;}a:hover{color:#000;} From f1af086d0972aa2d076bd37a5ad52e0200a1bc6e Mon Sep 17 00:00:00 2001 From: Josh Humble Date: Wed, 2 Jan 2013 14:15:17 -0500 Subject: [PATCH 2/4] Update index.html Added HumbleStyle --- index.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/index.html b/index.html index 117826c..569e509 100644 --- a/index.html +++ b/index.html @@ -177,6 +177,8 @@

Select a design

Roman Komarov
  • SimpleBox Rael Max
  • +
  • HumbleStyle + Josh Humble
  • From ae651f9dae6d63257ce14c932532fc13c89d6d35 Mon Sep 17 00:00:00 2001 From: Josh Humble Date: Wed, 2 Jan 2013 14:18:32 -0500 Subject: [PATCH 3/4] Update index.html --- index.html | 2 -- 1 file changed, 2 deletions(-) diff --git a/index.html b/index.html index 569e509..117826c 100644 --- a/index.html +++ b/index.html @@ -177,8 +177,6 @@

    Select a design

    Roman Komarov
  • SimpleBox Rael Max
  • -
  • HumbleStyle - Josh Humble
  • From a103b46d4eb15f65b4d80188705a3d2b9beeffdd Mon Sep 17 00:00:00 2001 From: Josh Humble Date: Wed, 2 Jan 2013 14:26:19 -0500 Subject: [PATCH 4/4] Update styles/HumbleStyle.css --- styles/HumbleStyle.css | 1 - 1 file changed, 1 deletion(-) diff --git a/styles/HumbleStyle.css b/styles/HumbleStyle.css index e06cdbc..e69de29 100644 --- a/styles/HumbleStyle.css +++ b/styles/HumbleStyle.css @@ -1 +0,0 @@ -body{background:#eee;font-family:Calibri, sans-serif;margin:0;}body > header > h1{float:left;font:38px Georgia;color:#666;margin-bottom:5px;}header{float:left;width:100%;}nav{max-height:25px;width:80%;float:left;transition:max-height 1s ease-in;overflow:hidden;margin:0 0 0 80px;padding:0 0 20px;}nav:hover{max-height:2000px;}nav h2{font-size:20px;background:#fff;border-radius:6px;color:#ccc;display:inline;padding:3px 5px;}nav ul li{float:left;background:#fff;border-radius:3px;list-style:none;margin:5px;padding:2px 5px;}nav ul li a:first-child:after{content:" | ";}article{float:left;background:#ccc;border-top:1px dotted #999;border-bottom:1px dotted #999;margin:-15px 0 20px;}article > header{display:block;position:relative;float:left;background:#ccc;border-bottom:1px dotted #999;}section{float:left;width:35%;border-left:1px dotted #999;padding:20px;}h2{font-size:28px;color:#777;margin:5px 0;}p,a:link,a:hover,ol li{font-size:16px;color:#666;}p{margin:0 0 20px 20px;}a:hover{color:#000;}