X-Git-Url: http://git.wpitchoune.net/gitweb/?a=blobdiff_plain;f=www%2Fstyle.css;h=865c3d2d146673ece61364e68ca9b2e093262c62;hb=c1e20f2631a1249720e9c75d753eacfcb0f6c7b9;hp=5b5401942a7354811717a288da4c7f2298eedec6;hpb=1a0fc974e2424fc7728c23c1e9d237ae700bbd4e;p=psensor.git diff --git a/www/style.css b/www/style.css index 5b54019..865c3d2 100644 --- a/www/style.css +++ b/www/style.css @@ -1,13 +1,74 @@ + body { - padding: 1em 1em 1em 1em; - font-family: "Ubuntu", sans-serif; - color: #000; - background-color: #fff; + background: #e2e2e2; + color: #333333; + font-family: Ubuntu,Arial,sans-serif; + line-height: 1.6; + font-weight: lighter; + margin: 1em 2em 2em 2em; + padding: 0 0 0 0; +} + +h1 { + font-size: 2.813em; + margin: 0 0 0.267em 0; + padding: 0 0 0 0; + font-weight: normal; +} + +h2 { + font-size: 2em; + margin: 0 0 0.375em; + padding: 0 0 0 0; + font-weight: normal; +} + +h3 { + font-size: 1.438em; + margin: 0 0 0.522em; + padding: 0 0 0 0; + font-weight: normal; +} + +h4 { + font-size: 1.219em; + margin: 0 0 0.615em; + padding: 0 0 0 0; + font-weight: normal; +} + +h5 { + font-size: 1em; + margin: 0 0 0.75em; + padding: 0 0 0 0; + font-weight: bold; +} + +h6 { + font-weight: normal; + font-size: 0.813em; + letter-spacing: 0.1em; + margin: 0 0 0.923em; + text-transform: uppercase; + padding: 0 0 0 0; +} + +li { + margin: 0 0 0 1em; + line-height: 1.6; +} + +li p { + margin: 0 0 0 0; +} + +ul { + margin: 0 0 0 0; + padding: 0 0 0 0; } -a { - color: #1982D1; - font-style: normal; +a:link, a:visited { + color: #19B6EE; text-decoration: none; } @@ -15,54 +76,96 @@ a:hover { text-decoration: underline; } -h1 { - text-transform: uppercase; +code, pre, tt { + font-family: "Ubuntu Mono","Courier New",Courier,monospace; + font-weight: normal; + color: #333333; +} + +pre { + background: none repeat scroll 0 0 #e0e0e0; + border-radius: 4px; + padding: 0.5em 0.5em; + margin: 0 0 0 0; + white-space: pre-wrap; + word-wrap: break-word; +} + +table { + width: 100%; + text-align: left; } #footer { - padding-top: 2em; - color: #666; + margin: 0 0 0 0; + font-size: 0.8em; + font-weight: lighter; clear: both; text-align: right; - font-size: 75%; } -p { - font-size: 12px; - line-height: 16px; - color: #333333; - margin-bottom: 8px; +#page { + margin: 0 0 0 0; + padding: 0 0 0 0; } -table { - text-align: left; - width: 100%; - padding-left: 8px; - padding-right: 8px; +#main { + background: #ffffff; + + -moz-box-sizing: border-box; + + padding: 2em 2em 2em 2em; + + -moz-border-radius: 4px; + -webkit-border-radius: 4px; + border-radius: 4px; + + -webkit-box-shadow: 0 2px 2px 0 #C2C2C2; + box-shadow: 0 2px 2px 0 #C2C2C2; } -thead { - background-color: #aea79f; - font-size: 12px; - line-height: 16px; - color: #ffffff; - font-weight: bold; - padding-top: 4px; - padding-bottom: 4px; +#menu { + background: #ffffff; + -moz-box-sizing: border-box; + padding: 2em 2em 2em 2em; + + -moz-border-radius: 4px; + -webkit-border-radius: 4px; + border-radius: 4px; + + -webkit-box-shadow: 0 2px 2px 0 #C2C2C2; + box-shadow: 0 2px 2px 0 #C2C2C2; } -tbody { - font-size: 12px; - line-height: 16px; - color: #333333; - padding-top: 4px; - padding-bottom: 4px; +#menu-list, #menu-list > li > ul { + list-style-type: none; } -th, td { - padding: 4px 4px 4px 4px; +/* menu on left col, content on right col */ + +#menu { + float: left; + width: 18%; +} + +#main { + float: right; + width: 80%; } -chart { - color: #000; +/* asciidoc */ + +#toc, #content { + margin: 0em 0em 2em 0em; + + background: #ffffff; + -moz-box-sizing: border-box; + padding: 2em 2em 2em 2em; + + -moz-border-radius: 4px; + -webkit-border-radius: 4px; + border-radius: 4px; + + -webkit-box-shadow: 0 2px 2px 0 #C2C2C2; + box-shadow: 0 2px 2px 0 #C2C2C2; } \ No newline at end of file