X-Git-Url: https://git.llucax.com/z.facultad/75.52/sercom.git/blobdiff_plain/7b1a546cf211f419053f417a509de6add0cd5875..67708022a9cce0f32dd60359b9ae7fdaac127655:/sercom/static/css/style.css diff --git a/sercom/static/css/style.css b/sercom/static/css/style.css index 4fbb2d0..d001a0b 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; @@ -259,4 +263,43 @@ form.filter th { background:red; } +.pruebaok { + background: #b9ffb9; +} + +.pruebaok { +border-collapse: collapse; +} + +.pruebafail { +border-collapse: collapse; +} + +.pruebaok tr { + background: gray; +} +.pruebaok th { + background: #b9ffb9; +} +.pruebaok td { + background: #b9ffb9; +} + +.pruebafail th { + background: #ffdddd; +} +.pruebafail td { + background: #ffdddd; +} + +.dp-diff .rojo { + color:red; +} + +.dp-diff .chunk { + color:blue; +} +.dp-diff .verde { + color:green; +}