1
0
mirror of https://github.com/balkian/go5ears.git synced 2024-09-21 11:21:42 +00:00
go5ears/css/main.css

82 lines
1.3 KiB
CSS
Raw Normal View History

2012-10-07 12:35:56 +00:00
html,body {
height: 100%;
2012-10-08 06:26:37 +00:00
background-color: #111;
color: #666;
background-position: top;
background-image:url("../img/chem.png");
background-repeat: repeat-x;
2012-10-07 12:35:56 +00:00
}
* {
margin:0;
}
.sortable { position:relative; list-style-type: none; margin: 0; padding: 0; width: 100%; }
.sortable li { margin: 0px 3px 3px 3px; padding: 0.4em; font-size: 1em; height: 18px; }
.list-name { padding-left:3em; }
.list-controls span {float:left;display:inline;}
#wrapper {
position:relative;
height: auto !important;
2012-10-11 20:49:31 +00:00
min-height: 80%;
2012-10-07 12:35:56 +00:00
margin: 0 auto 0;
}
#headerPage {
position:relative;
2012-10-11 20:49:31 +00:00
min-height:20%;
2012-10-08 04:16:44 +00:00
width: 100%;
}
2012-10-08 06:26:37 +00:00
.controls ul li {
2012-10-08 04:16:44 +00:00
width: 50%;
display: inline;
margin-left:auto;
margin-right: auto;
2012-10-07 12:35:56 +00:00
}
2012-10-08 06:26:37 +00:00
.controls ul{
margin: 0;
padding: 0;
list-style-type: none;
text-align: center;
}
2012-10-07 12:17:15 +00:00
2012-10-08 04:16:44 +00:00
.list-name{
font-size:small;
}
#audio {
width:100%;
}
.deletesong{
float:right;
right:2em;
}
2012-10-08 06:26:37 +00:00
.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%;
2012-10-11 20:49:31 +00:00
}
.hidden{
display:none;
2012-10-08 06:26:37 +00:00
}
2012-10-12 20:38:58 +00:00
.list-controls span {
cursor:pointer;
}