Skip to content

Commit

Permalink
add tile sets
Browse files Browse the repository at this point in the history
  • Loading branch information
2048-class authored and 2048-class committed Apr 1, 2014
1 parent 2798bb0 commit 449012a
Show file tree
Hide file tree
Showing 20 changed files with 23 additions and 5 deletions.
28 changes: 23 additions & 5 deletions style/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -311,43 +311,59 @@ hr {
text-align: center;
font-weight: bold;
z-index: 10;
font-size: 55px; }
font-size: 55px;
color: rgba(0,0,0,0);}
.tile.tile-2 .tile-inner {
background: #eee4da;
background: url('../tile-sets/presidents/2.jpg');
box-shadow: 0 0 30px 10px rgba(243, 215, 116, 0), inset 0 0 0 1px rgba(255, 255, 255, 0); }
.tile.tile-4 .tile-inner {
background: #ede0c8;
background: url('../tile-sets/presidents/4.jpg');
box-shadow: 0 0 30px 10px rgba(243, 215, 116, 0), inset 0 0 0 1px rgba(255, 255, 255, 0); }
.tile.tile-8 .tile-inner {
color: #f9f6f2;
background: #f2b179; }
color: rgba(0,0,0,0);
background: #f2b179;
background: url('../tile-sets/presidents/8.jpg'); }
.tile.tile-16 .tile-inner {
color: #f9f6f2;
background: #f59563; }
color: rgba(0,0,0,0);
background: #f59563;
background: url('../tile-sets/presidents/16.jpg'); }
.tile.tile-32 .tile-inner {
color: #f9f6f2;
background: #f67c5f; }
color: rgba(0,0,0,0);
background: #f67c5f;
background: url('../tile-sets/presidents/32.jpg'); }
.tile.tile-64 .tile-inner {
color: #f9f6f2;
background: #f65e3b; }
color: rgba(0,0,0,0);
background: #f65e3b;
background: url('../tile-sets/presidents/64.jpg'); }
.tile.tile-128 .tile-inner {
color: #f9f6f2;
color: rgba(0,0,0,0);
background: #edcf72;
background: url('../tile-sets/presidents/128.jpg');
box-shadow: 0 0 30px 10px rgba(243, 215, 116, 0.2381), inset 0 0 0 1px rgba(255, 255, 255, 0.14286);
font-size: 45px; }
@media screen and (max-width: 520px) {
.tile.tile-128 .tile-inner {
font-size: 25px; } }
.tile.tile-256 .tile-inner {
color: #f9f6f2;
color: rgba(0,0,0,0);
background: #edcc61;
background: url('/tile-sets/presidents/256.jpg');
box-shadow: 0 0 30px 10px rgba(243, 215, 116, 0.31746), inset 0 0 0 1px rgba(255, 255, 255, 0.19048);
font-size: 45px; }
@media screen and (max-width: 520px) {
.tile.tile-256 .tile-inner {
font-size: 25px; } }
.tile.tile-512 .tile-inner {
color: #f9f6f2;
color: rgba(0,0,0,0);
background: #edc850;
box-shadow: 0 0 30px 10px rgba(243, 215, 116, 0.39683), inset 0 0 0 1px rgba(255, 255, 255, 0.2381);
font-size: 45px; }
Expand All @@ -356,6 +372,7 @@ hr {
font-size: 25px; } }
.tile.tile-1024 .tile-inner {
color: #f9f6f2;
color: rgba(0,0,0,0);
background: #edc53f;
box-shadow: 0 0 30px 10px rgba(243, 215, 116, 0.47619), inset 0 0 0 1px rgba(255, 255, 255, 0.28571);
font-size: 35px; }
Expand All @@ -364,6 +381,7 @@ hr {
font-size: 15px; } }
.tile.tile-2048 .tile-inner {
color: #f9f6f2;
color: rgba(0,0,0,0);
background: #edc22e;
box-shadow: 0 0 30px 10px rgba(243, 215, 116, 0.55556), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 35px; }
Expand Down
Binary file added tile-sets/presidents/1024.jpeg
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 tile-sets/presidents/128.jpg
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 tile-sets/presidents/16.jpg
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 tile-sets/presidents/2.jpg
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 tile-sets/presidents/2048.jpg
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 tile-sets/presidents/256.jpg
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 tile-sets/presidents/32.jpg
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 tile-sets/presidents/4.jpg
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 tile-sets/presidents/512.jpg
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 tile-sets/presidents/64.jpg
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 tile-sets/presidents/8.jpg
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 tile-sets/udacity/128.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 tile-sets/udacity/16.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 tile-sets/udacity/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 tile-sets/udacity/256.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 tile-sets/udacity/32.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 tile-sets/udacity/4.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 tile-sets/udacity/64.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 tile-sets/udacity/8.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 449012a

Please sign in to comment.