Commit d7be92d4c59a49112a07010777c2d3420fa59cd8

Authored by higo.gomes
1 parent f7a5375b

modificado css para contraste

git-svn-id: https://svn.bento.ifrs.edu.br/default/ASES/ASES%20-%20Web/ASES%20-%20Web/Fontes/avaliador-web@10654 c2178572-b5ca-4887-91d2-9e3a90c7d55b
src/main/webapp/inicial_arquivos/css/criterioSucesso.css
... ... @@ -5,9 +5,17 @@
5 5  
6 6 .subtitulo{
7 7 font-family: Arial, Helvetica, sans-serif;
  8 + font-size:1.9em;
8 9 font-weight: normal;
9 10 color: #2c66ce;
10   - font-size:1.4em;
  11 + font-style: italic;
  12 +}
  13 +
  14 +.contraste .subtitulo{
  15 + font-family: Arial, Helvetica, sans-serif;
  16 + font-size:1.9em;
  17 + font-weight: normal;
  18 + color: #fff;
11 19 font-style: italic;
12 20 }
13 21  
... ... @@ -17,25 +25,51 @@
17 25 table-layout:fixed;
18 26 word-wrap: break-word;
19 27 text-align: left;
  28 + font-size:1.4em;
  29 + margin-bottom: 2em;
  30 +}
  31 +
  32 +.contraste .tabelaCriterioSucesso{
  33 + font-family: Arial, Helvetica, sans-serif;
  34 + width:100%;
  35 + table-layout:fixed;
  36 + word-wrap: break-word;
  37 + text-align: left;
  38 + font-size:1.4em;
  39 + margin-bottom: 2em;
  40 + border: 1px solid #fff;
20 41 }
21 42  
22   -.capitulo{
23   - text-align: center;
24   - font-size:1.5em;
  43 +.tabelaCriterioSucesso caption{
  44 + text-align: center;
  45 + font-size: 1.25em;
25 46 }
26 47  
27   -.topo {
  48 +
  49 +.topoCriterios {
28 50 background-color: #d2e4fc;
29 51 color: #003399;
30 52 font-weight: bold;
31   - font-size:1.4em;
  53 +
32 54 }
33 55  
34   -.celula {
  56 +.contraste .topoCriterios {
  57 + background-color: #000;
  58 + color: #fff;
  59 + font-weight: bold;
  60 +
  61 +}
  62 +
  63 +.celulaCriterios {
35 64 background-color: #f2f4f7;
36 65 color: #000;
  66 + font-weight: normal;
  67 +}
  68 +
  69 +.contraste .celulaCriterios {
  70 + background-color: #000;
  71 + color: #fff;
37 72 font-weight: normal;
38   - font-size:1.4em;
39 73 }
40 74  
41 75 .indice0{
... ...