Rev 14631 | Rev 17650 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 14631 | Rev 17143 | ||
---|---|---|---|
Line 11... | Line 11... | ||
11 | box-shadow: none; |
11 | box-shadow: none; |
12 | padding:0; |
12 | padding:0; |
13 | } |
13 | } |
14 | 14 | ||
15 | code{ |
15 | code{ |
16 | /* <code> est habituellement |
16 | /* <code> est habituellement utilis pour du code "inline", |
17 | 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. */ |
18 | display:inline-block; |
18 | display:inline-block; |
19 | padding: .3rem .4rem; |
19 | padding: .3rem .4rem; |
20 | font-family: Consolas, "Liberation Mono", Courier, monospace; |
20 | font-family: Consolas, "Liberation Mono", Courier, monospace; |
21 | font-weight: normal; |
21 | font-weight: normal; |
Line 38... | Line 38... | ||
38 | overflow: auto; |
38 | overflow: auto; |
39 | padding: .6rem; |
39 | padding: .6rem; |
40 | } |
40 | } |
41 | 41 | ||
42 | textarea#wims_deposit { |
42 | textarea#wims_deposit { |
43 | width: |
43 | width:100%; |
44 |
|
44 | max-width:75em; |
45 | min-height:30em; |
45 | min-height:30em; |
46 | } |
46 | } |
47 | 47 | ||
48 | /* reference to filename (in modtool file list)*/ |
48 | /* reference to filename (in modtool file list)*/ |
49 | .wims_fname { |
49 | .wims_fname { |
Line 76... | Line 76... | ||
76 | /* WIMS_messages */ |
76 | /* WIMS_messages */ |
77 | .wims_msg{ |
77 | .wims_msg{ |
78 | /*font-weight: bold;*/ |
78 | /*font-weight: bold;*/ |
79 | padding: .3rem; |
79 | padding: .3rem; |
80 | border: 1px solid #BCBCBC; |
80 | border: 1px solid #BCBCBC; |
- | 81 | max-height: 999em; |
|
81 | } |
82 | } |
82 | div.wims_msg{ |
83 | div.wims_msg{ |
83 | margin: .5rem auto 1rem auto; |
84 | margin: .5rem auto 1rem auto; |
- | 85 | position: relative; |
|
84 | } |
86 | } |
- | 87 | /* transition to hide an element (will be smoother if we use js) */ |
|
- | 88 | div.alert_closing { |
|
- | 89 | max-height: 0; |
|
- | 90 | padding-top: 0; |
|
- | 91 | padding-bottom: 0; |
|
- | 92 | margin-top: 0; |
|
- | 93 | margin-bottom: 0; |
|
- | 94 | overflow: hidden; |
|
- | 95 | opacity: 0; |
|
- | 96 | transition: all 2s ease-out; |
|
- | 97 | } |
|
- | 98 | ||
85 | /* WIMS_messages (type success) */ |
99 | /* WIMS_messages (type success) */ |
86 | .wims_msg.success{background-color: #e1faea;} |
100 | .wims_msg.success{background-color: #e1faea;} |
87 | /* WIMS_messages (type alert) */ |
101 | /* WIMS_messages (type alert) */ |
88 | .wims_msg.alert,.wims_msg.fail{background-color: #fce6e2;} |
102 | .wims_msg.alert,.wims_msg.fail{background-color: #fce6e2;} |
89 | /* WIMS_messages (type warning) */ |
103 | /* WIMS_messages (type warning) */ |