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