Subversion Repositories wimsdev

Rev

Rev 13469 | Details | Compare with Previous | Last modification | View Log | RSS feed

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