Files
mlib5/css/style.css
2013-03-11 01:39:49 +01:00

147 lines
2.8 KiB
CSS

/* ************** ALLGEMEIN ****************************************
*****************************************************************/
*{
margin: 0px;
padding: 0px;
font-family: Helvetica,Arial, sans-serif;
width: 100%;
height: 100%;
color: black;
text-decoration: none;
}
html body{
background: #FFF;
width: 100%;
height: 100%;
}
/* ************** LAYOUT ****************************************
*****************************************************************/
#wrapper {
width: 100%;
height: 100%;
background:linear-gradient(to bottom, rgba(0,0,0,0) 80%,rgba(0,0,0,0.65) 100%);
}
#mlibheader{
width: 100%;
height: 20%;
max-height: 100px;
min-height: 50px;
line-height: 100px;
float: left;
text-align: center;
font-size: 48px;
font-weight: 500;
color: #FFF;
background: linear-gradient(to right, rgba(207,231,250,1) 0%,rgba(99,147,193,1) 100%);
}
#breadcrumb{
height:10%;
width: 100%;
max-height:30px;
min-height: 10px;
float:left;
border-top: 1px solid #ccc;
border-bottom: 1px solid #ccc;
background: rgba(155,155,155,1);
}
#contentwrapper {
padding-top: 1%;
width: 100%;
height:50%;
float:left;
}
#sidenav {
width: 29%;
float:left;
height:49%;
}
#playersec {
width: 40%;
float:left;
margin-left: 1%;
margin-right : 1%;
height: auto;
background: linear-gradient(to bottom, rgba(155,155,155,1) 0%,rgba(14,14,14,1) 100%);
}
#timeline {
color: white;
height: auto;
min-height: 50%;
max-height: 100%;
}
#timeline section {
color: white;
}
#player {
height: auto;
}
#playerlistsec {
width: 29%;
float:left;
}
footer{
height: 20%;
width: 100%;
float:left;
}
/* ************** NAV ****************************************
*****************************************************************/
#playerlistsec.menu {
list-style-type: none;
width: 97%;
}
#playerlistsec .menu li {
height: 5%;
min-height: 50px;
line-height: 50px;
list-style-type: none;
text-align: center;
vertical-align: middle;
margin-bottom: 1%;
background: linear-gradient(to bottom, rgba(207,231,250,1) 0%,rgba(99,147,193,1) 100%);
cursor: pointer;
float: left;
}
#playerlistsec .menu li a{
color: black;
text-decoration: none;
}
#playerlistsec .menu li.select{
height: 5%;
min-height: 50px;
line-height: 50px;
list-style-type: none;
text-align: center;
vertical-align: middle;
margin-bottom: 1%;
background: linear-gradient(to bottom, rgba(250,207,207,1) 0%,rgba(198,99,99,1) 100%);;
cursor: pointer;
float: left;
}
#sidenav li {
clear: both;
display: list-item;
height: 30px;
width: 100px;
margin-left: 50px;
}