X-Git-Url: https://git.wpitchoune.net/gitweb/?a=blobdiff_plain;f=www%2Fstyle.css;h=bff8f5670937f670e477df7f6c76c96184f4782c;hb=6d9ffc592752d89835629ec8ae9ff0dd6ea6603e;hp=5b5401942a7354811717a288da4c7f2298eedec6;hpb=1a0fc974e2424fc7728c23c1e9d237ae700bbd4e;p=psensor.git diff --git a/www/style.css b/www/style.css index 5b54019..bff8f56 100644 --- a/www/style.css +++ b/www/style.css @@ -1,6 +1,7 @@ body { padding: 1em 1em 1em 1em; font-family: "Ubuntu", sans-serif; + font-size: 100%; color: #000; background-color: #fff; } @@ -28,9 +29,7 @@ h1 { } p { - font-size: 12px; - line-height: 16px; - color: #333333; + font-size: 100%; margin-bottom: 8px; } @@ -43,8 +42,6 @@ table { thead { background-color: #aea79f; - font-size: 12px; - line-height: 16px; color: #ffffff; font-weight: bold; padding-top: 4px; @@ -52,8 +49,6 @@ thead { } tbody { - font-size: 12px; - line-height: 16px; color: #333333; padding-top: 4px; padding-bottom: 4px; @@ -63,6 +58,28 @@ th, td { padding: 4px 4px 4px 4px; } -chart { +.chart { color: #000; +} + +#menu-list { + list-style: none; + padding: 0 0 0 0; + margin: 0 0 0 0; + } + +#menu { + background: #000; + color: #fff; + padding-top: 1em; + padding-bottom: 1em; + padding-left: 1em; +} + +.sub-menu { + padding: 0 0 0 0; + margin: 0 0 0 0; + list-style: none; + display: none; + color: #fff; } \ No newline at end of file