]> arthur.barton.de Git - ngircd-web.git/commitdiff
Added style sheet and "valid HTML" logo.
authorAlexander Barton <alex@barton.de>
Wed, 30 Apr 2003 21:35:22 +0000 (21:35 +0000)
committerAlexander Barton <alex@barton.de>
Wed, 30 Apr 2003 21:35:22 +0000 (21:35 +0000)
style.css [new file with mode: 0644]
valid-html401.gif [new file with mode: 0644]

diff --git a/style.css b/style.css
new file mode 100644 (file)
index 0000000..e3aa73e
--- /dev/null
+++ b/style.css
@@ -0,0 +1,33 @@
+/* style.css for http://arthur.ath.cx/~alex/ */
+/* last changes: 2002-05-20, alex@arthur.ath.cx */
+
+BODY {
+       background-color: white;
+       color: black;
+       margin: 30px;
+}
+
+A:visited { color: purple; background: transparent; }
+A:link { color: navy; background: transparent; }
+A:active { color: red; background: transparent; }
+A:hover { background: #ffa; }
+
+H1, H2, H3 {
+       font-family: Verdana, sans-serif;
+       background-color: white;
+       color: #005555;
+}
+H1 { margin-bottom: 10px; }
+H2 { margin-top: 20px; }
+
+P, LI, TD, TH, DT {
+       font-family: Geneva, sans-serif;
+       font-size: 12px;
+       line-height: 1.2
+}
+
+UL { list-style-type: square; }
+
+SMALL { line-height: 1; }
+
+/* -eof- */
diff --git a/valid-html401.gif b/valid-html401.gif
new file mode 100644 (file)
index 0000000..a444440
Binary files /dev/null and b/valid-html401.gif differ