yolanda/trunk/style/decoration/bridget.css
2008-05-11 03:09:53 +00:00

253 lines
4.6 KiB
CSS

/*
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 decorations, such as:
- borders (size, width, style etc.)
- font properties (family, size, style, weight etc.)
- spacing between elements and / or content (margin, padding)
- css pseudo-content that isn't graphics (:before, :after)
*/
div
{
border-style: solid;
border-width: 1px;
margin: 0.5em;
padding: 1em;
}
div.description
{
/* TODO: find out /why we do this/ (see div.searchbar) ! */
margin-top: 0em;
text-align: justify;
}
div.footer,
div.header
{
}
div.cc-license
{
/* TODO: find out /why we do this/ (see div.searchbar) ! */
margin-top: 0em;
vertical-align: top;
}
div.cc-license img
{
border-width: 0px;
margin: 0.5em;
}
div.cc-license-chooser
{
}
div.cc-license-chooser img
{
vertical-align: middle;
}
div.commentform,
div.loginform,
div.registerform,
div.settingsform,
div.uploadform
{
/* correct spacing to avoid overlapping with float:right elements */
margin-right: 22em;
}
#loginbox
{
/* TODO: find out /why we do this/ (see div.searchbar) ! */
margin-top: 0em;
text-align: justify;
}
div.messagebox
{
/* correct spacing to avoid overlapping with float:right elements */
margin-right: 22em;
}
div.messagebox span.message
{
font-weight: bold;
line-height: 1.5em;
margin-bottom: 1em;
margin-top: 1em;
}
div.metadata
{
/* TODO: find out /why we do this/ (see div.searchbar) ! */
margin-top: 0em;
line-height: 1.5em;
text-align: justify;
}
div.page-number
{
font-size: 40px;
overflow: visible;
}
div.protip-embed
{
/* correct spacing to avoid overlapping with float:right elements */
margin-right: 22em;
}
div#preview
{
/* correct spacing to avoid overlapping with float:right elements */
margin-right: 22em;
}
div#preview img
{
}
div.results
{
border-width: 0px;
/* correct spacing to avoid overlapping with float:right elements */
margin-right: 22em !important;
padding: 0px;
}
div.results div.result
{
border-width: 0px;
padding: 0em;
}
div.results div.result img
{
border-width: 1px;
}
#searchbar
{
/* TODO: find out /why we do this/ !
does float make zero top margin really necessary or is it a bug ?
latter seems unlikely because it works across browsers. */
margin-top: 0em;
text-align: justify;
}
div.splashbox
{
/* correct spacing to avoid overlapping with float:right elements */
margin-right: 22em;
text-align: justify;
}
div.tagcloud
{
/* TODO: find out /why we do this/ (see div.searchbar) ! */
margin-top: 0em;
text-align: justify;
}
div.video
{
}
h1
{
font-weight: normal;
font-size: 2em;
text-align: center;
}
li
{
}
li#search_custom_one
{
}
li#search_custom_two
{
}
li#search_custom_three
{
}
input,
textarea
{
text-align: left;
vertical-align: middle;
}
img
{
border-width: 0px
}
img#logo
{
}
p
{
margin: 0.5em;
padding: 0.5em;
}
span
{
}
span.duration:after
{
content: ")";
}
span.duration:before
{
content: "(";
}
span.instruction
{
}
span.protip
{
font-weight:bold;
}
span.protip:after
{
content: " )";
}
span.protip:before
{
content: "( ";
}
table
{
text-align: justify;
}
ul#account-actions,
ul#queries
{
font-size: 1.5em;
font-weight: bold;
}