reorganize CSS
git-svn-id: http://yolanda.mister-muffin.de/svn@381 7eef14d0-6ed0-489d-bf55-20463b2d70db
This commit is contained in:
parent
3fe979bd98
commit
902a6f99fb
3 changed files with 35 additions and 12 deletions
24
trunk/yolanda/public/css/flow/fake6.css
Normal file
24
trunk/yolanda/public/css/flow/fake6.css
Normal file
|
@ -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;
|
||||||
|
}
|
|
@ -83,6 +83,13 @@ em
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
h1,
|
||||||
|
h2,
|
||||||
|
h3
|
||||||
|
{
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
||||||
h1
|
h1
|
||||||
{
|
{
|
||||||
font-size: 1.5em;
|
font-size: 1.5em;
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
Yolanda default structure stylesheet
|
Yolanda default layout stylesheet
|
||||||
(c) 2007-2008 Nils Dagsson Moskopp
|
(c) 2007-2008 Nils Dagsson Moskopp
|
||||||
|
|
||||||
This file is licensed under the WTF Public License.
|
This file is licensed under the WTF Public License.
|
||||||
|
@ -27,24 +27,17 @@ form
|
||||||
|
|
||||||
h1
|
h1
|
||||||
{
|
{
|
||||||
margin-bottom: 0.33em; /* roughly 0.5em of relative to base */
|
margin-bottom: 0.33em; /* roughly 0.5em relative to base */
|
||||||
}
|
}
|
||||||
|
|
||||||
h2
|
h2
|
||||||
{
|
{
|
||||||
margin-bottom: 0.35em; /* roughly 0.5em of relative to base */
|
margin-bottom: 0.35em; /* roughly 0.5em relative to base */
|
||||||
}
|
}
|
||||||
|
|
||||||
h3
|
h3
|
||||||
{
|
{
|
||||||
margin-bottom: 0.38em; /* roughly 0.5em of relative to base */
|
margin-bottom: 0.38em; /* roughly 0.5em relative to base */
|
||||||
}
|
|
||||||
|
|
||||||
h1,
|
|
||||||
h2,
|
|
||||||
h3
|
|
||||||
{
|
|
||||||
text-align: center;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
input
|
input
|
||||||
|
@ -152,7 +145,6 @@ ul
|
||||||
#search,
|
#search,
|
||||||
#tagcloud
|
#tagcloud
|
||||||
{
|
{
|
||||||
float: right;
|
|
||||||
width: 25em;
|
width: 25em;
|
||||||
padding-bottom: 0.5em;
|
padding-bottom: 0.5em;
|
||||||
}
|
}
|
Loading…
Reference in a new issue