|
1 | | -/* -------------------------------------------------------------- LOGO */ |
| 1 | +.toolBar { |
| 2 | + background-color: rgba(0, 29, 122, 0.8); |
| 3 | +} |
| 4 | + |
| 5 | +.toolPane { |
| 6 | + background-color: rgba(0, 29, 122, 0.8); |
| 7 | +} |
| 8 | + |
| 9 | +.sidePane { |
| 10 | + overflow: visible; |
| 11 | + background-image: url(""); |
| 12 | + background-color: #eff7e9; |
| 13 | +} |
| 14 | + |
| 15 | +.sidePane.opened { |
| 16 | + width: 350px; |
| 17 | +} |
| 18 | + |
2 | 19 | .logoContainer { |
3 | | - position: relative; |
4 | | - z-index: 10; |
5 | | - display: inline-block; |
6 | | - padding: 10px 10px; |
7 | | - margin-left: 10px; |
8 | | - float: left; |
9 | | - background-color: #EFF7E9; |
10 | | - -webkit-box-shadow: 0px 0px 3px #005Da3; |
11 | | - -moz-box-shadow: 0px 0px 3px #005Da3; |
12 | | - box-shadow: 0px 0px 3px #005Da3; } |
| 20 | + background-color: white; |
| 21 | + background-image: url(""); |
| 22 | + -webkit-box-shadow: 0px 0px 3px #0028AD; |
| 23 | + -moz-box-shadow: 0px 0px 3px #0028AD; |
| 24 | + box-shadow: 0px 0px 3px #0028AD; |
| 25 | +} |
13 | 26 |
|
14 | | -/* ---------------------------------------------------------- CONTENT */ |
15 | | -.templateWrapper { |
16 | | - margin: 0 auto; |
17 | | - position: absolute; |
18 | | - top: 0; |
19 | | - right: 0; |
20 | | - bottom: 0; |
21 | | - left: 0; } |
| 27 | +.sidePaneTabItem { |
| 28 | + background-color: #0028AD; |
| 29 | +} |
22 | 30 |
|
23 | | -.contentPane { |
24 | | - width: 100%; |
25 | | - height: 100%; |
26 | | - position: absolute; |
27 | | - top: 0; |
28 | | - left: 0; |
29 | | - /* Positioning */ } |
30 | | - .contentPane .left-top, .contentPane .right-top, .contentPane .left-bottom, .contentPane .right-bottom { |
31 | | - z-index: 1; } |
32 | | - .contentPane .left-top { |
33 | | - position: absolute; |
34 | | - top: 140px; |
35 | | - left: 20px; } |
36 | | - .contentPane .right-top { |
37 | | - position: absolute; |
38 | | - top: 60px; |
39 | | - right: 20px; } |
40 | | - .contentPane .left-bottom { |
41 | | - position: absolute; |
42 | | - bottom: 60px; |
43 | | - left: 20px; } |
44 | | - .contentPane .right-bottom { |
45 | | - position: absolute; |
46 | | - right: 20px; |
47 | | - bottom: 60px; } |
| 31 | +.layer-opacity-handle { |
| 32 | + background-color: #0028AD; |
| 33 | +} |
48 | 34 |
|
49 | | -/* --------------------------------------------------------- TOOLBARS */ |
50 | | -.toolBar { |
51 | | - z-index: 4; } |
52 | | - .toolBar.top { |
53 | | - position: relative; } |
54 | | - .toolBar.bottom { |
55 | | - position: absolute; |
56 | | - right: 0; |
57 | | - bottom: 0; |
58 | | - left: 0; } |
| 35 | +.mb-element-overview .toggleOverview { |
| 36 | + background-color: #0028AD; |
| 37 | +} |
59 | 38 |
|
60 | | -/* --------------------------------------------------------- SIDEPANE */ |
61 | | -.sidePaneTabs { |
62 | | - width: 32px; |
63 | | - height: 32px; |
64 | | - position: absolute; |
65 | | - top: 40%; |
66 | | - -webkit-transition: all 0.3s ease-in-out; |
67 | | - -moz-transition: all 0.3s ease-in-out; |
68 | | - -o-transition: all 0.3s ease-in-out; |
69 | | - transition: all 0.3s ease-in-out; } |
70 | 39 |
|
71 | | -.sidePane { |
72 | | - width: 10px; |
73 | | - z-index: 20; } |
74 | | - .sidePane.notCollapsable .sidePaneTabs { |
75 | | - display: none; } |
76 | | - .sidePane.left { |
77 | | - position: absolute; |
78 | | - top: 120px; |
79 | | - bottom: 60px; |
80 | | - left: 0; } |
81 | | - .sidePane.left .sidePaneTabs { |
82 | | - right: -32px; } |
83 | | - .sidePane.right { |
84 | | - position: absolute; |
85 | | - top: 80px; |
86 | | - right: 0; |
87 | | - bottom: 60px; } |
88 | | - .sidePane.right .sidePaneTabs { |
89 | | - left: -32px; } |
90 | | - .sidePane .sideContent { |
91 | | - position: absolute; |
92 | | - top: 0; |
93 | | - bottom: 0; |
94 | | - left: 0; |
95 | | - right: 0; } |
| 40 | +.button, .tabContainerAlt .tab { |
| 41 | + background-color: #0028AD; |
| 42 | +} |
| 43 | + |
| 44 | +.iconPrint:before { |
| 45 | + /*content: "\f02f"; }*/ |
| 46 | + content:url("image/print.png"); |
| 47 | +} |
| 48 | + |
| 49 | + .popup { |
| 50 | + background-color: #eff7e9; |
| 51 | + background-image: url(""); |
| 52 | + } |
96 | 53 |
|
97 | | -.sidePaneOpened .sidePane { |
98 | | - width: 450px; } |
| 54 | +.pan{ |
| 55 | + background-color: rgba(0, 93, 83, 0.9); |
| 56 | +} |
0 commit comments