summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2002-12-28 19:19:02 +0000
committerDries Buytaert <dries@buytaert.net>2002-12-28 19:19:02 +0000
commit808d60f460d55aab5c2f34a5808f07539c0ad591 (patch)
treece6e414d6207617991f6c6133314c3efa1c76c7f
parentc72096d64babac11b7b2496b7a149470901541fe (diff)
downloadbrdo-808d60f460d55aab5c2f34a5808f07539c0ad591.tar.gz
brdo-808d60f460d55aab5c2f34a5808f07539c0ad591.tar.bz2
- Oops. We lost all line breaks.
-rw-r--r--misc/admin.css90
1 files changed, 89 insertions, 1 deletions
diff --git a/misc/admin.css b/misc/admin.css
index 7323d4c94..4b692dffb 100644
--- a/misc/admin.css
+++ b/misc/admin.css
@@ -1 +1,89 @@
-body { font-size: 90%; margin: 0; background-color: #fff;}/* text */body, th, td, h1, h2, h3, h4, #menu, #main { font-family: helvetica, arial;}a {}a:link { color: #059;}a:visited { color: #049;}h1 { font-size: 1.3em; font-weight: bold; color: #000066;}h2 { font-size: 1.3em; font-weight: bold; color: #000066; margin: 0; padding: 0 0 .5em 0;}h3 { font-size: 1.2em; font-weight: bold; color: #006600; margin: 0; padding: 0 0 .5em 0;}th { font-size: 90%; text-align: left; vertical-align: top; background-color: #CCCCCC; color: #995555;}td { font-size: 90%;}/* layout */#menu { position: absolute; left: 0px; top: 0px; padding: 1em 0 1em 0; width: 200px; z-index: 1; overflow: hidden; background-color: #6699cc; border-right: 1px solid #999; border-bottom: 1px solid #999;}#menu h1 a { display: block; margin: 0; padding: 0 0 .2em .6em; color: #fff; text-decoration: none; border-bottom: 1px dotted #90bade;}#menu ul { list-style: none; margin: 0 0 0 0; padding: 0 0 0 .75em; border: none;}#menu li { margin: 0; padding: .25em .25em .25em 0; border-bottom: 1px dotted #90bade;}#menu li a { display: block; width: 100%; color: #fff; text-decoration: none;}#main { margin: 0 0 0 220px; padding: 1em 1em 1em 0; z-index: 2;} \ No newline at end of file
+body {
+ font-size: 90%;
+ margin: 0;
+ background-color: #fff;
+}
+/* text */
+body, th, td, h1, h2, h3, h4, #menu, #main {
+ font-family: helvetica, arial;
+}
+a {
+}
+a:link {
+ color: #059;
+}
+a:visited {
+ color: #049;
+}
+h1 {
+ font-size: 1.3em;
+ font-weight: bold;
+ color: #000066;
+}
+h2 {
+ font-size: 1.3em;
+ font-weight: bold;
+ color: #000066;
+ margin: 0;
+ padding: 0 0 .5em 0;
+}
+h3 {
+ font-size: 1.2em;
+ font-weight: bold;
+ color: #006600;
+ margin: 0;
+ padding: 0 0 .5em 0;
+}
+th {
+ font-size: 90%;
+ text-align: left;
+ vertical-align: top;
+ background-color: #CCCCCC;
+ color: #995555;
+}
+td {
+ font-size: 90%;
+}
+/* layout */
+#menu {
+ position: absolute;
+ left: 0px;
+ top: 0px;
+ padding: 1em 0 1em 0;
+ width: 200px;
+ z-index: 1;
+ overflow: hidden;
+ background-color: #6699cc;
+ border-right: 1px solid #999;
+ border-bottom: 1px solid #999;
+}
+#menu h1 a {
+ display: block;
+ margin: 0;
+ padding: 0 0 .2em .6em;
+ color: #fff;
+ text-decoration: none;
+ border-bottom: 1px dotted #90bade;
+}
+#menu ul {
+ list-style: none;
+ margin: 0 0 0 0;
+ padding: 0 0 0 .75em;
+ border: none;
+}
+#menu li {
+ margin: 0;
+ padding: .25em .25em .25em 0;
+ border-bottom: 1px dotted #90bade;
+}
+#menu li a {
+ display: block;
+ width: 100%;
+ color: #fff;
+ text-decoration: none;
+}
+#main {
+ margin: 0 0 0 220px;
+ padding: 1em 1em 1em 0;
+ z-index: 2;
+}