]> git.llucax.com Git - software/sercom.git/blobdiff - sercom/static/css/style.css
agrego diagramas al repo.
[software/sercom.git] / sercom / static / css / style.css
index 4fbb2d020cbabbd8b526ace4866deed604f3da4e..c5ff2a0def09c64ec7e072dc1566a186110b61fe 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
@@ -247,16 +251,48 @@ form.filter th {
        background: #ffdddd;
 }
 
-.list .entregaok {
-       background:green;
+.prueba {
+       border-collapse: collapse;
 }
 
-.list .entregamaso {
-       background:yellow;
+.pruebaok {
+       background: #b9ffb9;
+       border-collapse: collapse;
 }
 
-.list .entregamal {
-       background:red;
+.pruebafail {
+       border-collapse: collapse;
+       background: #ffdddd;
 }
 
+.pruebaok tr {
+       background: gray;
+}
+.pruebaok th {
+       background: #b9ffb9;
+}
+.pruebaok td {
+       background: #b9ffb9;
+}
 
+.pruebafail {
+       background: #ffdddd;
+}
+.pruebafail th {
+       background: #ffdddd;
+}
+.pruebafail td {
+       background: #ffdddd;
+}
+
+.dp-diff .rojo {
+    color:red;
+}
+
+.dp-diff .chunk {
+    color:blue;
+}
+
+.dp-diff .verde {
+    color:green;
+}