X-Git-Url: http://git.wpitchoune.net/gitweb/?p=www.git;a=blobdiff_plain;f=www%2Fpsensor%2Fstyle.css;fp=www%2Fpsensor%2Fstyle.css;h=80161ea31ecb8e1dd298ffa1bc81a482f5507411;hp=0000000000000000000000000000000000000000;hb=d8e553594fb5e56779783682a86457aa917272b0;hpb=e95a562ff02a5c691a28a570ae1b16349272fbd2 diff --git a/www/psensor/style.css b/www/psensor/style.css new file mode 100644 index 0000000..80161ea --- /dev/null +++ b/www/psensor/style.css @@ -0,0 +1,48 @@ +nav li { + float: left; + list-style: none; + margin-right: 1em; +} + +h1, nav li { + text-transform: uppercase; +} + +nav a, nav a:hover, nav a:visited { + text-decoration: none; + color: black; +} + +nav a:hover { + border-color: red; + border-bottom-style: solid; + border-bottom-width: 2px; +} + +nav ul { + margin: 0; +} + +body { + font-family: sans-serif; + margin: 1em 1em 1em 2em; + padding: 0; +} + +h1 { + padding: 0; +} + +#content,#header,h2 { + margin: 1em; + padding: 0; +} + +#footer { + display: none; +} + +pre { + margin: 1em 1em 1em 1em; + padding: 1em 1em 1em 1em; +}