30a1e57a9d
or later git-svn-id: http://yolanda.mister-muffin.de/svn@308 7eef14d0-6ed0-489d-bf55-20463b2d70db
179 lines
2.9 KiB
CSS
179 lines
2.9 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 graphics according to the Tango! palette.
|
|
Protip: Graphics are colors, background and pseudo-content images !
|
|
|
|
Please replace the colors in this file with suitable Tango! equivalents.
|
|
↑↑ Remove this notice as soon as this file holds only Tango! colors. ↑↑
|
|
*/
|
|
|
|
a
|
|
{
|
|
/* what color is this ? */
|
|
color: #3465a4;
|
|
}
|
|
|
|
a
|
|
{
|
|
}
|
|
|
|
a:focus
|
|
{
|
|
color: #cc0000;
|
|
}
|
|
|
|
a:hover
|
|
{
|
|
}
|
|
|
|
a.footer,
|
|
a.header,
|
|
div.footer,
|
|
div.header
|
|
{
|
|
background-color: #f0f0f0;
|
|
border-color: #f0f0f0;
|
|
}
|
|
|
|
a.footer:hover,
|
|
a.header:hover
|
|
{
|
|
background-color: #ffffff;
|
|
border-color: #c0c0c0;
|
|
}
|
|
|
|
div
|
|
{
|
|
/* "Aluminium 5" */
|
|
border-color: #555753;
|
|
}
|
|
|
|
div.cc-license
|
|
{
|
|
}
|
|
|
|
div.cc-license img
|
|
{
|
|
}
|
|
|
|
div.loginbox
|
|
{
|
|
}
|
|
|
|
div.loginbox form
|
|
{
|
|
}
|
|
|
|
div.loginbox form fieldset
|
|
{
|
|
}
|
|
|
|
div.loginbox form fieldset input:after
|
|
{
|
|
content: url(../../images/openid-icon.png);
|
|
}
|
|
|
|
div.messagebox
|
|
{
|
|
}
|
|
|
|
div.messagebox#error
|
|
{
|
|
/* "Scarlet Red 1" + 30 luminosity */
|
|
background-color: #f46060;
|
|
}
|
|
|
|
div.messagebox#information
|
|
{
|
|
/* "Chameleon 1" + 30 luminosity */
|
|
background-color: #a9ec68;
|
|
}
|
|
|
|
div.messagebox#warning
|
|
{
|
|
/* "Orange 1" */
|
|
background-color: #fcaf3e;
|
|
}
|
|
|
|
div.page-number
|
|
{
|
|
/* "Aluminium 5" */
|
|
border-color: #555753;
|
|
}
|
|
|
|
div.result
|
|
{
|
|
}
|
|
|
|
div.result img
|
|
{
|
|
/* "Aluminium 5" */
|
|
border-color: #555753;
|
|
}
|
|
|
|
li#latestadditions
|
|
{
|
|
list-style-image: url(../../images/tango/16x16/actions/document-new.png)
|
|
}
|
|
|
|
li#mostviews
|
|
{
|
|
list-style-image: url(../../images/tango/16x16/emblems/emblem-favorite.png)
|
|
}
|
|
|
|
li#mostdownloads
|
|
{
|
|
list-style-image: url(../../images/tango/16x16/actions/document-save.png)
|
|
}
|
|
|
|
span.duration
|
|
{
|
|
}
|
|
|
|
span.heading
|
|
{
|
|
}
|
|
|
|
span.instruction
|
|
{
|
|
/* "Aluminium 5" */
|
|
color: #555753;
|
|
}
|
|
|
|
span.protip
|
|
{
|
|
/* "Aluminium 5" */
|
|
color: #555753;
|
|
}
|
|
|
|
ul
|
|
{
|
|
}
|
|
|
|
ul#footer,
|
|
ul#header
|
|
{
|
|
/* "Aluminium 5" */
|
|
border-color: #555753;
|
|
}
|
|
|
|
ul#footer li:hover,
|
|
ul#header li:hover
|
|
{
|
|
/* Aluminium 1 */
|
|
background-color: #eeeeec;
|
|
}
|
|
|
|
ul#footer li a,
|
|
ul#footer li a
|
|
{
|
|
}
|
|
|
|
ul#queries
|
|
{
|
|
}
|