Support uxsuccess.
[build-farm.git] / web / build_farm.css
index fb57767df2581b8787c5b876673d29d6df3a558f..136bea3bf806272a7db3f46c3532cebff7cc1a85 100644 (file)
@@ -1,16 +1,18 @@
 
 /* log is the id on the build log divisions */
-#log .name, #log .status {
+#log .title, #log .status {
         display: inline;
        font-weight: bold;
        font-family: sans-serif;
 }
-#log .status.failed {
-       color: rgb(153, 0, 0);;
-}
-#log .status.passed {
-       color: rgb(0, 153, 0);
-}
+#log .status.failed {  color: rgb(153, 0,   0);   }
+#log .status.passed {  color: rgb(0,   153, 0);   }
+#log .status.skipped { color: rgb(0,   0,   153); }
+#log .status.error {   color: rgb(153, 0,   0);   }
+#log .status.warning { color: rgb(153, 75,  0);   }
+#log .status.xfailed { color: rgb(153, 75,  0);   }
+#log .status.uxpassed {        color: rgb(153, 0,   0);   }
+#log .status.mistake { color: rgb(0,   0,   153); }
 #log .output {
        color: rgb(0, 0, 0);
        font-family: monospace;
        padding: 10px;
        border: 2px solid black;
 }
-#log div.unit.passed {
-       background-color: rgb(180, 255, 180);
-}
-#log div.unit.failed {
-       background-color: rgb(255, 180, 180);
-}
-#log .unit.failed .output {
-       display: block;
-}
-#log .unit.passed .output {
-       display: none;
-}
-#log div.output#output-stderr-0 {
+#log div.unit.passed { background-color: rgb(180, 255, 180); }
+#log div.unit.failed { background-color: rgb(255, 180, 180); }
+#log div.unit.skipped {        background-color: rgb(180, 180, 255); }
+#log div.unit.warning {        background-color: rgb(255, 180, 125); }
+#log div.unit.xfailed {        background-color: rgb(255, 180, 125); }
+#log div.unit.uxpassed {       background-color: rgb(255, 180, 180); }
+#log div.unit.error {  background-color: rgb(255, 180, 180); }
+#log div.unit.mistake {        background-color: rgb(180, 180, 255); }
+
+#log .unit.failed  .output {   display: block;}
+#log .unit.skipped .output {   display: block;}
+#log .unit.passed  .output {   display: none;}
+#log .unit.error   .output {   display: none;}
+#log .unit.mistake .output {   display: none;}
+#log .unit.warning .output {   display: none;}
+#log .unit.xfailed .output {   display: none;}
+#log .unit.uxpassed .output {  display: none;}
+#log .unit.errorlog .output {  display: none;}
+#log div.status.errorlog {     display: none;}
+img + div.action.title {margin-left: 0.5em;}
+a + div.action.status {margin-left: 0.5em;}
+
+#log div.output-stderr-0 {
        display: none;
 }
 #log img {
         color: rgb(255, 0, 0);
 }
 
+.status.panic { 
+        color: rgb(255, 0, 0);
+        font-weight: bold;
+}
+.status.checker { 
+        color: rgb(255, 127, 0);
+}
 .status.unknown { 
         color: rgb(0, 0, 255);
 }
 .age .old { 
         color: rgb(210, 0, 0);
 }
+.preformated {
+       white-space: pre;
+       font-family: monospace;
+}
 
 div.host.summary {
         float: left;
@@ -86,16 +109,6 @@ div.build-section {
         clear: both;
         width: 100%;
 }
-div.build-menu { 
-       position:absolute;
-       top:100;
-       left:0;
-        text-align: center;
-       height:90px;
-       width:100%;
-       padding-top:4px;
-        z-index: 10;
-}
 #logo>.build_logo { 
         background-image:url(build_logo.png);
         background-position:center;
@@ -137,7 +150,7 @@ div.build-menu {
         top: 0;
         left: 250px;
         margin-top: 5px;
-        zindex: 10px;
+        z-index: 10;
 }
 #build-menu input { 
         margin: 20px 10px 0px 0px;
@@ -149,6 +162,9 @@ div.build-menu {
        top:100px;
        left:175px;
        margin:0;
+}
+.center { 
+        margin:100px 10px 0 175px;
        padding-top:30px;
        padding-left:35px;
        padding-bottom:50px;
@@ -169,3 +185,37 @@ div.build-menu {
 #logo a:hover {
        background:transparent;
 }
+
+.gh {
+        color: blue;
+}
+.gd {
+        color: #a00000;
+}
+.gi {
+        color: #0a0;
+}
+.gh {
+        color: purple;
+}
+.gu {
+        color: green;
+}
+
+.history_row { 
+        background-color: #E5E9F5;
+        margin-bottom: 10px;
+        padding: 2px;
+}
+
+.history_row .label {
+        font-style: italic;
+}
+
+.history_row .date,
+.history_row .diff .html {
+        font-weight: bold;
+}
+.reason {
+       font-weight: bold;
+}