]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PWGLF/FORWARD/analysis2/qa/style.css
Various fixes for QA handling
[u/mrichter/AliRoot.git] / PWGLF / FORWARD / analysis2 / qa / style.css
index d588b2547541d479b732c73da971a65a54d45e29..03b9c7174694e50a310920a9c94311a8fe351bef 100644 (file)
@@ -2,71 +2,94 @@
  * Cascading style sheet for QA pages 
  */
 body { 
-    font-family: sans 
-}
-
-a:link { text-decoration:none;
-        color: blue; 
-        font-weight: bold;
-       }
-a:visited { text-decoration:none;
-           color: blue; 
-           font-weight: bold;
-         }
-a:hover { text-decoration: none; 
-         color: magenta; 
-         font-weight: bold;
-       }
-h1 { border: thin solid gray; 
-     width: 100%; 
-     background-color: lightblue;
+    font-family: sans }
+a:link { 
+    text-decoration:none;
+    color: blue; 
+    font-weight: bold; }
+a:visited { 
+    text-decoration:none;
+    color: blue; 
+    font-weight: bold;  }
+a:hover { 
+    text-decoration: none; 
+    color: magenta; 
+    font-weight: bold; }
+img { 
+    width: 100%; }
+#imap {  
+    width: 70%;
+    position: absolute }
+#imap span { 
+    display: block;
+    position: absolute; 
+    z-index: 20;
+    font-size: 0pt;
+    width: 5%;
+    height: 2%;
    }
-
-div.change { border: thin solid gray; 
-            text-size: smaller; 
-            font-style: italic;
-            background-color: lightblue;
-            bottom: 100%;
-          }
-div.jobid { font-size: smal; 
-           background-color: lightcyan;
-           border: solid thin lightgray;
-           position: fixed;
-           z-index: 3;
-           opacity: .8;
-           top: 1em; 
-           right: 100px; 
-           font-size: small; 
-           width: 80px; }
-          
-div.back { font-size: smal; 
-          background-color: lightcyan;
-          border: solid thin lightgray;
-          position: fixed;
-          z-index: 3;
-          opacity: .8;
-          top: 1em; 
-          right: 10px; 
-          font-size: small; 
-          width: 80px; }
-
-div.runs { position: fixed; 
-          background-color: lightcyan;
-          border: solid thin lightgray;
-          z-index: 2;
-          opacity: .8;
-          top: 3em; 
-          right: 1em; 
-          font-size: small; 
-          width: 200px; }
-div.img {  }
-img { height: 80%; }
-td { padding-right: 1em; 
-     padding-left: 1em; }
-tr:nth-child(odd)    { background-color:lightcyan; }
-tr:nth-child(even)    { background-color:white; }
-table:first-child { border-top: thin solid lightgray; }
-table:last-child { border-bottom: thin solid lightgray; }
+#imap span:hover { 
+    background: lightblue;
+    border: thin solid gray;
+    font-size: small;
+}
+h1 { 
+    border: thin solid gray; 
+    background-color: lightblue;
+    width: 100%;
+}
+div.change { 
+    border: thin solid gray; 
+    font-size: smaller; 
+    font-style: italic;
+    background-color: lightblue;
+    position: fixed;
+    bottom: 10px;
+    right: 10px;
+}
+div.jobid { 
+    font-size: small; 
+    background-color: lightcyan;
+    border: solid thin lightgray;
+    position: fixed;
+    z-index: 3;
+    opacity: .8;
+    top: 1em; 
+    right: 100px; 
+    font-size: small; 
+    width: 80px; }        
+div.back { 
+    font-size: smal; 
+    background-color: lightcyan;
+    border: solid thin lightgray;
+    position: fixed;
+    z-index: 3;
+    opacity: .8;
+    top: 1em; 
+    right: 10px; 
+    font-size: small; 
+    width: 80px; }
+div.runs { 
+    position: fixed; 
+    background-color: lightcyan;
+    border: solid thin lightgray;
+    z-index: 2;
+    opacity: .8;
+    top: 3em; 
+    right: 1em; 
+    font-size: small; 
+    width: 200px; }
+td { 
+    padding-right: 1em; 
+    padding-left: 1em; }
+tr:nth-child(odd)    { 
+    background-color:lightcyan; }
+tr:nth-child(even)    { 
+    background-color:white; }
+table:first-child { 
+    border-top: thin solid lightgray; }
+table:last-child { 
+    border-bottom: thin solid lightgray; }
 
 /*
  * EOF