# HG changeset patch # User Meillo r e t u r n s # Date 1165957787 -3600 # Node ID 3cacc24e17740a25efcbd55e7d7bee73a8c753f2 # Parent 92a8978e68c5404a6d5dc0a1582f342a60cc65e3 large CSS improvements; modified banner diff -r 92a8978e68c5 -r 3cacc24e1774 Owls.css.php --- a/Owls.css.php Thu Dec 07 22:08:17 2006 +0100 +++ b/Owls.css.php Tue Dec 12 22:09:47 2006 +0100 @@ -1,122 +1,134 @@ -/*#### Standard ############################################################*/ body { font-family: sans-serif; margin: 30px 0; text-align: center; - background-color: ; + color: ; + background-color: ; } #websiteContainer { width: 760px; margin: 0 auto; - text-align: left; + text-align: justify; } #banner { display: block; - border: 1px solid ; + margin: 0 auto; } - #content { - margin-left: ; + margin-left: ; padding: 1em; } -#edit input, -#edit select, -#edit textarea { - font-family: sans-serif; - font-size: 0.8em; + +/* uhhh?? is this not needed anymore? are there no borders drawn by default? +img { + border: none; } +*/ -p { - text-align: justify; -} -a { - text-decoration: underline; -} + + +/* links */ a:link { - color: #000; + color: ; } a:visited { - color: #aaa; + color: ; } a:active, a:hover { - color: ; + color: ; } -img { - border: none; -} -.small { - font-size: 0.8em; -} - - - - - - +/* nav */ #nav { + list-style: none; float: left; - width: ; + width: ; padding: 0.5em 2em 1em 0.5em; margin: 2.5em 0 1em 0; font-size: 0.8em; } #nav ul { + list-style: none; + margin-left: 0; padding-left: 1em; /* border: 1px solid #060; */ } - #nav li { padding: 1px; margin: 0; @@ -124,8 +136,9 @@ } #nav a { + display: block; text-decoration: none; - color: ; + color: ; } #nav a:link, #nav a:visited { @@ -133,34 +146,41 @@ } #nav a:active, #nav a:hover { - color: ; + color: ; text-decoration: none; } #selected:link, #selected:visited { - color: ; + color: ; } #nav #selected:hover { - color: ; + color: ; } + + +/* orphans and broken */ li#orphans, li#broken { - margin-top: 2em; + margin-top: 3em; font-style: italic; - color: #aaa; + color: ; } + + +/* login */ li#login { margin-top: 3em; } #login input { + color: ; background-color: transparent; border: none; - border-left: #555 1px solid; + border-left: 1px solid; /* TODO: think about other color */ display: block; font-size: 0.8em; margin-bottom: 2px; @@ -170,13 +190,18 @@ + + +/* admin controls */ .ctrl { text-align: right; font-size: 0.8em; } -.ctrl a { +.ctrl a, +.ctrl a:visited, +.ctrl a:hover { margin-left: 1em; - color: #eee; + color: ; } @@ -184,34 +209,15 @@ - - -/*#### BBCode ##############################################################*/ - -.quote1 { - border:1px solid #c0c0c0; - margin:5px; - padding:5px; +/* edit form */ +#edit { + margin-top: 1.5em; } -.quote2 { - border:1px solid #c0c0c0; - margin:5px; - margin-bottom:0px; - padding:5px; -} -.quote0 { - color: #000; +#edit input, +#edit select, +#edit textarea { + font-family: sans-serif; font-size: 0.8em; + border: 1px solid; } -ul { - list-style: none; - margin-left: 0; - padding-left: 1em; -} -li { - margin-left: 1em; - padding-left: 0; - /*list-style-image: url(Pics/Bullet.gif);*/ -} - diff -r 92a8978e68c5 -r 3cacc24e1774 Owls.php --- a/Owls.php Thu Dec 07 22:08:17 2006 +0100 +++ b/Owls.php Tue Dec 12 22:09:47 2006 +0100 @@ -182,7 +182,7 @@ // display admin controls if logged in if ($lsys->loggedIn()) { ?> -
+
new edit '; ?> -
+