%PDF- %PDF-
Direktori : /proc/309157/root/home/waritko/subsonic/ROOT/style/ |
Current File : //proc/309157/root/home/waritko/subsonic/ROOT/style/monochrome_black.css |
/* * CSS styleshet for monochrome style * * Author: David D ddavis1@gmail.com */ @import "base.css"; /* The primary background colour. */ .bgcolor1, table.music tr:nth-of-type(even) { background-color: #222; } /* The secondary background colour, light blue, primary theme colour. */ .bgcolor2, .ruleTableHeader, .log, table.music tr:nth-of-type(odd) { background-color: #000000; } /* The secondary foreground colour used for h1, details etc. */ body, h1, .detail, .albumComment, .icon { color: #FFFFFF; } /* Foreground colour used for h2, bold and tr. */ h2, b, tr { color: #FFFFFF; } .back { background-image:url("../icons/default_dark/back.png"); } .forward { background-image:url("../icons/default_dark/forward.png"); } /* Table sizing */ table { margin: 0 0 0 0; } /* Main frame image & colour */ .mainframe, .rightframe { background-color: #222; } /* Colour for warning messages. */ .warning { color: #990099; } /* Background colour for form controls. */ input, select { color: #000; background-color: #EEE; } /* Background colour for option controls. */ option { font-weight: bold; background-color: #666666; color: #FFFFFF; } /* The primary foreground colour. */ body { background-color: #DDDDDD; } /* The album comments. */ .albumComment { width: 50em; font-size: 8pt; line-height: 1.4em; padding-top: 0.25em; color: #000000; } /* The log. */ .log { font-weight: bold; white-space: nowrap; font-size: 8pt; line-height: 1em; color: #000000; background-color: #C0C0C0; } /* The help, status & web payer settings tables. */ .ruleTableHeader, .ruleTableCell { margin: 5px; padding: 5px; color: #FFFFFF; background-color: #C0C0C0; } label, p { color: #CCC; } .top-menu-item:hover, .left-menu-item:hover { background-color: #575757; }