aboutsummaryrefslogtreecommitdiff
path: root/subsonic-main/src/main/webapp/style/midnight.css
diff options
context:
space:
mode:
authorScott Jackson <daneren2005@gmail.com>2012-07-02 21:24:02 -0700
committerScott Jackson <daneren2005@gmail.com>2012-07-02 21:24:02 -0700
commita1a18f77a50804e0127dfa4b0f5240c49c541184 (patch)
tree19a38880afe505beddb5590379a8134d7730a277 /subsonic-main/src/main/webapp/style/midnight.css
parentb61d787706979e7e20f4c3c4f93c1f129d92273f (diff)
downloaddsub-a1a18f77a50804e0127dfa4b0f5240c49c541184.tar.gz
dsub-a1a18f77a50804e0127dfa4b0f5240c49c541184.tar.bz2
dsub-a1a18f77a50804e0127dfa4b0f5240c49c541184.zip
Initial Commit
Diffstat (limited to 'subsonic-main/src/main/webapp/style/midnight.css')
-rw-r--r--subsonic-main/src/main/webapp/style/midnight.css77
1 files changed, 77 insertions, 0 deletions
diff --git a/subsonic-main/src/main/webapp/style/midnight.css b/subsonic-main/src/main/webapp/style/midnight.css
new file mode 100644
index 00000000..b6519bb8
--- /dev/null
+++ b/subsonic-main/src/main/webapp/style/midnight.css
@@ -0,0 +1,77 @@
+/*
+ * CSS styleshet for the "2 Minutes To Midnight" theme.
+ *
+ * Author: Sindre Mehus
+ */
+
+@import "default.css";
+
+/* The primary background color. */
+.bgcolor1 {
+ background-color: #656569;
+}
+
+/* The secondary background color. */
+.bgcolor2, .ruleTableHeader, .log {
+ background-color: #4D4C52
+}
+
+/* Background color for selected header, log etc. */
+.headerSelected {
+ color: black;
+ background-color: #DDDDDD;
+}
+
+/* The primary foreground color. */
+body {
+ color: #DDDDDD;
+}
+
+/* The secondary foreground color used for h1, details etc. */
+h1, .detail, .albumComment {
+ color: #DDDDDD;
+}
+
+/* Foreground color used for h2, bold and tr. */
+h2, b, tr {
+ color: #DDDDDD;
+}
+
+/* Link color */
+a:link, a:active, a:visited, a:link *, a:active *, a:visited * {
+ color: #BAD9F2
+}
+
+/* Link hover color */
+a:hover, a:hover * {
+ text-decoration: underline;
+ color: orange;
+}
+
+/* Color for warning messages. */
+.warning {
+ color: orange;
+}
+
+/* Simple border. */
+.border1, .ruleTableHeader, .ruleTableCell, .headerSelected, .log {
+ border: 1px solid white;
+}
+
+/* Scrollbar colors (supported on IE and Opera) */
+body {
+ scrollbar-face-color: #4D4C52;
+ scrollbar-highlight-color: #656569;
+ scrollbar-shadow-color: #4D4C52;
+ scrollbar-3dlight-color: #4D4C52;
+ scrollbar-arrow-color: #656569;
+ scrollbar-track-color: #656569;
+ scrollbar-darkshadow-color: #656569;
+}
+
+.back {
+ background-image:url("../icons/midnight/back.png");background-position: 0px 3px; background-repeat:no-repeat; padding-left: 16px; line-height: 16px;
+}
+.forward {
+ background-image:url("../icons/midnight/forward.png");background-position: 0px 3px; background-repeat:no-repeat; padding-left: 16px; line-height: 16px;
+}