-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9fa6ae0
commit e2731c2
Showing
1 changed file
with
95 additions
and
96 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,96 +1,95 @@ | ||
html { margin: 0; padding: 0; } | ||
body { margin: 0; padding: 0; font-family: helvetica, arial, sans-serif; } | ||
|
||
|
||
#board { | ||
width: 490px; height: 450px; | ||
border: 2px solid #333; background: LimeGreen; | ||
position: relative; | ||
-moz-border-radius: 8px; | ||
-webkit-border-radius: 8px; | ||
-khtml-border-radius: 8px; | ||
border-radius: 8px; | ||
} | ||
|
||
#about_pane, #instructions_pane { | ||
position: absolute; top: 20px; left: 20px; width: 360px; height: 320px; | ||
border: 5px solid white; background: #efffef; | ||
text-align: left; | ||
font-size: 70%; | ||
padding: 40px; | ||
z-index: 1000001; | ||
-moz-box-shadow: 0 0 4px #ccc; | ||
-webkit-box-shadow: 0 0 4px #ccc; | ||
box-shadow: 0 0 4px #ccc; | ||
-moz-box-shadow:inset 0 0 20px #333; | ||
-webkit-box-shadow:inset 0 0 20px #333; | ||
box-shadow:inset 0 0 20px #333; | ||
-moz-border-radius: 8px; | ||
-webkit-border-radius: 8px; | ||
-khtml-border-radius: 8px; | ||
border-radius: 8px; | ||
} | ||
|
||
#about_pane h2, #instructions_pane h2 { text-align: center; margin-top: -1em; padding-top: -1em; } | ||
|
||
#instructions_pane ul { margin: 0; padding: 0; list-style-position: outside } | ||
#instructions_pane li { margin: 0; padding: 0; } | ||
|
||
#score { | ||
position: absolute; right: 0; bottom: 0; padding: 0 2px; | ||
} | ||
|
||
#tools { | ||
position: absolute; bottom: 0; left: 0; width: 100%; | ||
text-align: center; | ||
} | ||
|
||
#redeal { | ||
} | ||
|
||
#restart { | ||
} | ||
|
||
#notification { | ||
width: 488px; | ||
border: 2px solid #333; border-top: 0; border: 0; | ||
color: #454545; background: white; | ||
font-size: .8em; padding: 3px; | ||
} | ||
|
||
.card { position: absolute; | ||
width: 54px; height: 84px; | ||
|
||
border: 2px solid #333; | ||
-moz-border-radius: 8px; | ||
-webkit-border-radius: 8px; | ||
-khtml-border-radius: 8px; | ||
border-radius: 8px; | ||
background: url('../img/tile.png') top left repeat; | ||
padding: 2px; | ||
text-align: center; font-size: 200%; | ||
} | ||
|
||
.ui-draggable-dragging { border: 2px solid #33f; } | ||
|
||
.bed { position: absolute; | ||
width: 54px; height: 84px; | ||
|
||
border: 2px solid #333; | ||
-moz-border-radius: 8px; | ||
-webkit-border-radius: 8px; | ||
-khtml-border-radius: 8px; | ||
border-radius: 8px; | ||
background: #54ef54; | ||
padding: 2px; | ||
text-align: center; | ||
} | ||
|
||
#loading { | ||
position: absolute; top: 290px; left: 350px; border: 3px solid #333; padding: 8px; | ||
text-align: center; font-size: 130%; z-index: 100; background: lightyellow; | ||
-moz-border-radius: 8px; | ||
-webkit-border-radius: 8px; | ||
-khtml-border-radius: 8px; | ||
border-radius: 8px; | ||
} | ||
html { margin: 0; padding: 0; } | ||
body { margin: 0; padding: 0; font-family: helvetica, arial, sans-serif; } | ||
|
||
#board { | ||
width: 490px; height: 450px; | ||
border: 2px solid #333; background: LimeGreen; | ||
position: relative; | ||
-moz-border-radius: 8px; | ||
-webkit-border-radius: 8px; | ||
-khtml-border-radius: 8px; | ||
border-radius: 8px; | ||
} | ||
|
||
#about_pane, #instructions_pane { | ||
position: absolute; top: 20px; left: 20px; width: 360px; height: 320px; | ||
border: 5px solid white; background: #efffef; | ||
text-align: left; | ||
font-size: 70%; | ||
padding: 40px; | ||
z-index: 1000001; | ||
-moz-box-shadow: 0 0 4px #ccc; | ||
-webkit-box-shadow: 0 0 4px #ccc; | ||
box-shadow: 0 0 4px #ccc; | ||
-moz-box-shadow:inset 0 0 20px #333; | ||
-webkit-box-shadow:inset 0 0 20px #333; | ||
box-shadow:inset 0 0 20px #333; | ||
-moz-border-radius: 8px; | ||
-webkit-border-radius: 8px; | ||
-khtml-border-radius: 8px; | ||
border-radius: 8px; | ||
} | ||
|
||
#about_pane h2, #instructions_pane h2 { | ||
text-align: center; margin-top: -1em; padding-top: -1em; | ||
} | ||
|
||
#instructions_pane ul { | ||
margin: 0; padding: 0; list-style-position: outside | ||
} | ||
#instructions_pane li { | ||
margin: 0; padding: 0; | ||
} | ||
|
||
#score { | ||
position: absolute; right: 0; bottom: 0; padding: 0 2px; | ||
} | ||
|
||
#tools { | ||
position: absolute; bottom: 0; left: 0; width: 100%; | ||
text-align: center; | ||
} | ||
|
||
#notification { | ||
width: 488px; | ||
border: 2px solid #333; border-top: 0; border: 0; | ||
color: #454545; background: white; | ||
font-size: .8em; padding: 3px; | ||
} | ||
|
||
.card { position: absolute; | ||
width: 54px; height: 84px; | ||
border: 2px solid #333; | ||
-moz-border-radius: 8px; | ||
-webkit-border-radius: 8px; | ||
-khtml-border-radius: 8px; | ||
border-radius: 8px; | ||
background: url('../img/tile.png') top left repeat; | ||
padding: 2px; | ||
text-align: center; font-size: 200%; | ||
} | ||
|
||
.ui-draggable-dragging { | ||
border: 2px solid #33f; | ||
} | ||
|
||
.bed { position: absolute; | ||
width: 54px; height: 84px; | ||
border: 2px solid #333; | ||
-moz-border-radius: 8px; | ||
-webkit-border-radius: 8px; | ||
-khtml-border-radius: 8px; | ||
border-radius: 8px; | ||
background: #54ef54; | ||
padding: 2px; | ||
text-align: center; | ||
} | ||
|
||
#loading { | ||
position: absolute; top: 290px; left: 350px; border: 3px solid #333; padding: 8px; | ||
text-align: center; font-size: 130%; z-index: 100; background: lightyellow; | ||
-moz-border-radius: 8px; | ||
-webkit-border-radius: 8px; | ||
-khtml-border-radius: 8px; | ||
border-radius: 8px; | ||
} |