CSS frak yeah !

git-svn-id: http://yolanda.mister-muffin.de/svn@397 7eef14d0-6ed0-489d-bf55-20463b2d70db
main
erlehmann 16 years ago
parent d856372c0b
commit 8348253523

@ -109,7 +109,8 @@ ul#queries
#header,
#login,
#search,
#tagcloud
#tagcloud,
#upload
{
background-color: #131313;
border-color: #363636;

@ -20,7 +20,8 @@ Purpose of this file is to provide the flow of the elements, such as:
#login,
#search,
#tagcloud
#tagcloud,
#upload
{
clear: right;
float: right;

@ -44,6 +44,7 @@ form ol
{
display: inline-block;
text-align: center;
width: 100%;
}
form li
@ -58,21 +59,26 @@ form ol
width: 15em !important;
}
form li input[type="radio"]
{
width: 1em !important;
}
form li label
{
display: inline-block;
margin: 0.5em;
width: 15em;
width: 15em !important;
}
form li fieldset
{
border: none;
margin-bottom: 0.5em;
margin-right: 0px;
margin-left: 0px;
margin-top: 0.5em;
padding: 0px;
border: none;
display: inline-block;
margin-bottom: 0.5em;
margin-top: 0.5em;
padding: 0px;
width: 30em !important;
}
form li fieldset label
@ -86,7 +92,6 @@ form ol
}
input,
fieldset,
textarea
{
padding: 0.5em;
@ -169,7 +174,8 @@ ul
#heading,
#login,
#search,
#tagcloud
#tagcloud,
#upload
{
border-width: 1px;
margin-bottom: 1em;
@ -180,7 +186,8 @@ ul
#heading,
#login,
#search,
#tagcloud
#tagcloud,
#upload
{
padding: 1em;
}
@ -208,16 +215,18 @@ ul
#heading,
#login,
#search,
#tagcloud
#tagcloud,
#upload
{
width: 25em;
padding-bottom: 0.5em;
/*padding-bottom: 0.5em;*/
}
#login h1,
#messagebox h1,
#search h1,
#tagcloud h1
#tagcloud h1,
#upload h1
{
display: none;
}

Loading…
Cancel
Save