Initial OpenECOMP policy/engine commit
[policy/engine.git] / ecomp-sdk-app / src / main / webapp / static / fusion / raptor / css / raptor.css
1                 .rowalt1          {background-color: rgb(255, 255, 255);}
2                 .rowalt2          {background-color: rgb(255, 255, 204);}
3                 .rowalt3          {background-color: rgb(255, 0, 0);}
4 .rbg1             { background-color:#336699; } /* header background (gray) */
5                 .rbg1d            { background:#747474; } /* tab dark background (gray) */
6                 .rbg2             { background:#FFFFFF;/*background:#D6DCE4;*/ } /* darker background */
7                 .rbg3             { background:#FFFFFF;/*background:#EDEDED;*/ } /* light background */
8                 .rbg4             { background:#88CAFB; } /* second header - dark */
9                 .rbg6             { background:#ffbbbb; } /* light error background */
10                 .rbg7             { background:#ff9999; } /* dark error background - header */
11                 .rcolheader       { font-family:Arial,Helvetica,sans-serif;font-size:11px;color:#FFFFFF;font-weight:700;text-decoration:none }
12                 .rcolheader:hover { font-family:Arial,Helvetica,sans-serif;font-size:11px;color:#FFFFFF;font-weight:700;text-decoration:underline }
13                 .rtableheader     { font-family:Arial,Helvetica,sans-serif;font-size:11px;color:#FFFFFF;font-weight:700; }
14                 .rtabletext       { font-family:Arial,Helvetica,sans-serif;font-size:11px;color:#000000; }
15                 .rtabletextwhite  { font-family:Arial;font-size:11px;color:#FFFFFF; }
16                 .rtext            { font-family:Arial,Helvetica,sans-serif;font-size:13px;color:#000000; }
17                 .rtext2           { font-family:Arial,Helvetica,sans-serif;font-size:13px;color:#ffffff; }
18                 .rerrortext       { font-family:Arial,Helvetica,sans-serif;font-size:16px;color:#000000; }
19                 .rerrortextsm     { font-family:Arial,Helvetica,sans-serif;font-size:11px;color:#000000; }
20                 .rprismsbutton    { margin:3px 3px 3px 0px; padding:1px 5px 1px 5px; font-family: Arial; font-weight: 700; font-size: 11px; color: #ffffff; background-color: #336699 }
21                 .rsmallbutton     { margin:3px 3px 3px 0px; padding:1px 5px 1px 5px; font-family: Arial; font-weight: 700; font-size: 11px; color: #336699; background-color: #EDEDED }
22                 .rrequired        { background-image:url(raptor/images/required.gif); background-position:top right; background-repeat:no-repeat;}
23                 .rtabselected     { font-family:Arial,Helvetica,sans-serif;font-size:11px;color:#FFFFFF;font-weight:700; }
24                 .rtabtext         { font-family:Arial,Helvetica,sans-serif;font-size:11px;color:#CCCCCC;font-weight:700; }
25                 .buttonLabelField { margin:3px 3px 3px 0px; }
26
27                  /* Added to better customize the UI with FUSION */
28                 .rbg8             { border: 1px outset #8DA9D1; background: #EDEDED; color: #000000; } /* alternate table row background */
29                 .tableBorder      { border:1px outset teal }
30                 .unpaddedButton   { margin:3px 3px 3px 0px; font-family: Arial; font-weight: 700; font-size: 11px; color: #ffffff; background-color: #336699 }
31                 .normalText       { font-family: Arial; font-size: 11px; color: #000000; }
32                 .popText          { font-size:11px;font-family:Arial,Helvetica,sans-serif;color:#000000;padding:1px;font-weight:700;text-decoration:none; }             
33                 .hyperref1        { font-family:Arial,Helvetica,sans-serif;font-size:11px;color:#000000;text-decoration: none}
34          A:link {text-decoration: none}
35          A:visited {text-decoration: none}
36          A:active {text-decoration: none}
37          A:hover {text-decoration: none; color: blue;}
38          .tdborder        {margin:0;border:0;border-bottom:1px #CCC solid;border-right:1px #CCC solid;padding:4px 6px;vertical-align:middle;}
39
40 div.scrollableTable {
41         clear: both;
42         border: 1px solid #963; 
43         height:100%; 
44         overflow: auto;
45 }
46 div.scrollableTable table {float:left;width:100%}
47
48 thead.scrollableTableHeader tr {
49         position: relative;
50         top: expression(this.offsetParent.scrollTop);
51         background:white;
52 }
53
54 thead.scrollableTableHeader tr th {position: relative;background: #336699;}
55 /*thead.scrollableTableHeader tr td {position: relative;top: expression(this.offsetParent.scrollTop);background: #8a9bb3;}*/
56 thead.scrollableTableHeader tr td {position: relative;top: expression(this.offsetParent.scrollTop);background: #336699;}
57 tbody[class].scrollableTableContent {
58         display: block;
59         overflow: auto;
60 }
61                 .trhideunhidecolor {background: #ffffff;}
62