1
0
mirror of https://github.com/balkian/go5ears.git synced 2025-09-02 09:02:20 +00:00

Improved Shuffling, better UI

This commit is contained in:
J.Fernando Sánchez
2012-10-08 08:26:37 +02:00
parent 4ab5485cae
commit 43e2f072bb
14 changed files with 129 additions and 65 deletions

View File

@@ -1,5 +1,10 @@
html,body {
height: 100%;
background-color: #111;
color: #666;
background-position: top;
background-image:url("../img/chem.png");
background-repeat: repeat-x;
}
* {
margin:0;
@@ -11,20 +16,26 @@ html,body {
#wrapper {
position:relative;
height: auto !important;
min-height: 90%;
min-height: 85%;
margin: 0 auto 0;
}
#headerPage {
position:relative;
min-height:10%;
min-height:15%;
width: 100%;
}
#controls {
.controls ul li {
width: 50%;
display: inline;
margin-left:auto;
margin-right: auto;
}
.controls ul{
margin: 0;
padding: 0;
list-style-type: none;
text-align: center;
}
.list-name{
font-size:small;
@@ -37,3 +48,28 @@ html,body {
float:right;
right:2em;
}
.control-button{
width:2em;
}
.ui-accordion {
font-size:small;
}
#spider {
position:absolute;
height:10%;
vertical-align: bottom;
text-align: center;
color: #FE0;
}
#spiderlogo{
height:60px;
}
#skull {
position:absolute;
right:0px;
height:10%;
}