]> git.llucax.com Git - software/sercom.git/blobdiff - sercom/static/css/style.css
Degrade de colores para las entregas.
[software/sercom.git] / sercom / static / css / style.css
index 455f6c395c613563b73f9fbed4c7ffb69113e6ed..c5ff2a0def09c64ec7e072dc1566a186110b61fe 100644 (file)
@@ -70,6 +70,14 @@ h2 {
   font-size: 150%;\r
 }\r
 \r
+h3 {\r
+  font-size: 100%;\r
+}\r
+
+h4 {\r
+  font-size: 90%;\r
+}\r
+\r
 #getting_started_steps a {\r
   text-decoration: none;\r
 }\r
@@ -166,7 +174,7 @@ table.list td {
 \r
 .tableform th {\r
     text-align: right;\r
-    width: 5%;\r
+    width: 15%;\r
     padding-left:15px;\r
 }\r
 \r
@@ -233,4 +241,58 @@ 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;
+}
+
+.prueba {
+       border-collapse: collapse;
+}
+
+.pruebaok {
+       background: #b9ffb9;
+       border-collapse: collapse;
+}
+
+.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;
+}