1
0
Fork 0

Added some subtle backgrounds to add some appeal to the website

Courtesy subtlepatterns.com
website
Mike Gerwitz 2012-05-04 19:01:43 -04:00
parent da851c61a2
commit 1e616e8080
No known key found for this signature in database
GPG Key ID: F22BB8158EE30EAB
4 changed files with 11 additions and 3 deletions

4
images/README 100644
View File

@ -0,0 +1,4 @@
Image Credits
=============
dvsup.png and rough_diagonal.png authored by "Cody L." and "Jorick van Hees"
respectively; courtesy of subtlepatterns.com.

BIN
images/dvsup.png 100644

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 38 KiB

View File

@ -5,7 +5,9 @@
*/ */
html, body { html, body {
background-color: #eeeeec; background-color: #eeeeec;
background-image: url( 'images/rough_diagonal.png' );
background-repeat: both;
margin: 0px 0px 1.5em 0px; margin: 0px 0px 1.5em 0px;
padding: 0; padding: 0;
@ -17,8 +19,10 @@ html, body {
#header { #header {
position: relative; position: relative;
background-color: #2e3436; background-color: #2e3436;
color: #babdb6; background-image: url( 'images/dvsup.png' );
background-repeat: both;
color: #babdb6;
} }
#header-content { #header-content {