Parchment + ribbon, first attempt.
h3rald h3rald@h3rald.com
Fri, 07 Aug 2009 14:27:55 +0200
8 files changed,
31 insertions(+),
9 deletions(-)
M
README.textile
→
README.textile
@@ -3,7 +3,3 @@
The following ruby gems are required to compile the site: * nanoc * extlib - -h2. Credits - -* "Old Paper Stock Textures":http://ayelie-stock.deviantart.com/art/Old-Paper-pack-67117235
M
files/css/layout.css
→
files/css/layout.css
@@ -41,7 +41,6 @@ color: #000;
font: 0.8em Verdana, sans-serif; margin: 0; padding: 0; - background: #fff url('../images/paper.jpg') repeat; }@@ -52,13 +51,13 @@ {
width: 100%; background-color: #000; padding: 5px 0; - height: 55px; + height: 60px; } #logo { height: 72px; - z-index: 1; + z-index: 0; } #header-container, #footer-container@@ -155,7 +154,31 @@ #wrapper {
min-height: 100%; margin-bottom: -500px; position: relative; + background: #fff url('../images/bkg.png') top repeat; } + +#border-top +{ + background: #000 url('../images/border-top.png') top repeat-x; + height: 35px; +} + +#border-bottom +{ + background: #000 url('../images/border-bottom.png') bottom repeat-x; + height: 35px; +} + +.inner-border +{ + background: transparent url('../images/redcloth.png') top repeat-x; + height: 32px; +} + + +#logo +{ +} #footer { position: relative;
M
layouts/home.htm
→
layouts/home.htm
@@ -59,7 +59,7 @@ <![endif]-->
<!-- HEADER START --> <div id="header-container"> <div id="header-left"> - <h1><img alt="H3RALD" src="/images/logo.png" /></h1> + <h1><img alt="H3RALD" id="logo" src="/images/logo.png" /></h1> </div> <div id="header-right"> <ul id="navigation">@@ -76,7 +76,8 @@ </div>
</div> <!-- HEADER END --> - + <div id="border-top"></div> + <div class="inner-border"></div> <!-- CONTAINER START --> <div id="container"> <ul id="palette">@@ -105,6 +106,8 @@ <!-- CONTENT END -->
</div> <!-- CONTAINER END --> + <div class="inner-border"></div> + <div id="border-bottom"></div> <div class="clearfooter"></div> </div> <!-- WRAPPER END --> <div id="footer">