source: PSPA/madxPSPA/testing/MadTestWebStyle.css @ 430

Last change on this file since 430 was 430, checked in by touze, 11 years ago

import madx-5.01.00

File size: 1.8 KB
Line 
1/* ----
2*  Stylesheet for the Mad Test Website
3*  ----
4*/
5
6/* title */
7td.title {color:black; font-weight: bold; text-align: center
8        font-family: sans-serif; font-size: x-large}
9
10/* test entries appearance in table rows */
11tr.test_target          {background-color: #CCCCFF}
12tr.test_case            {background-color: #EEEEEE}
13
14/* test results row colors */
15
16/* summary */
17.warning                {background-color: #FFDDBB}
18.failure                {background-color: #FFBBBB}
19.success                {background-color: #CCFFCC}
20tr.quasi-success        {background-color: #CCFFCC}
21tr.omit                 {background-color: black; color: white}
22
23/* details */
24tr.identical            {background-color: #CCFFCC; font-family:Courrier;
25                                font-size:small}
26tr.almost-identical     {background-color: #CCFFCC; font-family:Courrier; /* distinct from above? */
27                                font-size:small}
28tr.numerical-match      {background-color: #DDDDFF; font-family:Courrier;
29                                font-size:small}
30tr.different-failure    {background-color: #FFBBBB; font-family:Courrier;
31                                font-size:small}
32tr.different-warning    {background-color: #FFDDBB; font-family:Courrier;
33                                font-size:small}
34tr.only-left            {background-color: #DDDDDD; font-family:Courrier;
35                                font-size:small}
36tr.only-right           {background-color: #DDDDDD; font-family:Courrier;
37                                font-size:small}
38tr.double-discrepancy   {background-color: #FFFF99; font-family:Courrier;
39                                font-size:small}
40tr.got-lost             {color: white; background-color: black;
41                                font-family:Courrier; font-size:small}
42
43/* build results colors */
44font.warning-font       {color: #FFBBAA}
45
46
47/* work report */
48tr.work-author          {color: black; background-color: #CCCCFF}
49tr.work-log-even        {color: black; background-color: #EEEEEE}
50tr.work-log-odd         {color: black; background-color: white}
51
52/* binary targets colors in the HTML web page */
53tr.odd                  {color: black; background-color: #EEEEEE}
54tr.even                 {color: black; background-color: white}
Note: See TracBrowser for help on using the repository browser.