From d7be92d4c59a49112a07010777c2d3420fa59cd8 Mon Sep 17 00:00:00 2001 From: higo.gomes Date: Fri, 1 Apr 2016 12:37:37 +0000 Subject: [PATCH] modificado css para contraste --- src/main/webapp/inicial_arquivos/css/criterioSucesso.css | 50 ++++++++++++++++++++++++++++++++++++++++++-------- 1 file changed, 42 insertions(+), 8 deletions(-) diff --git a/src/main/webapp/inicial_arquivos/css/criterioSucesso.css b/src/main/webapp/inicial_arquivos/css/criterioSucesso.css index d48a63d..01356d0 100644 --- a/src/main/webapp/inicial_arquivos/css/criterioSucesso.css +++ b/src/main/webapp/inicial_arquivos/css/criterioSucesso.css @@ -5,9 +5,17 @@ .subtitulo{ font-family: Arial, Helvetica, sans-serif; + font-size:1.9em; font-weight: normal; color: #2c66ce; - font-size:1.4em; + font-style: italic; +} + +.contraste .subtitulo{ + font-family: Arial, Helvetica, sans-serif; + font-size:1.9em; + font-weight: normal; + color: #fff; font-style: italic; } @@ -17,25 +25,51 @@ table-layout:fixed; word-wrap: break-word; text-align: left; + font-size:1.4em; + margin-bottom: 2em; +} + +.contraste .tabelaCriterioSucesso{ + font-family: Arial, Helvetica, sans-serif; + width:100%; + table-layout:fixed; + word-wrap: break-word; + text-align: left; + font-size:1.4em; + margin-bottom: 2em; + border: 1px solid #fff; } -.capitulo{ - text-align: center; - font-size:1.5em; +.tabelaCriterioSucesso caption{ + text-align: center; + font-size: 1.25em; } -.topo { + +.topoCriterios { background-color: #d2e4fc; color: #003399; font-weight: bold; - font-size:1.4em; + } -.celula { +.contraste .topoCriterios { + background-color: #000; + color: #fff; + font-weight: bold; + +} + +.celulaCriterios { background-color: #f2f4f7; color: #000; + font-weight: normal; +} + +.contraste .celulaCriterios { + background-color: #000; + color: #fff; font-weight: normal; - font-size:1.4em; } .indice0{ -- libgit2 0.21.2