diff --git a/trunk/yolanda/public/css/flow/fake6.css b/trunk/yolanda/public/css/flow/fake6.css new file mode 100644 index 0000000..859b102 --- /dev/null +++ b/trunk/yolanda/public/css/flow/fake6.css @@ -0,0 +1,24 @@ +/* +Yolanda default flow stylesheet +(c) 2007-2008 Nils Dagsson Moskopp + +This file is licensed under the WTF Public License. + +Purpose of this file is to provide the flow of the elements, such as: + - float + - clear + - margin +*/ + +#heading, +#login, +#search, +#tagcloud +{ + float: right; +} + +#results +{ + margin-right: 28em; +} diff --git a/trunk/yolanda/public/css/fonts/hurrdurr.css b/trunk/yolanda/public/css/fonts/hurrdurr.css index bfb3362..ddc853c 100644 --- a/trunk/yolanda/public/css/fonts/hurrdurr.css +++ b/trunk/yolanda/public/css/fonts/hurrdurr.css @@ -83,6 +83,13 @@ em font-style: italic; } +h1, +h2, +h3 +{ + text-align: center; +} + h1 { font-size: 1.5em; diff --git a/trunk/yolanda/public/css/structure/fake6.css b/trunk/yolanda/public/css/layout/fake6.css similarity index 86% rename from trunk/yolanda/public/css/structure/fake6.css rename to trunk/yolanda/public/css/layout/fake6.css index ac52b95..5b184f5 100644 --- a/trunk/yolanda/public/css/structure/fake6.css +++ b/trunk/yolanda/public/css/layout/fake6.css @@ -1,5 +1,5 @@ /* -Yolanda default structure stylesheet +Yolanda default layout stylesheet (c) 2007-2008 Nils Dagsson Moskopp This file is licensed under the WTF Public License. @@ -27,24 +27,17 @@ form h1 { - margin-bottom: 0.33em; /* roughly 0.5em of relative to base */ + margin-bottom: 0.33em; /* roughly 0.5em relative to base */ } h2 { - margin-bottom: 0.35em; /* roughly 0.5em of relative to base */ + margin-bottom: 0.35em; /* roughly 0.5em relative to base */ } h3 { - margin-bottom: 0.38em; /* roughly 0.5em of relative to base */ -} - -h1, -h2, -h3 -{ - text-align: center; + margin-bottom: 0.38em; /* roughly 0.5em relative to base */ } input @@ -152,7 +145,6 @@ ul #search, #tagcloud { - float: right; width: 25em; padding-bottom: 0.5em; }