]> git.llucax.com Git - z.facultad/75.52/sercom.git/blobdiff - sercom/static/css/style.css
muestro comandos no publicos al admin y pongo cada comando de una prueba del color...
[z.facultad/75.52/sercom.git] / sercom / static / css / style.css
index 4fbb2d020cbabbd8b526ace4866deed604f3da4e..622237824ecaa7d01b3d611a7fa4681663015aba 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
@@ -259,4 +263,48 @@ form.filter th {
        background:red;
 }
 
+.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;
+}