X-Git-Url: https://git.llucax.com/z.facultad/75.52/sercom.git/blobdiff_plain/6e795a5270dcc96624425eecc0200bbc60f5766c..67708022a9cce0f32dd60359b9ae7fdaac127655:/sercom/static/css/style.css diff --git a/sercom/static/css/style.css b/sercom/static/css/style.css index ad33b17..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; @@ -237,4 +241,65 @@ 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; +} + +.list .entregaok { + background:green; +} + +.list .entregamaso { + background:yellow; +} + +.list .entregamal { + 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; +}