]> Dogcows Code - chaz/chatty/blobdiff - root/static/css/common.css
adding a basic template to build off of
[chaz/chatty] / root / static / css / common.css
diff --git a/root/static/css/common.css b/root/static/css/common.css
new file mode 100644 (file)
index 0000000..2e378b5
--- /dev/null
@@ -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;
+}
+
This page took 0.017006 seconds and 4 git commands to generate.