X-Git-Url: https://git.wpitchoune.net/gitweb/?a=blobdiff_plain;f=www%2Fstyle.css;h=6722d82859fbcef5a350b84f7130f383f78fbcd2;hb=adff71577bf2226a6221605426fd7a3b5fa8801a;hp=77038373512f8a59ffe865e91c71335432b76e51;hpb=756c8a8761aac03549adb552bdf7b250726ef2e0;p=psensor.git diff --git a/www/style.css b/www/style.css index 7703837..6722d82 100644 --- a/www/style.css +++ b/www/style.css @@ -1,8 +1,12 @@ body { padding: 1em 1em 1em 1em; font-family: "Ubuntu", sans-serif; + font-size: 100%; + font-style: normal; + font-weight: normal; color: #000; background-color: #fff; + margin: 0 0 0 0; } a { @@ -17,9 +21,13 @@ a:hover { h1 { text-transform: uppercase; + margin: 0 0 1em 0; + padding: 0 0 0 0; } #footer { + font-style: normal; + font-weight: normal; padding-top: 2em; color: #666; clear: both; @@ -28,33 +36,24 @@ h1 { } p { - font-size: 12px; - line-height: 16px; - color: #333333; + font-size: 100%; margin-bottom: 8px; } table { text-align: left; - width: 100%; padding-left: 8px; padding-right: 8px; } thead { - background-color: #aea79f; - font-size: 12px; - line-height: 16px; - color: #ffffff; - font-weight: bold; + background-color: #000; + color: #fff; padding-top: 4px; padding-bottom: 4px; } tbody { - font-size: 12px; - line-height: 16px; - color: #333333; padding-top: 4px; padding-bottom: 4px; } @@ -63,6 +62,47 @@ th, td { padding: 4px 4px 4px 4px; } +th { + font-style: normal; + font-weight: normal; +} + .chart { color: #000; + font-style: normal; + font-weight: normal; +} + +ul { + list-style: none; + padding: 0 0 0 0; + margin: 0 0 0 0; +} + +ul li ul li { + padding-left: 1em; +} + +#menu { + float: left; + width: 20%; + padding: 0 0 0 0; + margin: 0 0 0 0; +} + +#main { + float: right; + width: 80%; + padding: 0 0 0 0; + margin: 0 0em 0 0; +} + +em { + font-weight: bold; + font-style: normal; +} + +#uptime { + font-weight: normal; + font-style: normal; } \ No newline at end of file