You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

144 lines
2.6 KiB
CSS

/*
Yolanda default decoration stylesheet (using tango color palette)
(c) 2007-2008 Nils Dagsson Moskopp
This file is licensed under the WTF Public License.
Purpose of this file is to provide decoration, such as:
- borders
- colors
- images (background, list bullets etc.)
- generated content
*/
a
{
color: #88D9F3;
}
body
{
background-color: #000000;
color: #E5E5E5;
}
input
{
background-color: #E5E5E5;
color: #131313;
border-color: #363636;
border-style: solid;
}
input#query
{
background-image: url(/images/tango/16x16/actions/system-search.png);
background-position: 0.5em center;
background-repeat: no-repeat;
}
input#username
{
background-image: url(/images/openid-icon.png);
background-position: 0.5em center;
background-repeat: no-repeat;
}
ol#results
{
}
ol#results li
{
}
ol#results li img
{
border-color: #363636;
border-style: solid;
}
ol#results li a.title
{
font-weight: bold;
}
ul#queries
{
list-style-position: inside;
}
ul#queries li#important
{
list-style-image: url(/images/tango/16x16/emblems/emblem-important.png)
}
ul#queries li#new
{
list-style-image: url(/images/tango/16x16/actions/document-new.png)
}
ul#queries li#popular
{
list-style-image: url(/images/tango/16x16/emblems/emblem-favorite.png)
}
ul#queries li a
{
color: #FFD95A;
}
/* ids */
#copyright
{
background-color: #131313;
border-color: #363636;
border-style: dotted;
}
#header
{
background-image: url(/images/logo.png);
background-position: 0.5em center;
background-repeat: no-repeat;
}
#video,
#header,
#login,
#search,
#tagcloud
{
background-color: #131313;
border-color: #363636;
border-style: solid;
}
#messagebox
{
border-color: #363636;
border-style: solid;
}
#messagebox.error
{
/* "Scarlet Red 1" */
background-color: #ef2929;
color: #ffffff;
}
#messagebox.information
{
/* "Chameleon 1" */
background-color: #8ae234;
color: #131313;
}
#messagebox.warning
{
/* "Orange 1" */
background-color: #fcaf3e;
color: #131313;
}