yolanda/trunk/style/default.css
josch 5256c1f34e naturally i forgot the small logo...
git-svn-id: http://yolanda.mister-muffin.de/svn@166 7eef14d0-6ed0-489d-bf55-20463b2d70db
2007-10-29 21:40:19 +00:00

267 lines
3 KiB
CSS
Executable file

*
{
clear: both;
}
body
{
font-family: sans-serif;
font-size: 8pt;
font-weight: bold;
min-width: 550px;
margin: 2em;
text-align: center;
}
a
{
color: #3f3fff;
padding-left: 0.25em;
padding-right: 0.25em;
text-decoration: none;
white-space: nowrap;
}
a:hover
{
text-decoration: underline;
}
a.tag
{
margin: 5pt;
}
div
{
border-width: 0px;
border-style: dashed;
}
div.header1
{
color: #525252;
float: left;
text-align: left;
width: 50%;
vertical-align: bottom;
}
div.header2
{
clear: none;
float: right;
text-align: right;
width: 50%;
}
img.openid-icon
{
padding-left: 0.2em;
vertical-align: text-top;
}
div.messagebox
{
border-color: #606060;
border-style: solid;
border-width: 1px;
margin: 1.5em;
}
div.messagebox#error,
div.messagebox#warning
{
background-color: #f09090;
}
div.messagebox#information
{
background-color: #90f090;
}
div.messagebox img
{
margin: 0.5em;
vertical-align: middle;
}
div.loginform, div.registerform, div.uploadform
{
line-height: 2.5em;
margin: 1.5em;
text-align: center;
}
div.logo-big
{
padding-top: 1.5em;
text-align: center;
}
div.logo-small
{
float: left;
height: 50px;
margin-top: 1em;
}
div.search
{
padding: 1em;
text-align: center;
}
div.search-small
{
clear: none;
float: right;
text-align: right;
margin-top: 1em;
}
div.search form
{
margin: 1em;
}
div.search-small form
{
height: 1.25em;
}
div form fieldset
{
border-width: 0px;
}
div form fieldset input
{
text-align: left;
}
div.video
{
text-align: center;
}
div.videodownload
{
margin: 0.5em;
text-align: center;
}
div.videodownload img
{
border-width: 0px;
margin: 0.5em;
}
div.videoccdata
{
margin: 2em;
text-align: center;
}
div.videoccdata img
{
border-width: 0px;
margin-left: 0.5em;
margin-right: 0.5em;
margin-top: 0.5em;
}
table.videometadata
{
border-width: 0px;
width: 100%;
}
table.videometadata tr td.leftcell
{
color: #606060;
text-align: right;
width: 50%;
}
table.videometadata tr td.rightcell
{
text-align: left;
width: 50%;
}
div.comments
{
line-height: 2.5em;
margin: 1.5em;
text-align: center;
}
div.comments div.comment
{
margin: 0.75em;
line-height: 1.5em;
}
div.commentform
{
text-align: center;
}
div.commentform form
{
line-height: 2.5em;
text-align: center;
}
div.toplists
{
text-align: center;
}
div.tagcloud
{
text-align: center;
margin: 4em;
}
div.footer
{
margin: 1.5em;
text-align: center;
}
hr
{
background-color: #c0c0c0;
position: relative;
top: 0.25em;
}
span.protip
{
color: #606060;
}
span.protip:after
{
content: " )";
}
span.protip:before
{
content: "( ";
}
td
{
vertical-align: top;
}
img
{
border: 0;
}