Rev 13019 | Rev 13991 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 13019 | Rev 13292 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | /* WORDS in code in all texts*/ |
1 | /* WORDS in code in all texts*/ |
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, |
6 | box-shadow: inset 0 0 .5em rgba(128,128,128,.5); |
7 | } |
7 | } |
8 | 8 | ||
9 | code{ |
9 | code{ |
10 | /* <code> est habituellement utilisé pour du code "inline", |
10 | /* <code> est habituellement utilisé pour du code "inline", |
11 | 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. */ |
12 | display:inline-block; |
12 | display:inline-block; |
13 | padding: |
13 | padding: .5em; |
14 | font-family: Consolas, "Liberation Mono", Courier, monospace; |
14 | font-family: Consolas, "Liberation Mono", Courier, monospace; |
15 | font-weight: normal; |
15 | font-weight: normal; |
16 | color: #0a0a0a; |
16 | color: #0a0a0a; |
17 | - | ||
18 | background-color: |
17 | background-color: #f9fdf9; |
19 | background-color: rgba(200,254,200,.1); |
- | |
20 | } |
18 | } |
21 | 19 | ||
22 | pre{ |
20 | pre{ |
23 | /* pre peut afficher du texte multi-lignes */ |
21 | /* pre peut afficher du texte multi-lignes */ |
24 | /*border-left-width: 4px; |
22 | /*border-left-width: 4px; |
Line 70... | Line 68... | ||
70 | 68 | ||
71 | /* WIMS_messages */ |
69 | /* WIMS_messages */ |
72 | .wims_msg{ |
70 | .wims_msg{ |
73 | /*font-weight: bold;*/ |
71 | /*font-weight: bold;*/ |
74 | padding: .3rem; |
72 | padding: .3rem; |
75 | border: 1px solid |
73 | border: 1px solid #BCBCBC; |
76 | } |
74 | } |
77 | div.wims_msg{ |
75 | div.wims_msg{ |
78 | margin: .5rem auto 1rem auto; |
76 | margin: .5rem auto 1rem auto; |
79 | } |
77 | } |
80 | /* WIMS_messages (type success) */ |
78 | /* WIMS_messages (type success) */ |