all repos — h3rald @ 7042931648c26d9fd0e3863d539268f4970bcf03

The sources of https://h3rald.com

Parchment + ribbon, first attempt.
h3rald h3rald@h3rald.com
Fri, 07 Aug 2009 14:27:55 +0200
commit

7042931648c26d9fd0e3863d539268f4970bcf03

parent

368ff626d4588829864c756ed37a83a831bd54a6

M README.textileREADME.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.cssfiles/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.htmlayouts/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">