Subversion Repositories wimsdev

Rev

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

Rev 14091 Rev 14631
Line 2... Line 2...
2
 
2
 
3
code, pre{
3
code, pre{
4
  border: 1px solid #cacaca;
4
  border: 1px solid #cacaca;
5
  border-radius: 2px;
5
  border-radius: 2px;
6
  box-shadow: inset 0 0 .5em rgba(128,128,128,.5);
6
  box-shadow: inset 0 0 .5em rgba(128,128,128,.5);
-
 
7
}
-
 
8
 
-
 
9
pre>code{
-
 
10
  border: none;
-
 
11
  box-shadow: none;
-
 
12
  padding:0;
7
}
13
}
8
 
14
 
9
code{
15
code{
10
  /* <code> est habituellement utilisé pour du code "inline",
16
  /* <code> est habituellement utilisé pour du code "inline",
11
     mais avec "inline-block", on peut aussi l'utiliser en multi-lignes. */
17
     mais avec "inline-block", on peut aussi l'utiliser en multi-lignes. */
12
  display:inline-block;
18
  display:inline-block;
13
  padding: .5em;
19
  padding: .3rem .4rem;
14
  font-family: Consolas, "Liberation Mono", Courier, monospace;
20
  font-family: Consolas, "Liberation Mono", Courier, monospace;
15
  font-weight: normal;
21
  font-weight: normal;
16
  color: #0a0a0a;
22
  color: #0a0a0a;
17
  /*background-color: #f9fdf9;*/
23
  /*background-color: #f9fdf9;*/
18
  background-color: #FFF;
24
  background-color: #FFF;
Line 28... Line 34...
28
   line-height: 1.1em;
34
   line-height: 1.1em;
29
   margin: 1em;*/
35
   margin: 1em;*/
30
   /* white-space lets display this block without scroll bars */
36
   /* white-space lets display this block without scroll bars */
31
   /*white-space: pre-wrap;*/
37
   /*white-space: pre-wrap;*/
32
   overflow: auto;
38
   overflow: auto;
33
   padding: 1em;
39
   padding: .6rem;
34
}
40
}
35
 
41
 
36
textarea#wims_deposit {
42
textarea#wims_deposit {
37
  width:80%;
43
  width:80%;
38
  min-width:50em;
44
  min-width:50em;