Subversion Repositories wimsdev

Rev

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

Rev 12261 Rev 12300
Line 2... Line 2...
2
 
2
 
3
code, pre{
3
code, pre{
4
  /*border-left-width: 4px;
-
 
5
  background-color:rgb(128,255,128);
-
 
6
  background-color:rgba(0,128,0,0.1);
-
 
7
  font-family: monospace, "Courier New";
-
 
8
  line-height: 1.1em;
-
 
9
  margin: 1em;
-
 
10
  padding: .5em 1em;*/
-
 
11
  /*word-wrap: normal;*/
-
 
12
  border: 1px solid #ccc;
4
  border: 1px solid #cacaca;
13
  border-radius: 2px;
5
  border-radius: 2px;
14
  box-shadow: inset 0 0 .5em rgba(128,128,128,0.5);
6
  box-shadow: inset 0 0 .5em rgba(128,128,128,0.5);
15
}
7
}
16
 
8
 
17
code{
9
code{
18
  /* <code> est habituellement utilisé pour du code "inline",
10
  /* <code> est habituellement utilisé pour du code "inline",
19
     mais avec "inline-block", on peut aussi l'utiliser en multi-lignes. */
11
     mais avec "inline-block", on peut aussi l'utiliser en multi-lignes. */
20
  display:inline-block;
12
  display:inline-block;
-
 
13
  padding: 0.5em;
21
  font-family: Consolas,"Andale Mono WT","Andale Mono","Bitstream Vera Sans Mono","Nimbus Mono L",Monaco,"Courier New",monospace;
14
  font-family: Consolas, "Liberation Mono", Courier, monospace;
22
  /*font-size: 1em;*/
15
  font-weight: normal;
23
  /*text-align: left;*/
16
  color: #0a0a0a;
-
 
17
 
24
  background-color: #fbfaf9;
18
  background-color: #fbfaf9;
25
  background-color: rgba(0,128,0,0.1);
19
  background-color: rgba(200,254,200,.1);
26
  color: #333;
-
 
27
  padding: .5em;
-
 
28
}
20
}
29
 
21
 
30
pre{
22
pre{
31
  /* pre peut afficher du texte multi-lignes */
23
  /* pre peut afficher du texte multi-lignes */
32
   /*border-left-width: 4px;
24
   /*border-left-width: 4px;
Line 77... Line 69...
77
}
69
}
78
 
70
 
79
/* WIMS_messages */
71
/* WIMS_messages */
80
.wims_msg{
72
.wims_msg{
81
   /*font-weight: bold;*/
73
   /*font-weight: bold;*/
82
   padding: 0.3rem;
74
   padding: .3rem;
83
   /*margin: 0 auto 1rem auto;*/
-
 
84
   border: 1px solid rgba(10, 10, 10, 0.25);
75
   border: 1px solid rgba(10, 10, 10, .25);
-
 
76
}
-
 
77
div.wims_msg{
-
 
78
  margin: .5rem auto 1rem auto;
85
}
79
}
86
/* WIMS_messages (type success) */
80
/* WIMS_messages (type success) */
87
.wims_msg.success{background-color: #e1faea;}
81
.wims_msg.success{background-color: #e1faea;}
88
/* WIMS_messages (type alert) */
82
/* WIMS_messages (type alert) */
89
.wims_msg.alert{background-color: #fce6e2;}
83
.wims_msg.alert{background-color: #fce6e2;}
90
/* WIMS_messages (type warning) */
84
/* WIMS_messages (type warning) */
91
.wims_msg.warning{background-color: #fff3d9;}
85
.wims_msg.warning{background-color: #fff3d9;}
92
/* WIMS_messages (type info) */
86
/* WIMS_messages (type info) */
93
.wims_msg.info{background-color: #def0fc;}
87
.wims_msg.info{background-color: #def0fc;}
-
 
88
/* WIMS_messages (type help) */
-
 
89
.wims_msg.help{background-color: #F6F6F6;}
94
/* include variables in WIMS_messages
90
/* include variables in WIMS_messages
95
.wims_msg .tt{color: black;}*/
91
.wims_msg .tt{color: black;}*/
96
/* WIMS_messages (type example) */
-
 
97
.wims_msg.example{}
-
 
-
 
92
 
98
/* alert msg (WIMS_messages, old way (but still used in several modules) */
93
/* alert msg (WIMS_messages, old way (but still used in several modules) */
99
.wims_alertmsg{
94
.wims_alertmsg{
100
   margin:auto;
95
   margin:auto;
101
   color: #A52A2A;
96
   color: #A52A2A;
102
   font-weight: bold;
97
   font-weight: bold;