diff --git a/src/web/css/module.css b/src/web/css/module.css index 45ef7d1..55687ea 100644 --- a/src/web/css/module.css +++ b/src/web/css/module.css @@ -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%; +} + \ No newline at end of file diff --git a/src/web/module/footer.html b/src/web/module/footer.html index 28d9956..11449a0 100644 --- a/src/web/module/footer.html +++ b/src/web/module/footer.html @@ -1,14 +1,49 @@ -
+
+
-