update bio
[web/gag.com] / local.css
index d6153a45e3ea4056b477e9e8e576250988c052d1..dfe99d3a36e241f1e5fe35472b1a1fec4f4131f3 100644 (file)
--- a/local.css
+++ b/local.css
-/* local style sheet */
+/* Embedded Moose local.css for use with ikiwiki
+ * Written by Josh Triplett <josh@freedesktop.org>
+ * Some ideas from the Debian lighttpd index.html page. */
 
-* {
-       font-family: Frutiger, sans-serif;
-}
+body { background: #e7e7e7; }
 
-.header, #footer, .changeheader {
-       color: #f19a14 !important;
-       background-color: #162284 !important;
-}
+#content { background: #ffffff; margin: 10px 0px; border: 2px solid #c0c0c0; padding: 10px; font-family: sans-serif;}
 
-.header {
-       height: 48px;
-       font-size: 30px;
-       font-weight: bold;
-       letter-spacing: .11em;
-       padding: 10px 0px 0px 10px;
-       line-spacing 3em;
-}
+.header { background: #4b6983; border: 2px solid #7590ae; padding: 10px; color: #ffffff; font-family: sans-serif;}
+.header a { margin-right: 1ex; color: #ffffff; font-family: sans-serif;}
 
-.header a {
-       color: #f19a14 !important;
-}
+.actions ul { border: none; padding-bottom: 0px; font-family: sans-serif;}
+#footer { border: none; font-family: sans-serif;}
 
-#footer {
-       height: 22px;
-       padding: 10px 10px;
-       background-image: url(/glider-orange.png);
-       background-repeat: no-repeat;
-       background-position: 99%;
-}
-
-#searchform {
-       position: absolute;
-       font-size: 15px;
-       top: 28px;
-       right: 30px;
-}
-
-span.header {
-       background-image: none !important;
-       text-align: right;
-}
-
-.actions {
-       text-align: right;
-       background-color: #162284;
-       color: #f19a14 !important;
-       padding: 2px 0px;
-}
-
-.actions a {
-       color: #f19a14 !important;
-}
-
-.actions li {
-       display: inline;
-}
-
-.actions ul {
-       border-bottom: 40px;
-}
-
-#sidebar a:link {color: #f19a14 !important; }
-#sidebar a:visited { color: #f19a14 !important; }
-
-#sidebar h2 {
-       font-weight: normal;
-       color: white !important; 
-}
-
-#sidebar {
-       background-color: #162284 !important;
-       color: #f19a14 !important;
-       padding: 0;
-}
-
-body {
-       padding: 1em;
-       margin: 0;
-       line-height: 1.5em;
-       color: black;
-       background-color: white;
-       right: -20px;
-}
-
-body a:link {
-       color: #162284;
-}
-
-body a:visited {
-       color: black;
-}
-
-h1, h2, h3, h4, h5, h6, dl, dt {
-    font-weight: bold;
-    background-color: inherit;
-    color: #162284 !important;
-}
-
-h1, h2, h3, h4, h5, h6 {
-    letter-spacing: .11em;
-}
-
-pre {
-        margin: 0px 96px 0px 48px;
-        padding: 12px 12px 12px 12px;
-}
-
-pre, tt, code {
-        font-family: "Bitstream Vera Sans Mono", "Andale Mono", monospace;
-        color: inherit;
-        background-color: #e0e0e0;
-}
-
-#sidebar img {
-        margin: 0px 7px 0px 7px;
-}