]> Shamusworld >> Repos - architektonas/blobdiff - web/atns.css
Added mouse wheel zoom.
[architektonas] / web / atns.css
diff --git a/web/atns.css b/web/atns.css
new file mode 100644 (file)
index 0000000..7bf835e
--- /dev/null
@@ -0,0 +1,41 @@
+/*
+
+CSS for Architektonas
+
+*/
+
+body
+{
+       color: #007F00;
+       background-color: #C0FFF0;
+       font: 12.0pt verdana, sans-serif;
+       text-align: center; /* Crappy hack for IE--die, Die, DIE! */
+}
+
+h1
+{
+       font-size: 48pt;
+       font-weight: bold;
+       color: #FF0000;
+}
+
+h2
+{
+       font-size: 20pt;
+       font-weight: bold;
+       color: #FF7F00;
+}
+
+p, ul, h3
+{
+       text-align: left;
+}
+
+p#footer
+{
+       margin-top: 40px;
+       color: #AF0000;
+       font-size: 10pt;
+       font-style: italic;
+}
+