dddd8996d8a9f56ce116ea2055d8e92021344078
[redakcja.git] / platforma / static / css / autumn.css
1 /* 
2     Document   : autumn
3     Created on : 2009-10-01, 00:23:51
4     Author     : lreqc
5     Description:
6         Autumn colors for PR.
7 */
8
9 body {
10     background-color: #C28800;
11 }
12
13 #header {
14     background-color: #E2CF62;
15     border-bottom-color: #860000;
16 }
17
18 .panel-main-toolbar {
19     background-color: #412F1D;    
20 }
21
22 .splitview-splitbar {
23     /* border-color: #412F1D; */
24     border: none;
25     background-color: #860000;
26 }
27
28 .image-gallery-header {
29     background-color: #E2CF62;
30 }
31
32 a:link, a:visited, a:active {
33     color: #860000;
34     text-decoration: none;
35     font-weight: bold;
36 }
37
38 a:hover {
39     text-decoration: underline;
40 }
41
42 .toolbar-buttons-container {
43     background-color: #E2CF62;
44 }
45
46 .toolbar-tabs-container {
47     background-color: #860000;
48 }
49