/[mldonkey]/mldonkey/src/daemon/common/commonMessages.ml
ViewVC logotype

Diff of /mldonkey/src/daemon/common/commonMessages.ml

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.21 by spiralvoice, Thu Jul 7 00:25:45 2005 UTC revision 1.22 by spiralvoice, Thu Jul 14 14:02:27 2005 UTC
# Line 52  let html_css_mods0 = define_option messa Line 52  let html_css_mods0 = define_option messa
52  "  "
53  body {  body {
54  background: @C0@; margin-top: 3px; margin-left: 5px; margin-right: 5px;  background: @C0@; margin-top: 3px; margin-left: 5px; margin-right: 5px;
55  font-family: Verdana, sans-serif;  font-family: Verdana, sans-serif; font-size: 12px;
 font-size: 12px;  
56  scrollbar-face-color: @C1@; scrollbar-shadow-color: @C1@;  scrollbar-face-color: @C1@; scrollbar-shadow-color: @C1@;
57  scrollbar-highlight-color: @C3@; scrollbar-3dlight-color: #000000;  scrollbar-highlight-color: @C3@; scrollbar-3dlight-color: @C34@;
58  scrollbar-darkshadow-color: #000000; scrollbar-track-color: @C0@;  scrollbar-darkshadow-color: @C34@; scrollbar-track-color: @C0@;
59  scrollbar-arrow-color: #000000; }  scrollbar-arrow-color: @C34@; }
60  table.commands {border: #000 solid 1px; background: @C0@ }  table.commands { border: @C27@ solid 1px; background: @C0@ }
61  table.topcommands {background: @C0@; border: #000 solid 1px; border-top: @C3@ solid 1px; border-left: @C3@ solid 1px;}  table.topcommands { background: @C0@; border: @C27@ solid 1px; border-top: @C3@ solid 1px; border-left: @C3@ solid 1px; }
62  pre {color: #000; font-family: Courier, Arial, Helvetica, sans-serif; font-size: 12px;}  pre { color: @C26@; font-family: Courier, Arial, Helvetica, sans-serif; font-size: 12px; }
63  p {color: #000; font-family: Verdana, Courier, Arial, Helvetica, sans-serif; font-size: 12px;}  p { color: @C26@; font-family: Verdana, Courier, Arial, Helvetica, sans-serif; font-size: 12px; }
64  input.txt {background: @C6@}  input.txt { background: @C6@ }
65  input.txt2 {background: @C11@;  input.txt2 { background: @C11@;
66  font: 12px courier; padding: 0px;  font: 12px courier; padding: 0px;
67  width: 38px; height: 18px; line-height: 14px; color: #000;  width: 38px; height: 18px; line-height: 14px; color: @C26@;
68  BORDER-RIGHT: #fff 2px solid; BORDER-TOP: #000 1px solid;  border-right: @C35@ 2px solid; border-top: @C27@ 1px solid; border-left: @C27@ 1px solid; border-bottom: @C35@ 2px solid; }
69  BORDER-LEFT: #000 1px solid; BORDER-BOTTOM: #fff 2px solid;  input.but2 { background: @C14@;
 }  
 input.but2 {background: @C14@;  
70  border: 0px; padding: 0px; font: bold 10px verdana;  border: 0px; padding: 0px; font: bold 10px verdana;
71  width: 36px; height: 14px;}  width: 36px; height: 14px; }
72  input.but {background: @C7@};  input.but { background: @C7@ };
73    
74  a:link,a:active,a:visited { text-decoration: none; font-face: verdana;  a:link,a:active,a:visited { text-decoration: none; font-face: verdana;
75  font-size: 10px; color: #000000; }  font-size: 10px; color: @C28@; }
76  a:hover { color: #000000; text-decoration: underline;}  a:hover { color: @C29@; text-decoration: underline;}
77  .bu {  .bu {
78  vertical-align: middle; white-space: nowrap;  vertical-align: middle; white-space: nowrap;
79  background: @C8@; color: @C9@;  background: @C8@; color: @C9@;
80  font-family: Verdana; font-size: 9px; line-height: 12px;  font-family: Verdana; font-size: 9px; line-height: 12px;
81  margin-top: 0px; margin-bottom: 0px;  margin-top: 0px; margin-bottom: 0px;
82  padding-left: 6px; padding-right: 6px; padding-top: 1px; padding-bottom: 1px;  padding-left: 6px; padding-right: 6px; padding-top: 1px; padding-bottom: 1px;
83  border: #FFF 0px solid;  border: @C35@ 0px solid; }
 }  
84  .bbig {  .bbig {
85  text-align: center; font-size: 10px; font-family: Verdana; font-weight: 500;  text-align: center; font-size: 10px; font-family: Verdana; font-weight: 500;
86  border-top: @C3@ 1px solid; border-left: @C3@ 1px solid; border-bottom: #000 1px solid; border-right: #000 1px solid;  border-top: @C3@ 1px solid; border-left: @C3@ 1px solid; border-bottom: @C27@ 1px solid; border-right: @C27@ 1px solid;
87  padding-left: 4px; padding-right: 4px; padding-top: 1px; padding-bottom: 1px;  padding-left: 4px; padding-right: 4px; padding-top: 1px; padding-bottom: 1px;
88  color: #000; background: @C11@;  color: @C26@; background: @C11@; }
 }  
89  .bbigm {  .bbigm {
90  text-align: center; font: bold 10px verdana;  text-align: center; font: bold 10px verdana;
91  border-top: @C3@ 1px solid; border-left: @C3@ 1px solid; border-bottom: #000 1px solid; border-right: #000 1px solid;  border-top: @C3@ 1px solid; border-left: @C3@ 1px solid; border-bottom: @C27@ 1px solid; border-right: @C27@ 1px solid;
92  padding-left: 4px; padding-right: 4px; padding-top: 1px; padding-bottom: 1px;  padding-left: 4px; padding-right: 4px; padding-top: 1px; padding-bottom: 1px;
93  color: #000; background: @C14@;  color: @C26@; background: @C14@; }
 }  
94  .bsmall { background: @C12@; }  .bsmall { background: @C12@; }
95  .bsmall1 { background: @C11@; }  .bsmall1 { background: @C11@; }
96  .bsmall2 { background: @C13@; }  .bsmall2 { background: @C13@; }
97  .bsmall3 { background: @C14@; }  .bsmall3 { background: @C14@; }
98  .bbig2 {background: @C14@; }  .bbig2 { background: @C14@; }
99  .bbig3 {background: @C1@; }  .bbig3 { background: @C1@; }
100  .b1 { border-left: @C15@ solid 1px; border-top: @C15@ solid 1px; border-right: @C15@ solid 1px; border-bottom: @C15@ solid 1px; }  .b1 { border-left: @C15@ solid 1px; border-top: @C15@ solid 1px; border-right: @C15@ solid 1px; border-bottom: @C15@ solid 1px; }
101  .b2 { border-left: @C15@ solid 0px; border-top: @C15@ solid 1px; border-right: @C15@ solid 1px; border-bottom: @C15@ solid 1px; }  .b2 { border-left: @C15@ solid 0px; border-top: @C15@ solid 1px; border-right: @C15@ solid 1px; border-bottom: @C15@ solid 1px; }
102  .b3 { border-left: @C15@ solid 1px; border-top: @C15@ solid 0px; border-right: @C15@ solid 1px; border-bottom: @C15@ solid 1px; }  .b3 { border-left: @C15@ solid 1px; border-top: @C15@ solid 0px; border-right: @C15@ solid 1px; border-bottom: @C15@ solid 1px; }
103  .b4 { border-left: @C15@ solid 0px; border-top: @C15@ solid 0px; border-right: @C15@ solid 1px; border-bottom: @C15@ solid 1px; }  .b4 { border-left: @C15@ solid 0px; border-top: @C15@ solid 0px; border-right: @C15@ solid 1px; border-bottom: @C15@ solid 1px; }
104  .bb1 { border-left: #000 solid 1px; border-top: @C3@ solid 1px; border-right: @C3@ solid 1px; border-bottom: #000 solid 1px; }  .bb1 { border-left: @C27@ solid 1px; border-top: @C3@ solid 1px; border-right: @C3@ solid 1px; border-bottom: @C27@ solid 1px; }
105  .bb2 { border-left: @C5@ solid 1px; border-top: @C3@ solid 1px; border-right: @C3@ solid 0px; border-bottom: #000 solid 1px; }  .bb2 { border-left: @C5@ solid 1px; border-top: @C3@ solid 1px; border-right: @C3@ solid 0px; border-bottom: @C27@ solid 1px; }
106  .bb3 { border-left: @C5@ solid 1px; border-top: @C3@ solid 1px; border-right: #000 solid 0px; border-bottom: #000 solid 0px; }  .bb3 { border-left: @C5@ solid 1px; border-top: @C3@ solid 1px; border-right: @C27@ solid 0px; border-bottom: @C27@ solid 0px; }
107  .bb4 { border-left: @C5@ solid 1px; border-top: @C3@ solid 1px; border-right: #000 solid 1px; border-bottom: #000 solid 0px; }  .bb4 { border-left: @C5@ solid 1px; border-top: @C3@ solid 1px; border-right: @C27@ solid 1px; border-bottom: @C27@ solid 0px; }
108  .src { border-left: #000 solid 0px; border-top: #000 solid 0px; border-right: #000 solid 1px; border-bottom: #000 solid 1px; }  .src { border-left: @C27@ solid 0px; border-top: @C27@ solid 0px; border-right: @C27@ solid 1px; border-bottom: @C27@ solid 1px; }
109  .srctd { font-family: Verdana; font-size: 8px; }  .srctd { font-family: Verdana; font-size: 8px; }
110  td.fbig { cursor: pointer; padding-left: 2px; padding-right: 2px; font-family: Verdana; font-size: 10px; background: @C10@; border-top: #000 solid 1px; border-left: #000 solid  td.fbig { color: @C26@; cursor: pointer; padding-left: 2px; padding-right: 2px; font-family: Verdana; font-size: 10px; background: @C10@;
111  1px; }  border-top: @C27@ solid 1px; border-left: @C27@ solid 1px; }
112  td.pr { border-right: #000 solid 1px; }  td.pr { border-right: @C27@ solid 1px; }
113  td.fbigb { border-top: #000 solid 0px; border-bottom: #000 solid 1px; }  td.fbigb { border-top: @C27@ solid 0px; border-bottom: @C27@ solid 1px; }
114  td, tr {font-size: 12px; font-face: verdana; }  td, tr {font-size: 12px; font-face: verdana; }
115  td.sr { white-space: nowrap; padding-top: 2px; padding-bottom: 2px; padding-left: 4px; padding-right: 4px; font-family: verdana; font-size: 10px; color: #000;  }  td.sr { white-space: nowrap; padding-top: 2px; padding-bottom: 2px; padding-left: 4px; padding-right: 4px; font-family: verdana; font-size: 10px; color: @C26@; }
116  td.srp { white-space: nowrap; padding-top: 2px; padding-bottom: 2px; padding-left: 0px; padding-right: 4px; font-family: verdana; font-size: 10px; color: #555;  }  td.srp { white-space: nowrap; padding-top: 2px; padding-bottom: 2px; padding-left: 0px; padding-right: 4px; font-family: verdana; font-size: 10px; color: @C36@; }
117  td.srw { padding-top: 2px; padding-bottom: 2px; padding-left: 4px; padding-right: 4px; font-family: verdana; font-size: 10px; color: #000;  }  td.srw { padding-top: 2px; padding-bottom: 2px; padding-left: 4px; padding-right: 4px; font-family: verdana; font-size: 10px; color: @C26@; }
118  td.srh { cursor: pointer; vertical-align: top; background: @C16@; white-space: nowrap; padding-top: 2px; padding-bottom: 2px; padding-left: 4px; padding-right: 4px;  td.srh { cursor: pointer; vertical-align: top; background: @C16@; white-space: nowrap; padding-top: 2px; padding-bottom: 2px; padding-left: 4px; padding-right: 4px;
119  font-family: verdana; font-size: 10px; color: #000;  }  font-family: verdana; font-size: 10px; color: @C26@;  }
120  tr.dl-1, td.dl-1 { background: @C20@; }  tr.dl-1, td.dl-1 { background: @C20@; }
121  tr.dl-2, td.dl-2 { background: @C21@; }  tr.dl-2, td.dl-2 { background: @C21@; }
122  .mOvr1, tr.mOvr1 {background: @C17@; cursor: pointer; }  .mOvr1, tr.mOvr1 {background: @C17@; cursor: pointer; }
# Line 134  table.shares, table.vc, table.results, t Line 128  table.shares, table.vc, table.results, t
128   margin-right: auto;   margin-right: auto;
129   margin-left: auto;   margin-left: auto;
130   border: 1;   border: 1;
131   border: #000 solid 1px;   border: @C27@ solid 1px;
132   border-collapse: collapse;   border-collapse: collapse; }
133  }  table.sourcesInfo, table.serversC { width: 100%; margin-right: auto; margin-left: auto; border: 1; border: @C27@ solid 1px; border-collapse: collapse; }
134  table.sourcesInfo, table.serversC { width: 100%; margin-right: auto; margin-left: auto; border: 1; border: #000 solid 1px; border-collapse: collapse;}  table.sources {border: 1; border: @C27@ solid 1px; border-collapse: collapse; }
 table.sources {border: 1; border: #000 solid 1px; border-collapse: collapse; }  
135  table.main { margin-right: auto; margin-left: auto; }  table.main { margin-right: auto; margin-left: auto; }
136  div.main, div.uploaders, div.friends, div.cs, div.shares, div.upstats, div.servers, div.serversC, div.vo,  div.main, div.uploaders, div.friends, div.cs, div.shares, div.upstats, div.servers, div.serversC, div.vo,
137  div.downloaders, div.messages, div.vc, div.bw_stats, div.scan_temp, div.results { text-align: center; }  div.downloaders, div.messages, div.vc, div.bw_stats, div.scan_temp, div.results { text-align: center; }
138  td.srb { padding-top: 1px; padding-bottom: 1px; font-size: 10px; font-family: Verdana; white-space: nowrap; border-right: #000 solid 1px; border-bottom: #000 solid 1px;  td.srb { padding-top: 1px; padding-bottom: 1px; font-size: 10px; font-family: Verdana; white-space: nowrap; border-right: @C27@ solid 1px; border-bottom: @C27@ solid 1px;
139  border-left: #000 solid 1px; border-top: #000 solid 0px; padding-left: 3px; padding-right: 3px;}  border-left: @C27@ solid 1px; border-top: @C27@ solid 0px; padding-left: 3px; padding-right: 3px; }
140  td.act { font-size: 10px; font-weight: 700; }  td.act { font-size: 10px; font-weight: 700; }
141  td.br {border-right: #000 dotted 1px;}  td.br {border-right: @C27@ dotted 1px;}
142  td.ar {text-align: right;}  td.ar {text-align: right;}
143  td.al {text-align: left;}  td.al {text-align: left;}
144  td.ac {text-align: center;}  td.ac {text-align: center;}
145  .chunk0 { background: @C22@}  .chunk0 { left:0px; top:0px; height:12px; background: @C22@}
146  .chunk1 { background: @C23@}  .chunk1 { left:0px; top:0px; height:12px; background: @C23@}
147  .chunk2 { background: @C2@}  .chunk2 { left:0px; top:0px; height:12px; background: @C2@}
148  .chunk3 { background: @C8@}  .chunk3 { left:0px; top:0px; height:12px; background: @C8@}
149  "  "
150    
151  let html_js_mods0 = define_option message_section ["html_js_mods0"]  let html_js_mods0 = define_option message_section ["html_js_mods0"]
# Line 287  let download_html_css_mods0 = define_opt Line 280  let download_html_css_mods0 = define_opt
280    "Download CSS - style 0"    "Download CSS - style 0"
281      string_option        string_option  
282  "  "
283  body{background-color:@C4@;color: #000; font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 13px; margin-top: 10px; margin: 2;}  body{ background-color:@C4@;color: @C26@; font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 13px; margin-top: 10px; margin: 2;}
284  td,pre {color: #000; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px;}  td,pre { color: @C26@; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; }
285  table.downloaders { margin-right: auto; margin-left: auto; border: 1; border: #000 solid 1px;}  table.downloaders { margin-right: auto; margin-left: auto; border: 1; border: @C27@ solid 1px; }
286  div.main { text-align: center; }  div.main { text-align: center; }
287  table.main { margin-right: auto; margin-left: auto; }  table.main { margin-right: auto; margin-left: auto; }
288  td.loaded{padding-top: 0px; padding-bottom: 0px; background-color:@C24@; font-size:1px; line-height: 2px;}  td.loaded{ padding-top: 0px; padding-bottom: 0px; background-color:@C24@; font-size:1px; line-height: 2px; }
289  td.remain{padding-top: 0px; padding-bottom: 0px; background-color:@C25@; font-size:1px; line-height: 2px;}  td.remain{ padding-top: 0px; padding-bottom: 0px; background-color:@C25@; font-size:1px; line-height: 2px; }
290  td.downloaded{font-family: Verdana; font-weight: 500; font-size: 12px; color: #000;}  td.downloaded{ font-family: Verdana; font-weight: 500; font-size: 12px; color: @C26@; }
291  td.dl { white-space: nowrap; padding-top: 2px; padding-bottom: 2px; padding-left: 5px; padding-right: 5px; font-family: verdana; font-size: 10px; color: #000;  }  td.dl { white-space: nowrap; padding-top: 2px; padding-bottom: 2px; padding-left: 5px; padding-right: 5px; font-family: verdana; font-size: 10px; color: @C26@;  }
292  td.dlheader {cursor: pointer; color: #000000; font-family: Verdana, serif; font-size: 10px;  td.dlheader { cursor: pointer; color: @C26@; font-family: Verdana, serif; font-size: 10px;
293  border-bottom: solid 1px; background: @C16@; padding-left: 3px;  border-bottom: solid 1px; background: @C16@; padding-left: 3px;
294  padding-right: 3px;}  padding-right: 3px; }
295  input.checkbox { background: @C16@; vertical-align: middle; height: 10px; width: 10px; }  input.checkbox { background: @C16@; vertical-align: middle; height: 10px; width: 10px; }
296  td.sr { white-space: nowrap; padding-top: 2px; padding-bottom: 2px; padding-left: 5px; padding-right: 5px; font-family: verdana; font-size: 10px; color: #000;  }  td.sr { white-space: nowrap; padding-top: 2px; padding-bottom: 2px; padding-left: 5px; padding-right: 5px; font-family: verdana; font-size: 10px; color: @C26@;  }
297  table { cellspacing: 0; cellpadding: 0; }  table { cellspacing: 0; cellpadding: 0; }
298  td.ar {text-align: right;}  td.ar { text-align: right; }
299  td.al {text-align: left;}  td.al { text-align: left; }
300  td.ac {text-align: center;}  td.ac { text-align: center; }
301  td.brs {border-right: #000 solid 1px; padding-left: 2px; padding-right: 2px; text-align: center;}  td.brs { border-right: @C27@ solid 1px; padding-left: 2px; padding-right: 2px; text-align: center; }
302  td.np {padding-left: 2px; padding-right: 0px; text-align: center;}  td.np { padding-left: 2px; padding-right: 0px; text-align: center; }
303  td.big { border-top: #000 solid 1px; border-left: #000 solid 1px; }  td.big { border-top: @C27@ solid 1px; border-left: @C27@ solid 1px; }
304  td.pr { border-right: #000 solid 1px; }  td.pr { border-right: @C27@ solid 1px; }
305  .bigbutton { font-family: Verdana, serif; font-size: 10px; background: @C0@; border: @C0@ solid 1px; cursor: pointer; }  .bigbutton { color: @C26@; font-family: Verdana, serif; font-size: 10px; background: @C0@; border: @C0@ solid 1px; cursor: pointer; }
306  .headbutton {  .headbutton {
307   width: 100%; font-family: Verdana, serif; font-size: 10px; border: @C16@ solid 1px; background: @C16@;   width: 100%; font-family: Verdana, serif; font-size: 10px; border: @C16@ solid 1px; background: @C16@;
308   padding-left: 5px; padding-right: 5px; cursor: pointer;   padding-left: 5px; padding-right: 5px; cursor: pointer; }
 }  
309  tr.dl-1 { background: @C20@; }  tr.dl-1 { background: @C20@; }
310  tr.dl-2 { background: @C21@; }  tr.dl-2 { background: @C21@; }
311  tr.mOvrDL, .mOvrDL {background: @C17@; cursor: pointer; }  tr.mOvrDL, .mOvrDL { background: @C17@; cursor: pointer; }
312  input {font-family: tahoma; font-size: 10px}  input { font-family: tahoma; font-size: 10px; }
313  a{ text-decoration: none; font-weight: bold;}  a{ text-decoration: none; font-weight: bold;}
314  a:link,a:active,a:visited { color: #000; }  a:link,a:active,a:visited { color: @C30@; }
315  a:hover { color: #000; text-decoration: underline;}  a:hover { color: @C31@; text-decoration: underline; }
316  a.extern:visited,a.extern:hover,a.extern:active { color: #000099; }  a.extern:visited,a.extern:hover,a.extern:active { color: @C32@; }
317  .extern:hover { color: #000; }  .extern:hover { color: @C33@; }
318  "  "
319    
320  let download_html_js_mods0 = define_option message_section ["download_html_js_mods0"]  let download_html_js_mods0 = define_option message_section ["download_html_js_mods0"]
# Line 703  let no_such_command  = message "no_such_ Line 695  let no_such_command  = message "no_such_
695        
696  let bad_number_of_args = _s    "Bad number of arguments"  let bad_number_of_args = _s    "Bad number of arguments"
697    
698  (* Colour arrays  (* Colour arrays
699    
700    Main CSS :
701    
702    body { background: @C0@;    
703    scrollbar-face-color: @C1@; scrollbar-shadow-color: @C1@;
704    scrollbar-highlight-color: @C3@; scrollbar-3dlight-color: @C34@;
705    scrollbar-darkshadow-color: @C34@; scrollbar-track-color: @C0@;
706    scrollbar-arrow-color: @C34@; }
707    table.commands { border: @C27@; background: @C0@;}
708    table.topcommands { background: @C0@; border: @C27@; border-top: @C3@; border-left: @C3@;}
709    pre { color: @C26@; }
710    p { color: @C26@; }
711    input.txt { background: @C6@; }
712    input.txt2 { background: @C11@; color: @C26@;
713    border-right: @C35@; border-top: @C27@; border-left: @C27@; border-bottom: @C35@; }
714    input.but2 { background: @C14@; }
715    input.but { background: @C7@; }
716    a:link,a:active,a:visited { color: @C28@; }
717    a:hover { color: @C29@; }
718    .bu { background: @C8@; color: @C9@; border: @C35@; }
719    .bbig { border-top: @C3@;  border-left: @C3@;  border-bottom: @C27@;  border-right: @C27@;
720    color: @C26@; background: @C11@; }
721    .bbigm { border-top: @C3@; border-left: @C3@; border-bottom: @C27@; border-right: @C27@;
722    color: @C26@; background: @C14@; }
723    .bsmall { background: @C12@; }
724    .bsmall1 { background: @C11@; }
725    .bsmall2 { background: @C13@; }
726    .bsmall3 { background: @C14@; }
727    .bbig2 { background: @C14@; }
728    .bbig3 { background: @C1@; }
729    .b1 { border-left: @C15@; border-top: @C15@; border-right: @C15@; border-bottom: @C15@; }
730    .b2 { border-left: @C15@; border-top: @C15@; border-right: @C15@; border-bottom: @C15@; }
731    .b3 { border-left: @C15@; border-top: @C15@; border-right: @C15@; border-bottom: @C15@; }
732    .b4 { border-left: @C15@; border-top: @C15@; border-right: @C15@; border-bottom: @C15@; }
733    .bb1 { border-left: @C27@; border-top: @C3@; border-right: @C3@; border-bottom: @C27@; }
734    .bb2 { border-left: @C5@; border-top: @C3@; border-right: @C3@; border-bottom: @C27@; }
735    .bb3 { border-left: @C5@; border-top: @C3@; border-right: @C27@; border-bottom: @C27@; }
736    .bb4 { border-left: @C5@; border-top: @C3@; border-right: @C27@; border-bottom: @C27@; }
737    .src { border-left: @C27@; border-top: @C27@; border-right: @C27@; border-bottom: @C27@; }
738    td.fbig { background: @C10@; border-top: @C27@; border-left: @C27@; }
739    td.pr { border-right: @C27@; }
740    td.fbigb { border-top: @C27@; border-bottom: @C27@; }
741    td.sr { color: @C26@; }
742    td.srp { color: @C36@; }
743    td.srw { color: @C26@; }
744    td.srh { vertical-align: top; background: @C16@; color: @C26@; }
745    tr.dl-1, td.dl-1 { background: @C20@; }
746    tr.dl-2, td.dl-2 { background: @C21@; }
747    .mOvr1, tr.mOvr1 {background: @C17@; }
748    .mOvr2, tr.mOvr2 {background: @C18@; }
749    .mOvr3, tr.mOvr3 {background: @C19@; }
750    table.uploaders, table.friends, table.bw_stats, table.vo, table.cs, table.servers,
751    table.shares, table.downloaders, table.scan_temp, table.upstats, table.messages,
752    table.shares, table.vc, table.results, table.networkInfo { border: @C27@; }
753    table.sourcesInfo, table.serversC { border: @C27@; }
754    table.sources { border: @C27@;}
755    td.srb { border-right: @C27@; border-bottom: @C27@;
756    border-left: @C27@; border-top: @C27@; }
757    td.br { border-right: @C27@;}
758    .chunk0;{ background: @C22@}
759    .chunk1 { background: @C23@}
760    .chunk2 { background: @C2@}
761    .chunk3 { background: @C8@}
762    
763    Download CSS
764    body{ background-color:@C4@; color: @C26@; }
765    td,pre { color: @C26@; }
766    table.downloaders { border: @C27@;}
767    td.loaded{ background-color:@C24@; }
768    td.remain{ background-color:@C25@; }
769    td.downloaded{ color: @C26@;}
770    td.dl { color: @C26@;  }
771    td.dlheader { color: @C26@;  
772    border-bottom: ( background: @C16@; }
773    input.checkbox { background: @C16@; }
774    td.sr { color: @C26@; }
775    td.brs { border-right: @C27@; }
776    td.big { border-top: @C27@;  border-left: @C27@; }
777    td.pr { border-right: @C27@; }
778    .bigbutton { background: @C0@; border: @C0@; color: @C26@; }
779    .headbutton { border: @C16@; background: @C16@; }
780    tr.dl-1 { background: @C20@; }
781    tr.dl-2 { background: @C21@; }
782    tr.mOvrDL, .mOvrDL { background: @C17@;  }
783    a:link,a:active,a:visited { color: @C30@; }
784    a:hover { color: @C31@; }
785    a.extern:visited,a.extern:hover,a.extern:active { color: @C32@; }
786    .extern:hover { color: @C33@; }
787    
788  0 - background                       13 - bsmall2 - (options, memstats)  0 - background                       13 - bsmall2 - (options, memstats)
789  1 - scrollbar face                   14 - bsmall3 - (load onet peers)  1 - scrollbar face                   14 - bsmall3 - (load onet peers)
# Line 719  let bad_number_of_args = _s    "Bad numb Line 799  let bad_number_of_args = _s    "Bad numb
799  11 - bbig background (vma button)    24 - vd downloaded  11 - bbig background (vma button)    24 - vd downloaded
800  12 - bsmall back (Help!)             25 - vd remaining  12 - bsmall back (Help!)             25 - vd remaining
801    
802    26 - general text
803    27 - general border
804    28 - anchor
805    29 - anchor hover
806    30 - download anchor
807    31 - download hover anchor
808    32 - external anchor
809    33 - external hover anchor
810    34 - some scrollbar
811    35 - some border
812    36 - one td text
813  *)  *)
814    
815  let ncarr = ref 6  let ncarr = ref 7
816  let carr = Array.create !ncarr [||]  let carr = Array.create !ncarr [||]
817  let _ = (  let _ = (
818      (* Default green *)          (* Default green *)    
819      carr.(0) <- [| "#CBE5CB"; "#94AE94";  "#33F"; "#E5FFE5"; "#B2CCB2";      carr.(0) <- [| "#CBE5CB"; "#94AE94";  "#33F"; "#E5FFE5"; "#B2CCB2";
820                      "#E5E5E5"; "#BADEBA"; "#A3BDA3"; "#00F"; "#3D3D3D";                      "#E5E5E5"; "#BADEBA"; "#A3BDA3"; "#00F"; "#3D3D3D";
821                      "#86BE86"; "#B2CCB2"; "#BCD6BC"; "#A8C2A8"; "#A3BDA3";                      "#86BE86"; "#B2CCB2"; "#BCD6BC"; "#A8C2A8"; "#A3BDA3";
822                      "#718B71"; "#90C890"; "#BADEBA"; "#F00"; "#94AE94";                      "#718B71"; "#90C890"; "#BADEBA"; "#F00"; "#94AE94";
823                      "#FFF"; "#EEE"; "#F33"; "#1010DC" ; "#72AA72"; "#EEE" |];                      "#FFF"; "#EEE"; "#F33"; "#1010DC" ; "#72AA72"; "#EEE";
824                        "#000"; "#000"; "#000"; "#000"; "#000"; "#000";
825                        "#000"; "#000099"; "#000"; "FFF"; "#555" |];
826          (* Orange Tang *)          (* Orange Tang *)
827      carr.(1) <- [| "#EEE"; "FF8800";  "FF8800"; "#FAD08F"; "F5F5F5";      carr.(1) <- [| "#EEE"; "FF8800";  "FF8800"; "#FAD08F"; "F5F5F5";
828                      "#F2C074"; "#FF9900"; "#FF9900"; "#FF7700"; "#FFF";                      "#F2C074"; "#FF9900"; "#FF9900"; "#FF7700"; "#FFF";
829                      "#FF9D2D"; "#FF8800"; "#FF8800"; "#FF8800"; "#FF8800";                      "#FF9D2D"; "#FF8800"; "#FF8800"; "#FF8800"; "#FF8800";
830                      "#FF9900"; "#FF8800"; "#FACF8E"; "#FACF8E"; "#FACF8E";                      "#FF9900"; "#FF8800"; "#FACF8E"; "#FACF8E"; "#FACF8E";
831                      "#FFF"; "#EEE"; "#DDD"; "#FACD88" ; "#FF9900"; "#EEE" |];                      "#FFF"; "#EEE"; "#DDD"; "#FACD88" ; "#FF9900"; "#EEE";
832                        "#000"; "#000"; "#000"; "#000"; "#000"; "#000";
833                        "#000"; "#000099"; "#000"; "FFF"; "#555" |];
834      (* Light blue *)      (* Light blue *)
835      carr.(2) <- [| "#B3E7FF"; "#7CB1CA";  "#6BE4FF"; "#E6F7FF"; "#9ED3EC";      carr.(2) <- [| "#B3E7FF"; "#7CB1CA";  "#6BE4FF"; "#E6F7FF"; "#9ED3EC";
836                      "#E6F7FF"; "#9BDFFF"; "#8CBFD7"; "#7AF3FF"; "#000";                      "#E6F7FF"; "#9BDFFF"; "#8CBFD7"; "#7AF3FF"; "#000";
837                      "#4EBCEF"; "#9BCEE6"; "#A3D8F1"; "#91C4DC"; "#8CBFD7";                      "#4EBCEF"; "#9BCEE6"; "#A3D8F1"; "#91C4DC"; "#8CBFD7";
838                      "#5B8EA6"; "#5CCBFF"; "#BFE5F7"; "#7FBCD9"; "#99D6F2";                      "#5B8EA6"; "#5CCBFF"; "#BFE5F7"; "#7FBCD9"; "#99D6F2";
839                      "#FFF"; "#EEE"; "#4DBCF0"; "#48C1DC"; "#63C3F0"; "#EEE" |];                      "#FFF"; "#EEE"; "#4DBCF0"; "#48C1DC"; "#63C3F0"; "#EEE";
840                        "#000"; "#000"; "#000"; "#000"; "#000"; "#000";
841                        "#000"; "#000099"; "#000"; "FFF"; "#555" |];
842      (* Light purple *)                      (* Light purple *)                
843      carr.(3) <- [| "#CAB2E4"; "#9982B3";  "#C29FE8"; "#E1D7ED"; "#BEA5DA";      carr.(3) <- [| "#CAB2E4"; "#9982B3";  "#C29FE8"; "#E1D7ED"; "#BEA5DA";
844                      "#E6E6E6"; "#BE9EE3"; "#A68FC0"; "#D9B6FF"; "#000";                      "#E6E6E6"; "#BE9EE3"; "#A68FC0"; "#D9B6FF"; "#000";
845                      "#9360CD"; "#B29DCC"; "#BDA5D7"; "#AB94C5"; "#A68FC0";                      "#9360CD"; "#B29DCC"; "#BDA5D7"; "#AB94C5"; "#A68FC0";
846                      "#786392"; "#A06ED8"; "#BE9EE3"; "#D9C5F1"; "#C0A2E0";                      "#786392"; "#A06ED8"; "#BE9EE3"; "#D9C5F1"; "#C0A2E0";
847                      "#FFF"; "#EEE"; "#9A77C0"; "#AE8BD4"; "#9054D1"; "#EEE" |];                      "#FFF"; "#EEE"; "#9A77C0"; "#AE8BD4"; "#9054D1"; "#EEE";
848                        "#000"; "#000"; "#000"; "#000"; "#000"; "#000";
849                        "#000"; "#000099"; "#000"; "FFF"; "#555" |];
850      (* Monochrome *)      (* Monochrome *)
851      carr.(4) <- [| "#C8C8C8"; "#878787";  "#5D5D5D"; "#E6E6E6"; "#A8A8A8";      carr.(4) <- [| "#C8C8C8"; "#878787";  "#5D5D5D"; "#E6E6E6"; "#A8A8A8";
852                      "#E6E6E6"; "#B3B3B3"; "#999"; "#494949"; "#000";                      "#E6E6E6"; "#B3B3B3"; "#999"; "#494949"; "#000";
853                      "#686868"; "#AAA"; "#B6B6B6"; "#9F9F9F"; "#999";                      "#686868"; "#AAA"; "#B6B6B6"; "#9F9F9F"; "#999";
854                      "#5E5E5E"; "#7F7F7F"; "#C1C1C1"; "#DFBDBD"; "#A4A4A4";                      "#5E5E5E"; "#7F7F7F"; "#C1C1C1"; "#DFBDBD"; "#A4A4A4";
855                      "#FFF"; "#EEE"; "#989898"; "#6C6C6C"; "#424242"; "#EEE" |];                      "#FFF"; "#EEE"; "#989898"; "#6C6C6C"; "#424242"; "#EEE";
856                        "#000"; "#000"; "#000"; "#000"; "#000"; "#000";
857                        "#000"; "#000099"; "#000"; "FFF"; "#555" |];
858      (* Corona *)      (* Corona *)
859      carr.(5) <- [| "#C1CADE"; "#8195D6";  "#BCCADC"; "#FFF"; "#B7C0D4";      carr.(5) <- [| "#C1CADE"; "#8195D6";  "#BCCADC"; "#FFF"; "#B7C0D4";
860                      "#FFF"; "#FFF"; "#6B80BF"; "#B2C0D2"; "#000";                      "#FFF"; "#FFF"; "#6B80BF"; "#B2C0D2"; "#000";
861                      "#778BCC"; "#95A9EA"; "#9AAEEF"; "#90A4E5"; "#869FE0";                      "#778BCC"; "#95A9EA"; "#9AAEEF"; "#90A4E5"; "#869FE0";
862                      "#364A8B"; "#687CBD"; "#6578BB"; "#CF82C5"; "#8195D6";                      "#364A8B"; "#687CBD"; "#6578BB"; "#CF82C5"; "#8195D6";
863                      "#FFF"; "#EEE"; "#5668AB"; "#C1CFE1"; "#6476B9"; "#EEE" |];                      "#FFF"; "#EEE"; "#5668AB"; "#C1CFE1"; "#6476B9"; "#EEE";
864                        "#000"; "#000"; "#000"; "#000"; "#000"; "#000";
865                        "#000"; "#000099"; "#000"; "FFF"; "#555" |];
866        (* Coronax *)
867        carr.(6) <- [| "#B1BACE"; "#5165A6";  "#BCCADC"; "#FFF"; "#B7C0D4";
868                        "#FFF"; "#FFF"; "#6B80BF"; "#B2C0D2"; "#000";
869                        "#778BCC"; "#95A9EA"; "#9AAEEF"; "#90A4E5"; "#869FE0";
870                        "#364A8B"; "#687CBD"; "#6578BB"; "#CF82C5"; "#5165A6";
871                        "#768FD0"; "#E08686"; "#5668AB"; "#C1CFE1"; "#6476B9"; "#EEE";
872                        "#D4C9B7"; "#000"; "#000"; "#000"; "#000"; "#000";
873                        "#000"; "#000099"; "#000"; "#8195D6"; "#555" |];
874  )  )
875    
876  let html_css_mods = ref ""  let html_css_mods = ref ""

Legend:
Removed from v.1.21  
changed lines
  Added in v.1.22

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26