Add: maestro main menu tab
This commit is contained in:
+41
-16
@@ -22,37 +22,62 @@ header {
|
||||
/*text-align: center;*/
|
||||
}
|
||||
|
||||
section {
|
||||
background-color: #ddddff;
|
||||
}
|
||||
|
||||
article {
|
||||
padding: 1em;
|
||||
}
|
||||
|
||||
footer {
|
||||
height: 70px;
|
||||
padding: 1em;
|
||||
/*padding: 1em;*/
|
||||
color: black;
|
||||
background-color: #007196;
|
||||
clear: left;
|
||||
/*clear: left;*/
|
||||
/*text-align: center;*/
|
||||
}
|
||||
|
||||
|
||||
|
||||
#home {
|
||||
/*color: red;*/
|
||||
}
|
||||
|
||||
/*
|
||||
.player_free {
|
||||
display: inline-block;
|
||||
width: 100%;
|
||||
background-color: #f00;
|
||||
}
|
||||
|
||||
.maestro_free {
|
||||
display: inline-block;
|
||||
width: 100%;
|
||||
background-color: #0ff;
|
||||
#page-tabs {
|
||||
width: 1024px;
|
||||
height: 30px;
|
||||
}
|
||||
*/
|
||||
|
||||
#page-tabs ul {
|
||||
height: 60px;
|
||||
padding: 0px;
|
||||
margin: 0px;
|
||||
}
|
||||
|
||||
#page-tabs ul li {
|
||||
list-style: none;
|
||||
background-color: #eeeeff;
|
||||
color: #aaaadd;
|
||||
float: left;
|
||||
font-size: 1.3em;
|
||||
font-weight: none;
|
||||
line-height: 60px;
|
||||
vertical-align: middle;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
#page-tabs ul li.activated {
|
||||
font-weight: bold;
|
||||
color: black;
|
||||
background-color: #ddddff;
|
||||
}
|
||||
|
||||
#page-tabs ul li.widthOneThird {
|
||||
width: 33.33%;
|
||||
}
|
||||
|
||||
#page-tabs ul li.widthQuarter {
|
||||
width: 25%;
|
||||
}
|
||||
|
||||
</style>
|
||||
Reference in New Issue
Block a user