# HG changeset patch # User meillo@marmaro.de # Date 1180227676 -7200 # Node ID cebc198276ebb36f21e36170d85364bf70b0a822 # Parent 3e3fa7725abb044e5ef884a066cf4114c44c550c more file moving diff -r 3e3fa7725abb -r cebc198276eb Config/Owls.css.php --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Config/Owls.css.php Sun May 27 03:01:16 2007 +0200 @@ -0,0 +1,221 @@ + + + + +body { + font-family: sans-serif; + margin: 30px 0; + text-align: center; + color: ; + background-color: ; +} + + +#websiteContainer { + width: 760px; + margin: 0 auto; + text-align: justify; +} + +#banner { + display: block; + margin: 0 auto; +} + +#content { + position: relative; + margin-left: ; + padding: 1em; +} + + + +/* uhhh?? is this not needed anymore? are there no borders drawn by default? +img { + border: none; +} +*/ + + + + + + +/* links */ +a:link { + color: ; +} +a:visited { + color: ; +} +a:active, +a:hover { + color: ; +} + + + + + + +/* nav */ +#nav { + list-style: none; + float: left; + 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; +/* border: 1px solid #006; */ +} + +#nav a { + display: block; + text-decoration: none; + color: ; +} +#nav a:link, +#nav a:visited { + text-decoration: none; +} +#nav a:active, +#nav a:hover { + color: ; + text-decoration: none; +} + +#selected:link, +#selected:visited { + color: ; +} +#nav #selected:hover { + color: ; +} + + + + +/* orphans and broken */ +li#orphans, +li#broken { + margin-top: 3em; + font-style: italic; + color: ; +} + + + + +/* login */ +#loginform input { + background-color: transparent; + border: none; + border-bottom: 1px solid; /* TODO: think about other color */ + font-size: 0.8em; + width: 8em; +} + + + + + + +/* admin controls */ +.ctrl { + position: absolute; + right: 0; + text-align: right; + font-size: 0.8em; + color: ; +} +.ctrl a, +.ctrl a:visited, +.ctrl a:hover { + margin-left: 1em; + color: ; +} + + + + + + +/* edit form */ +#edit { + margin-top: 1.5em; +} +#edit input, +#edit select, +#edit textarea { + font-family: sans-serif; + font-size: 0.8em; + border: 1px solid; +} + diff -r 3e3fa7725abb -r cebc198276eb Config/Setup.php --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Config/Setup.php Sun May 27 03:01:16 2007 +0200 @@ -0,0 +1,52 @@ + diff -r 3e3fa7725abb -r cebc198276eb Owls.css.php --- a/Owls.css.php Sun May 27 02:37:55 2007 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,221 +0,0 @@ - - - - -body { - font-family: sans-serif; - margin: 30px 0; - text-align: center; - color: ; - background-color: ; -} - - -#websiteContainer { - width: 760px; - margin: 0 auto; - text-align: justify; -} - -#banner { - display: block; - margin: 0 auto; -} - -#content { - position: relative; - margin-left: ; - padding: 1em; -} - - - -/* uhhh?? is this not needed anymore? are there no borders drawn by default? -img { - border: none; -} -*/ - - - - - - -/* links */ -a:link { - color: ; -} -a:visited { - color: ; -} -a:active, -a:hover { - color: ; -} - - - - - - -/* nav */ -#nav { - list-style: none; - float: left; - 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; -/* border: 1px solid #006; */ -} - -#nav a { - display: block; - text-decoration: none; - color: ; -} -#nav a:link, -#nav a:visited { - text-decoration: none; -} -#nav a:active, -#nav a:hover { - color: ; - text-decoration: none; -} - -#selected:link, -#selected:visited { - color: ; -} -#nav #selected:hover { - color: ; -} - - - - -/* orphans and broken */ -li#orphans, -li#broken { - margin-top: 3em; - font-style: italic; - color: ; -} - - - - -/* login */ -#loginform input { - background-color: transparent; - border: none; - border-bottom: 1px solid; /* TODO: think about other color */ - font-size: 0.8em; - width: 8em; -} - - - - - - -/* admin controls */ -.ctrl { - position: absolute; - right: 0; - text-align: right; - font-size: 0.8em; - color: ; -} -.ctrl a, -.ctrl a:visited, -.ctrl a:hover { - margin-left: 1em; - color: ; -} - - - - - - -/* edit form */ -#edit { - margin-top: 1.5em; -} -#edit input, -#edit select, -#edit textarea { - font-family: sans-serif; - font-size: 0.8em; - border: 1px solid; -} - diff -r 3e3fa7725abb -r cebc198276eb Owls.php --- a/Owls.php Sun May 27 02:37:55 2007 +0200 +++ b/Owls.php Sun May 27 03:01:16 2007 +0200 @@ -1,6 +1,6 @@ - +