X-Git-Url: http://git.wpitchoune.net/gitweb/?a=blobdiff_plain;f=www%2Fcss%2Fppastats.css;fp=www%2Fcss%2Fppastats.css;h=1d3f636ae6fde37219793d3c45a499c56c1db11a;hb=0ffa32c4daf36b425e7aca8caf1d2f81809be2ee;hp=0000000000000000000000000000000000000000;hpb=57e685a242d6a8429f240a01c83587d50429b8e4;p=ppastats.git diff --git a/www/css/ppastats.css b/www/css/ppastats.css new file mode 100644 index 0000000..1d3f636 --- /dev/null +++ b/www/css/ppastats.css @@ -0,0 +1,35 @@ +body { + padding: 1em 1em 1em 1em; + font-family: "Ubuntu", sans-serif; + color: #000; + background-color: #fff; +} + +em { + font-weight: bold; + font-style: normal; +} + +a { + color: #1982D1; + font-style: normal; + text-decoration: none; +} + +a:hover { + text-decoration: underline; +} + +#chart { + float: right; + width: 80%; + margin: 0 0 0 0; + padding: 0 0 0 0; + font-size: 0.75em; +} + +#versions { + width: 20%; + float: left; +} +