2008-03-19 20:02:42 +00:00
|
|
|
/*
|
|
|
|
Yolanda default stylesheet colors (using tango color palette)
|
|
|
|
(c) 2007-2008 Nils Dagsson Moskopp
|
|
|
|
|
|
|
|
This file is licensed under the WTF Public License
|
|
|
|
(License terms: Do what the fuck you want.)
|
|
|
|
|
|
|
|
Purpose of this file is to provide the structure of the layout, such as:
|
|
|
|
- display style (block, inline, inline-block etc.)
|
|
|
|
- size of (width, height)
|
|
|
|
|
|
|
|
Please clear this file of any CSS properties that do not define structure.
|
|
|
|
↑↑ Remove this notice as soon as this file holds only structural CSS. ↑↑
|
|
|
|
*/
|
|
|
|
|
|
|
|
body
|
|
|
|
{
|
|
|
|
min-height: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
a
|
|
|
|
{
|
|
|
|
}
|
|
|
|
|
|
|
|
a:focus
|
|
|
|
{
|
|
|
|
}
|
|
|
|
|
|
|
|
a:hover
|
|
|
|
{
|
|
|
|
}
|
|
|
|
|
|
|
|
a.tag
|
|
|
|
{
|
2008-03-24 16:04:46 +00:00
|
|
|
display: block;
|
|
|
|
float: left;
|
2008-03-19 20:02:42 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
div
|
|
|
|
{
|
|
|
|
}
|
|
|
|
|
2008-03-27 16:43:08 +00:00
|
|
|
div.cc-license
|
2008-03-19 20:02:42 +00:00
|
|
|
{
|
2008-03-24 16:04:46 +00:00
|
|
|
clear: right;
|
|
|
|
float: right;
|
|
|
|
width: 20em;
|
2008-03-19 20:02:42 +00:00
|
|
|
}
|
|
|
|
|
2008-03-27 16:43:08 +00:00
|
|
|
div.cc-license img
|
|
|
|
{
|
|
|
|
}
|
|
|
|
|
2008-03-24 16:04:46 +00:00
|
|
|
div.comments
|
2008-03-19 20:02:42 +00:00
|
|
|
{
|
|
|
|
}
|
|
|
|
|
2008-03-24 16:04:46 +00:00
|
|
|
div.description
|
|
|
|
{
|
|
|
|
clear: right;
|
|
|
|
float: right;
|
|
|
|
width: 20em;
|
|
|
|
}
|
2008-03-19 20:02:42 +00:00
|
|
|
|
2008-03-24 16:04:46 +00:00
|
|
|
div.loginbox
|
2008-03-19 20:02:42 +00:00
|
|
|
{
|
2008-03-24 16:04:46 +00:00
|
|
|
clear: right;
|
|
|
|
float: right;
|
|
|
|
width: 20em;
|
2008-03-19 20:02:42 +00:00
|
|
|
}
|
|
|
|
|
2008-03-27 16:43:08 +00:00
|
|
|
div.messagebox
|
|
|
|
{
|
|
|
|
}
|
|
|
|
|
|
|
|
div.messagebox#error
|
|
|
|
{
|
|
|
|
}
|
|
|
|
|
|
|
|
div.messagebox#information
|
|
|
|
{
|
|
|
|
}
|
|
|
|
|
|
|
|
div.messagebox#warning
|
|
|
|
{
|
|
|
|
}
|
|
|
|
|
2008-03-24 16:04:46 +00:00
|
|
|
div.metadata
|
2008-03-19 20:02:42 +00:00
|
|
|
{
|
2008-03-24 16:04:46 +00:00
|
|
|
clear: right;
|
|
|
|
float: right;
|
|
|
|
width: 20em;
|
2008-03-19 20:02:42 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
div.page-number
|
|
|
|
{
|
|
|
|
display: inline-block;
|
|
|
|
font-size: 40px;
|
|
|
|
height: 32px;
|
|
|
|
width: 32px;
|
|
|
|
overflow: visible;
|
|
|
|
}
|
|
|
|
|
2008-03-27 16:43:08 +00:00
|
|
|
div.protip-embed
|
|
|
|
{
|
|
|
|
}
|
|
|
|
|
2008-03-24 16:04:46 +00:00
|
|
|
div#preview
|
2008-03-19 20:02:42 +00:00
|
|
|
{
|
2008-03-24 16:04:46 +00:00
|
|
|
position: relative;
|
2008-03-19 20:02:42 +00:00
|
|
|
}
|
|
|
|
|
2008-03-24 16:04:46 +00:00
|
|
|
div#preview form
|
2008-03-19 20:02:42 +00:00
|
|
|
{
|
2008-03-24 16:04:46 +00:00
|
|
|
height: 100%;
|
|
|
|
width: 100%;
|
2008-03-19 20:02:42 +00:00
|
|
|
}
|
|
|
|
|
2008-03-24 16:04:46 +00:00
|
|
|
div#preview form button
|
|
|
|
{
|
|
|
|
/* crude center hack (second part in bridget.css) */
|
|
|
|
position: absolute;
|
|
|
|
top: 50%;
|
|
|
|
left: 50%;
|
|
|
|
width: 15em;
|
|
|
|
height: 15em;
|
|
|
|
}
|
|
|
|
|
|
|
|
div#preview img
|
2008-03-19 20:02:42 +00:00
|
|
|
{
|
|
|
|
}
|
|
|
|
|
2008-03-24 16:04:46 +00:00
|
|
|
div.results
|
2008-03-19 20:02:42 +00:00
|
|
|
{
|
2008-03-24 16:04:46 +00:00
|
|
|
|
2008-03-19 20:02:42 +00:00
|
|
|
}
|
|
|
|
|
2008-03-24 16:04:46 +00:00
|
|
|
div.results div.result
|
|
|
|
{
|
2008-03-27 16:43:08 +00:00
|
|
|
/*
|
|
|
|
at this point, browsers such as firefox 2.0 mess up
|
|
|
|
*/
|
|
|
|
display: inline-block;
|
2008-03-24 16:04:46 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
div.results div.result img
|
|
|
|
{
|
|
|
|
}
|
|
|
|
|
|
|
|
div.results div.result img.flag
|
|
|
|
{
|
2008-03-27 16:43:08 +00:00
|
|
|
position: relative;
|
|
|
|
/* flag is 32px wide and has 1px borders */
|
|
|
|
right: 34px;
|
|
|
|
margin-right: -34px;
|
2008-03-24 16:04:46 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
div.searchbar
|
2008-03-19 20:02:42 +00:00
|
|
|
{
|
2008-03-24 16:04:46 +00:00
|
|
|
float: right;
|
|
|
|
width: 20em;
|
2008-03-19 20:02:42 +00:00
|
|
|
}
|
|
|
|
|
2008-03-24 16:04:46 +00:00
|
|
|
div.splashbox
|
2008-03-19 20:02:42 +00:00
|
|
|
{
|
|
|
|
}
|
|
|
|
|
|
|
|
div.tagcloud
|
|
|
|
{
|
2008-03-24 16:04:46 +00:00
|
|
|
clear: right;
|
|
|
|
float: right;
|
|
|
|
width: 20em;
|
2008-03-19 20:02:42 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
div.video
|
|
|
|
{
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.videoccdata
|
|
|
|
{
|
|
|
|
}
|
|
|
|
|
|
|
|
div.videoccdata img
|
|
|
|
{
|
|
|
|
}
|
|
|
|
|
|
|
|
div.videotitle
|
|
|
|
{
|
|
|
|
font-size: 1.5em;
|
|
|
|
}
|
|
|
|
|
2008-03-24 16:04:46 +00:00
|
|
|
form
|
2008-03-19 20:02:42 +00:00
|
|
|
{
|
|
|
|
}
|
|
|
|
|
2008-03-24 16:04:46 +00:00
|
|
|
form fieldset
|
2008-03-19 20:02:42 +00:00
|
|
|
{
|
|
|
|
}
|
|
|
|
|
2008-03-24 16:04:46 +00:00
|
|
|
form fieldset input[type="text"]
|
|
|
|
{
|
|
|
|
}
|
2008-03-19 20:02:42 +00:00
|
|
|
|
2008-03-24 16:04:46 +00:00
|
|
|
h1
|
2008-03-19 20:02:42 +00:00
|
|
|
{
|
|
|
|
}
|
|
|
|
|
2008-04-09 11:25:31 +00:00
|
|
|
img
|
|
|
|
{
|
|
|
|
}
|
|
|
|
|
|
|
|
img#logo
|
|
|
|
{
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
|
2008-03-27 16:43:08 +00:00
|
|
|
li
|
|
|
|
{
|
|
|
|
}
|
|
|
|
|
|
|
|
li#latestadditions
|
|
|
|
{
|
|
|
|
}
|
|
|
|
|
|
|
|
li#mostviews
|
|
|
|
{
|
|
|
|
}
|
|
|
|
|
|
|
|
li#mostdownloads
|
|
|
|
{
|
|
|
|
}
|
|
|
|
|
|
|
|
p
|
|
|
|
{
|
|
|
|
}
|
|
|
|
|
2008-03-24 16:04:46 +00:00
|
|
|
span
|
2008-03-19 20:02:42 +00:00
|
|
|
{
|
|
|
|
}
|
|
|
|
|
2008-03-24 16:04:46 +00:00
|
|
|
span.duration
|
|
|
|
{
|
|
|
|
}
|
|
|
|
|
|
|
|
span.heading
|
|
|
|
{
|
|
|
|
}
|
|
|
|
|
|
|
|
span.instruction
|
|
|
|
{
|
|
|
|
}
|
|
|
|
|
|
|
|
span.protip
|
|
|
|
{
|
|
|
|
}
|
|
|
|
|
2008-03-19 20:02:42 +00:00
|
|
|
table.metadata,
|
|
|
|
table.metadata-upload
|
|
|
|
{
|
|
|
|
border-width: 0px;
|
|
|
|
border-collapse: collapse;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
table.metadata td.metadata-content,
|
|
|
|
table.metadata td.metadata-title,
|
|
|
|
table.metadata-upload td.metadata-content
|
|
|
|
{
|
|
|
|
text-align: left;
|
|
|
|
width: 50%;
|
|
|
|
}
|
|
|
|
|
|
|
|
table.metadata td.metadata-title
|
|
|
|
{
|
|
|
|
width: 40%;
|
|
|
|
}
|
|
|
|
|
|
|
|
table.metadata-upload td.metadata-title
|
|
|
|
{
|
|
|
|
text-align: right;
|
|
|
|
width: 50%;
|
|
|
|
}
|
|
|
|
|
|
|
|
td.metadata-title
|
|
|
|
{
|
2008-03-24 16:04:46 +00:00
|
|
|
color: #606060;
|
2008-03-19 20:02:42 +00:00
|
|
|
}
|
|
|
|
|
2008-03-24 16:04:46 +00:00
|
|
|
ul
|
2008-03-19 20:02:42 +00:00
|
|
|
{
|
|
|
|
}
|
|
|
|
|
2008-03-27 16:43:08 +00:00
|
|
|
ul#account-actions
|
|
|
|
{
|
|
|
|
}
|
|
|
|
|
2008-03-24 16:04:46 +00:00
|
|
|
ul#footer,
|
|
|
|
ul#header
|
2008-03-19 20:02:42 +00:00
|
|
|
{
|
2008-04-06 23:56:34 +00:00
|
|
|
clear: right;
|
2008-03-24 16:04:46 +00:00
|
|
|
display: block;
|
|
|
|
height: 3em;
|
2008-03-19 20:02:42 +00:00
|
|
|
}
|
2008-03-24 16:04:46 +00:00
|
|
|
|
|
|
|
ul#footer li,
|
|
|
|
ul#header li
|
|
|
|
{
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
ul#footer li a,
|
|
|
|
ul#header li a
|
|
|
|
{
|
|
|
|
}
|
|
|
|
|
|
|
|
ul#queries
|
|
|
|
{
|
|
|
|
}
|