aboutsummaryrefslogtreecommitdiff
path: root/subsonic-main/src/main/webapp/style/barents.css
diff options
context:
space:
mode:
Diffstat (limited to 'subsonic-main/src/main/webapp/style/barents.css')
-rw-r--r--subsonic-main/src/main/webapp/style/barents.css30
1 files changed, 30 insertions, 0 deletions
diff --git a/subsonic-main/src/main/webapp/style/barents.css b/subsonic-main/src/main/webapp/style/barents.css
new file mode 100644
index 00000000..75fd3323
--- /dev/null
+++ b/subsonic-main/src/main/webapp/style/barents.css
@@ -0,0 +1,30 @@
+/*
+ * CSS styleshet for the "Barents Sea" theme.
+ *
+ * Author: Sindre Mehus
+ */
+
+@import "hd.css";
+
+body {
+ margin:0.75em;
+ font-size: 9pt;
+}
+
+.detail, .albumComment, .log {
+ font-size: 8pt;
+}
+
+/* Font 1 */
+body, h2, form, label, table, a {
+ font-family: verdana, arial, sans-serif;
+}
+
+/* Font 2 */
+h1, h1 a, input, select {
+ font-family: arial, sans-serif;
+}
+
+h1, h2, th {
+ font-weight:bold;
+}