]> arthur.barton.de Git - ngircd-web.git/blobdiff - style.css
Remove inline pointer to german localisation
[ngircd-web.git] / style.css
index e3aa73e975ab0cdc70d75f350dc30cda193c53d9..2f61900ea009bf39c8ffc4a9c9235433a4038f04 100644 (file)
--- a/style.css
+++ b/style.css
@@ -1,16 +1,23 @@
-/* style.css for http://arthur.ath.cx/~alex/ */
-/* last changes: 2002-05-20, alex@arthur.ath.cx */
+/*
+ * Cascading Style Sheet for ngIRCd homepage
+ * http://arthur.ath.cx/~alex/ngircd/
+ *
+ * $Id: style.css,v 1.6 2008/02/26 19:31:44 alex Exp $
+ */
 
 BODY {
        background-color: white;
        color: black;
        margin: 30px;
+       font-family: Geneva, sans-serif;
+       font-size: 12px;
+       line-height: 1.2
 }
 
-A:visited { color: purple; background: transparent; }
-A:link { color: navy; background: transparent; }
-A:active { color: red; background: transparent; }
-A:hover { background: #ffa; }
+A:visited { color: purple; background-color: transparent; }
+A:link { color: navy; background-color: transparent; }
+A:active { color: red; background-color: transparent; }
+A:hover { color: inherit; background-color: #ffa; }
 
 H1, H2, H3 {
        font-family: Verdana, sans-serif;
@@ -26,8 +33,27 @@ P, LI, TD, TH, DT {
        line-height: 1.2
 }
 
+DD { margin-bottom: 1em; }
+
 UL { list-style-type: square; }
 
-SMALL { line-height: 1; }
+SMALL { line-height: 1em; }
+
+.Hint {
+       padding: 1px;
+       border: 1px dotted silver;
+}
+
+.Security {
+       padding: 1px;
+       border: 1px dotted silver;
+       color: black;
+       background: #fdd;
+}
+
+#metaNav {
+       text-align: right;
+       font-size: 10px;
+}
 
 /* -eof- */