yolanda/trunk/style/gnutube.css
erlehmann f12588fbc8 messageboxes fully implemented
there are 3 types: error, information and warning



git-svn-id: http://yolanda.mister-muffin.de/svn@115 7eef14d0-6ed0-489d-bf55-20463b2d70db
2007-10-21 22:02:39 +00:00

228 lines
2.7 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
{
padding: 1.5em;
text-align: center;
}
div.loginform form, div.registerform form, div.uploadform form
{
margin: 1.5em;
}
div.logo-big
{
padding-top: 1.5em;
text-align: center;
}
div.logo-small-top
{
float: left;
height: 25px;
margin-top: 1em;
}
div.logo-small-bottom
{
float: left;
height: 1.25em;
margin-bottom: 2em;
}
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.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;
}