Rev 13447 | Rev 14443 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 13447 | Rev 13885 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | /* TABLES STYLES */ |
1 | /* TABLES STYLES */ |
2 | .wimstable { |
2 | .wimstable { |
3 |
|
3 | margin:auto; |
4 |
|
4 | width:90%; |
5 |
|
5 | border-spacing: 1px; |
6 |
|
6 | border-collapse:collapse; |
7 |
|
7 | border-color:#999; |
8 |
|
8 | font-size: .9em; |
9 | } |
9 | } |
10 | .wimstable>caption { |
10 | .wimstable>caption { |
11 |
|
11 | font-weight: bold; |
12 |
|
12 | font-size: 1.1em; |
13 |
|
13 | padding: 3px; |
14 | } |
14 | } |
15 | 15 | ||
16 | .wimstable>caption a:not(.wims_button):hover{ |
16 | .wimstable>caption a:not(.wims_button):hover{ |
17 |
|
17 | text-decoration:underline; |
18 | } |
18 | } |
19 | 19 | ||
20 | .wimstable th { |
20 | .wimstable th { |
21 |
|
21 | /*border-collapse:collapse;*/ |
22 |
|
22 | padding: 3px; |
23 | } |
23 | } |
24 | .wimstable td { |
24 | .wimstable td { |
25 |
|
25 | padding: 6px; |
26 | } |
26 | } |
27 | 27 | ||
28 | /*.wimstable .odd, */ |
28 | /*.wimstable .odd, */ |
29 | .wimstable tr:nth-child(odd) {background-color: #FFF} |
29 | .wimstable tr:nth-child(odd) {background-color: #FFF} |
30 | 30 | ||
31 | /*.wimstable .even, */ |
31 | /*.wimstable .even, */ |
32 | .wimstable tr:nth-child(even){background-color:#DFDFDF;} |
32 | .wimstable tr:nth-child(even){background-color:#DFDFDF;} |
33 | 33 | ||
34 | /*table.wimstable th a { |
34 | /*table.wimstable th a { |
35 | |
35 | display: inline-block; |
36 | |
36 | padding: 5px 5px; |
37 | |
37 | text-decoration: none; |
38 | }*/ |
38 | }*/ |
- | 39 | .wimstable th a:hover{ |
|
- | 40 | text-decoration: underline; |
|
- | 41 | } |
|
39 | 42 | ||
40 | .wimstable caption, .wimstable th, .wimstable td { border: 1px solid #999; } |
43 | .wimstable caption, .wimstable th, .wimstable td { border: 1px solid #999; } |
41 | 44 | ||
42 | 45 | ||
43 | /* tableau avec bordure exterieure, textes centres */ |
46 | /* tableau avec bordure exterieure, textes centres */ |
Line 53... | Line 56... | ||
53 | .answeranalysis tr{border:1px solid #AAA;} |
56 | .answeranalysis tr{border:1px solid #AAA;} |
54 | .answeranalysis td{padding:.3em;} |
57 | .answeranalysis td{padding:.3em;} |
55 | 58 | ||
56 | .wimsborder tr, .wimsborder td, .wimsborder th, |
59 | .wimsborder tr, .wimsborder td, .wimsborder th, |
57 | .wimsnoborder td, .wimsnoborder th{ |
60 | .wimsnoborder td, .wimsnoborder th{ |
58 |
|
61 | padding:7pt; |
59 |
|
62 | margin-top:10px; margin-bottom:10px; |
60 |
|
63 | text-align:center; |
61 |
|
64 | border-collapse:collapse; |
62 |
|
65 | /*overflow:scroll;*/ |
63 |
|
66 | min-width:10pt; |
64 | } |
67 | } |
65 | 68 | ||
66 | .wimsborder th{background-color: #EFEFEF;} |
69 | .wimsborder th{background-color: #EFEFEF;} |
67 | 70 | ||
68 | /* tableau centré */ |
71 | /* tableau centré */ |
69 | table.wimscenter { |
72 | table.wimscenter { |
70 |
|
73 | margin:7pt auto; |
71 | } |
74 | } |