Add: maestro main menu tab

This commit is contained in:
2018-06-27 10:42:57 +09:00
parent 6f4be3e81b
commit 6c5eb43bb9
7 changed files with 305 additions and 91 deletions
+41 -16
View File
@@ -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>