Rev 13469 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 13469 | Rev 15682 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | /* General */ |
1 | /* General */ |
2 | body { |
2 | body { |
3 |
|
3 | margin:0; |
4 |
|
4 | font-family: arial, verdana, helvetica, sans-serif; |
5 | } |
5 | } |
6 | 6 | ||
7 | /*li {margin-bottom: 8px;}*/ |
7 | /*li {margin-bottom: 8px;}*/ |
8 | 8 | ||
9 | a:hover {text-decoration:none;} |
9 | a:hover {text-decoration:none;} |
10 | a:hover img{opacity:.75;} |
10 | a:hover img{opacity:.75;} |
- | 11 | ||
- | 12 | .table-scroll { |
|
- | 13 | overflow-x: auto; } |
|
11 | 14 | ||
12 | .wimsbody { |
15 | .wimsbody { |
13 |
|
16 | padding : 5px 20px; |
14 | } |
17 | } |
15 | 18 | ||
16 | /** Affichage tres contrasté pour des fins de debogage : **/ |
19 | /** Affichage tres contrasté pour des fins de debogage : **/ |
17 | .debug{ |
20 | .debug{ |
18 |
|
21 | background-color: black; |
19 |
|
22 | padding:0.5em; |
20 |
|
23 | color:darkorange; |
21 |
|
24 | font-family: monospace; |
22 | } |
25 | } |
23 | .debug ul{ |
26 | .debug ul{ |
24 |
|
27 | font-size: 105%; |
25 | } |
28 | } |
26 | 29 | ||
27 | .wims_seq, .wims_sheet { |
30 | .wims_seq, .wims_sheet { |
28 | background-image: linear-gradient(to top, rgba(255,255,255,0) 0%,rgba(255,255,255,0.5) 100%); |
31 | background-image: linear-gradient(to top, rgba(255,255,255,0) 0%,rgba(255,255,255,0.5) 100%); |
29 | } |
32 | } |
30 | 33 | ||
31 | .wims_warning{ |
34 | .wims_warning{ |
32 |
|
35 | color:brown; |
33 |
|
36 | font-weight:bold; |
34 | } |
37 | } |
35 | /* warning de type "bloc" */ |
38 | /* warning de type "bloc" */ |
36 | div.wims_warning{ |
39 | div.wims_warning{ |
37 |
|
40 | padding:.5em 20px |
38 | } |
41 | } |
39 | 42 | ||
40 | 43 | ||
41 | #docnavigation{ |
44 | #docnavigation{ |
42 | /*margin-left: 11em;*/ |
45 | /*margin-left: 11em;*/ |
Line 47... | Line 50... | ||
47 | span.tooltip {color:#A52A2A;} |
50 | span.tooltip {color:#A52A2A;} |
48 | 51 | ||
49 | /* Small screens */ |
52 | /* Small screens */ |
50 | @media only screen and (max-width: 40em) { |
53 | @media only screen and (max-width: 40em) { |
51 | .wimsbody { |
54 | .wimsbody { |
52 |
|
55 | padding : 2px 5px; |
53 | } |
56 | } |
54 | } /* max-width 640px, mobile-only styles, use when QAing mobile issues */ |
57 | } /* max-width 640px, mobile-only styles, use when QAing mobile issues */ |
55 | 58 | ||
56 | /* Medium screens */ |
59 | /* Medium screens */ |
57 | @media only screen and (min-width: 40.063em) and (max-width: 64em) { |
60 | @media only screen and (min-width: 40.063em) and (max-width: 64em) { |
58 | /*.wimsbody { |
61 | /*.wimsbody { |
59 | |
62 | padding : 0 10px; |
60 | }*/ |
63 | }*/ |
61 | } /* min-width 641px and max-width 1024px, use when QAing tablet-only issues */ |
64 | } /* min-width 641px and max-width 1024px, use when QAing tablet-only issues */ |
62 | 65 | ||
63 | /* Large screens */ |
66 | /* Large screens */ |
64 | @media only screen and (min-width: 64.063em) { |
67 | @media only screen and (min-width: 64.063em) { |
65 | 68 | ||
66 | body { |
69 | body { |
67 |
|
70 | margin: 5px; |
68 |
|
71 | padding: 0 10px 10px 10px; |
69 | } |
72 | } |
70 | .wimsbody, .breadcrumbs li:first-child { |
73 | .wimsbody, .breadcrumbs li:first-child { |
71 |
|
74 | margin-left : 170px; |
72 | } |
75 | } |
73 | 76 | ||
74 | } /* min-width 1025px, large screens */ |
77 | } /* min-width 1025px, large screens */ |