Commit 1ad082a2904744165dceeaade7fe3673421393f1
1 parent
065d7de5
Exists in
master
and in
1 other branch
git-svn-id: https://svn.bento.ifrs.edu.br/default/ASES/ASES%20-%20Web/ASES%20-%2…
…0Web/Fontes/avaliador-web@10636 c2178572-b5ca-4887-91d2-9e3a90c7d55b
Showing
1 changed file
with
54 additions
and
0 deletions
Show diff stats
src/main/webapp/inicial_arquivos/css/criterioSucesso.css
0 → 100644
... | ... | @@ -0,0 +1,54 @@ |
1 | +.criterios{ | |
2 | + font-size:1.4em; | |
3 | + font-family: Arial, Helvetica, sans-serif; | |
4 | +} | |
5 | + | |
6 | +.subtitulo{ | |
7 | + font-family: Arial, Helvetica, sans-serif; | |
8 | + font-weight: normal; | |
9 | + color: #2c66ce; | |
10 | + font-size:1.4em; | |
11 | + font-style: italic; | |
12 | +} | |
13 | + | |
14 | +.tabelaCriterioSucesso{ | |
15 | + font-family: Arial, Helvetica, sans-serif; | |
16 | + width:100%; | |
17 | + table-layout:fixed; | |
18 | + word-wrap: break-word; | |
19 | + text-align: left; | |
20 | +} | |
21 | + | |
22 | +.capitulo{ | |
23 | + text-align: center; | |
24 | + font-size:1.5em; | |
25 | +} | |
26 | + | |
27 | +.topo { | |
28 | + background-color: #d2e4fc; | |
29 | + color: #003399; | |
30 | + font-weight: bold; | |
31 | + font-size:1.4em; | |
32 | +} | |
33 | + | |
34 | +.celula { | |
35 | + background-color: #f2f4f7; | |
36 | + color: #000; | |
37 | + font-weight: normal; | |
38 | + font-size:1.4em; | |
39 | +} | |
40 | + | |
41 | +.indice0{ | |
42 | + width:1em; | |
43 | + | |
44 | +} | |
45 | + | |
46 | +.indice1{ | |
47 | + width:3em; | |
48 | + | |
49 | +} | |
50 | + | |
51 | +.indice2{ | |
52 | + width:6em; | |
53 | + | |
54 | +} | |
0 | 55 | \ No newline at end of file | ... | ... |