Skip to content

Commit 1f5ec57

Browse files
committed
Added a light paper texture to break up the flat red bg.
1 parent 8569358 commit 1f5ec57

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

osurb.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,8 @@ caption, tbody, tfoot, thead, tr, th, td {
145145
outline: 0; }
146146

147147
body {
148+
background-image: url("textured-bg.png");
149+
background-repeat: repeat;
148150
background-color: #5f0c17;
149151
margin: 0 auto;
150152
font-family: verdana, sans-serif;

osurb.sass

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ $button_width: 6.5em // (0.5em / char) * |max_button_text| / 2
3737
text-shadow: rgba(0,0,0,0.5) 0px -1px 0px, rgba(255,255,255,0.5) 0px 1px 0px
3838

3939
body
40+
background-image: url("textured-bg.png")
41+
background-repeat: repeat
4042
background-color: $color_bg_red
4143
margin: 0 auto
4244
font-family: verdana, sans-serif
@@ -129,7 +131,9 @@ body
129131
+border_radius(5px,5px,5px,5px)
130132
width: $paragraph_width
131133
padding: $paragraph_padding_v $paragraph_padding_h
132-
background-color: $color_para_grey /* #6F242E tony's original colors) */
134+
background-color: $color_para_grey
135+
//background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(lighten($color_para_grey, 10%)), to(darken($color_para_grey, 10%)))
136+
//background-image: -moz-linear-gradient(center top , lighten($color_para_grey, 10%) 0%, darken($color_para_grey, 10%) 100%)
133137
/* background-color: rgba(255, 255, 255, 0.1) */
134138
/* float: left */
135139

textured-bg.png

34.6 KB
Loading

0 commit comments

Comments
 (0)