add concrete background.

This commit is contained in:
Ali Asaria 2011-10-10 14:21:57 -04:00
parent a3b0bebc59
commit 20a735d921
15 changed files with 4 additions and 2 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 79 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 41 KiB

BIN
client/css/bg/cardboard.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 200 KiB

BIN
client/css/bg/circles.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 247 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 272 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 361 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 61 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 106 KiB

BIN
client/css/bg/noisy.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

BIN
client/css/bg/paper_3.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 33 KiB

BIN
client/css/bg/rockywall.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 101 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 225 KiB

BIN
client/css/bg/stucco.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 34 KiB

BIN
client/css/bg/whitey.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 85 KiB

View file

@ -21,6 +21,8 @@ body {
-khtml-user-select: none; -khtml-user-select: none;
-webkit-user-select: none; -webkit-user-select: none;
background-image: url('/css/bg/concrete_wall_2_2.png');
} }
#board { #board {
@ -55,8 +57,8 @@ body {
xmargin-left: auto; xmargin-left: auto;
xmargin-right: auto; xmargin-right: auto;
-webkit-box-shadow: 1px 1px 2px #aaa; -webkit-box-shadow: 1px 3px 2px #aaa;
-moz-box-shadow: 1px 1px 2px #aaa; -moz-box-shadow: 1px 3px 2px #999;
x-webkit-transform:rotate(0.3deg); /*"is that a little off-level? i feel like it is off-level"*/ x-webkit-transform:rotate(0.3deg); /*"is that a little off-level? i feel like it is off-level"*/
} }