Jump to content

ptitjes

Programmer
  • Posts

    174
  • Joined

  • Last visited

Everything posted by ptitjes

  1. Hi all! I missed that thread. I'd like to add that i succeeded to use Eclipse 3.3 for programming with sdcc (Eclipse CDT 4.0 is way way better than the previous version). This is still yet "bancal" (sorry for the french word) as not all build errors are parsed (and so not reported in the problem view) but standard errors are (variable misdeclarations, type mismatches...). I will contact eclipse_sddc guys to help them porting to Eclipse 3.3 and defining a correct eclipse toolchain. In the mean time I just verify for more errors in the console view and that fits me. I'll update the Wiki page as soon as I have the time. Best, Didier.
  2. I'm not so sure about that... :) Cheers! Didier.
  3. They have! See DK16-190V3 in the rotary knobs stock list : http://www.albs.de/ecom/stock.php?PNR=Knobs+-+Rotary No idea...
  4. Received them too, on Monday. Very great and quick work! Thank you so much snykehd. Best regards, Didier.
  5. Okay for you to know... drawings on the specs are wrong:
  6. Hi, I just took a look at the specs on the stocklist. I find there are lots new soft-grau, soft-rot and soft-weiss knobs... However i can't understand as they are announced AT=14 in the list. But the soft-grau has no spec, the soft-rot's spec drawing shows AT=14,5 and the soft-weiss's spec drawing shows AT=12 ?? Does anyone knows if the soft-rot, soft-weiss and soft-gau have the same dimension ? If yes, what is that dimension ? I need to know as i have to use two or three different knob colors... Thank you. Didier.
  7. Hi, I hope you all read the article at "How to Implement Branch Tables in C" at the end of the wikipedia page. It is very interesting. He advocates the use of function pointers, without switch at all but a real function table. It has pros and cons he well analyzes, and in the embedded world BTW. Best regards. Didier.
  8. Yeaaah!! :)
  9. +1. Really pretty! BTW, as you might have noticed, the changes of the box colors have gone away on the server when the redirect plugin have been installed. I think the /dokuwiki/lib/plugins/plugin_style.css stylesheet is generated from the plugin. So it would be good to reflect the css changes of box and code2 directly on the plugins. Else when another plugin will be installed, changes might be lost again... Cheers, Didier.
  10. Hi, I was wondering if someone that has a FK 13x25 could tell how deep the T-lever of faders (RSAON11M9) go inside those knobs. Its drawing specifies its overall height but not its internal height. I have to know this in order to calculate my panel thickness. Thank you in advance. Best regards, Didier.
  11. AC: About namespaces: I think we should do like other wikis are doing. If we want a namespace for projects we should call it "project:" and not "projects:". Then we can have a page called projects that lists the project: pages. I think it is a good convention. BTW i tested the redirect plugin. You can see it in action there: http://www.midibox.org/dokuwiki/midibox_fm I feel the wiki is going the right way! :) Cheers, Didier.
  12. Don't say that! I should have explained a bit more! Yeah!!!! Don't you find those URLs are cool guys ? Also standard "?" urls are still working so bookmarks one has made are still valid... :) Thank you very much Jeffry. Also could you put the redirect plugin please ? One of the last things I ask!! :) Cheers, Didier.
  13. Whooo! I find those changes really cool. But I just can't bear when there is too much space before the heading. I saw you added a \\ before each header in the wiki. A bit more space is a good thing but i find that 1 "\\" is too much space. Also, the bold links are a bit weird. I've never seen any website with bold links... Also that is weirder when you see that external links are not bold. Maybe this might not so understandable to people, and also disturbing! Finaly, warn that the first box on you start page screenshot do not have space between caption and content as the other box. Maybe you made an accidental change in the css. :) Best regards, Didier.
  14. Hi Jeffry, You just have to put a .htaccess file at the root of the doku wiki directory. You can do this in any shared hosting... I do it on free! Best regards, Didier.
  15. http://wiki.splitbrain.org/wiki:rewrite?s=userewrite Have fun!! :) (No, seriouly! usually .htaccess are ok on mutualized servers this should not be a problem... So option 1 is the best as you can understand. More efficient and more user-friendly) Best regards, Didier.
  16. Also Twin-X is it possible to enable URL rewriting ?? So that we have url like: http://www.midibox.org/wiki/Start http://www.midibox.org/wiki/Projects:Synthesizers:Midibox FM ...
  17. ac: i just fixed the box sizes, removed the "\\"s and added a rule to make the "MBHP" flow correctly under the boxes. Just edit the page to see how it is done! BTW, for the link colors, i was forced to make them a bit bright, in order to have two blue for visited and not-visited. Light blue = not-visited Blue = visited If you want them darker, you won't be able to differenciate between normal text and visited links. Edit: I propose that we now little by little move modules and projects to namespaces as you have done for MB Seq v3.
  18. Hi TK and Twin-x, I found a redirect plugin: http://wiki.splitbrain.org/plugin:goto That would be great while reorganizing the wiki to make a smooth transition and tell people to update their bookmarks. Thanks all for the good work! Cheers, Didier.
  19. Great that works!! I think you have to update your browser's cache to see the changes...
  20. Box caption text was made bold in the previous version... But i attached a design.css with left text align, and a plugin_style.css with white box caption text. I think we should try it like this and see... (BTW i find this having a lot a kind of Window$ style... brrrr... but it's not so uggly!) MidiBox DokuWiki Style.zip MidiBox DokuWiki Style.zip
  21. The new plugin:box css code (i don't know whether you have to replace it in /dokuwiki/lib/plugins/plugin_style.css or if the plugin manager does it for you and you have only to change in the plugin itself -- do not know dokuwiki at all). /* plugin:box */ div.box { width: 50%; margin: 1em auto; border: 1px solid; padding: 4px; overflow: hidden; } /* rounded corners styles from Stu Nicholls snazzy borders, http://www.cssplay.co.uk/boxes/snazzy.html */ .xtop, .xbottom {background:transparent; font-size:0; line-height: 1px;} .xb1, .xb2, .xb3, .xb4 {display:block; overflow:hidden; border-style: solid;} .xb2, .xb3 {height:1px;} .xb2, .xb3, .xb4 {border-width:0 1px;} .xb1 {height: 0; margin:0 5px; border-width:1px 0 0 0;} .xb2 {margin:0 3px; border-width:0 2px;} .xb3 {margin:0 2px;} .xb4 {height:2px; margin:0 1px;} div.box .xtop, div.box .xbottom {display: none;} div.box.round > .xtop, div.box.round > .xbottom {display: block;} div.box.round { border: none; padding: 0;} div.box.round > .xbox {display:block; border-width:0 1px; border-style: solid; padding: 0 4px; } div.box p.box_title, div.box p.box_caption { font-size: 90%; margin: 0; padding: 2px 6px; line-height: 1.2; } div.box p.box_title { margin-bottom: 4px;} div.box p.box_caption { margin-top: 4px;} div.box .box_content { margin: 0; padding: 0 6px; border-width: 1px; border-style: dashed; line-height: 1.2; } /* floating alignment */ div.box.left { float: left; margin-left: 0; margin-right: 0%; } div.box.right { float: right; margin-left: 1%; margin-right: 0; } /* colours */ /* default */ div.box, div.box .box_content, div.box .xbox, div.box .xb1, div.box .xb2, div.box .xb3, div.box .xb4 { border-color: #8cacbb; } div.box, div.box .xbox, div.box .xb1, div.box .xb2, div.box .xb3, div.box .xb4 { background: #DEE7EC; } div.box p.box_title, div.box p.box_caption { background: #000; color: #FFF; font-weight: bold;} div.box .box_content { background: #EEF;} /* blue */ div.box.blue > * > p.box_title, div.box.blue > * > p.box_caption {background: #0070ef; color: #000;} /* red */ div.box.red > * > p.box_title, div.box.red > * > p.box_caption {background: #f12800; color: #000;} /* green */ div.box.green > * > p.box_title, div.box.green > * > p.box_caption {background: #84b50d; color: #000;} /* orange */ div.box.orange > * > p.box_title, div.box.orange > * > p.box_caption {background: #ff8000; color: #000;} /* yellow */ div.box.yellow > * > p.box_title, div.box.yellow > * > p.box_caption {background: #ffd100; color: #000;} /* grey */ div.box.grey > * > p.box_title, div.box.grey > * > p.box_caption {background: #92aab5; color: #000;} /* must come last to override coloured background when using rounded corners */ div.box.round { background: transparent !important; } /* IE fixes for unsupported child selector \*/ * html div.box div.box, * html div.box div.box .box_content, * html div.box div.box .xbox, * html div.box div.box .xb1, * html div.box div.box .xb2, * html div.box div.box .xb3, * html div.box div.box .xb4 { border-color: #8cacbb; } * html div.box div.box, * html div.box div.box .xbox, * html div.box div.box .xb1, * html div.box div.box .xb2, * html div.box div.box .xb3, * html div.box div.box .xb4 { background: #DEE7EC; } * html div.box div.box p.box_title, * html div.box div.box p.box_caption { background: #000; color: #FFF; font-weight: bold;} * html div.box div.box .box_content { background: #EEF;} * html div.box.round .xtop, * html div.box.round .xbottom {display: block;} * html div.box.round .xbox {display:block; border-width:0 1px; border-style: solid; padding: 0 4px; } /* blue */ * html div.box.blue p.box_title, * html div.box.blue p.box_caption {background: #0070ef; color: #000;} /* nested blue */ * html div.box div.box.blue p.box_caption {background: #0070ef; color: #000;} /* red */ * html div.box.red p.box_title, * html div.box.red p.box_caption {background: #f12800; color: #000;} /* nested red */ * html div.box div.box.red p.box_title, * html div.box div.box.red p.box_caption {background: #f12800; color: #000;} /* green */ * html div.box.green p.box_title, * html div.box.green p.box_caption {background: #84b50d; color: #000;} /* nested green */ * html div.box div.box.green p.box_title, * html div.box div.box.green p.box_caption {background: #84b50d; color: #000;} /* orange */ * html div.box.orange p.box_title, * html div.box.orange p.box_caption {background: #ff8000; color: #000;} /* nested orange */ * html div.box div.box.orange p.box_title, * html div.box div.box.orange p.box_caption {background: #ff8000; color: #000;} /* yellow */ * html div.box.yellow p.box_title, * html div.box.yellow p.box_caption {background: #ffd100; color: #000;} /* nested yellow */ * html div.box div.box.yellow p.box_title, * html div.box div.box.yellow p.box_caption {background: #ffd100; color: #000;} /* grey */ * html div.box.grey p.box_title, * html div.box.grey p.box_caption {background: #92aab5; color: #000;} /* nested grey */ * html div.box div.box.grey p.box_title, * html div.box div.box.grey p.box_caption {background: #92aab5; color: #000;} /* end plugin:box */ /dokuwiki/lib/tpl/default/design.css /** * Design elements for default Template * * @name Andreas Gohr <andi@splitbrain.org> * @name Anika Henke <henke@cosmocode.de> */ /* -------------- general elements --------------- */ body { font: 80% "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif; background-color: White; color: Black; margin: 0; padding: 0; } /* the document */ div.page { margin-top: 4px; margin-left: 1em; margin-right: 2em; text-align: justify; } table { font-size: 100%; padding:0; margin:0; } tr,td,th {padding:0; margin:0;} img {border:0} p {padding:0; margin: 0.8em 0 0.8em 0;} hr { border: 0px; border-top: 1px solid #8cacbb; text-align:center; height: 0px; } div.nothing { text-align:center; margin: 2em; } /* ---------------- forms ------------------------ */ form { border: none; margin: 0; display: inline; } label { display: block; text-align: right; font-weight: bold; } label.simple { text-align: left; font-weight: normal; } label input.edit { width: 50%; } fieldset { width: 300px; text-align: center; border: 1px solid #8cacbb; padding: 0.5em; } textarea.edit { font-family:monospace; border: 1px solid #8cacbb; color: Black; background-color: white; font-size:14px; padding: 3px; width:100%; } input.edit,select.edit { font-size: 100%; border: 1px solid #8cacbb; height: 18px !important; max-height: 22px !important; min-height: 22px !important; color: Black; background-color: white; vertical-align: middle; padding: 1px; display: inline; } input.missing { font-size: 100%; border: 1px solid #8cacbb; height: 18px !important; max-height: 22px !important; min-height: 22px !important; color: Black; background-color: #ffcccc; vertical-align: middle; padding: 1px; display: inline; } /* --------- buttons ------------------- */ input.button, button.button{ border: 1px solid #8cacbb; color: Black; background-color: white; vertical-align: middle; text-decoration:none; font-size: 100%; cursor: pointer; height: 22px !important; max-height: 22px !important; min-height: 22px !important; margin: 1px; display: inline; } div.secedit input.button { border: 1px solid #8cacbb; color: Black; background-color: white; vertical-align: middle; text-decoration:none; margin: 0px; padding: 0px; font-size: 10px; cursor: pointer; height: 15px !important; max-height: 15px !important; min-height: 15px !important; float:right; display: inline; } /* ----------- page navigator ------------- */ div.pagenav { margin-top:1em; } div.pagenav-prev { text-align:right; float:left; width:50% } div.pagenav-prev input.button { margin-right:5px; } div.pagenav-next { text-align:left; float:right; width:50% } div.pagenav-next input.button { margin-left:5px; } /* --------------- Links ------------------ */ a { color:#436976; text-decoration:none; } a:hover {color:#436976; text-decoration:underline; } /* external link */ a.urlextern{ background: transparent url(images/link_icon.gif) 0px 1px no-repeat; padding: 1px 0px 1px 16px; color:#43BBFF; text-decoration:none; } a.urlextern:visited { color:#4369AA; } a.urlextern:hover { color:#436976; text-decoration:underline; } /* windows share */ a.windows{ background: transparent url(images/windows.gif) 0px 1px no-repeat; padding: 1px 0px 1px 16px; color:#43BBFF; text-decoration:none; } a.windows:visited { color:#4369AA; } a.windows:hover { color:#436976; text-decoration:underline; } /* interwiki link */ a.interwiki{ background: transparent url(images/interwiki.png) 0px 1px no-repeat; padding-left: 16px; color:#43BBFF; text-decoration:none; } a.interwiki:visited { color:#4369AA; } a.interwiki:hover { color:#436976; text-decoration:underline; } /* link to some embedded media */ a.media { color:#43BBFF; text-decoration:none; } a.media:hover { color:#436976; text-decoration:underline } /* email link */ a.mail { background: transparent url(images/mail_icon.gif) 0px 1px no-repeat; padding: 1px 0px 1px 16px; color:#436976; text-decoration:none; } a.mail:hover { text-decoration:underline; } /* existing wikipage */ a.wikilink1:link { color:#43BBFF; text-decoration:none } a.wikilink1:visited { color:#4369AA; text-decoration:none } a.wikilink1:hover { color:#436976; text-decoration:underline } /* not existing wikipage */ a.wikilink2:link { color:#FF3300; text-decoration:none } a.wikilink2:visited { color:#FF3300; text-decoration:none } a.wikilink2:hover { color:#FF3300; text-decoration:underline } /* ------------- Page elements ----------------- */ div.preview{ background:#f7f9fa; margin-left:2em; padding: 4px; border: 1px dashed #000000; } div.breadcrumbs{ background-color: #f5f5f5; font-size:80%; color: #666666; padding-left: 4px; } span.user{ color: #cccccc; font-size: 90%; } /* embedded images */ img.media { margin: 3px; } img.medialeft { border: 0; float: left; margin: 0 1.5em 0 0; } img.mediaright { border: 0; float: right; margin: 0 0 0 1.5em; } img.mediacenter { border: 0; display: block; margin-left: auto; margin-right: auto; } acronym { cursor: help; border-bottom: 1px dotted #000; } /* general headline setup */ h1, h2, h3, h4, h5 { color: Black; background-color: transparent; font-family: "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif; font-size: 100%; font-weight: normal; margin-left: 0; margin-right: 0; margin-top: 0; margin-bottom: 1em; padding-left: 0; padding-right: 0; padding-top: 0.5em; padding-bottom: 0; border-bottom: 1px solid #8cacbb; clear: left; } /* special headlines */ h1 {font-size: 160%; margin-left: 0px; font-weight: bold;} h2 {font-size: 150%; margin-left: 20px;} h3 {font-size: 140%; margin-left: 40px; border-bottom: none; font-weight: bold;} h4 {font-size: 120%; margin-left: 60px; border-bottom: none; font-weight: bold;} h5 {font-size: 100%; margin-left: 80px; border-bottom: none; font-weight: bold;} hr {clear: both; border:none;} /* indent different sections */ div.level1 {margin-left: 3px;} div.level2 {margin-left: 23px;} div.level3 {margin-left: 43px;} div.level4 {margin-left: 63px;} div.level5 {margin-left: 83px;} /* unordered lists */ ul { line-height: 1.5em; list-style-type: square; margin: -0.5em 0 0.5em 1.5em; padding: 0; list-style-image: url(images/bullet.gif); } /* ordered lists */ ol { line-height: 1.5em; margin: -0.3em 0 0.5em 1.5em; padding: 0; color: #638c9c; font-weight: bold; list-style-image: none; } /* the list items overriding the ol definition */ .li { color: #000000; font-weight: normal; } ol {list-style-type: decimal} ol ol {list-style-type: upper-roman} ol ol ol {list-style-type: lower-alpha} ol ol ol ol {list-style-type: lower-greek} li.open { list-style-image: url(images/open.gif); } li.closed { list-style-image: url(images/closed.gif); } blockquote { border-left: 2px solid #8cacbb; padding-left: 3px; margin-left: 0; } /* code blocks by indention */ pre.pre { font-size: 120%; padding: 0.5em; border: 1px dashed #8cacbb; color: Black; background-color: #f7f9fa; overflow: auto; } /* code blocks by code tag */ pre.code { font-size: 120%; padding: 0.5em; border: 1px dashed #8cacbb; color: Black; background-color: #f7f9fa; overflow: auto; } /* inline code words */ code { font-size: 120%; } /* code blocks by file tag */ pre.file { font-size: 120%; padding: 0.5em; border: 1px dashed #8cacbb; color: Black; background-color: #dee7ec; overflow: auto; } /* inline tables */ table.inline { background-color: #ffffff; border-spacing: 0px; border-collapse: collapse; } table.inline th { padding: 3px; border: 1px solid #8cacbb; background-color: #dee7ec; } table.inline td { padding: 3px; border: 1px solid #8cacbb; } .leftalign{ text-align: left; } .centeralign{ text-align: center; } .rightalign{ text-align: right; } /* ---------- table of contents ------------------- */ div.toc { margin-left: 2em; margin-top: 1.2em; margin-bottom: 0; float:right; width: 200px; font-size: 80%; clear:both; } div.tocheader { padding: 3px; border: 1px solid #8cacbb; background-color: #dee7ec; text-align: left; font-weight:bold; margin-bottom: 2px; } div.toctoggle { float:right; margin-top:0.3em; margin-right:3px; } div.toctoggle img { width:0.8em; height:0.8em; } #tocinside { border: 1px solid #8cacbb; background-color: #ffffff; text-align: left; padding-top: 0.5em; padding-bottom: 0.7em; } ul.toc { list-style-type: none; list-style-image: none; line-height: 1.2em; margin: 0; padding: 0; padding-left: 1em; } ul.toc li { background: transparent url(images/tocdot2.gif) 0 0.6em no-repeat; padding-left:0.4em; } ul.toc li.clear { background-image: none; padding-left:0.4em; } a.toc { color: #436976; text-decoration:none; } a.toc:hover { color: #000000; text-decoration:underline; } /* ---------------------------- Diff rendering --------------------------*/ table.diff { background:white; } td.diff-blockheader {font-weight:bold} td.diff-header { border-bottom: 1px solid #8cacbb; font-size:120%; } td.diff-addedline { background:#ddffdd; font-family: monospace; font-size: 100%; } td.diff-deletedline { background:#ffffbb; font-family: monospace; font-size: 100%; } td.diff-context { background:#f7f9fa; font-family: monospace; font-size: 100%; } span.diffchange { color: red; } /* --------------------- footnotes -------------------------------- */ div.footnotes{ clear:both; border-top: 1px solid #8cacbb; padding-left: 1em; margin-top: 1em; } div.fn{ font-size:90%; } a.fn_top{ vertical-align:super; font-size:80%; } a.fn_bot{ vertical-align:super; font-size:80%; font-weight:bold; } /* insitu-footnotes */ div.insitu-footnote { font-size: 80%; line-height: 1.2em; border: 1px solid #8cacbb; background: #eef3f8; text-align: left; padding: 4px; max-width: 40%; /* IE's width is handled in javascript */ } /* overcome IE issue with one line code or file boxes which require h. scrolling */ * html .insitu-footnote pre.code, * html .insitu-footnote pre.file { padding-bottom: 18px; } /* --------------- search result formating --------------- */ .search_result{ margin-bottom: 6px; padding-left: 30px; padding-right: 10px; } .search_snippet{ color: #999999; font-size: 12px; margin-left: 20px; } .search_sep{ color: #000000; } .search_hit{ color: #000000; background: #FFFF99; } div.search_quickresult{ margin-bottom: 15px; padding-bottom: 5px; border-bottom: 1px dashed #8cacbb; margin-left: 30px; padding-right: 10px; } div.search_quickhits { margin-left: 1em; float:left; background: transparent url(images/bullet.gif) 0px 1px no-repeat; padding: 1px 0px 1px 8px; width: 30%; } /* ------------------ Additional ---------------------- */ .footerinc a img { opacity: 0.5; } .footerinc a:hover img { opacity: 1; } /* ---- Admin --- */ div.acladmin label { text-align: left; font-weight: normal; display: inline; } div.acladmin table{ margin-left: 10%; width: 80%; } /* ---------- AJAX quicksearch ----------- */ div.ajax_qsearch { position:absolute; right:237px;; width: 200px; opacity: 0.9; display:none; font-size: 80%; line-height: 1.2em; border: 1px solid #8cacbb; background: #eef3f8; text-align: left; padding: 4px; } /* ---------- Spellchecking ------------- */ a.spell_error { color: #ff0000; text-decoration: underline; } div#spell_suggest { position: absolute; left: 0; top: 0; display: none; background-color: #fff; padding: 2px; border: 1px solid #000; font-size:80%; z-index: 2; } div#spell_result { display:none; font-family:monospace; border: 1px solid #8cacbb; color: Black; font-size:14px; padding: 3px; background-color: #f7f9fa; overflow: auto; z-index: 1; white-space: pre-wrap; /* css-3 */ white-space: -moz-pre-wrap; /* Mozilla, since 1999 */ white-space: -pre-wrap; /* Opera 4-6 */ white-space: -o-pre-wrap; /* Opera 7 */ word-wrap: break-word; /* Internet Explorer 5.5+ */ } span.spell_noerr { color: #009933; } span.spell_wait { color: #0066cc; } /* --------------- Image Details ----------------- */ div.img_big { float: left; margin-right: 0.5em; } dl.img_tags dt { font-weight: bold; background-color: #dee7ec; } dl.img_tags dd { background-color: #f5f5f5; } div.imagemeta { color: #666; font-size: 70%; line-height: 95%; } div.imagemeta img.thumb{ float:left; margin-right: 0.1em; } /* -------------- Media Popup ---------------------- */ div.mediaselect-right li, div.uploadform { clear: both; } div.mediaedit div.data label{ display: block; text-align: right; width: 20%; float: left; margin-right: 0.5em; } div.mediaedit div.data input, div.mediaedit div.data textarea{ width: 75%; padding: 0.1em; margin: 0.1em; } div.mediaedit div.data input.button { width: 10em; display: block; margin-left: auto; margin-right: auto; } - AC's color suggestions - New colors: yellow and grey. Not specifying a color makes it black background with white font. - Box placement should be better also with these new values: 99% size for a large box, and 48% size for a half box - Don't use lots of "\\" (aka <br/>) to make the box don't cross the headers. Because depending on the width of the windows this make ugly space before the headers. Instead, i hacked the <hr> style with a css clear:both. So just put "----" after lots of boxes so that the header just flow under the boxes. (I will modify the new start page before the MBHP header to demonstrate how) I just hope nobody was using the horizontal rule for. Else i would have to modify the html generator of dokuwiki and i surely don't want to spend all my time on this, so i find this hack cool. Also now there are boxes i'm sur people won't need horizontal rule.
  22. Ok i just have understand what you meant by changing the title color... All blue but the title! Right ?
  23. No probs! That is a long time i was thinking that the Wiki had so much informations i could not find anything quickly in it. So i'm happy there is a move in a better direction, and if i might help... While you were typing your message, i made some stronger colors experiments that i find quite good. See screenshot. I think that you might like those too! I changed also the three other colors of the boxes (not only the title bar because it had a very strange look just changing the title color) As for other colors, i don't know whether the box plugin filter or not the classes you give it... But i will try... yellow and grey. But i don't know if different blue would be really usefull. And surely finding sets of color so that it is coherent would be difficult! Are you sure you want other blue ???? (please no!!! :)) I think that we might start with the above until you find color hex values for "colors in electronics" ;) But that would be a good idea! Sorry i don't understand what you are talking about... :(
  24. Here is what i've done on my local copy for now: - Headers, Paragraphs and Lists spacings fixed - Box placement enhanced Waiting to fix the other things to submit modified files... Please, could give me what green, orange, red and blue you would like for boxes. I don't want make the choice myself... Here is how i understand the actual way links are made: External not-visited: dark blue (as in the toc) External visited: purple Internal not-visited: green Internal visited: green Internal non-existing page: red What colors would you prefer ? We could use the same colors for external and internal links as external links are denoted by a "ucapps" or earth icon. So i propose: All not-visited links: light blue All visited links: dark blue (a bit lighter than in the toc) Internal non-existing page: red I made that in local, and it's pretty and understandable. What do you think about it ? Cheers, Didier.
  25. Exactly! However, in PCB, you can place parts at a specific location by giving exact coordinates (as in inkscape). So i will put crosses one over the other and then will adjust coordinates to what my coordinate spreadsheet says. As i told you, i did not try the whole process, but i feel confident it will work!
×
×
  • Create New...