%PDF- %PDF-
| Direktori : /home/waritko/subsonic/ROOT/style/ |
| Current File : //home/waritko/subsonic/ROOT/style/sonic_white.css |
/*
* CSS styleshet for the "Sonic White" theme.
*
* Author: Thomas Bruce Dyrud (thomasbrucedyrud[at]gmail.com)
*
*/
@import "sonic.css";
/* The primary background colour. */
.bgcolor1, table.music tr:nth-of-type(even) {
background-color: #FFFFFF;
}
/* The secondary background colour, light blue, primary theme colour. */
.bgcolor2, .ruleTableHeader, .log, table.music tr:nth-of-type(odd) {
background-color: #FFFFFF;
color: #696969;
}
/* Background colour for selected header, log etc. */
.headerSelected {
color: #696969;
background-color: #FFFFFF;
border: 1px solid #696969;
}
/* The primary foreground color (black). */
body {
color: #696969;
background-color: #DDDDDD;
}
/* The secondary foreground colour used for h1, details etc. */
h1, .detail, .albumComment {
color: #696969;
}
/* Foreground colour used for h2, bold and tr. */
h2, b, tr {
color: #696969;
}
/* Main frame image & colour */
.mainframe {
background-color: #FFFFFF;
}
/* Back image */
.back {
background-image:url( "../icons/sonic_white/back.png" );
}
/* Forward image */
.forward {
background-image:url( "../icons/sonic_white/forward.png" );
}
/* Colour for warning messages. */
.warning {
color: #e7238b;
}
label, p {
color: #696969;
}
.top-menu-item:hover, .left-menu-item:hover {
background-color: #FAFAFA;
}