X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=web%2Fatns.css;fp=web%2Fatns.css;h=7bf835eca16cf9cde4c2c97dbef063b7259037a7;hb=c58b8a9f8b1ae5494857fc423ed8e33b2bbcf329;hp=0000000000000000000000000000000000000000;hpb=6ce9d9112c232f02b2be6cbdedbeb89c28bc713a;p=architektonas diff --git a/web/atns.css b/web/atns.css new file mode 100644 index 0000000..7bf835e --- /dev/null +++ b/web/atns.css @@ -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; +} +