Zmiana nazwy project -> platforma.
[redakcja.git] / platforma / static / css / autumn.css
diff --git a/platforma/static/css/autumn.css b/platforma/static/css/autumn.css
new file mode 100644 (file)
index 0000000..dddd899
--- /dev/null
@@ -0,0 +1,49 @@
+/* 
+    Document   : autumn
+    Created on : 2009-10-01, 00:23:51
+    Author     : lreqc
+    Description:
+        Autumn colors for PR.
+*/
+
+body {
+    background-color: #C28800;
+}
+
+#header {
+    background-color: #E2CF62;
+    border-bottom-color: #860000;
+}
+
+.panel-main-toolbar {
+    background-color: #412F1D;    
+}
+
+.splitview-splitbar {
+    /* border-color: #412F1D; */
+    border: none;
+    background-color: #860000;
+}
+
+.image-gallery-header {
+    background-color: #E2CF62;
+}
+
+a:link, a:visited, a:active {
+    color: #860000;
+    text-decoration: none;
+    font-weight: bold;
+}
+
+a:hover {
+    text-decoration: underline;
+}
+
+.toolbar-buttons-container {
+    background-color: #E2CF62;
+}
+
+.toolbar-tabs-container {
+    background-color: #860000;
+}
+