Subversion Repositories wimsdev

Rev

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
   margin:0;
3
  margin:0;
4
   font-family: arial, verdana, helvetica, sans-serif;
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
   padding : 5px 20px;
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
    background-color: black;
21
  background-color: black;
19
    padding:0.5em;
22
  padding:0.5em;
20
    color:darkorange;
23
  color:darkorange;
21
    font-family: monospace;
24
  font-family: monospace;
22
}
25
}
23
.debug ul{
26
.debug ul{
24
    font-size: 105%;
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
   color:brown;
35
  color:brown;
33
   font-weight:bold;
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
    padding:.5em 20px
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
     padding : 2px 5px;
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
     padding : 0 10px;
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
     margin: 5px;
70
    margin: 5px;
68
     padding: 0 10px 10px 10px;
71
    padding: 0 10px 10px 10px;
69
  }
72
  }
70
  .wimsbody, .breadcrumbs li:first-child {
73
  .wimsbody, .breadcrumbs li:first-child {
71
     margin-left : 170px;
74
    margin-left : 170px;
72
  }
75
  }
73
 
76
 
74
} /* min-width 1025px, large screens */
77
} /* min-width 1025px, large screens */