This commit is contained in:
user
2013-03-11 01:39:49 +01:00
parent 7bc552605f
commit 8b71dfb0f1
3 changed files with 33 additions and 22 deletions

View File

@@ -4,9 +4,11 @@
*{
margin: 0px;
padding: 0px;
font-family: Arial, sans-serif;
font-family: Helvetica,Arial, sans-serif;
width: 100%;
height: 100%;
color: black;
text-decoration: none;
}
html body{
@@ -72,13 +74,18 @@ html body{
background: linear-gradient(to bottom, rgba(155,155,155,1) 0%,rgba(14,14,14,1) 100%);
}
#timeline {
color: white;
color: white;
height: auto;
min-height: 50%;
max-height: 100%;
}
#timeline section {
color: white;
}
#player {
height: auto;
}
#playerlistsec {
@@ -112,6 +119,11 @@ footer{
float: left;
}
#playerlistsec .menu li a{
color: black;
text-decoration: none;
}
#playerlistsec .menu li.select{
height: 5%;
min-height: 50px;
@@ -126,14 +138,9 @@ footer{
}
#sidenav li {
clear: both;
display: list-item;
height: 30px;
width: 100px;
}
#sidenav li.subli {
list-style: circle;
margin-left: 50px;
}
#sidenav ul {
margin-left: 50px;
}