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