X-Git-Url: https://git.llucax.com/z.facultad/75.52/sercom.git/blobdiff_plain/c4d22e47a8dd7f49c42086dad65de035da6a9bcb..HEAD:/sercom/static/css/style.css?ds=inline diff --git a/sercom/static/css/style.css b/sercom/static/css/style.css index b8bce09..c5ff2a0 100644 --- a/sercom/static/css/style.css +++ b/sercom/static/css/style.css @@ -70,6 +70,14 @@ h2 { font-size: 150%; } +h3 { + font-size: 100%; +} + +h4 { + font-size: 90%; +} + #getting_started_steps a { text-decoration: none; } @@ -233,4 +241,58 @@ form.filter table td,form.filter th,form.filter tr { form.filter th { background: none; font-weight:bold; -} +} + +.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; +}