X-Git-Url: https://git.llucax.com/z.facultad/75.52/sercom.git/blobdiff_plain/30ee3260ba3b937347b18ae1b82f75ec7b9465c5..67708022a9cce0f32dd60359b9ae7fdaac127655:/sercom/static/css/style.css diff --git a/sercom/static/css/style.css b/sercom/static/css/style.css index 455f6c3..d001a0b 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; } @@ -166,7 +174,7 @@ table.list td { .tableform th { text-align: right; - width: 5%; + width: 15%; padding-left:15px; } @@ -233,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; +}