X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fchatty;a=blobdiff_plain;f=root%2Fstatic%2Fcss%2Fcommon.css;fp=root%2Fstatic%2Fcss%2Fcommon.css;h=2e378b5a2124391b42c36d7dcb99e46cd6689968;hp=0000000000000000000000000000000000000000;hb=6d0804a199f1cae7be898b771829c0dfbf2de7f1;hpb=a8521f31e2464f3ba892cbb283ef212958cf014d diff --git a/root/static/css/common.css b/root/static/css/common.css new file mode 100644 index 0000000..2e378b5 --- /dev/null +++ b/root/static/css/common.css @@ -0,0 +1,49 @@ + +body { + font: 100 14px Verdana, Helvetica, Arial; + margin: 10px; + background: #ccf; +} + +img { + border: 0; +} + +a { + text-decoration: none; +} + +a:hover { + border-bottom: 1px dotted blue; +} + + +.left { + float: left; + margin: 0 5px 5px 0; +} + +.right { + float: right; + margin: 0 0 5px 5px; +} + + +#outer { + margin: 0 auto 0 auto; + width: 640px; + border: 2px solid black; + background: #99c; +} + +#inner { + margin: 5px; + padding: 10px; + border: 2px solid black; + background: white; +} + +#inner h1 { + font-size: 1.3em; +} +