X-Git-Url: https://git.llucax.com/z.facultad/75.52/sercom.git/blobdiff_plain/7b1a546cf211f419053f417a509de6add0cd5875..780e2f374361937fa006e63859afe1ef00aae005:/sercom/static/css/style.css?ds=sidebyside diff --git a/sercom/static/css/style.css b/sercom/static/css/style.css index 4fbb2d0..c5ff2a0 100644 --- a/sercom/static/css/style.css +++ b/sercom/static/css/style.css @@ -73,6 +73,10 @@ h2 { h3 { font-size: 100%; } + +h4 { + font-size: 90%; +} #getting_started_steps a { text-decoration: none; @@ -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; +}