]> arthur.barton.de Git - ngircd-web.git/commitdiff
Our CSS file is ./common/styles.css: remove ./style.css
authorAlexander Barton <alex@barton.de>
Thu, 29 Mar 2012 16:27:44 +0000 (18:27 +0200)
committerAlexander Barton <alex@barton.de>
Thu, 29 Mar 2012 16:27:44 +0000 (18:27 +0200)
common/styles.css
style.css [deleted file]

index 5c4ec241107cb195ae23a0bb847a158bba69a20a..0b870b4a712816782660e1ebeb412c56b3bf6bb2 100644 (file)
@@ -38,6 +38,12 @@ h1.titel span {
        color: #005555;
 }
 
+#metaNav {
+       font-size: 80%;
+       text-align: right;
+       padding: 0.1em 1em;
+}
+
 /* @end */
 
 /* @group Navigation */
diff --git a/style.css b/style.css
deleted file mode 100644 (file)
index 2f61900..0000000
--- a/style.css
+++ /dev/null
@@ -1,59 +0,0 @@
-/*
- * 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-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;
-       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
-}
-
-DD { margin-bottom: 1em; }
-
-UL { list-style-type: square; }
-
-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- */