yolanda/trunk/style/default.css
erlehmann 2c3acd9344 XSL null output, basic RSS feed
git-svn-id: http://yolanda.mister-muffin.de/svn@211 7eef14d0-6ed0-489d-bf55-20463b2d70db
2007-12-19 15:30:00 +00:00

300 lines
3.4 KiB
CSS
Executable file

*
{
clear: both;
}
a
{
color: #3f3fff;
text-decoration: none;
white-space: nowrap;
}
a:focus
{
font-style: italic;
}
a:hover
{
text-decoration: underline;
}
a.tag
{
display: inline-block;
margin-left: 0.25em;
margin-right: 0.25em;
}
body
{
font-family: sans-serif;
font-size: 8pt;
font-weight: bold;
min-width: 550px;
margin: 2em;
text-align: center;
}
div
{
border-width: 0px;
}
div.button-download, div.button-edit, div.button-bookmark
{
display: inline-block;
margin: 0.5em;
}
div.button-download img, div.button-edit img, div.button-bookmark img
{
margin: 0.5em;
}
div.cc-license-chooser
{
}
div.cc-license-chooser img
{
margin: 0.25em;
vertical-align: middle;
}
div.comments
{
display: none;
}
div.footer
{
padding: 0.75em;
}
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%;
vertical-align: bottom;
}
div.loginform, div.registerform, div.uploadform
{
line-height: 2.5em;
margin: 1.5em;
}
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.75em;
vertical-align: middle;
overflow: visible;
}
div.page-number
{
color: #606060;
display: inline-block;
font-size: 40px;
height: 32px;
width: 32px;
overflow: visible;
}
div.result
{
display: inline-block;
margin: 0.75em;
width: 160px;
overflow: visible;
}
div.result img
{
border-color: black;
border-width: 1px;
}
div.search
{
padding: 0.75em;
}
div.search-small
{
clear: both;
float: right;
height: 0em;
overflow: visible;
text-align: right;
}
div.toplists
{
padding: 0.75em;
}
div.tagcloud
{
background-color: #f0f0f0;
border-color: #c0c0c0;
border-style: solid;
border-width: 1px;
margin: 0.75em;
margin-left: 20%;
margin-right: 20%;
padding: 0.75em;
}
div.videoccdata
{
margin: 1.5em;
}
div.videoccdata img
{
border-width: 0px;
margin-left: 0.5em;
margin-right: 0.5em;
margin-top: 0.5em;
}
div.videostuff
{
}
div.videotitle
{
font-size: 1.5em;
margin-bottom: 0.5em;
}
fieldset
{
border-width: 0px;
}
hr
{
background-color: #c0c0c0;
position: relative;
top: 0.25em;
margin-bottom: 1.5em;
}
input
{
text-align: left;
}
img
{
border-width: 0;
}
img.openid-icon
{
padding-left: 0.2em;
vertical-align: text-top;
}
img.logo-big
{
padding-bottom: 0.5em;
}
img.logo-small
{
}
span.code
{
font-family: monospace;
font-weight: normal;
}
span.heading
{
font-size: 1.5em;
}
span.instruction
{
color: #606060;
}
span.protip
{
color: #606060;
}
span.protip:after
{
content: " )";
}
span.protip:before
{
content: "( ";
}
table.results
{
display: inline;
}
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%;
}
td
{
vertical-align: top;
}