Initial OpenECOMP policy/engine commit
[policy/engine.git] / ecomp-sdk-app / src / main / webapp / static / fusion / raptor / css / Style.css
1 th.header {
2         background: #DDEEFB repeat-x 0 0 !important;
3         text-align: center; 
4         color: #144BA1 !important;
5         font-weight: bold !important;
6 }
7 td.last, th.last {
8         border-right-width: 3px !important;
9 }
10 td.years , td.season, td.month {
11         text-align: center; 
12         color: #043554;
13 }
14 td.years {
15         background: #085d8a !important;
16         color: white;
17 }
18 .years .z-label {
19         font-size: 16px;
20 }
21 td.season {
22         background: #F2DFBA !important;
23 }
24 td.month {
25         background: #CADBA4 !important;
26         font-style: italic;
27 }
28 .tooltip {
29         padding: .8em;
30         width: 200px;
31         border-width: 2px !important;
32         position: absolute;
33         background:#FFE45C url(${c:encodeURL('/images/tooltip-bg.png')}) repeat-x scroll 50% top;
34         border:1px solid #FED22F;
35         color:#363636;
36         -moz-border-radius-bottomleft:4px;
37         -moz-border-radius-bottomright:4px;
38         -moz-border-radius-topleft:4px;
39         -moz-border-radius-topright:4px;
40         -webkit-border-top-left-radius: 4px;
41     -webkit-border-top-right-radius: 4px;
42     -webkit-border-bottom-left-radius: 4px;
43     -webkit-border-bottom-right-radius: 4px;
44         top: 280px;
45         display: none;
46 }
47
48 .tooltip-anchor, .tooltip-anchor-inner {
49         position: absolute; 
50         width:0; 
51         height:0; 
52         border-bottom-width: 0;
53         background: none;
54         border:1px solid #FED22F;
55         color:#363636;
56         border-bottom-width: 0; 
57 }
58 .tooltip-anchor {
59         border-left:0 none;
60         border-right:17px dotted transparent;
61         border-top-width:14px;
62         bottom:-14px;
63         left:1em;
64         margin:0;
65         right:auto;
66 }
67 .tooltip-anchor-inner {
68         border-left:0 none;
69         border-right:12px dotted transparent;
70         border-top:10px solid #FFFFFF;
71         bottom:auto;
72         border-top-color:#FFE45C;
73         border-top-style:solid;
74         border-top-width:10px;
75         left:2px;
76         top:-14px;
77 }