Rev 12904 | Rev 13292 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
12261 | bpr | 1 | /* WORDS in code in all texts*/ |
7888 | obado | 2 | |
3 | code, pre{ |
||
12300 | obado | 4 | border: 1px solid #cacaca; |
7888 | obado | 5 | border-radius: 2px; |
6 | box-shadow: inset 0 0 .5em rgba(128,128,128,0.5); |
||
6236 | bpr | 7 | } |
7888 | obado | 8 | |
9 | code{ |
||
11168 | bpr | 10 | /* <code> est habituellement utilisé pour du code "inline", |
7888 | obado | 11 | mais avec "inline-block", on peut aussi l'utiliser en multi-lignes. */ |
12 | display:inline-block; |
||
12300 | obado | 13 | padding: 0.5em; |
14 | font-family: Consolas, "Liberation Mono", Courier, monospace; |
||
15 | font-weight: normal; |
||
16 | color: #0a0a0a; |
||
17 | |||
7888 | obado | 18 | background-color: #fbfaf9; |
12300 | obado | 19 | background-color: rgba(200,254,200,.1); |
7888 | obado | 20 | } |
21 | |||
22 | pre{ |
||
10207 | bpr | 23 | /* pre peut afficher du texte multi-lignes */ |
7888 | obado | 24 | /*border-left-width: 4px; |
25 | background-color:rgb(128,255,128); |
||
26 | background-color:rgba(0,128,0,0.1); |
||
27 | font-family: monospace, "Courier New"; |
||
28 | border-left-style: ridge; |
||
29 | line-height: 1.1em; |
||
30 | margin: 1em;*/ |
||
31 | /* white-space lets display this block without scroll bars */ |
||
32 | /*white-space: pre-wrap;*/ |
||
33 | overflow: auto; |
||
34 | padding: 1em; |
||
35 | } |
||
36 | |||
9726 | obado | 37 | textarea#wims_deposit { |
6236 | bpr | 38 | width:80%; |
39 | min-width:50em; |
||
40 | min-height:30em; |
||
41 | } |
||
7888 | obado | 42 | |
9635 | obado | 43 | /* reference to filename (in modtool file list)*/ |
6236 | bpr | 44 | .wims_fname { |
45 | font-family: monospace, "Courier New"; |
||
7075 | obado | 46 | color :#600; |
6236 | bpr | 47 | font-weight:bold; |
48 | } |
||
7671 | bpr | 49 | /* reference to parameters */ |
6236 | bpr | 50 | .wims_parm{background-color : #ffffe5;} |
51 | |||
52 | /* mots de code */ |
||
53 | .wims_code_words {color:blue;} |
||
54 | |||
55 | /* variables in help for example*/ |
||
56 | .wims_code_variable {color:navy;} |
||
57 | |||
58 | /*address as email adress, but also adresse of a file*/ |
||
7075 | obado | 59 | /*.wims_address {}*/ |
60 | |||
6236 | bpr | 61 | /* title of modules in a texte */ |
62 | .wims_mod_title { |
||
63 | color:blue; |
||
64 | font-style: italic; |
||
65 | } |
||
66 | /* descriptions of modules in help or text */ |
||
67 | .wims_mod_desc { |
||
68 | font-style: italic; |
||
69 | } |
||
9635 | obado | 70 | |
71 | /* WIMS_messages */ |
||
72 | .wims_msg{ |
||
10262 | obado | 73 | /*font-weight: bold;*/ |
12300 | obado | 74 | padding: .3rem; |
75 | border: 1px solid rgba(10, 10, 10, .25); |
||
6236 | bpr | 76 | } |
12300 | obado | 77 | div.wims_msg{ |
78 | margin: .5rem auto 1rem auto; |
||
79 | } |
||
9635 | obado | 80 | /* WIMS_messages (type success) */ |
10262 | obado | 81 | .wims_msg.success{background-color: #e1faea;} |
9635 | obado | 82 | /* WIMS_messages (type alert) */ |
10262 | obado | 83 | .wims_msg.alert{background-color: #fce6e2;} |
9635 | obado | 84 | /* WIMS_messages (type warning) */ |
10262 | obado | 85 | .wims_msg.warning{background-color: #fff3d9;} |
9635 | obado | 86 | /* WIMS_messages (type info) */ |
10262 | obado | 87 | .wims_msg.info{background-color: #def0fc;} |
12300 | obado | 88 | /* WIMS_messages (type help) */ |
89 | .wims_msg.help{background-color: #F6F6F6;} |
||
10262 | obado | 90 | /* include variables in WIMS_messages |
91 | .wims_msg .tt{color: black;}*/ |
||
12300 | obado | 92 | |
9635 | obado | 93 | /* alert msg (WIMS_messages, old way (but still used in several modules) */ |
94 | .wims_alertmsg{ |
||
9628 | guerimand | 95 | margin:auto; |
9635 | obado | 96 | color: #A52A2A; |
9628 | guerimand | 97 | font-weight: bold; |
98 | padding: 10px; |
||
9635 | obado | 99 | border: solid 1px; |
9628 | guerimand | 100 | } |
9635 | obado | 101 | |
6635 | bpr | 102 | /* reference sur un label */ |
103 | .wims_label { |
||
104 | font-family: monospace, "Courier New"; |
||
12904 | obado | 105 | padding: 1px 3px; |
7671 | bpr | 106 | border:solid 1px ; |
6635 | bpr | 107 | } |
12904 | obado | 108 | .wims_label.open,.wims_label.success{ |
13019 | bpr | 109 | color:green; |
12904 | obado | 110 | } |
7075 | obado | 111 | |
6236 | bpr | 112 | /* words as login*/ |
113 | .wims_login { |
||
114 | color:blue; |
||
115 | font-weight:bold; |
||
6635 | bpr | 116 | } |