]> git.llucax.com Git - z.facultad/75.52/sercom.git/blobdiff - sercom/static/css/style.css
más cleanup de detalles de presentación.
[z.facultad/75.52/sercom.git] / sercom / static / css / style.css
index ad33b1706b6ddeb7c81aebaa0d350ccae5cd7cd0..d001a0b567d8e062682bf756b6e0654d8cc14d61 100644 (file)
@@ -73,6 +73,10 @@ h2 {
 h3 {\r
   font-size: 100%;\r
 }\r
+
+h4 {\r
+  font-size: 90%;\r
+}\r
 \r
 #getting_started_steps a {\r
   text-decoration: none;\r
@@ -237,4 +241,65 @@ form.filter table td,form.filter th,form.filter tr {
 form.filter th {\r
     background: none;\r
     font-weight:bold;\r
-}\r
+}
+
+.list .exitosa {
+       background: #b9ffb9;
+}
+
+.list .noexitosa {
+       background: #ffdddd;
+}
+
+.list .entregaok {
+       background:green;
+}
+
+.list .entregamaso {
+       background:yellow;
+}
+
+.list .entregamal {
+       background:red;
+}
+
+.pruebaok {
+       background: #b9ffb9;
+}
+
+.pruebaok {
+border-collapse: collapse;
+}
+
+.pruebafail {
+border-collapse: collapse;
+}
+
+.pruebaok tr {
+       background: gray;
+}
+.pruebaok th {
+       background: #b9ffb9;
+}
+.pruebaok td {
+       background: #b9ffb9;
+}
+
+.pruebafail th {
+       background: #ffdddd;
+}
+.pruebafail td {
+       background: #ffdddd;
+}
+
+.dp-diff .rojo {
+    color:red;
+}
+
+.dp-diff .chunk {
+    color:blue;
+}
+
+.dp-diff .verde {
+    color:green;
+}