]> git.uio.no Git - u/mrichter/AliRoot.git/blob - PWGLF/FORWARD/analysis2/qa/style.css
Fixes for pA indenfication of events
[u/mrichter/AliRoot.git] / PWGLF / FORWARD / analysis2 / qa / style.css
1 /*
2  * Cascading style sheet for QA pages 
3  */
4 body { 
5     font-family: sans 
6 }
7
8 a:link { text-decoration:none;
9          color: blue; 
10          font-weight: bold;
11        }
12 a:visited { text-decoration:none;
13             color: blue; 
14             font-weight: bold;
15           }
16 a:hover { text-decoration: none; 
17           color: magenta; 
18           font-weight: bold;
19         }
20 h1 { border: thin solid gray; 
21      width: 100%; 
22      background-color: lightblue;
23    }
24
25 div.change { border: thin solid gray; 
26              text-size: smaller; 
27              font-style: italic;
28              background-color: lightblue;
29              bottom: 100%;
30            }
31 div.jobid { font-size: smal; 
32             background-color: lightcyan;
33             border: solid thin lightgray;
34             position: fixed;
35             z-index: 3;
36             opacity: .8;
37             top: 1em; 
38             right: 100px; 
39             font-size: small; 
40             width: 80px; }
41            
42 div.back { font-size: smal; 
43            background-color: lightcyan;
44            border: solid thin lightgray;
45            position: fixed;
46            z-index: 3;
47            opacity: .8;
48            top: 1em; 
49            right: 10px; 
50            font-size: small; 
51            width: 80px; }
52
53 div.runs { position: fixed; 
54            background-color: lightcyan;
55            border: solid thin lightgray;
56            z-index: 2;
57            opacity: .8;
58            top: 3em; 
59            right: 1em; 
60            font-size: small; 
61            width: 200px; }
62 div.img {  }
63 img { height: 80%; }
64 td { padding-right: 1em; 
65      padding-left: 1em; }
66 tr:nth-child(odd)    { background-color:lightcyan; }
67 tr:nth-child(even)    { background-color:white; }
68 table:first-child { border-top: thin solid lightgray; }
69 table:last-child { border-bottom: thin solid lightgray; }
70
71 /*
72  * EOF
73  */