]> git.llucax.com Git - z.facultad/75.52/sercom.git/blobdiff - sercom/static/css/style.css
Permitir pasar el el archivo de configuración por línea de comandos al tester.
[z.facultad/75.52/sercom.git] / sercom / static / css / style.css
index b8bce0967555c2fb874117b4ca8ed61011900491..c5ff2a0def09c64ec7e072dc1566a186110b61fe 100644 (file)
@@ -70,6 +70,14 @@ h2 {
   font-size: 150%;\r
 }\r
 \r
   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
 #getting_started_steps a {\r
   text-decoration: none;\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
 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;
+}