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