]> git.uio.no Git - u/mrichter/AliRoot.git/blob - PWGLF/FORWARD/analysis2/qa/style.css
Merged changes from LXPLUS
[u/mrichter/AliRoot.git] / PWGLF / FORWARD / analysis2 / qa / style.css
1
2 /*
3  * Cascading style sheet for QA pages 
4  */
5 body { 
6     font-family: sans }
7 span.lnk {
8     color: blue;
9 }
10 span.lnk:hover { 
11     text-decoration:underline;
12 }    
13
14 a:link { 
15     text-decoration:none;
16     color: blue; 
17     font-weight: bold; }
18 a:visited { 
19     text-decoration:none;
20     color: blue; 
21     font-weight: bold;  }
22 a:hover { 
23     text-decoration: none; 
24     color: magenta; 
25     font-weight: bold; }
26 img { 
27     width: 100%; }
28 #imap {  
29     width: 70%;
30     position: absolute }
31 #imap span { 
32     display: block;
33     position: absolute; 
34     z-index: 20;
35     font-size: 0pt;
36     width: 5%;
37     height: 2%;
38    }
39 #imap span:hover { 
40     background: lightblue;
41     border: thin solid gray;
42     font-size: small;
43 }
44 h1 { 
45     border: thin solid gray; 
46     background-color: lightblue;
47     width: 100%;
48 }
49 div.change { 
50     border: thin solid gray; 
51     font-size: smaller; 
52     font-style: italic;
53     background-color: lightblue;
54     position: fixed;
55     bottom: 10px;
56     right: 10px;
57 }
58 div.jobid { 
59     font-size: small; 
60     background-color: lightcyan;
61     border: solid thin lightgray;
62     position: fixed;
63     z-index: 3;
64     opacity: .8;
65     top: 1em; 
66     right: 100px; 
67     font-size: small; 
68     width: 80px; }         
69 div.back { 
70     font-size: smal; 
71     background-color: lightcyan;
72     border: solid thin lightgray;
73     position: fixed;
74     z-index: 3;
75     opacity: .8;
76     top: 1em; 
77     right: 10px; 
78     font-size: small; 
79     width: 80px; }
80 div.runs { 
81     position: fixed; 
82     background-color: lightcyan;
83     border: solid thin lightgray;
84     z-index: 2;
85     opacity: .8;
86     top: 3em; 
87     right: 1em; 
88     font-size: small; 
89     width: 200px; }
90 td { 
91     padding-right: 1em; 
92     padding-left: 1em; }
93 tr:nth-child(odd)    { 
94     background-color:lightcyan; }
95 tr:nth-child(even)    { 
96     background-color:white; }
97 table:first-child { 
98     border-top: thin solid lightgray; }
99
100 table:last-child { 
101     border-bottom: thin solid lightgray; }
102
103 td:link { 
104     text-decoration:none;
105     color: blue; }
106 td:visited { 
107     text-decoration:none;
108     color: blue;  }
109 td:hover { 
110     text-decoration: none; 
111     color: magenta;  }
112
113 #frame { 
114     position: absolute;
115     top: 5%;
116     left: 5%;
117     right: 5%;
118     bottom: 5%;
119     visibility: hidden;
120 }
121 #iframe { 
122     width:100%;
123     height:100%;
124     border: thin solid gray;
125     background-color:white;
126 }
127 #dframe { 
128     width:100%;
129     height:100%;
130     background-color: white;red
131 }
132 #close { 
133     position:relative;
134     top:-.01ex;
135     float: right;
136     right: 0;
137     font-weight: bold;
138     cursor: move;
139     color: blue;
140     border:thin solid gray;
141 }
142
143 #maxRange {
144     height: 12px;
145     padding: 0;
146 }
147 .sqrtContent {
148     border-top: 1px solid black;
149    font-size: small;
150 }
151
152 /*
153  * EOF
154  */