Skip to content

Commit

Permalink
add concrete background.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ali Asaria authored and Ali Asaria committed Oct 10, 2011
1 parent a3b0beb commit 20a735d
Show file tree
Hide file tree
Showing 15 changed files with 4 additions and 2 deletions.
Binary file added client/css/bg/45degreee_fabric.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added client/css/bg/bright_squares.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added client/css/bg/cardboard.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added client/css/bg/circles.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added client/css/bg/concrete_wall_2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added client/css/bg/concrete_wall_2_2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added client/css/bg/concrete_wall_3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added client/css/bg/grunge_wall.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added client/css/bg/noisy.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added client/css/bg/paper_3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added client/css/bg/rockywall.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added client/css/bg/soft_wallpaper.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added client/css/bg/stucco.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added client/css/bg/whitey.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 4 additions & 2 deletions client/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ body {
-khtml-user-select: none;
-webkit-user-select: none;

background-image: url('/css/bg/concrete_wall_2_2.png');

}

#board {
Expand Down Expand Up @@ -55,8 +57,8 @@ body {
xmargin-left: auto;
xmargin-right: auto;

-webkit-box-shadow: 1px 1px 2px #aaa;
-moz-box-shadow: 1px 1px 2px #aaa;
-webkit-box-shadow: 1px 3px 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"*/
}
Expand Down

0 comments on commit 20a735d

Please sign in to comment.