Subversion Repositories wimsdev

Rev

Rev 9637 | Rev 9970 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 9637 Rev 9641
Line 2... Line 2...
2
.wims_seq, .wims_sheet {
2
.wims_seq, .wims_sheet {
3
  position: relative;
3
  position: relative;
4
  padding: 2.5em 0 0 1em;
4
  /*padding: 2.5em 0 0 1em;*/
5
  margin:10px;
5
  margin:10px;
6
  border: thin solid;
6
  border: thin solid;
7
  border-bottom: 2px solid #888;
7
  border-bottom: 2px solid #888;
8
  border-right: 2px solid #888;
8
  border-right: 2px solid #888;
9
}
9
}
10
 
10
 
11
.wims_title_seq{
11
.wims_title_seq{
12
  position: absolute;
12
  /*position: absolute;
-
 
13
  top:0;
-
 
14
  left:0;*/
13
  padding:0.5em;
15
  padding:.5em;
14
  border-bottom:thin solid gray;
16
  border-bottom:thin solid gray;
15
  border-right:thin solid gray;
17
  border-right:thin solid gray;
16
  top:0;
-
 
17
  left:0;
-
 
18
}
18
}
19
 
19
 
20
.wims_seq a {
20
.wims_seq a {
21
  /*padding: 0;*/
21
  /*padding: 0;*/
22
  text-decoration: none;
22
  text-decoration: none;
23
}
23
}
24
 
-
 
25
.wims_seq a:hover {text-decoration:underline;}
24
.wims_seq a:hover {text-decoration:underline;}
26
/*.wims_seq .wims_title_seq {}*/
-
 
-
 
25
 
27
.wims_seq .wims_desc_item {color:#804000;}
26
.wims_seq .wims_desc_item {color:#804000;}
28
 
27
 
-
 
28
.wims_comment_item{
-
 
29
  padding:.5em;
-
 
30
}
29
.wims_title_seq .wims_comment_item {
31
.wims_title_seq .wims_comment_item {
30
   padding:5px;
-
 
31
   margin-top:5px;
32
   margin-top:5px;
32
   color:#804000;
33
   color:#804000;
33
   display:inline-block;
34
   display:inline-block;
34
}
35
}
35
.wims_seq .wims_title_item {font-weight:bold;}
36
.wims_seq .wims_title_item {font-weight:bold;}
-
 
37
 
36
/* numero pour les item d'une sequence */
38
/* numero pour les item d'une sequence */
37
.wims_seq_item_n {
39
.wims_seq_item_n {
38
    padding:0.3em;
40
    padding: 3px 6px;
39
    border:1px solid;
41
    border:1px solid gray;
-
 
42
    border-radius: 20px;
40
}
43
}
41
 
44
 
42
/* ****** END OF SEQUENCES ******** */
45
/* ****** END OF SEQUENCES ******** */