From c4658bd271b31c22bfaaea5fa73fe5f1ea6461eb Mon Sep 17 00:00:00 2001 From: Eric Davis Date: Fri, 27 May 2011 09:18:48 -0700 Subject: [PATCH] [#202] Add the theme used on chiliproject.org Using 3c2ef2757165e23b65fd from https://github.com/edavis10/squeejee_theme/tree/chiliproject.org --- public/themes/chiliproject/CHANGELOG | 52 + public/themes/chiliproject/GPL.txt | 339 +++++++ public/themes/chiliproject/README.rdoc | 8 + public/themes/chiliproject/README.redmine | 100 ++ public/themes/chiliproject/VERSION | 1 + .../chiliproject/images/bottom_shine.png | Bin 0 -> 824 bytes .../chiliproject/images/fugue/arrow.png | Bin 0 -> 590 bytes .../chiliproject/images/fugue/balloons.png | Bin 0 -> 715 bytes .../chiliproject/images/fugue/books-stack.png | Bin 0 -> 505 bytes .../themes/chiliproject/images/fugue/burn.png | Bin 0 -> 735 bytes .../images/fugue/calendar-month.png | Bin 0 -> 624 bytes .../chiliproject/images/fugue/clock--plus.png | Bin 0 -> 754 bytes .../chiliproject/images/fugue/clock.png | Bin 0 -> 706 bytes .../images/fugue/dashboard--pencil.png | Bin 0 -> 746 bytes .../chiliproject/images/fugue/disk-black.png | Bin 0 -> 434 bytes .../images/fugue/document-horizontal-text.png | Bin 0 -> 529 bytes .../images/fugue/document-text-image.png | Bin 0 -> 647 bytes .../images/fugue/document-zipper.png | Bin 0 -> 646 bytes .../images/fugue/documents-text.png | Bin 0 -> 675 bytes .../chiliproject/images/fugue/documents.png | Bin 0 -> 608 bytes .../chiliproject/images/fugue/equalizer.png | Bin 0 -> 492 bytes .../images/fugue/hammer--arrow.png | Bin 0 -> 760 bytes .../chiliproject/images/fugue/history.txt | 124 +++ .../chiliproject/images/fugue/layout-2.png | Bin 0 -> 344 bytes .../images/fugue/layout-select-content.png | Bin 0 -> 420 bytes .../chiliproject/images/fugue/lightning.png | Bin 0 -> 669 bytes .../images/fugue/magnifier-left.png | Bin 0 -> 736 bytes .../chiliproject/images/fugue/map-pin.png | Bin 0 -> 695 bytes .../images/fugue/money--pencil.png | Bin 0 -> 634 bytes .../chiliproject/images/fugue/monitor.png | Bin 0 -> 523 bytes .../chiliproject/images/fugue/newspaper.png | Bin 0 -> 581 bytes .../images/fugue/notebooks--pencil.png | Bin 0 -> 844 bytes .../images/fugue/pencil-small.png | Bin 0 -> 384 bytes .../images/fugue/pill--exclamation.png | Bin 0 -> 757 bytes .../chiliproject/images/fugue/plus-small.png | Bin 0 -> 330 bytes .../fugue/projection-screen--pencil.png | Bin 0 -> 622 bytes .../images/fugue/question-balloon.png | Bin 0 -> 760 bytes .../chiliproject/images/fugue/readme.txt | 11 + .../images/fugue/report--exclamation.png | Bin 0 -> 697 bytes .../images/fugue/ruler--pencil.png | Bin 0 -> 745 bytes .../themes/chiliproject/images/fugue/safe.png | Bin 0 -> 623 bytes .../chiliproject/images/fugue/star-empty.png | Bin 0 -> 703 bytes .../themes/chiliproject/images/fugue/star.png | Bin 0 -> 757 bytes .../chiliproject/images/fugue/sticky-note.png | Bin 0 -> 421 bytes .../chiliproject/images/fugue/tags-label.png | Bin 0 -> 759 bytes .../chiliproject/images/fugue/tick-shield.png | Bin 0 -> 773 bytes .../images/fugue/ticket--arrow.png | Bin 0 -> 831 bytes .../images/fugue/ticket--minus.png | Bin 0 -> 787 bytes .../images/fugue/ticket--plus.png | Bin 0 -> 825 bytes .../chiliproject/images/fugue/ticket.png | Bin 0 -> 730 bytes .../chiliproject/images/fugue/trophy.png | Bin 0 -> 846 bytes .../images/fugue/ui-progress-bar.png | Bin 0 -> 261 bytes .../images/fugue/user-business.png | Bin 0 -> 717 bytes public/themes/chiliproject/images/map.png | Bin 0 -> 888 bytes .../chiliproject/images/middle_shine.png | Bin 0 -> 192 bytes .../themes/chiliproject/images/shadow_top.png | Bin 0 -> 406 bytes .../images/wiki_styles/caution.png | Bin 0 -> 1509 bytes .../images/wiki_styles/caution_small.png | Bin 0 -> 1407 bytes .../images/wiki_styles/important.png | Bin 0 -> 1484 bytes .../images/wiki_styles/important_small.png | Bin 0 -> 1024 bytes .../chiliproject/images/wiki_styles/info.png | Bin 0 -> 1729 bytes .../images/wiki_styles/info_small.png | Bin 0 -> 1397 bytes .../chiliproject/images/wiki_styles/note.png | Bin 0 -> 2724 bytes .../images/wiki_styles/note_small.png | Bin 0 -> 1667 bytes .../images/wiki_styles/see-also.png | Bin 0 -> 2977 bytes .../images/wiki_styles/see-also_small.png | Bin 0 -> 1342 bytes .../chiliproject/images/wiki_styles/tip.png | Bin 0 -> 2279 bytes .../images/wiki_styles/tip_small.png | Bin 0 -> 1276 bytes .../chiliproject/stylesheets/application.css | 959 ++++++++++++++++++ 69 files changed, 1594 insertions(+) create mode 100644 public/themes/chiliproject/CHANGELOG create mode 100644 public/themes/chiliproject/GPL.txt create mode 100644 public/themes/chiliproject/README.rdoc create mode 100644 public/themes/chiliproject/README.redmine create mode 100644 public/themes/chiliproject/VERSION create mode 100644 public/themes/chiliproject/images/bottom_shine.png create mode 100644 public/themes/chiliproject/images/fugue/arrow.png create mode 100644 public/themes/chiliproject/images/fugue/balloons.png create mode 100644 public/themes/chiliproject/images/fugue/books-stack.png create mode 100644 public/themes/chiliproject/images/fugue/burn.png create mode 100644 public/themes/chiliproject/images/fugue/calendar-month.png create mode 100644 public/themes/chiliproject/images/fugue/clock--plus.png create mode 100644 public/themes/chiliproject/images/fugue/clock.png create mode 100644 public/themes/chiliproject/images/fugue/dashboard--pencil.png create mode 100644 public/themes/chiliproject/images/fugue/disk-black.png create mode 100644 public/themes/chiliproject/images/fugue/document-horizontal-text.png create mode 100644 public/themes/chiliproject/images/fugue/document-text-image.png create mode 100644 public/themes/chiliproject/images/fugue/document-zipper.png create mode 100644 public/themes/chiliproject/images/fugue/documents-text.png create mode 100644 public/themes/chiliproject/images/fugue/documents.png create mode 100644 public/themes/chiliproject/images/fugue/equalizer.png create mode 100644 public/themes/chiliproject/images/fugue/hammer--arrow.png create mode 100644 public/themes/chiliproject/images/fugue/history.txt create mode 100644 public/themes/chiliproject/images/fugue/layout-2.png create mode 100644 public/themes/chiliproject/images/fugue/layout-select-content.png create mode 100644 public/themes/chiliproject/images/fugue/lightning.png create mode 100644 public/themes/chiliproject/images/fugue/magnifier-left.png create mode 100644 public/themes/chiliproject/images/fugue/map-pin.png create mode 100644 public/themes/chiliproject/images/fugue/money--pencil.png create mode 100644 public/themes/chiliproject/images/fugue/monitor.png create mode 100644 public/themes/chiliproject/images/fugue/newspaper.png create mode 100644 public/themes/chiliproject/images/fugue/notebooks--pencil.png create mode 100644 public/themes/chiliproject/images/fugue/pencil-small.png create mode 100644 public/themes/chiliproject/images/fugue/pill--exclamation.png create mode 100644 public/themes/chiliproject/images/fugue/plus-small.png create mode 100644 public/themes/chiliproject/images/fugue/projection-screen--pencil.png create mode 100644 public/themes/chiliproject/images/fugue/question-balloon.png create mode 100644 public/themes/chiliproject/images/fugue/readme.txt create mode 100644 public/themes/chiliproject/images/fugue/report--exclamation.png create mode 100644 public/themes/chiliproject/images/fugue/ruler--pencil.png create mode 100644 public/themes/chiliproject/images/fugue/safe.png create mode 100644 public/themes/chiliproject/images/fugue/star-empty.png create mode 100644 public/themes/chiliproject/images/fugue/star.png create mode 100644 public/themes/chiliproject/images/fugue/sticky-note.png create mode 100644 public/themes/chiliproject/images/fugue/tags-label.png create mode 100644 public/themes/chiliproject/images/fugue/tick-shield.png create mode 100644 public/themes/chiliproject/images/fugue/ticket--arrow.png create mode 100644 public/themes/chiliproject/images/fugue/ticket--minus.png create mode 100644 public/themes/chiliproject/images/fugue/ticket--plus.png create mode 100644 public/themes/chiliproject/images/fugue/ticket.png create mode 100644 public/themes/chiliproject/images/fugue/trophy.png create mode 100644 public/themes/chiliproject/images/fugue/ui-progress-bar.png create mode 100644 public/themes/chiliproject/images/fugue/user-business.png create mode 100644 public/themes/chiliproject/images/map.png create mode 100644 public/themes/chiliproject/images/middle_shine.png create mode 100644 public/themes/chiliproject/images/shadow_top.png create mode 100644 public/themes/chiliproject/images/wiki_styles/caution.png create mode 100644 public/themes/chiliproject/images/wiki_styles/caution_small.png create mode 100644 public/themes/chiliproject/images/wiki_styles/important.png create mode 100644 public/themes/chiliproject/images/wiki_styles/important_small.png create mode 100644 public/themes/chiliproject/images/wiki_styles/info.png create mode 100644 public/themes/chiliproject/images/wiki_styles/info_small.png create mode 100644 public/themes/chiliproject/images/wiki_styles/note.png create mode 100644 public/themes/chiliproject/images/wiki_styles/note_small.png create mode 100644 public/themes/chiliproject/images/wiki_styles/see-also.png create mode 100644 public/themes/chiliproject/images/wiki_styles/see-also_small.png create mode 100644 public/themes/chiliproject/images/wiki_styles/tip.png create mode 100644 public/themes/chiliproject/images/wiki_styles/tip_small.png create mode 100644 public/themes/chiliproject/stylesheets/application.css diff --git a/public/themes/chiliproject/CHANGELOG b/public/themes/chiliproject/CHANGELOG new file mode 100644 index 00000000..8ae9a965 --- /dev/null +++ b/public/themes/chiliproject/CHANGELOG @@ -0,0 +1,52 @@ +0.2.0 (22-05-2009) + * Defect #236: Icons (ticket__*.png) aren't referenced correctly + * Feature #243: Add support for Redmine Graphs plugin + * Feature #261: Add support for Redmine Bugcloud plugin + * Feature #262: Add support for Redmine Scrumdashboard plugin + * Feature #263: Add support for Redmine Code Review plugin + * Enhancement #230: Other font-family for header + * Enhancement #233: Change used Fugue-icon for Roadmap project-menu item + * Enhancement #255: Make image-references relative for sub-URI compatibility + * Enhancement #256: Fix upcoming change in supported Budget-plugin + * Enhancement #258: Fix upcoming change in supported Invoices-plugin + * Enhancement #259: Fix upcoming change in supported Scores-plugin + * Enhancement #260: Fix upcoming change in supported Simple-CI plugin + * Enhancement #267: Fix upcoming change in supported Todos plugin + * Task-HITDM #235: Update vendor source of the fugue icon-set to current release + * Task-HITDM #257: Clean-up and Fix project-menu declarations of supported plugins + * Task-HITDM #266: Remove unused images while creating the 0.2-release branch + +0.1.0 (21-03-2009) + * Defect #186: Project-menu icons aren't rendered after Redmine core rev2022 + * Defect #187: Right-aligned columns on version-page have a white background instead of transparent + * Defect #193: There exists some cross-browser compatibility-errors on Presto-engine + * Defect #195: Some faulty references to non-existing images exists due to typos + * Defect #196: Fix overflow of the content + * Defect #199: Issue-journals should be displayed *behind* the related-revisions block, not below it + * Defect #207: Several PNG-images are rendered with a white background, disrupting the nice gray-gradient + * Defect #208: Fix the rendering of the note-icon when inline-editing an issue-journal + * Defect #211: After r40 unordered lists inside the issue-journal comment are smaller-sized too + * Defect #212: Issue-journal comment note-icons rendered for all paragraphs instead of the first only + * Defect #213: After r37 the context-menu item-links are rendered as bold; should be normal + * Defect #228: After r6 selected project-menu tabs aren't highlighted anymore + * Feature #210: Add specific declarations for third-party plugins + * Feature #229: Add KHTML-support for rounded-borders on the first & last project-menu items + * Enhancement #190: Improve link-visibility globally + * Enhancement #191: Refactor the styling of the issue-journals + * Enhancement #192: Modify (overall) font-sizes to make the UI more consistent + * Enhancement #194: Sidebar should have a bit more width + * Enhancement #198: Overrule bordered-table styles imported from the Alternate-theme + * Enhancement #214: Project-menu overflows the right border when lots of modules are enabled on a project + * Enhancement #223: Improve icon-declarations + * Task-HITDM #188: Remove project-body headers introduced by Squeejee based on a core-hack + * Task-HITDM #189: Undue the theme from dependency on (import of) the Alternate-theme + * Task-HITDM #200: Remove unused images from release + * Task-HITDM #201: Clean CSS-styles coding + * Task-HITDM #205: 0.1.0 Release QA + * Task-HITDM #209: CSS-Code Cleanup (round 2) + * Task-HITDM #215: Update vendor source of the fugue icon-set to 1.4.6 + * Task-HITDM #224: Update vendor source of the fugue icon-set to 1.4.7 + * Task-HITDM #226: Fix issues found in 0.1.0 Release QA-Sprint/2 (#205) + +0.0.0 + Initial source by Wynn Netherland as of 20-11-2008 diff --git a/public/themes/chiliproject/GPL.txt b/public/themes/chiliproject/GPL.txt new file mode 100644 index 00000000..82fa1daa --- /dev/null +++ b/public/themes/chiliproject/GPL.txt @@ -0,0 +1,339 @@ + GNU GENERAL PUBLIC LICENSE + Version 2, June 1991 + + Copyright (C) 1989, 1991 Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + + Preamble + + The licenses for most software are designed to take away your +freedom to share and change it. By contrast, the GNU General Public +License is intended to guarantee your freedom to share and change free +software--to make sure the software is free for all its users. This +General Public License applies to most of the Free Software +Foundation's software and to any other program whose authors commit to +using it. (Some other Free Software Foundation software is covered by +the GNU Lesser General Public License instead.) You can apply it to +your programs, too. + + When we speak of free software, we are referring to freedom, not +price. Our General Public Licenses are designed to make sure that you +have the freedom to distribute copies of free software (and charge for +this service if you wish), that you receive source code or can get it +if you want it, that you can change the software or use pieces of it +in new free programs; and that you know you can do these things. + + To protect your rights, we need to make restrictions that forbid +anyone to deny you these rights or to ask you to surrender the rights. +These restrictions translate to certain responsibilities for you if you +distribute copies of the software, or if you modify it. + + For example, if you distribute copies of such a program, whether +gratis or for a fee, you must give the recipients all the rights that +you have. You must make sure that they, too, receive or can get the +source code. And you must show them these terms so they know their +rights. + + We protect your rights with two steps: (1) copyright the software, and +(2) offer you this license which gives you legal permission to copy, +distribute and/or modify the software. + + Also, for each author's protection and ours, we want to make certain +that everyone understands that there is no warranty for this free +software. If the software is modified by someone else and passed on, we +want its recipients to know that what they have is not the original, so +that any problems introduced by others will not reflect on the original +authors' reputations. + + Finally, any free program is threatened constantly by software +patents. We wish to avoid the danger that redistributors of a free +program will individually obtain patent licenses, in effect making the +program proprietary. To prevent this, we have made it clear that any +patent must be licensed for everyone's free use or not licensed at all. + + The precise terms and conditions for copying, distribution and +modification follow. + + GNU GENERAL PUBLIC LICENSE + TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION + + 0. This License applies to any program or other work which contains +a notice placed by the copyright holder saying it may be distributed +under the terms of this General Public License. The "Program", below, +refers to any such program or work, and a "work based on the Program" +means either the Program or any derivative work under copyright law: +that is to say, a work containing the Program or a portion of it, +either verbatim or with modifications and/or translated into another +language. (Hereinafter, translation is included without limitation in +the term "modification".) Each licensee is addressed as "you". + +Activities other than copying, distribution and modification are not +covered by this License; they are outside its scope. The act of +running the Program is not restricted, and the output from the Program +is covered only if its contents constitute a work based on the +Program (independent of having been made by running the Program). +Whether that is true depends on what the Program does. + + 1. You may copy and distribute verbatim copies of the Program's +source code as you receive it, in any medium, provided that you +conspicuously and appropriately publish on each copy an appropriate +copyright notice and disclaimer of warranty; keep intact all the +notices that refer to this License and to the absence of any warranty; +and give any other recipients of the Program a copy of this License +along with the Program. + +You may charge a fee for the physical act of transferring a copy, and +you may at your option offer warranty protection in exchange for a fee. + + 2. You may modify your copy or copies of the Program or any portion +of it, thus forming a work based on the Program, and copy and +distribute such modifications or work under the terms of Section 1 +above, provided that you also meet all of these conditions: + + a) You must cause the modified files to carry prominent notices + stating that you changed the files and the date of any change. + + b) You must cause any work that you distribute or publish, that in + whole or in part contains or is derived from the Program or any + part thereof, to be licensed as a whole at no charge to all third + parties under the terms of this License. + + c) If the modified program normally reads commands interactively + when run, you must cause it, when started running for such + interactive use in the most ordinary way, to print or display an + announcement including an appropriate copyright notice and a + notice that there is no warranty (or else, saying that you provide + a warranty) and that users may redistribute the program under + these conditions, and telling the user how to view a copy of this + License. (Exception: if the Program itself is interactive but + does not normally print such an announcement, your work based on + the Program is not required to print an announcement.) + +These requirements apply to the modified work as a whole. If +identifiable sections of that work are not derived from the Program, +and can be reasonably considered independent and separate works in +themselves, then this License, and its terms, do not apply to those +sections when you distribute them as separate works. But when you +distribute the same sections as part of a whole which is a work based +on the Program, the distribution of the whole must be on the terms of +this License, whose permissions for other licensees extend to the +entire whole, and thus to each and every part regardless of who wrote it. + +Thus, it is not the intent of this section to claim rights or contest +your rights to work written entirely by you; rather, the intent is to +exercise the right to control the distribution of derivative or +collective works based on the Program. + +In addition, mere aggregation of another work not based on the Program +with the Program (or with a work based on the Program) on a volume of +a storage or distribution medium does not bring the other work under +the scope of this License. + + 3. You may copy and distribute the Program (or a work based on it, +under Section 2) in object code or executable form under the terms of +Sections 1 and 2 above provided that you also do one of the following: + + a) Accompany it with the complete corresponding machine-readable + source code, which must be distributed under the terms of Sections + 1 and 2 above on a medium customarily used for software interchange; or, + + b) Accompany it with a written offer, valid for at least three + years, to give any third party, for a charge no more than your + cost of physically performing source distribution, a complete + machine-readable copy of the corresponding source code, to be + distributed under the terms of Sections 1 and 2 above on a medium + customarily used for software interchange; or, + + c) Accompany it with the information you received as to the offer + to distribute corresponding source code. (This alternative is + allowed only for noncommercial distribution and only if you + received the program in object code or executable form with such + an offer, in accord with Subsection b above.) + +The source code for a work means the preferred form of the work for +making modifications to it. For an executable work, complete source +code means all the source code for all modules it contains, plus any +associated interface definition files, plus the scripts used to +control compilation and installation of the executable. However, as a +special exception, the source code distributed need not include +anything that is normally distributed (in either source or binary +form) with the major components (compiler, kernel, and so on) of the +operating system on which the executable runs, unless that component +itself accompanies the executable. + +If distribution of executable or object code is made by offering +access to copy from a designated place, then offering equivalent +access to copy the source code from the same place counts as +distribution of the source code, even though third parties are not +compelled to copy the source along with the object code. + + 4. You may not copy, modify, sublicense, or distribute the Program +except as expressly provided under this License. Any attempt +otherwise to copy, modify, sublicense or distribute the Program is +void, and will automatically terminate your rights under this License. +However, parties who have received copies, or rights, from you under +this License will not have their licenses terminated so long as such +parties remain in full compliance. + + 5. You are not required to accept this License, since you have not +signed it. However, nothing else grants you permission to modify or +distribute the Program or its derivative works. These actions are +prohibited by law if you do not accept this License. Therefore, by +modifying or distributing the Program (or any work based on the +Program), you indicate your acceptance of this License to do so, and +all its terms and conditions for copying, distributing or modifying +the Program or works based on it. + + 6. Each time you redistribute the Program (or any work based on the +Program), the recipient automatically receives a license from the +original licensor to copy, distribute or modify the Program subject to +these terms and conditions. You may not impose any further +restrictions on the recipients' exercise of the rights granted herein. +You are not responsible for enforcing compliance by third parties to +this License. + + 7. If, as a consequence of a court judgment or allegation of patent +infringement or for any other reason (not limited to patent issues), +conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License. If you cannot +distribute so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you +may not distribute the Program at all. For example, if a patent +license would not permit royalty-free redistribution of the Program by +all those who receive copies directly or indirectly through you, then +the only way you could satisfy both it and this License would be to +refrain entirely from distribution of the Program. + +If any portion of this section is held invalid or unenforceable under +any particular circumstance, the balance of the section is intended to +apply and the section as a whole is intended to apply in other +circumstances. + +It is not the purpose of this section to induce you to infringe any +patents or other property right claims or to contest validity of any +such claims; this section has the sole purpose of protecting the +integrity of the free software distribution system, which is +implemented by public license practices. Many people have made +generous contributions to the wide range of software distributed +through that system in reliance on consistent application of that +system; it is up to the author/donor to decide if he or she is willing +to distribute software through any other system and a licensee cannot +impose that choice. + +This section is intended to make thoroughly clear what is believed to +be a consequence of the rest of this License. + + 8. If the distribution and/or use of the Program is restricted in +certain countries either by patents or by copyrighted interfaces, the +original copyright holder who places the Program under this License +may add an explicit geographical distribution limitation excluding +those countries, so that distribution is permitted only in or among +countries not thus excluded. In such case, this License incorporates +the limitation as if written in the body of this License. + + 9. The Free Software Foundation may publish revised and/or new versions +of the General Public License from time to time. Such new versions will +be similar in spirit to the present version, but may differ in detail to +address new problems or concerns. + +Each version is given a distinguishing version number. If the Program +specifies a version number of this License which applies to it and "any +later version", you have the option of following the terms and conditions +either of that version or of any later version published by the Free +Software Foundation. If the Program does not specify a version number of +this License, you may choose any version ever published by the Free Software +Foundation. + + 10. If you wish to incorporate parts of the Program into other free +programs whose distribution conditions are different, write to the author +to ask for permission. For software which is copyrighted by the Free +Software Foundation, write to the Free Software Foundation; we sometimes +make exceptions for this. Our decision will be guided by the two goals +of preserving the free status of all derivatives of our free software and +of promoting the sharing and reuse of software generally. + + NO WARRANTY + + 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY +FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN +OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES +PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED +OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS +TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE +PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, +REPAIR OR CORRECTION. + + 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING +WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR +REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, +INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING +OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED +TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY +YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER +PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE +POSSIBILITY OF SUCH DAMAGES. + + END OF TERMS AND CONDITIONS + + How to Apply These Terms to Your New Programs + + If you develop a new program, and you want it to be of the greatest +possible use to the public, the best way to achieve this is to make it +free software which everyone can redistribute and change under these terms. + + To do so, attach the following notices to the program. It is safest +to attach them to the start of each source file to most effectively +convey the exclusion of warranty; and each file should have at least +the "copyright" line and a pointer to where the full notice is found. + + + Copyright (C) + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License along + with this program; if not, write to the Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + +Also add information on how to contact you by electronic and paper mail. + +If the program is interactive, make it output a short notice like this +when it starts in an interactive mode: + + Gnomovision version 69, Copyright (C) year name of author + Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. + This is free software, and you are welcome to redistribute it + under certain conditions; type `show c' for details. + +The hypothetical commands `show w' and `show c' should show the appropriate +parts of the General Public License. Of course, the commands you use may +be called something other than `show w' and `show c'; they could even be +mouse-clicks or menu items--whatever suits your program. + +You should also get your employer (if you work as a programmer) or your +school, if any, to sign a "copyright disclaimer" for the program, if +necessary. Here is a sample; alter the names: + + Yoyodyne, Inc., hereby disclaims all copyright interest in the program + `Gnomovision' (which makes passes at compilers) written by James Hacker. + + , 1 April 1989 + Ty Coon, President of Vice + +This General Public License does not permit incorporating your program into +proprietary programs. If your program is a subroutine library, you may +consider it more useful to permit linking proprietary applications with the +library. If this is what you want to do, use the GNU Lesser General +Public License instead of this License. diff --git a/public/themes/chiliproject/README.rdoc b/public/themes/chiliproject/README.rdoc new file mode 100644 index 00000000..bfb8a710 --- /dev/null +++ b/public/themes/chiliproject/README.rdoc @@ -0,0 +1,8 @@ += ChiliProject.org theme + +This theme is based on the Redmine Squeejee theme. It is available bundled with ChiliProject as well as on Github. + +* ChiliProject - https://www.chiliproject.org +* Github - https://github.com/edavis10/squeejee_theme/tree/chiliproject.org + +See README.redmine for the official Squeejee theme readme. diff --git a/public/themes/chiliproject/README.redmine b/public/themes/chiliproject/README.redmine new file mode 100644 index 00000000..6b2dbb4c --- /dev/null +++ b/public/themes/chiliproject/README.redmine @@ -0,0 +1,100 @@ +h1. Squeejee theme + +A theme for Redmine which is based on a dark but "shiny" color-scheme and which includes a subtle (re)styled project-menu. + +h2. Packager, contributor and maintainer + +* Mischa The Evil + +h2. Initial author + +* "Wynn Netherland":http://www.squeejee.com/team.html#wynn_netherland + +h2. History + +For the complete history of the theme's creation you could see "this forum-thread":http://www.redmine.org/boards/1/topics/2736. + +h2. Features + +The Squeejee© theme is an updated, packaged release of Wynn Netherland's work for "Squeejee's":http://www.squeejee.com internal Redmine instance. It initially was a heavily modified derivation of the [[ThemeAlternate|alternate theme]] which required Redmine core hacks but is made stand-alone and working without core hacks (by using the core's support for project-menu item styling (r2059)) for this release. + +It's looks can be best described as a dark theme with gradient backgrounds, dark-gray and bold links, but all with a "shiny" and "friendly" touch. It reintroduces the project-menu item-icons with the extension that styling of third-party plugins (including selected icons) is supported too. +Also the overflow to a second line of the project-menu, when using a lot of plugins with menu-items, is handled without disturbing the surrounding layout and elements. + +The colour-scheme basically consists of three basic colours: black, grey and white. + +It includes: +* issue-colouring in the issuelist, based on default priority-enumerations for issues +* more sophistically styled "tabs", "tables", etc. +* (project-menu item styling) support for (lots of) third-party plugins + +h2. Screenshots + +[ ... see online version of this page ... ] + +h2. Compatibility + +h3. Redmine compatibility + +The theme is compatible with the Redmine 0.8-stable branch (thus including releases: 0.8.0, 0.8.1, 0.8.2 and 0.8.3) and the trunk. + +h3. Browser compatibility + +* This theme is fully compatible with the current, big-four of browser-engines: + * Gecko (Mozilla) + * Trident (Internet Explorer 8) + * Presto (Opera) + * WebKit (Safari/Chrome) + +* This theme is for about 95% compatible with the following browser-engine: + * Trident (Internet Explorer 7) + +Though, tiny differences can occur across different browsers. + +h2. Obtaining the theme + +The theme can be downloaded as a packaged release from: +* this page; the archive is attached +* this MediaFire-mirror: http://www.mediafire.com/evildev +* the upcoming website http://www.evil-dev.net + +h2. Installation + +Follow the Redmine theme installation steps at: http://www.redmine.org/wiki/redmine/Themes#Installing-a-theme. + +h2. Upgrade + +1. Download the latest archive file from the available sources (see "Obtaining the theme") +2. Backup the currently deployed squeejee theme (in _"../public/themes"_: @mv squeejee squeejee-backup@) +3. Unzip the downloaded file to your Redmine into the theme-directory _"../public/themes"_ +4. Restart your Redmine + +h2. Uninstall + +1. Remove the directory "squeejee" from the theme-directory _"../public/themes"_ +2. Restart Redmine + +h2. Changelog + +For the complete changelog see the @CHANGELOG@-file in the Squeejee theme directory. + +h2. Credits + +Thanks goes out to the following people: + +* Wynn Netherland, Squeejee (http://www.squeejee.com) +** Initial author (designer and coder) of the draft of this theme which can be found here: http://github.com/squeejee/redmine/tree/master/public/themes/squeejee +* Jean-Philippe Lang, Project-leader of Redmine (http://www.redmine.org) +** For creating and maintaining the Redmine system... + +h2. Licensing + +This theme is open-source and licensed under the "GNU General Public License v2":http://www.gnu.org/licenses/old-licenses/gpl-2.0.html (GPL). Certain icons are part of the Fugue icon-set (http://www.pinvoke.com) which is released under the "Creative Commons Attribution 3.0 Unported":http://creativecommons.org/licenses/by/3.0 license. + +* (C)2009, Mischa The Evil (http://www.evil-dev.net) +* (C)2008, Wynn Netherland (http://www.squeejee.com) + +h2. Support + +If you need help, would like to report a bug or request a new feature you can contact the +maintainer via mail (mischa_the_evil [AT] hotmail [DOT] com) or at his (upcoming) website: http://www.evil-dev.net. diff --git a/public/themes/chiliproject/VERSION b/public/themes/chiliproject/VERSION new file mode 100644 index 00000000..f8677859 --- /dev/null +++ b/public/themes/chiliproject/VERSION @@ -0,0 +1 @@ +0.2.0 ~ 22-05-2009 diff --git a/public/themes/chiliproject/images/bottom_shine.png b/public/themes/chiliproject/images/bottom_shine.png new file mode 100644 index 0000000000000000000000000000000000000000..f6cf4ac05679ae046f2659f63ce358d69e5b114b GIT binary patch literal 824 zcmV-81IPS{P)*2^eJ>sB$;8%^XL*v7gOWrxyp4_ORfM%>^B*G9GK_jZYWypES1y4a( z4$`yIsyuxFQ{-Z{dgL|;uDx2}#7oyfk1Rh}5RbU31N_0yMqS1LpnL+u9p$t5hJjV* zPkAaJAfyt}Cqxi9;rkEm zLDN$RlLMd7I0PNbqbrEpykerdre&~7+vzHGm9LwPuGuvQ4j z-sb5ExZ|>sMuCakndeN}D{_U4uFa-wKW1`CYR=5@%2(b=%z_+&+r73!q4BVaeXeM_ z%FSk;25M!59nJ=Yau%>&!%>? z=t5N?F@SVpV5r1YAu=$*fU+>LX6fFsV>@(+1OviINc^Z$5knS+PDo9Lg4)s`1{O#| z+thUu+jlGPe>_rCYN9~)s9;yjjCk6ZI!VHieySSS|bJ)Ku+SrtN9 zf^%@s)9_svn{#&t1jo(kbdbyEhp#MxGVA!=)M*4NQqQ*as!)D#jnP^`7?%HwKv^IJ zylz*^JvazZE=@4*`zJ_r3RK8yLgo=k5NNorK&vJ2q;#FV{IF4p3U9>(6oox~e49Cr zfciG<%wP}f@B2g&pxNYjbbpGyUS5w$G=Zw9ZF98SUL4)06b^fR^!j~ps)JIZ?8mPQ zxOaDg)jn@mjtJN0ldaV{JEm5rr$j&sT2;&ZcRNbfH^+ zgVRRZm@4TtPeZ!<+#1N7E|CLtRkb4EP{!HeLNuQbm4 cJO2}40NsxbZk`ICTL1t607*qoM6N<$f|&aaN&o-= literal 0 HcmV?d00001 diff --git a/public/themes/chiliproject/images/fugue/balloons.png b/public/themes/chiliproject/images/fugue/balloons.png new file mode 100644 index 0000000000000000000000000000000000000000..89efe42f0c95392ef03d190b3d527aac6ad2c239 GIT binary patch literal 715 zcmV;+0yO=JP)P z>_I}1iO4|2Vfau;NPmY!e5OlN8W~SYi)Ed(# zRx(S0{J;$j5|6Tgwc0B>c8vJ@E*x$Q4hJ3XdLO86Bue?8tIPADNaDq4n_Akq$AUS- zK(iW9^ahSz8fw~qtOrT~C}z!+!)Et29~|iy?M~Ob(8XmInlKDhy{3cK#*Y3j6tYmY zEac)MN@^OKmIom=*hDWH+B&;fO)H;l7>KOtl4=@A&=gWACLouRY(Xk#0!efkNuA12 z%4woj+86l4#u$1WfXmKSqhT@eW<08sGK+g)7kAZ4s>7Ga%P5~`uAnm9l7Mcn6MJJ% z#|rY=;8LLPcoWqX0}LlE=YD09k?HsGSK(<*$1~G_rEACwqTM$ax&n!~FcZ2{SYJt` zv#I#kvZB3aJ`q8{Bx@^Y8Zft7@>GMI|Bb2f+i34O;q>`~`}$usf!h@~tm zP#Dq3mmse-3Sq?{gQ*WXzbJb+9^N5S*&@Zfc1(W+7yu*~Pk2`LSrpDy@Tqbx>Q$rSZMX|D*+d z;emVa$^D+YOTqyb&+|;7+D2()^-O`$rK8FM)-Y2$uhsUXbQ&_U43n9RuLj64zFh?sB->z`CV=GvT%Ru# z3LvPeW5!ApML*fLEe{}s0RlBizYn^uCjj|;-cPnI4`4IzBLk=alJ1QJN%4$yXR8@8F1DP|x$} v8U-PpYPFh$Mz%Hb=XH|l!q@QhuK)u8n-%pQ_Zb-E00000NkvXXu0mjfWpLIG literal 0 HcmV?d00001 diff --git a/public/themes/chiliproject/images/fugue/burn.png b/public/themes/chiliproject/images/fugue/burn.png new file mode 100644 index 0000000000000000000000000000000000000000..21229c838417a7c17f317f2bb82485d26d393c8d GIT binary patch literal 735 zcmV<50wDc~P) ziig+|TcqegB)$+VLXjML=tYX92akI3Z}8%&9;0~6sUXr;5B6cHQYln?rqR@}&^Axf zZL-;HlHGOYOR^*<4}S35o&C-H=9_QkTh1^H_@8B?hs9zsiLnt7qEFy9nimiQE&34g zdG;~9{qhs??O0vcn+ZDBjil(gZ{a6H!=bA~PFJrFus~HUmUh2yq>|#|1c3Y;<5s&W zXsw%qAUvF&o(}&O`}nbuEEtt6b2tF}3GtkNX6EGCSS;38C=@uPS6KBealgmonVXuL z3Tv9iuWsfbn^&OGP#MTxLk|1JM!2 z#F0-`RX!97jgqGG2$uqZz+kytHqW#Eu?`d00Emk%>_fd?2ds|yu-ZY=AYQf;oOU{$ z-fFeVJ{pY%?sf#vqWb_Ghr8Ao&v6`kx=%T#>sHsA@?jjoC!3c>6%y z%IL-c*zHw>3R^oiI4<`vkWE}0QX!oojhR5M7)!t6U-xRNBHJA`7PPn`;Jb&RX*b0+ z+&%Rtw?`T?0XFzhlIruD>$~wvxuR_C_;F_+I20NybaxjIYc-zIotYW%Ea8Gz6pX3Z+1^Gl6vA&R3~6o6%}ojT8pGi*;5gvfi2`I@f2D3{ zjA5))?goZKM|r!y59-k-&NPn4V;%jqmz$d)oWa0bOu&ngdlyKj)5v5pI!~oi+S!uH zBoc{)&UuzGjF8?DjS(?NqfvCbUA+tEy^ zvZGWiE=0tT5)1S5_#fk0qKz|o00000< KMNUMnLSTY?2^jSN literal 0 HcmV?d00001 diff --git a/public/themes/chiliproject/images/fugue/clock--plus.png b/public/themes/chiliproject/images/fugue/clock--plus.png new file mode 100644 index 0000000000000000000000000000000000000000..9e64118387118d2c18f73a7b21688e2beae62771 GIT binary patch literal 754 zcmV6A! zC2c~X)Ygi|5K&_=N)FNr=}i=sf|w#6J=JS_DLq(dZ=OmEK@TOD;;kMmAtbe!RwR^C z2vj3cqT2{=HOY2no86{JPo3rM{+&PX{h9y&FsiD;{}@NFNF)L*%R)m#127E3BW|JF zg%E0SGU7Wfwu2~DDix?!tA7OQtj%h(4fO4J%+Ag?I~*=sQ}x7%Ij#ztTnMk6VT zVhE6r=ByagKR6g74hd)_l*?sLhu7<;@sHC}4P@DD7IKG&7k1w3_xs~3D;^vsbb)5U zZoi}lxLaGbZ>dx=##$V%xLYg&#S+KZMEqgt7^`*UJK-=44-doC*ck9Uufb}yLU$kl zeFFm;r(Qrlk>!F}5U%K}#a35ga(oHfQ;qwSX^sfBLD%-Y;pVmGN4OU0Ax_uIwo)y$@*zKnM~KPv84KD!ZP=i1$I%K@!Z&ZnfnB<6d%l)%env+ZLWd)XYbB6K8C95 k0~3>m7iUrQRDTID0Gx0Qov_s6-v9sr07*qoM6N<$f~xIW1^@s6 literal 0 HcmV?d00001 diff --git a/public/themes/chiliproject/images/fugue/clock.png b/public/themes/chiliproject/images/fugue/clock.png new file mode 100644 index 0000000000000000000000000000000000000000..092cc0a1d6ea70c848a386dc028fffd9de1fcd29 GIT binary patch literal 706 zcmV;z0zLhSP)mzi0 zOvGo-nL5LiF1qM}@7_D--tW6-&N-JE4u|A_jKd)ki4c}$iOFOl48!n%=iv4MgwZ(} z@EtDu3TX8EeKHsfNGg^3Enu*xHoJXoE*M;!o1d4w9*-BDv{Iqj%gbE$;^Mp^%je)K z{1Jghc6mH+whs;teO|B6VX=_U*VklfW`<0PqF-2F_dlDSUWgwb3uQ`^nh1*ngk`t# ze0Y0*|Iq1j`RwE4s^V2Hr>mn6_jcd{h%$^ET>$>+r4$UV@(zd3GB!q7hEYlFc3T%f zAMV-U%;L(*DspszUa#k$3Irrv*YEDgO|`0`P$=kY1nyz-0+J*lN6!I#I0c8}p?2G( z+pW%xMnhk#=YU+iy(M@SIYt2%%Q!HQUxmXY6bg~u%}v7dyb7DmMrN0m$inin$}tMa zO<68m1mUrETRf2;=0PbAXF(FI`R*UwVv>}@o9BG+ov z#Ik?&Jo*$_rqQFL6H4hBa?sD6ch6mMIpCsaC6Xr6>wfxg!Bg<^;gaah%g^Ha~%fB^n~sg-b7FkfzU+})lJbNLWpSMO&6J^ zOtQH(UAnW6v(2;9^U8v>q6;7RosZ{z{{NTvecqQd3-F|^b#-~IR%?~V<0%aWgM2odN;8>^;&!|1^Z9&TC=^ntewxVsG8m*;&r+dV zRaFy-u(-I0TrRf>`(`;pa5x-xGEu_euui%FGuW#r%9Zx^c2BS0Z+b7w&^9(Ug$2uwJ18%o+scmMzZ07*qoM6N<$f*=x9V*mgE literal 0 HcmV?d00001 diff --git a/public/themes/chiliproject/images/fugue/disk-black.png b/public/themes/chiliproject/images/fugue/disk-black.png new file mode 100644 index 0000000000000000000000000000000000000000..61784784f009d94c7255f2b483a5313712089c4e GIT binary patch literal 434 zcmV;j0ZsmiP)8pIBG7p7(xA((8PF!^bD<5d`SX_k9H`2LwYba*(UnP)$ln1-G-=YZ(E=1jL6XTs0L?H6u^j-Y-^(Rk zj>o+K#2l^QISfzQy=7U4D~RKmj$N$!zEtMAZU>;F0<0(q!pLiQaKlkU|TZ2!A#R^X3zo{8m|XI>$N1?wks#ztJNvd0@U}wsJ4Qh zSzZ)HUul|VQmQH#QtDTYZx_HhXUN559M%Qvn)SeeFNcQ6ec$c5K3Ed~&H-+w`Uk@x cvL68k00M8&14}|3RR91007*qoM6N<$g60;qzyJUM literal 0 HcmV?d00001 diff --git a/public/themes/chiliproject/images/fugue/document-horizontal-text.png b/public/themes/chiliproject/images/fugue/document-horizontal-text.png new file mode 100644 index 0000000000000000000000000000000000000000..f1a100aa716caf4a4e7459aa0f2884cea60a4347 GIT binary patch literal 529 zcmV+s0`C2ZP)0jAaF?7VGRfqdo89^L zo10w`h9Mkd5{@)=)9+s+o*h{C=KKDa?|GmwIDZ}tMumk9V^gK^WAwWtA zj0sO^8e~!_(3Jv(>jHC@Wx>OE485zX#}CuIRd|{tE$^lY#bS{+P&*Va77M6Ws~}PS zX{7>y>bl)7w__LvyiTXfJpnQ|n@wIQm&=SqLUDlY<XgC$BRX>)c#|t7F z9}$TN>8=O3naYy~(AcR~oU~eZGMBsf&pQYg{42l!LT(ve Tk~Lv$00000NkvXXu0mjfj8fj! literal 0 HcmV?d00001 diff --git a/public/themes/chiliproject/images/fugue/document-text-image.png b/public/themes/chiliproject/images/fugue/document-text-image.png new file mode 100644 index 0000000000000000000000000000000000000000..56c4f0bfc7e23fd06f37b63b8f613354d3bc44a5 GIT binary patch literal 647 zcmV;20(kw2P)^@RCwBqQcY_UQ4~G%WeggUSv2*7 zfFTh}Vpi>CQjUUH^nF6c>U!5!-bkJJ*5~ltLC=wc}1`XaWkQ)MOeb$&^g; z;=R|*WP~a{xbxn;_s+TJ-21fW>+9g5Y1%WIZsOnLlTxao#$!w-6MU`LVe*0p&9`(q8lb1rEW&}Ee>jwuS zJCn&^Fc@H=SQL_KwJQ6mR0;tGhMNC39Nmu=g|Rm=KAi7d(P%mN+6Ei{`= z$=+_ah2(fz$aFdl-}h0eR6v+Z3B+36I`2{ zi@Nan@KF4^t}8P?AnpJYa1HX=Y-FK-b_TPtw};&FGLp7!^5&Dp#VE5Vp>Bl#p#pm1 zrcVjJ?eBx7Bx#ZDx^5y?P3oyG1vF^pFzI=lrU`>)zRMWKa@Hh8_UGy8`So)775-x= h-#=#zm*bZJ0|19sO*yhc-QxfN002ovPDHLkV1oGJG#&r| literal 0 HcmV?d00001 diff --git a/public/themes/chiliproject/images/fugue/document-zipper.png b/public/themes/chiliproject/images/fugue/document-zipper.png new file mode 100644 index 0000000000000000000000000000000000000000..6d6333afc059e4866b2a6191662ab1c599d23292 GIT binary patch literal 646 zcmV;10(t$3P)t8dlN(uy!IdDAQ~IVACN-5YVedo&+Ue&XwUA!f>?-dmFjsWsHoEo9RXvhUZ}r zKx>WDqa!%{!a?KMPN}r@hZcK;Pt__`mX^?LHt~9K5uWE^$93QGUWD(=c|J1(#cB~O zQb*A12{M@s(&@AawA*cTIvsp0m$xYI6>*;#ODZ681dF8=JrlMqi!2b8hgPeF_q)5u zPfdL|IX+(aMvfQ`?{37HtV9Mw0*+G1=kro`DwV=#&--a|9Dg8SS@#5LwVI3%90%}y z_*5bXajZcJv=E_R0)uORIX5Rsj}i$HVJEx^=Ng{FkD(GM3A7V8vAVe_qv;8U{ZBv* zN{9&<2c&`**{n>~>-C|=+BEwA5s)58AL!%j;h~UM*4Gh6cZEf45+_cq2hq6``VLqm zo6Dh4D4;?DrY{UBfpQIRxCAECZk)Kkwua76TYU#K=IGqn z!MoK}X>8mD=Q4-6>ipmUt*a|^Z*LuQ>%>8$Ar8uw3e4#kan5B9b2*ZPCr_uR%Q_a+ zIPJQwE*6WLelATvnf~qj`YsGL=Q4-6Eclo(mYkTFRmtQCVsUqNWPZuh2p gaq)#-fBY3-0Fu)?c2Bz)mjD0&07*qoM6N<$f{v~nnE(I) literal 0 HcmV?d00001 diff --git a/public/themes/chiliproject/images/fugue/documents-text.png b/public/themes/chiliproject/images/fugue/documents-text.png new file mode 100644 index 0000000000000000000000000000000000000000..7537994da49e10f1c253edeb4eafe2e434f04a33 GIT binary patch literal 675 zcmV;U0$lxxP)r&{-g-Dm~%%&|BQV=bagru9IG(k!sY9?t+ z(oQBb<9Tl~woIiL?%eq}=ef^0+>!2^COw#&BMjg7#VSeCGhQa?|6|8>-S3|3ig*=( zU~nSwN8H|ezr4I|_xsfIJaYJ*$HB#7k=|`?zC5|Wh9s|5yk9z0l z)ai7n-EPx|m6dh={+L7WB3^;PP#Ja1^8GBknMuQVSU5Z+MNtGu8y%(6!2#`+%QQ7U z{`BM4*3VzHT3+>dr|Xn|)M}JYr6?MS(3AOjLX4(ql-u8LB2o1QHD4$L;y5A@$}bic z=xr`Xt&$h|trrzN17Xa230KQbKRWb~N>h(GuaSs5)%x1Hs zax-rxlj2$7&73em3K?MahY%=tyIqlpt&n*IfD$T|is%6hV1i^M-kF#nJsK5fgkNGe za%_75Z~_Cqq`7g}H87ae^?%A(QHBo)&!%OK{4SL)0fq(uzydp`*dkDVy}J78)zZ?} z;KX{}ZtJYkm{OZ3C!~#y34=#7GvWXN;-Y^1TtnrEqI~&NF0X}7{+W7|&&O|@=1A}} zAs7Gv1#GC??sRM<@N8Trs5}kp__(D{PrspS29$Y8gaLmA7yxViVQW_88$tj8002ov JPDHLkV1lk@IJp1- literal 0 HcmV?d00001 diff --git a/public/themes/chiliproject/images/fugue/documents.png b/public/themes/chiliproject/images/fugue/documents.png new file mode 100644 index 0000000000000000000000000000000000000000..ccfa6bb8620588cc8ef801d457ccaafc51f43809 GIT binary patch literal 608 zcmV-m0-ybfP)33`M%j%=RpwQ;nETqX`1TUahzu|-NygpQ<5a#RFY`DPk;$2 zge1AV^KNZzt3MoKpcG=+QzEX_YIwV|^O8~-Unz96c-M6ybSITUB>*)TU~qYfD2mYQ z_3(aueM|C>MS72Vj}ERavyTN?FNn9`R=NDBb$W`)i3v;=3Se{fg9ChNG%zs9FX~8sPLAXx`zJOBh$>@Y({#U(j0Ys#~#NWn85FYhEjr7Q+3U=k5J&G&VCY|HA)XsZ8Asg1q^eDCS>AAYY@g+>4?<3uLry u0oCTLlvn_0jg0R{lQ*CGKSua9y700001 literal 0 HcmV?d00001 diff --git a/public/themes/chiliproject/images/fugue/equalizer.png b/public/themes/chiliproject/images/fugue/equalizer.png new file mode 100644 index 0000000000000000000000000000000000000000..b4e2aeac8578a1a135dfe6fc5a66d5c2e3dd82da GIT binary patch literal 492 zcmVcmy}DdX8S8TLsaDiczet618szV-+e?41AfFmziI_ z8S=#8aKJs6hC45z^rYk{nK#ycD}73Jd+GQ4?}b9)`M>Q5Aut|~zpB-$OD$OWeExZ} z*`V9)f*{-N_RsZXGC{A`!*n_Y)le+~^dJbZ+wGw1I!Dj*VB0n)p6@T0OEjBJ%w{v} z_j@vpFw3$SMxa)!g;*?xW4jEHA;2&Uj+&;S-EJcqjbgQ0pDgX+Bgd70DkA z2BTuJ_~Czf>x5!}MG(ml-k~4o6h0Bwp3KHzoVVU)fXophg~!=Rn>F i2gVo_(cT04zKWADbsMsqfsm7vIaxm+f3Xl!iU z7BHDiu*WE169twNiGA>}*01gl`B)VIRW^kW40bhpVwzY=!31=``r|dOHeh>8L2aEigSj z{f~%LDh0V*4lfR2uiU^pCJu-om==yp)- z-rU^WvRbY7sZ^?-{|P9~W^-_6W@Z7;9jsbvBau`pRo=PoeeFCFWm&ddova_Y11%Ts zg7QRX4~gJZ>wd|D$d}>aVXE*OQ8xG9g!ZS4aQ5XYI9??~i1$d}P$gKjC;1U_+2L?l zB9TZQ{j06M*ON@^>B^!6`y#EaWy!~%X(X4)ycJg^Q?{r!~8qyJEQ?)qfCzCDB; zXNdyOvssRV!HX?6OdcwiO5WWaj36$z+kI?eVxoxt3*^@E`=4lyy?vw0_H`406aH4y z)&Wet`5YyI=g5H1=Q}z&I!dqP9qojIm@{6GpYnvTlCAojEuKExkFju6Bo9i#!NN9q{Qc$D#uM;m${U!fk-TTso<&v)VX1M*-u5UE9KcAz-w qm#B2ea8me{c+Y=)GDg+^2rvMxqATWsmRn>10000. +- Add . +- Add . +- Add . +- Add . +- Add . +- Add . +- Add and . +-------------------------------------------------------------------------------- +Version 1.9.3 (May 12, 2009) +- Add and . +- Add . +- Add . +- Add . +- Add and . +- Add and . +- Add . +- Add . +- Add . +- Add . +- Add and . +- Add . +- Add . +- Add . +- Add . +- Add . +- Add and . +- Add . +- Add . +- Add and . +-------------------------------------------------------------------------------- +Version 1.9.2 (May 10, 2009) +* Increase contrast. +- Add . +- Add . +- Add . +- Add . +- Add . +- Add . +- Add . +- Add . +- Add . +- Add . +- Add . +- Add . +-------------------------------------------------------------------------------- +Version 1.9.1 (May 9, 2009) +- Add . +- Add . +- Add and . +- Add . +- Add . +- Add . +- Add . +- Add . +- Add , and . +- Add . +- Add . +- Add . +- Add and . +- Add . +-------------------------------------------------------------------------------- +Version 1.9 (May 4, 2009) +- Add and . +- Add . +- Add . +- Add . +- Add . +- Add . +- Add . +- Add . +- Add . +-------------------------------------------------------------------------------- +Version 1.8.1 (May 1, 2009) +- Add . +- Add . +- Add and . +- Add . +- Add , , , and . +-------------------------------------------------------------------------------- +Version 1.8 (April 29, 2009) +- Add . +- Add . +- Add , and . +- Add . +- Add . +- Add . +-------------------------------------------------------------------------------- +Version 1.7 (April 15, 2009) +-------------------------------------------------------------------------------- +Version 1.6 (April 6, 2009) +-------------------------------------------------------------------------------- +Version 1.5 (March 17, 2009) +-------------------------------------------------------------------------------- +Version 1.4 (January 28, 2009) +-------------------------------------------------------------------------------- +Version 1.3 (January 22, 2009) +-------------------------------------------------------------------------------- +Version 1.2 (January 11, 2009) +-------------------------------------------------------------------------------- +Version 1.1 (January 2, 2009) +-------------------------------------------------------------------------------- +Version 1.0 (October 12, 2008) +* Initial non-beta release. +-------------------------------------------------------------------------------- +Version 0.9 (August 4, 2008) +-------------------------------------------------------------------------------- +Version 0.8 (July 28, 2008) +-------------------------------------------------------------------------------- +Version 0.7 (July 22, 2008) +-------------------------------------------------------------------------------- +Version 0.6 (July 14, 2008) +-------------------------------------------------------------------------------- +Version 0.5 (July 13, 2008) +-------------------------------------------------------------------------------- +Version 0.4 (July 9, 2008) +-------------------------------------------------------------------------------- +Version 0.3 (June 29, 2008) +-------------------------------------------------------------------------------- +Version 0.2 (June 27, 2008) +-------------------------------------------------------------------------------- +Version 0.1 (June 17, 2008) +* Initial beta release. \ No newline at end of file diff --git a/public/themes/chiliproject/images/fugue/layout-2.png b/public/themes/chiliproject/images/fugue/layout-2.png new file mode 100644 index 0000000000000000000000000000000000000000..16a45c711e420724ed49ea30537e95799653a097 GIT binary patch literal 344 zcmV-e0jK_nP)x<2Q%I|*6K`d&Ijy6D|wy^1`eCrRbS5k q{EAxPgY|jPIBLj`dZY1t2`~WhM?pGF5TLpM0000GFc8M?99L=-fnWd$ zcnP))c?Krd?sSBKAwy84OnHO!A=r3{yayL3W_===Vi5JC?V@6N+wR}Cp4M`?4&*hq>eHm)&1t zmSr+c(}j6Zd;J3G12gJvsP#1y->c&;Ul`aZ`7NHeXN-SbgsBP1rF*dC> zVkyMh<~7lD9+~T%JakIZy70o`KF_)5`@VZQN-6%Q3D(KvQ&Jl`ISvmtBJK?uXX^wE zqtY|-k*#f^_KsZ__R&(2tx#}+8=3Tcb~1c1;t=WOh7PI%gbAGTw}(2lT%?65neE|+^-tCIf&-XQR8b{3Ao+;2 zkeo{{E~H*ESGNe^XlxdEI1GG9Q1sqzAfW5zu2pmhJJUZhaw7iy4U4&N<_ok(&w*Hi zZu}P>vqNW&q026EwrFH&Dlw0%Lt)7A&y~>r`I*>Z@5yd-YnqmRF@~E@MqqmKn&!+Z zTVPbNR)94R!@+@J+<85L0vk&VDuYsmTE!nbzXcco3a|4CzXvnK00000NkvXXu0mjf D)D|oK literal 0 HcmV?d00001 diff --git a/public/themes/chiliproject/images/fugue/magnifier-left.png b/public/themes/chiliproject/images/fugue/magnifier-left.png new file mode 100644 index 0000000000000000000000000000000000000000..b4b231293a3c6eb74e25987baab63819a697a453 GIT binary patch literal 736 zcmV<60w4W}P)3Laa`3^A`TEbBH}l>w9*+kIArvdaFrxs_iSS4UiI&Udpr&aD z2vC!_9gu9_0iG8sV;vk>Z_6>u)$`XquG8*w1D$Q=4mF>b1A&0FTzw^|v*lupqv5d~3*9+Y}J>4CBBSI*+&gOH< z9!8TxfWmPc*zI;;i^Zb*!Zpv3U_IV#vwb?GdV@*Jwnis%n>G z_>4$5L=Un#3N+Zz=-J+d*E3zv#B_y1!D8Y#n^r1UCR``Y=0;Ii&g!YIsRN8aDHU=l zAVy2G&6TTYYKrQbuI2OjaA?CH)e)8yie;@)Km*&__!OZ!1R7y8nauj!tC?Lb9gnG6 z>0j?GL$ZgmIyd{`C)UZ1(P#vd$yCVz&+{M%0ubyd(MTk*vgotgtgVd8>EK&9qoAp| z)S~bGkB1NLf1aG2c;ff_!{{@D#g;_iFQO(1?flVTO1<0$QB-QcYglu z)b#YTr`fEsz_RRD1So`tiaDk^rKS4?`G|a|wsia(Gw^G9c}eqnUrq&sn`uSKq;YeY zMnLF8pa4pxqx;t?tp=S(p^Op6*49?R>z#chNg+j+V|tW-ga5V4X@uMu8ykPKy}e&{ zyWJCJ%sMSw3X72H=hD};`nquibaKgHFo?)%GMU`0IcRjmHtE+>`!A_K0t^6XqBR>3 Sd#|wo0000XgNcS)WOregi!95Y z%gk}+tdP*bG&9BbKJ&icd}BOZSeOQexcaKRUR-=XpW2xg^?2dLnW|4*K1wsK*X^jG$4uyqJZqjZHk{ZiDzo~v-cVEJhmN) zbkyxa-Dpa5z1F1;;y6wnM9RU=b{$@PrPueVEq|c0^$TNnm2yv;puS0~v4v&J)PdG@ zBK&s{g@V397hCtP^Lb^3_oY0-7EF{~e7VEqjRM8dvH~O*9N3y9q@o5=H7REQ!A+{S z2kEl2ynXeJxyLzjW=yxYPcwGe(*RX}?jQvyqR}=~hb58fMHq#+y#|wa^Be@nB;qf_ zPMs0&5YLKJ2WJ2~j-oVz*|ykSKg94L=Xa|jL6pR-{@h@sFhFg66+`ZE%^B(dlMMy;ds198_Y=11eB&8Nfk#q=xYz_C1 zYpuH@BI)kt%zWcC-w;D9NtiD@^B$h(_kQoke8eyeY@{eQSmJ{V?MKaC`=5MP)R|rv zI)C?$zM`#*6leuvm!mzR#u(L@f@iV&>l$z@)Ctb=0YqmEUauF`Znqtn%jc0vrQmcr zQSbAC3WDt|$TB#?S*mIpWjced>u}c8*m^xW3Qg1Ca5(UCXsFENS(TfKrOWQlZSl#8)hyJ`2}G)<+dpwKm|VZFRX2Xl=2&P$8mJDj^<^ zqfji^p27@#`If_u{Y|KRpJ){o#k>O3thMH5XYG472Leb`Tdr+!Y1+I6GQmo zRopt)3$?L!L|j%?fv=xTCIPO$R3@E9{`(j)S$a30m(tvuFY430OQzhvpL3bITF@N3PDXxa`;BY;MiR}BYD!*x za&HjWvz>IeN8*QX5A1!VD8?lM46n|Sf4o>DdYn9RRpCZewK0~M0q#965Bw5f0GYh` U2@re7rvLx|07*qoM6N<$f)INrmjD0& literal 0 HcmV?d00001 diff --git a/public/themes/chiliproject/images/fugue/monitor.png b/public/themes/chiliproject/images/fugue/monitor.png new file mode 100644 index 0000000000000000000000000000000000000000..855f390e6bfc2db437e00d41ff6f9c878c58c0f6 GIT binary patch literal 523 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 literal 0 HcmV?d00001 diff --git a/public/themes/chiliproject/images/fugue/projection-screen--pencil.png b/public/themes/chiliproject/images/fugue/projection-screen--pencil.png new file mode 100644 index 0000000000000000000000000000000000000000..a542bc74cb2058997e1a1dfd891172dc7ba73da3 GIT binary patch literal 622 zcmV-!0+IcRP)L4G#Qxk2mjo`}WNY(69`{Xv(EQ1L<@ccN2;3ykU$_8^$po zny)8o14^mRPwnl!yT-=)zXMlI#xg__L2MW8%XmEgD3{9((D##;r7|LgLZRz^HapN0 zjlMmv)O90ZS;a&w76}G}2!+E4Sr#l32n1l7CLG6s5CY-WuZTrI z6|imFFBqtJ6qtGU5XVp4#^VP=*qyqJO*@X%^Eex=s~4zLY8}`f1$z5$;Lf!iQYS~T zar@!b9KX(|Zlyr21KVQ;UrMD_zj5EJ7pQkoUR-R^$JNGT{NJVXwXSx1$q({}Ec3c9 z(Q206m~?YmiA6%ZiD6nz8`+8`Z{Yw#@3n1=uU-Cix;#imbhl&=DUxr^e#_^!wT1MN z39^mMxpu;h>y|foeb{t2&yp7;>9Ww^>-ag+p&!h($ literal 0 HcmV?d00001 diff --git a/public/themes/chiliproject/images/fugue/question-balloon.png b/public/themes/chiliproject/images/fugue/question-balloon.png new file mode 100644 index 0000000000000000000000000000000000000000..05a1e62e95a3a2ac59855a864ef60298cdb7d2d0 GIT binary patch literal 760 zcmV-6 zqCi1fgT%)|d=Mi_;sbofxHNIaMqL_R=*CCfnUH9VJEMjl;6fCYg)GEG5+h2)2qsY5 zw3JfXLMf%4nd^6_QyA9XEg-`sA zq=#^+ACX?~0EZi0Z*_IHUfkJM-x`f3ghzL`I6IYZKUu6-j|8=eUvui0uOV)HhkFa9 zx_P`UsPzO})IdC*5_H{w#{-iV-hGN$j9`NR$z)mxw0HyCn$#Yy+33JDdUv(g`(v>M zQVw-+v~=r9|`9`e$a1UQV+Nn4t$G3f@$q0DSj!CJVXM zRp{8^hD#?kn4HPMtC1WC7>SAeVzJ=m8b=2@F6xlW7a_Bp2NPLDq;T(w-zqw%cyvNTSEnfZm4<&}b{ic%GbHu3z8ko7NB`Zk??KEJliHGEzQ(J+R7|BQq^UX@91 z4{#77!07Y67Wllp?vfQ24=;qd#@WH}TqM?Ap(x7M)?l-NH_CZKsZ@zV55AgdMy97i z=|o}}Uvik&tklKkXZ$35nC8uDt?qPVTYH1z(>yNOE#vm}GN zp}vvEVPd|f5kFxB0oh`ivOItQ54|EFY literal 0 HcmV?d00001 diff --git a/public/themes/chiliproject/images/fugue/readme.txt b/public/themes/chiliproject/images/fugue/readme.txt new file mode 100644 index 00000000..11eb6f19 --- /dev/null +++ b/public/themes/chiliproject/images/fugue/readme.txt @@ -0,0 +1,11 @@ +Fugue Icons +================================================================================ +Copyright (C) 2009 Yusuke Kamiyamane. All rights reserved. +The icons are licensed under a Creative Commons Attribution 3.0 license. + +-------------------------------------------------------------------------------- +If you can't or don't want to place link back, please purchase a royalty-free license. + +-------------------------------------------------------------------------------- +I'm unavailable for custom icon design work. But your suggestions are always welcome! + \ No newline at end of file diff --git a/public/themes/chiliproject/images/fugue/report--exclamation.png b/public/themes/chiliproject/images/fugue/report--exclamation.png new file mode 100644 index 0000000000000000000000000000000000000000..702488418dd48320a1522f658f5c70a785fa9929 GIT binary patch literal 697 zcmV;q0!ICbP)0cv(FH4QyMkd zZ0Mhwatix2+C#r4K!mF0a7H4LN6}~$A|oRs__fZ;mToa?pmZ}q;-0Sy^m)B5zETl5 zp5GI34n0N(2@sK0Ff=@j*m_Z3!66M)W6DM1o~sL78Xvz=A{E$jc~8VSw2NLOKtxu- zb%z77wUVrYR;v~omoh}$9&yanzRwL$Piq6SvomM9y1)wpnoY{Og~yg;%K8)%kel{<{;mND+2>aCV27Zu^pd)<**tB?kA$L4p^F(kj)mkLM%K_>bRuc z)U~(YO|Gom;y6y)yX>DZHX`?6G?l<}85}vejL6s1)ti_2_C1{6%DKfZG!V?$;uovF zlli#2b?yt4&EDH`P@_;WPzuOzdXd|FUX3-H49C`zxvBzfbGuK)u8W=&=Y>H~m100000NkvXXu0mjfKjAwL literal 0 HcmV?d00001 diff --git a/public/themes/chiliproject/images/fugue/ruler--pencil.png b/public/themes/chiliproject/images/fugue/ruler--pencil.png new file mode 100644 index 0000000000000000000000000000000000000000..941af0e3bdfd99ca8b213cbdf67196816d65379e GIT binary patch literal 745 zcmVK^Xq#?D4FrD_-_i zhHb6-(4t8`^-_X`A#{0&q~7d?(W4+nlvH3oWD*n@lu`5)NNF!d!a{9yfe4lamBib+ zri)^(u4gaj{LP%rO+~BWeEc*2%=gWInZvwwGQfZP4Ozyl*?(#u)x<$Xw(i2=1vc9hw*#g3aN84pd5n+k7vF3(x<>4$IL5 zJO?j7zBKga8JvZMh%Yb0SzcA)uB@$?8Xd(}mkS%&?Zw6DyH$5zT8dNV!t^x80<#E? zj6l~kM8aXrO-{m`mbR%C9Kn?rR0?#pH}>RZurf!%IaiEFF!t@!=-1C5{r}8gLO@RF zxGEOGIqIAmAFs>J%Y)g3*W6XV9H$M5%1;~Ip%7FPgOsT-*s~Z4txU5yozQp+8o?xd z>GIlE*h&Fk)(Ii7ujo5oSO=+63WNxQlLnL@fq+p19+ij;`I!u6E+UA#PbUS4sK{@z zRPAhTJ{|(D%PvRi7G|~E5#=?|beLA01?50`Npj9xcOVjpl(u@kH>=(5_ESW?^1y_? za@JH948oF~%~PP1Kza%NAupk^>*1ankH>RuURAqK0)Bbdwp0XizSRmf8G-RaP4>0q z>SIkcogJ-SkIU?P`^9W@Noshdqkn`1q#52@UDpvyK;bY1){_?(sU;puc%#uMdW67C z4CopIoDSqV_%l`%1>qQ3T73kaP_mlrAE1^8&(YWGOF&gsLqLoj9DC1K;7LmrJ_zu6 zr}#5(oMCrpaggp_Vee`W<0$uS;Ybq~rz+2p^LxWcmqTBL*$YS5OHIPPN8RLGw`UaS bmjD9*e?C_Spm&;}00000NkvXXu0mjf80l21 literal 0 HcmV?d00001 diff --git a/public/themes/chiliproject/images/fugue/safe.png b/public/themes/chiliproject/images/fugue/safe.png new file mode 100644 index 0000000000000000000000000000000000000000..e3d7da9d4b082bf250e3abfe323bca26d997d171 GIT binary patch literal 623 zcmV-#0+9WQP)6U>Erb0e^w3q*5!PhAdhVLKl*lG{Iz?e2@1& zYphzt;)6SPKHfR^oO|bqbUFGY3X{QdW(>pHU8 z>`QgOSS&b;@pz0+AQ? z?++nmKoO`WUJ;1l(4~(acsjPdhKq|PPEN{*$M0fe;~^0QsKEp3#aAlyg$cxU0_k}( zYFN&_4$KNPw{%?nerLKGJHHdU;y z#*xeAu(D$R>;aF5md4ek)JgWozy5{W+fT^WJszv3EY$0DM59rYJvz<~i{itD??=GD z`U`(O7o2;&o=E|2#AC~{cFBW%o1;im`|Nq%TP8^0Kh`$^1^@|BGH3I)b=Cj?002ov JPDHLkV1oI58pi+t literal 0 HcmV?d00001 diff --git a/public/themes/chiliproject/images/fugue/star-empty.png b/public/themes/chiliproject/images/fugue/star-empty.png new file mode 100644 index 0000000000000000000000000000000000000000..461f6da417c9bdac88d03ef39d315c4483a41137 GIT binary patch literal 703 zcmV;w0zmzVP)17=aZx>L@4GMQx6YE?OS z!uOa)ByE9**B>+IRA30a?DzYZipAnpzu)ghF_F42 zmrDi2h_-_P4%-l1rG%VMfUIso20kM2q*kll3Iqa?-ELYP23Yc)cUT+}?!VuW6TbD>ASgX}y7!noXK~J*TY&3a>O(-CpY~-UD zilrRNRo0kFrIhsn=P-RUI&h%8$>;OG2w=4_7z~`nVlh(;#ZnH5o*tMe!=0JW=L>ti z-oR`&+aj?&nM`u%_yZz>iGW$?I-O28lga$7R4V%!aDb4_W)0D3^r+Ej%(~rfyId~6 zgRM&gj>Tdv(7u7M(hW98uz!YqMZb?)zyO@Zo~2T$^dX&2f5Xryz(fU*Ff9}cZ{qQI lC=!WWrdZ%NeRF>V7yzRdOG$U8Znyvd002ovPDHLkV1gK(LskF) literal 0 HcmV?d00001 diff --git a/public/themes/chiliproject/images/fugue/star.png b/public/themes/chiliproject/images/fugue/star.png new file mode 100644 index 0000000000000000000000000000000000000000..52d161eab4370b9d2d3350b97c0c653cbbe9f6ed GIT binary patch literal 757 zcmV)*DM94+^~36CG-7ckCA z-cW!nrvmtVC7&_q3fAwB0SL&he(w^ZR6tcXwkTEhtm~z}AiBf#ow0CTXN-K}=&sT> z72q6EfM$;pi_4M-$&wxND2;LA=&sUaY;CZTqd)UO=Qb$*8IV-+@RYvW@y2^ZGaHmCJLsu)wo!H%lW>?$QI44xHeS z$#7U%v8jlMbE!R2YX+;`8u&am_}ms$%Nj&$tsv*Donk1KawxYbE0s#ZnGgaRH0VxD6b4dovtr+8XG|tA;T?@-vmq znm1LokeHcXiz$k$3Kf#)=k=+l!|*ZjX}th-;r%)b!Jck7spSiiiHWuMFUQ3BYj@%8 z^ASjKE|RF}7SrGXO|#*~JxDt5j+RK%qfkFld;NN3Mnhcrgk~LrJ)F n{IGR!-!3>tvD7%i_#?moaXc(Dvb(%Q00000NkvXXu0mjf4+do@ literal 0 HcmV?d00001 diff --git a/public/themes/chiliproject/images/fugue/sticky-note.png b/public/themes/chiliproject/images/fugue/sticky-note.png new file mode 100644 index 0000000000000000000000000000000000000000..2a8ff1e8f5d38b7751ca5fca93288bfc571c7c5f GIT binary patch literal 421 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 RTyg*a002ovPDHLkV1k<-YXtxR literal 0 HcmV?d00001 diff --git a/public/themes/chiliproject/images/fugue/ticket--plus.png b/public/themes/chiliproject/images/fugue/ticket--plus.png new file mode 100644 index 0000000000000000000000000000000000000000..c88505bd5a4d9ec0d9b62eb0e31a869c03849b8c GIT binary patch literal 825 zcmV-91IGM`P)vgc3rh%Lw~b_$Q5^pbrWWUB=9&1qx4%PJqHKtCRbczwg4JsMTM4^O1zpCASFwuM8wDit$+v?Ikvfm~rCxgXe0a>UDIvR?q1VUe- zf0A9#94`n$Zkf?^cg68P*>5v+2574*tR{rKl*kfShDbp2sVhzQTbCE@z%UH3EbA+E zgAEQ-!r@0*?$N)mw= zQ@|sx_08g}`&;YF>J&;91OT;XNp>oXJts8F6oVvsdg3Cc103He;i1=5bi)k!O z0TfBa$GYLsFFSf(4At;n&sr-Hsz|t1Rak!~^Lt6gIbGt`dB5v@JHqvUo|o=Fv6aDn zyQ5O|`GwhTw+j?VHeNn+14s32XwOpg%-A%{j8D(Y6Cz?h^jJouI}mZizm4IDotg35 zPZy=_YIe-pM9HS9RaxkdM5quE&?NsD^Gz#4vs@x_2!>l1P#~gaf4SX^CRCwBqQ)@_*Q5b%|i)}ez7%vhF27YHKTmLLfJ@K2a)nXL@`5k+)Czj=Y^XZ6o6R#es>%`utS2HM52 zqJl0oU7F^;@0_pqIA>dFcHrSX?|a_oy`1+P?rhm6ND)O45h4%LQ=tgm$wDwM%33P9?liOL&SlKi>1~*$?zMzmNg5C{aOE8+DLw0I63#ws2q24Li!r8RQ>*!SP$xU^cW;Pd%FoG*d5 z##yNn`Vj3e`Kin~s;cfP^T?M+BY%_QGS5~7_0^6lLdXL~j$h&`MlL_qcyVNScJjPb zBV2OZT{xNhsK1yVqoR=A6{njnM22Fcnu)A47~y=C-Hk0Kk?;BkLC9a7rF6C5dTrZt zaEHdM9JWMb4~646Ff2%ib4MK2NNnRd{yBT%k9*&PeES&;d>jI<*0CP2tPSX3^Y`{; z-niH0R-zM=jToem~` zj)O5h6Hb)xJBc5ut>?{fe@EY^S)VMsNCRR~eop#cXYS&<$h)A%WUfitiuMeIgh)fA zBJ_w9gfQ9V)P^}NWDaYV>Q*e1MC+@sO6S0r=pfpZ1VsPP$u9v003o(_JZ#Fu+W-In M07*qoM6N<$f@dOC2><{9 literal 0 HcmV?d00001 diff --git a/public/themes/chiliproject/images/fugue/trophy.png b/public/themes/chiliproject/images/fugue/trophy.png new file mode 100644 index 0000000000000000000000000000000000000000..9a7f4010ab1275a6cc912e95087d5a5bcdabfb88 GIT binary patch literal 846 zcmV-U1F`&xP)b>fBUHhKbpXXyx=^9uMiAY&bECKrTuG4Z6fE|Q&1Uvq3qzSJH54j*$)@?bo zXw|MJ3*3=Pr7+*;gOSZ5F&)E~Xb7&7Je(yA<9ZNfWo3|MDLFP2>WqBW!Sg0IR7AGVC@PIg5LX zR9Sw~^Fa$~k!zIHWzmI{XMACpOHl;ZLB)_t1; zy}i;``U_5{6O41r(q6IIP+wbXcHF-8R8L^b#eq2u=1@)-%86Ad9@I3cs=69pj|Z;u za;iCxsmV#i;&BY=y7VQ9V)Csd4i$qbK^C&P3B~Tm Y0CPDmvOFgn!2kdN07*qoM6N<$f)VbJc>n+a literal 0 HcmV?d00001 diff --git a/public/themes/chiliproject/images/fugue/ui-progress-bar.png b/public/themes/chiliproject/images/fugue/ui-progress-bar.png new file mode 100644 index 0000000000000000000000000000000000000000..c7db00ae7e4396c9c7b4f63a86b604ba02c1d8c0 GIT binary patch literal 261 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`k|nMYCBgY=CFO}lsSJ)O`AMk? zp1FzXsX?iUDV2pMQ*D5XmV3H5hE&{2`t$$4J+o>Ut4UmJbhv5(Qw(ebFyq)C(NBO)Uu%ii2zJoe+p3yCGuTie^8+e=GJA8zND zKd|gk@?z!*aT6H--?({G^4^|GX0ap3k0l+j7t_uz1RFu~DJhvBPTvdmd-9tK7>2IV~OR_U!<&4Es4@O1Ta JS?83{1ORnBW}E;3 literal 0 HcmV?d00001 diff --git a/public/themes/chiliproject/images/fugue/user-business.png b/public/themes/chiliproject/images/fugue/user-business.png new file mode 100644 index 0000000000000000000000000000000000000000..e030b5e9212322df635035a81828fbf75551aa77 GIT binary patch literal 717 zcmV;;0y6!HP)808oBigSdGAf;F@R=Z7%)JS=^21oTrbxCKPUjNa4psaIf9~q zM#N+t9J1R(F4w*5GcywokH?+Q=Li30GBWa?>jGVEV|E{%Bj6K6(Ur+&xpX?s8F}7C z+)-NXrIXEDV^Mgwq1f)tJZjXlRIm~I3a~ea%j=X}DVJ4{PaMTs^=uWtEqG||lB3z}WT}ja z1oDZaSgT$Whz&s?#zQQlhhrTw^yv2Jo~7MlVN5tNC{!yI`0_pw&1@&0;0b=lGM(@; zY=IXc3+DBLwtkn`A3dUu;N@hP&Ri_dw2xEhnTaS^$m=S zji^Misu_TlU(e88M!abhYXJEAuBQ=x#O(O^=*0ZO1H;>R55)FFn7VS!5Dafg@%Wa6 z@lnJUBH4I?8ywfMD2gV*<8cb9R0@n%Cvd+Hu3)tCP{CeIPhUL~iG1%*BvR*!#ofmk zdd=4EHScyy4zu~VAj>ikO4$8ybQ2L*{W@0OB10?k@HMM~}@Dyk6Z>NWL&fN#3@P%b`$t z5tF(QSV-XjN>2e2Eg!dhGZ$LMu#{u5vTLc<~HQp(ot00000NkvXXu0mjfl@LpG literal 0 HcmV?d00001 diff --git a/public/themes/chiliproject/images/map.png b/public/themes/chiliproject/images/map.png new file mode 100644 index 0000000000000000000000000000000000000000..df0f725ff051fa5633ebbe9df2fd6d1c54186269 GIT binary patch literal 888 zcmV-;1Bd*HP)hrp~`cpkU zJ(JdC)K-HN2hkWo5fenkoksj%1aT(>91s_7bdkj@vQh-e!Z0eyA|P%BQFIi=#E2p$ zB*Qq`)1CfIr$1HI^?BW0UGMp3l&sw4!R2n=J@1@%&ryUBxS6ALw;SkQZ(_cD8yfY^ zf;}_OJMFqx*}sHjG-5LX8U^S;4qIbVE&3rueSNC69c%1&C%3&)UK0!y}GXRM=P ztq%3{r(mN1;fv2fdFpA@uJ;a`oG<4KbMN#2SP3}K; zjDZ8nd}!1_0tM8{Vlo-8j94Hq3G7Hwu2rwH%*?GRv3?F_`&$GDPr&K_A%{%#w*Y&q zj_HB>u{~SDJ`*TrE%@R1``J?INkB}Ar1HCNP^1pLBwtZsb$>vn^dNZ9K&ouRf9xT2 z=oH@8Wn5nW6OJocO@2EPxUFSEG!Sa$&rG(~fb%E7y&CwHGe{%GXi5P8lB@vCb#Z6q zUOc*}U~c#p^3iETes5(G$BRn0+p$O0wd&097h6Pq@YV%j@f9=+k0WkmmaA=4FVGVfgR|aJm;EVn<4wMalXL z>06EhnS)Y!h@sO);Cs>lih{J2JIkCVr`~%o${|G1huvF)mVW?A!Xan{J@NuL-H*_% zqg`9ah_Q`5d+%CS`qG608e#60A7_)*N22T-pyy8_5-BtmUI&ju@MOBPHRv=2!!S4U z#rY32*}}(~K|^Ke_CSb=C~%HTO{eTVcO%;T3XN_6YwsaBK%wjEx=6+!2|lT+MEzPf zQXwG(vO^j4+R`Eb7s4L1sHPE-Yqgpv%-_+Yl%CTx^>foSe-4K3I7!CRWC?cGuBzHD zfV989Ye`)tE(^TXcDwP~zRJ>yY30wd5$g%g!Da2H_J5MA+-#ix5nuqe0EsUf>2qlS O0000DSr z1<%~X^wgl##FWaylc_d9MM<76jv*Dd-dywMVo=~ZVs!4Z&aFR&b7Xc8A+3Ew$0{i nKglhiQOpluAEu6{1-oD!M-L1;Fyx1 zl&avFo0y&&l$w}QS$Hzl2B^!z)5S5Q;?|ox8+i{X@VGi!8}R;qpMImEjjc#Mm9cC6 zb2UjpWd^+q*Td&A?l}0IlcAM$!3GE+B9^d$VNMGJ7q>wKgP#*nP(ueu00q?*8xAoA zL;wk}j6))$gbq*;s8K`=Cf15{P2>@Kpuz%{`f<~f11ylRfq}t7VfCLi zj6l^AIzWd2-P+6wCV+CyAph`ye99x%aF7X1+?dJ4!=P-UB|by=CO0sk89ZJ6T-G@y GGywo_<#GT3 literal 0 HcmV?d00001 diff --git a/public/themes/chiliproject/images/wiki_styles/caution.png b/public/themes/chiliproject/images/wiki_styles/caution.png new file mode 100644 index 0000000000000000000000000000000000000000..4c02ea4c96eb477f3aefb10e0940320ed568cc6b GIT binary patch literal 1509 zcmV69XfzR#sB~Xhep1o{c1_$oN`m7?X#m$yqaZ-=#Z?uFhZ@v26sQylA=C(jL_Y(HKeP&v z0&P>Gf+A3)LW2+=YN>&$Y8p!FBzBXvclI&&!H2Q8X&mB5uXN{e=A8fe-E)pK@G;gO zVd4yoe;kce%ZE`V(aBaOl+5uTKV(19=Lso!=f)`Zwoc zcD*2LTCc+MZy(%i^y{w~^_R2e&C#9a1pJnD9LQR0z!?~cv^F0~kADskieNb*vitUv zZi;W5GV`r(w470+#DY}1a1k6MS_h@gxon%nEuy2GjQS(R9CCHrV3nx zBQ5=R_ayfpgi;xbMQ~jxm1*f8WaH-cp3lSMYtdYF1x`bo9S;4fZ}Mxw$hQ0Z@|HX%zoAw^`dmfMT?Afy%J9dn7=g!g4(ZT)cG`#yRVQfM{#O$U2 z4!#Y)oLylcSFAuC9LeN!x#Z40P%1&W3|y9xH-Lg4 zca7XvAKNwz3kw+AhI}4iIRL=K1g4<@T$jvzg>9SLBK>fjJGA=$0=xkG8!{~u*_(Qy=;CBX{^?-WK3AgtQRPb`AIA z$SSxl)kFfB&0>sM2C!5CV+`Kz-FU;p0O*oSeq&m+!H>G2an%4NIMUXi>#m!5i|bRz znSJi36t?!FltL*5Kr)%E`7gCYN{Ld655D;g&KE8-ef@pBh3j;;B)Sg3(NzJQgm$Yg z{QV7`Er_fCK^rK3>Oo{<3@Ig2O0?FbQmI-@Q&SUK>l%R0wqbqgt0)5tH|FSUtS4pL z-})?Uy*1ym;h2D5^zIqzZ+!0!lvl+|ciSaOD!(fcwO8bhZP_ zval=*Ap}AQj4^EAzMY|=A>#3PtvX8p(ip6ChWRtE;7LU^T*thpx|^k%egmeLwcs>_ zln_75eWDNhooTdz%8pUwz>Zq)JC;f^z_iz*T>Y<)Q5=|L6lNN_Uxl> z*C$a1u6;1ay~(&p!4Ee>Y#G1}c)T;8>k7}jh1Loc3{!sOiCT4TJ>licmnjqq09?3m z;UmeVl(o3#BS$e#0I4*^g#~(}^>^*^2U65p@Emm7b>ZiG2f73H#c7lV6-(faeHlVw z0JPQ!A!@>@REkZTHj&HaIDGgpmSxodZw5eXW>5VZSt?Vic(g~OyjQN=8#d;5@4yuS zFa<9Rj_w#wzCVp}7kmJ-xR;)_S!R<4^i94}gEj`G{cq}~?{YCN;5Y>8BD{Q~@X84o zb56i;Jkv5BcO=@YqMaZ{`+?dRwD9l703xl5CG4>feMVM#i7)<*=7y)m3$4DYw(Xh!yoPjRb*XZ00000 LNkvXXu0mjfJ7U;q literal 0 HcmV?d00001 diff --git a/public/themes/chiliproject/images/wiki_styles/caution_small.png b/public/themes/chiliproject/images/wiki_styles/caution_small.png new file mode 100644 index 0000000000000000000000000000000000000000..cc240aa5152fe3fe201c5a6783e1c65d144347e0 GIT binary patch literal 1407 zcmV-_1%UdAP)k|fs!-Nb52q31vP*-8Yzkz16Ff!z8Cd6}b8kjL?MMg0A zu(PIfF)(NlG8iC$m_Q+n3j2v zr{q5d24)U+)-u(Ia5lz2Kxq~pThtG2x}MvgMgQli!)mz zJc5zo!)FF2NeKonb#(@2U0nu-H*XnKwRIRg1o;Db85nGE84M6WOn)G*L&3o06sh9s zWX&t901OZ&hNm1H41Ill4A+@}4wR8$VE_4x!C702$BKa=52&02o52791X9X?jDao| z78DUI(g+A(V)*!(fdS~!L+8#h6c-mWY}&O87@fd~{P=}IOH_=(S47BLjDf)$o5279 zgkdl+nljWqJ=D2HB^VgkSQr>2Bp7%(AdV8`6*YE^70_0jPZJ=#T4DzzF4D9Ue43gsF5M6$LK(GA+ zCuVO!K}Vnyg3t{H2q1Vm{s+R$%qbeinzH}4En)ce;}gR_IXSQ*aiD?n^70H~Vqy?o z8X62gY^)g`J-El9CndyS!@`mYOijYb1_J~TJh=cPOEII_V20mSSND;HSVx{a;0t$A*o zXZY>z&%l~p&A{~k9|JQZBLg!tGXpO#FN40mJ_83Zy#M?GIzv*5;pe;846nBDV~`dT zVtW1go9dN+|F!^)`T#NyAb^;l>DF9IRUu6D*L#MqzZn_+L}xJk{{5Tb=hv?cfB*hv z`2PJngRqbg!_S{T8UFwK$M6eC|N8!efj=si;jfG&!{0Zr861W9Rpl8NVqk?AKmaiT z3mRrdHuf?N4QcK_H?K2%4UA;?rfJCVO+`<$PLbs^%eRLw z8NLQbGW=H5U|{_73vBgYU`4>g%grDqCCy;(V9&tC$HVaL+c$*2PfaPA3y)SWnkC^5I~G``S^A^+UdBl-#!a;#ZQJm!1Vi5UY!A4u`n_N z4Q60qVP$9F;^t-e^yMqV7hn+l0ZRS>O8f?f|M$E18NT1Y&+r%M2q`{Zh817GKVAI$ zk3T>Fv2b&+>GA>-+kZ)5_7(fj@bB9X298_T82$jm^3R{YK>QDkKLEq}FR+wj{r8`N z2^2&?gIRzy8#4<7A3rz4pWi_C@4pP9jEvI2;LryMAeN1<-_Ce-nz4Y1lauTB-@pHW z0O(p~hJXK=fO&ukNCPbc8U~{Og6Y2u{}_QZGmsCYK|%HJ=U)cKfBzZ({`<>#?DwC$ zz(9Ng5I~H;+JF;igFP^VNP_YRtZGH4v5BG6z|dd>CWa?K{t18p0{|ZUxu*%*aDo5; N002ovPDHLkV1hGyc?tjk literal 0 HcmV?d00001 diff --git a/public/themes/chiliproject/images/wiki_styles/important.png b/public/themes/chiliproject/images/wiki_styles/important.png new file mode 100644 index 0000000000000000000000000000000000000000..0a30addb5d8ec7b430f7ac03227b269389d05606 GIT binary patch literal 1484 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 literal 0 HcmV?d00001 diff --git a/public/themes/chiliproject/images/wiki_styles/info.png b/public/themes/chiliproject/images/wiki_styles/info.png new file mode 100644 index 0000000000000000000000000000000000000000..5732c4f3b093fa3a5e78ad4b38b3479db9864ecd GIT binary patch literal 1729 zcmV;y20rFy$aDtI*000JHNklPmBQ@gOOJwjZvRSNF=5qCV&?b z8;ocL+w?lUGt;?rIy2{f_HC{2^Whw(rFI4c5@W(j{@D*}ul@gj|L#F=>TKFjqL|Nt;}Rth zgu-GaVD?gt6K|emYT|r7s8sjkrhdlc6Gz^kfbIJ{R6paVyx-h3I=K1%`|e`vPzfx= zMyb>T78mQpiIUCc5K@H3Bd{Lxi!J`~hu4@rb!H(6;zw|tmzeohcs-ibiUKy=vlE=3 z@BG}IAA9)gpJK~E0TnP-DAxk!r>5Ap$)PVBb9!P>pH94Y2e$9q?7OK~cYOBt;YS|)Bq;~1K#~Zp&~V}06hC}$kYe5kllG8lySV(_H?O5~uR~tI*vGew4i0~9_ZTS$q(dGj zLNhRQ`ei4x_H2N$?hgTyFdWQZb57+IoLl_YGi z_RgJTN?rG2>{qX)^ZrAC@a2)MH};GUbz$w5$lpei2&L|Bo_%S7(G3;CSU5JBkjoW_ z65Da0jW~fMSt7{}Q5@QmjVp)tX!lQkMfC@IeFyIN#oAmhyJzU;QRd1@lGx?Q!%kH7 zRzfqdxalsA%%nLo?GtO3pfmqY7{VYVtjqRI3;JT&g(IZ7B?s*RY<>wLa6-p97#JR%0f;-owd96ify*>qB731cCOEDO~t zK^#&l6-njuU}R)v2SobQzE5lwYYnF_MZ9pZ#cVmj7$KkWI63R_qvxhMIn^YN3_)l} z5=&zBs>qcfGA!2X1aSyrF~;KfK8Tc7aR66D5i6)zP~qrQ%=uYie6!ESZkJRlMQD8f zb*{3M!z2D%davbsDQ}!(**#9ZA|`m#Y@E z4Pz~r>z2!913`??i;5!B7Eo(MELLjZXnT!F=V?f}E(n-<9pKz5yMW_CwI0=%s`M68 zoey--5dzWys4A+`cEMpe+BUANP5W6)5MmomfMY8Qn0RbDs5kdd9zV^7-ZTYYp;PII z1^c!b0mngA5K*+Fe)+wt-~#Dfk#KSvTW`INa(MM$vFQG}GjBCq6EV=6X_I!WTy{aF zeU4r20D5J9SwMoH&Eq&e@x_@0vCkt$2Kf{8QOO6AYs{Px}Zfyyf(J-g2amD>GYI-MUF9-!5V z2*U_e$Yy-Djdb(q?tXHq7;6RBRm3ZBX5LUPH$dVx`I-%wxkaLhQ!&Oq3eFMu%X?@@ zs;|sT_U==ai?cg2xy+i4gX=*dZUyWbU(4Qa3=tb;q3Kc%J?85UgX?pQZSCj90~g7p zv*b$aF>?z9hYl}l6n`7`zHlx1>Mhx(XEGRjkLRa<*|+7!o^`j65hg-2XyHkM#1W24 zJ2eRExQLgf87PjrgcE0oF1!_K7=9Dn=isTv`)f+q{`3x-qK8}eO)H{hhx z#8xoIVy*4epJIcEU}~E9;!NDh`7`k2S3h`L-uHAr#(u@YdBD%*zTg!KsZ=44kNi}AjrtT@b@2B`~MduU>YERSg>06_pc$t-~Y>1bd=RB zEYuj46vY_WIM^6|{A6Hw_x>0Aox87vub;hU@%ZYka-g~-1}2uh=tckp5F;#%;V%C9 zJA|E+YjI?>4Tqb(3IiuABg4~|zZl*;e*rZ39|I$YAOj;S2gAGXObnMVJYqPzW#^wC z?>`nXFtbiZb}>Kzp@#AAKgOJ#TuZZaJvlU}%S(oIHz9@`Zy^Sb zKW`Xbym-g({rzhOStUsZqrhMm4qo1VhF`y2VZi|c00D$B_}_mPhClz8hDF=4xmZXr zynp|n;q$k@4DUYuV2}}EWsnf%VUQN*V~`hTXZY~>7sJ<8)fT8rC zVfV!!4FCVLf#tscU|{(A{t*M4up$GmqK3q$8@sN46IBbOaDUE`~kY@1p}YFEW?+Z*P>wt z0|XG;sBEe2juhUvS1GK3oZ11Gx|Z@)9J|NF=gWz7$aT>%D8Hb#cs=RYy*I0H-` zz(@yM{Nq2vn@^7!_<=#f!o@8QGY=qu;0Cj^vGW3x4a4#4Ul=~U`^Vs8zzR+gFW<5- zJbnL{A;DPyXgCAIttY=2K7IYlz{bSL@b&v|hL`U@04?~+z{SY{Of9VJF!KNc2yXEI zfBzW%0y72+^B;z*kA5;dfBTieRDp$oorRfU=lL%TzQ&vk!u(7OKmYt=`2773!@u9a zB>3?o!|&fefc63N2q;tiMHCMJ0R%Vr=eM6<8UFlaXJh)$@CO)%@4ozI*m>a_1Lwa# z47S>A49viI2U^eY9T?8fp1x)H&jO4LP*(g8Oxp~9!3O{R@$(nVJb(a#C%12(zTEo$ z<_&`o4^ZeAR1;9c_b)#gz5rbaGL!-6t3SZ7|NrX;ME)NT|NhCq!ote%_sb6;{_+%N z9zX!W4gUY<@8Ty{ZZb#pnx4R-5)NQC|el_ekp|02||bMZ6$eE0-t z*YDLZ^8f+}kwKW4XFa)b@6q2^&lnVBc!6Q_17h&cpTH0TxgHpf|NcO|_XA?+uWt+- ze1Z%Nz+n6F;K4fvMwT9!aR32?Fc=uL|Ns7rySnSpA0fu?3^KApU;|WCcp1uLh_d`U!|H$R! z*9=UbzcYM0cj4dPkMBDf z7+9;o?)%>eHU=PoFbxJ3B;S5|07d4DC@V;?Ny{*N0Tm;EA<6OY@4pPp-@h|3zIw^< z^TC6+z;Mk28oCVbaj3xn0ffCgW@g^O@cXawo6Fa88L!`qVdLUdU}R-u2Spy^_aDE0 zefjzrXy6*4 z*(tSGU@rC?N+Nw{$37n;v=IQ5_h{|EwZL9;d03bk1G{@8uj$c!_6|=l!YP!Uh~H(} z>#x7Jc_rA$hn-Tt>*jWL4gi2Jm>V0}I(96j`QLH16M1=^yb?MXIitHV_%37N#de^g zN_92Dg@8=CWow84t8y9-6ZlO>0NR@REM{y}P$g z>*((jgRDRJ#VjO52;XAC@Ybq%umSzf67Y?aQttu!~y zo2hBIJHF`(CC^Y$G*m>P&`OA($C{V2FFIK$ub>sC8A-+j&>OUy7HB8*N$Gx^k5FLGF7QvxA}2s3rMW`fCANttFO#X97! zb0-tuk`rzHzp6SsT?sERw+mF9f9G8OnQ?NJvJyn(FDwrVObQcudcgk4e^Qncu#ZKw zx0t>jAHdP>kR`t1yvrBVCVU~6zAzdEV4z|LqYSP!`|1)Cu`4Ry4@fjz39Q^0w=>vY z?zRY`LvYhSLu3tb_yEk-j!R5FrcFRo+AnRta?>k>s%P5`1vC#@PelISX>o0Bq>7u2 zXtHzxoK_F<>Dgp7Fy0*TT!c;9RXnmlyDKKRjpbkPuz3-DRSpqR`wAk7`C3jRDX~eb1wRV+={Ac{UT@g z1Lvm9gwjhJ!*yL>LQPUkiTs z#3Do%InwF8)8I1d(diGBYa2n?+fyMsZ_YoZ%}71rIrj=w##*!1*uKx1F;ep5J>R1W zC13BF(=rihd0xk3<*A7N#mQEvtTo^)40iP7W*wgVsqAl0bN@6D<{{_Z@%>8i3r<^w zkD$c}c}7$1z_s!)`c)z@eZVNPvFt+l^jzm$i=jXH=2y{X;WD&oys4{qSZ3$_f$%XH zJyc=7YO^fH%c)?B4vuSQkdKo6b>o_nLq=WAKbP%Dx6|VLN3q8YS*zs-FTB|Pi&ys` z#ci{dDKXTlW;jLjgcpzLMa(Q#EzunvDf0)D$3k518$uBpBgP?q5ue+&PBq;F=^AuJ zi(Nw}Kg*fA{vx_)S@Z4`-`k0{jC{P>+a{UrT9tK1W5?J_efaJ(Zr+St%Pt1X4yUDI zrSSM+#%RV?&h64Oma)Zhh}vqQO8$uFrme7N%EB%9xx^Ea=XYjza93GP=_f%ks_<(D z;g{vRJ1(+pdLnmnUJr79qCY&h8YcV>W5dNGWlT-{D{?C2=X5Vh)T-a6gn;7Nl+c{= z{{9ital#V9Z+7O}uRyx+J*D!k)7}q&-Eg6#l`h)qnKxOppB&P@;eT}hJQX%rP9ine zWSLHHE31KCZXIK-pS`m}4kF>1zbagi{FpjoO_q3ketk`%=VKm4jnoC@n={uEShUHWb`wj?+~A2vPgB3@$Zh?CZFev=iX_l0O*#2fPoN2D3FeAh$2SEM)E9O~~1-|0JSu%qv?p(*GX!fl}ynd7c!TDQ1Q zS0{5KaOTR;>Crn^lWg>~I4YPshPBu?W|eb=a#fXUz&)Y;M;+mi`GT&}KF6GqA+2R2YB%ynWQ$oXIuVdVAp zq+^JKcf?|RnTH8=3Cz4}>?8`4nCm#VB3!9VEg<(?&8fb=0Hfk(Okp`ia_`|MQ)Pt` z+!f-+Gfi&K58gJW5;Zkza%qN7YvY(qnpJsYqkK_()%lijSnk^21gd)d^nAC=%Is&| zWqHv=NCiqZlc0gp6O|LMIPyU!v_YVaULz(irkq~2IM|rG#c1Q6o#*4ID?3+H6fb{5 zsiUaY1t}u=@@5`K8zHt(%r%yxfz%i&PNEc8i6q1ywFs%5ENFc6K6`AWcA0(F1^$5A z5P-?e0w_jV^|L zp5i1kFUM#g|GnHisC4L7kbuNrb%hT@b5kT$t=K;n5qk(B4Y8K;?uLU6rD6m1ZgXiz zxAJlE#OJF}Ma&gN#I=LKelq?&Z(jpXJ#iS({~A{v+B`El%jxQp*7O{ zWB+ohwYt9MoG?N$7Sc|*^8in)H8Z_pAdspyb;Y1mZA-(Ss~V(qpxMv!qV#T+m0%Qw zk@JH`I>j0}41O>|XX=$_3&Y22)|&~Oy9P@$4fNqxxgnSlcHe;{**X$KgS?4h=P!8y zKsbG^AC1ENK%<6GgZ9u-^>K9vXvG^X=!jMY7F><(QBYK@cs-%2syflP2M+uO$NN-~ z+`wd}VEQ$3l|9=ky=S#0Tn_Ni(J>CXa5=y$kf@`BJ@4biZi2$;>iYly2Eh1*W@G;a zn+LEN9UX#~uMdIv8`Y=;01gfWQUj)5tx=^>u@B%A1qpnL(AsO~j{RY_ z@g@C(!iLq=VFQ*RfV+f)CAYfK$Of(c0PU>J_munFTzI3TAp3`pUEWE_GpXKx__aqc zK5u+oci!8V8z@FUfjr7&hRhREdD2Q71Y`@2&68Y?{{f95{6M&Wd(s29QSXY2S)KG_kLy(Pu6=(z>D+2=$8v_F`5OV-A8_;hoj0_C?ybKIK zo|>xFR%u#o+OW71$lC<65s2A-Gcd^iVPLooaxp*vF*EVHr!fjji&z-`XZUdc1;f{G ztPFp7c^E$Y0NVVGf#Lmk28J&{_D`UWKYtk*z5)4i^2`jL{+gnEJeq#zF8*L<`hN0` zqcm@inKoDBlPBNV?lCYN1qdK!Mm|HMzbu-DdM4rw`nrq^pC7(t`1a}-0}Ie;|5=zB zegU2F6^K6p4gc~J=)T_&i~ce*FqnHvu<^fRcQpRECNyy7L`O$wK7O&=XKeR9VYmhm zK+OLcxJ23cEd7KORT+#`zA*?$@-lG!|Hkm?-aCfBOxz62z_4HfMKRDIpqUKcfqwo9 z43aCK7#Qx%S;}DjwUQxbLLfh%q5{L!cUlaZ>~~m>9DT+L5I`&p9IWRVKHdNP;fn;r&By21cOCOu%Hx0t{q!J^_YrKiL_+9%y8+Ro~5E zQxOG}d(6Q3Hj#nnmmkBd1ELJ~e=~dr2mo0CrvC&01OMav_vGU9?eQ!91r`7f4E6xy z+1vmO4hjGoApHOq_VoY+0RsT^@b3T+7Zw2I(aQi4&!7NBQTG5PU1$IR=(hj>{I>w` z;R67yf2sA2#R0GG0058zh=t+bx3_=(zQ6qc%Ny-a-^CfUWF#1VeEG(}1dL}cE-nTh z9(D#EUS0+cK3;~0hmSEZJe$biUZu<+VQRy`@N^b1aIP@iKg`Y0QupuGk_SKL{$ltK z5_|vEno(@3k3>RXG?0goPPiJ-Em4^}}0+AHWpCFCfftZoxDL z?q|~&LhAe&xcPuuuQdXb$XkXzt9Tjer~bTn?B}n^K+#n|{27$o00M{wm{Nh%t7D&E zKl}dX^)Jr9f7loVMa6(I^%ILvURR1Jjce3=G#-F?@Q>z_4Jx z;GgcjpLRWA_}dFKx!@RfmqlZ}x(Gl@y4n7@2>59Df;ViF*LSQx%s zhxp>R;PF>aUi^9SL7xRwlJfAeF}!;9jKSH-l|eyKhk-#>p25gdmqAHIjzO509aw&_ zGO!6TFc=w{8f<^I3&;YNLP!80fPm>(5>kZxXT9_0>9ZSeKm5}9^Pi1@59ok^V1I_V zxKL0@$MFB}Uj{A?W(IaNFI!kxDQ(}%stI)25oB?I0AgYI3(WWoK%ESq-hX<1^X7wR zzjY4ZXJU}z0a?ccH1IbtGXH^d-ydKp1T0D!m_W+^Gcx>RWo7s+uPw;VA*T29$5Rx8 z0RjkEY+it{{(t|^@K5^O)f2CSAAObvhRz=b7FJ-n3@nIPSb-j6WoBRoCKsStKrx70 zIDqMy^@lJpt8>cyMDqzi00A=y2ZY54RLyjE%hl~m;~Do0$}qCB{byojXJlsOU|?ov zXJBIGU}RDkRR9DKBLk;0f(NW782)@T0v5cQ zkl+D^1(*g!I4A%Z8DZLh80dabx%U}ZLVpKk4iv)y0*H}Tl_@}g0RS5M4>WmoWS#6=W=0xP_H8gB!cfSXv4pXEEE!v5A3Kq4P_mC0YatEF zGL|SQp^*nY2<4r6pAWt7xzBZ9=lsv_{LX!U`zN8y4A__jnE?O*n~|Ze1+7JYg^_`F z2ZV)vqZNa*iGeQQFd7X6)s!=hr^%-cv; z%j(7e8E@|`G<_zzhe#b8d$kn2>F{I=@^mF#?SdJ-7}}y5MrRCw^X71tUz?T^o+ohB zMC!Jf^ZM2_%$F0g?L9N;W$3sR#jXyMFBlcgjy>Q0LE4`irBab1-uaInwUjr^OBCZX z+(=u;Cs#ffiToVWIUp!u>42PeVgmOVKm-{9k!Un$5%h#D#_Sf~4G^hDv?U&n36|%c zTbiDku~0QVdNnbTLqx7lXxFy*j`=GV(@W5e_4Y_`o^p%El+9edV>OA@i|ac=s3Q=F zjV}^Ow@{4I%x0C^h(cGDoTl-#R0Xuaxo+iBvM^dYXDKg!c>v`BVmRTAk$f-n{$kl+ znI?gtE*{gXQ@5}{33`mSwHIMGadI$d!qiytxwm#|G#JNcJ1J+7=OZgBpgLgi4;JFv zv%8;m`Ys8m(^u->qHY2A0Njj{gI3o!nNHKc^TBwoZ+xX9VKXzG;+i6gS{=e(wl|B~ zx{t}pm@F9Ui%HMA;K0Dcms3;u*-q5)Tw{=9?E06}B$jM3zUhDX+kFj+J(7?|1EGlS2X)UdZN1^D=*A27cVb>OL?q{%5~V z&%=%{M96SzN*QmwIQ`TuwVha-uZu8M&5{h-fy7lMwYTL~RY}r!rrGmo@jOXTYRLA= z@ggE?Z$R+lD^rw;&3V0=W^k}2cn>-*5ci~O2YY4}4@CD)LZKQDJ=yFW=miD+;|Fw^ zf#NtV7fBt-EU`Jt5b{DrBR?WX#6W;eZAvuXV)xusHbw>bJIr*shjO2KUYnz1_ z*8?#3X+q|``N_EUXJ;#0d1W{|oZJXi>lS@1H&pCNO!|_j?8S?BV%CDk1oDq?IK?+- zSVh+yQE=3>9#@YD5)2pAQ{YKF8(NTMl=f<@X?a8{DJWPXUi+j&G8gA2@YOBEgL5fY zMxepx@-el*bfFzq-!1oEk2_7XIRUpav}OqTJHFpgQ=|srVWRRAaBzyTDycp^sovgT zvkhaYNJ&jfiz^<@=<$nrZFAH0?v^89}lZb}|cWEmJWd0V%L?(%cIux%`8D zd)MHGC%eBrCa=)>LRTMWIfZ3D^L~}{2I65FeE4Ft`ge^Nl_p5)!Vpm>LG2l5< z+Fz6SJ*6%zSzV#qVCx8Ma%<*D z!?xgtw%D6ysJu6|D&$yA=SjEzNsip3({%4v$q-U&VX!75Jhg1srPXYva=OzxHBe zdo7G#4*XiF=u57Gaz5ej!>4CT4p;o6wvSna)ON%PTZ|a{H(#sNyBdHa-B9(sr^Ufn z)M7;QR4n;fhlVxX^$PYw3=BzJ3J`(fHBy8-j9V@lm785F<&hhqZ=9EcVT1doCQ za^X4l?(o#BZXJ21`s0p5f?Kc8>b{MQ6%R#0fTnM*!Fm6xDD6BHM5yvh^PJ5q9D9Gs za){&Wtd5H)&OW>68>dQbI%V{lcHcRnuzj9%hpD21SbLv7RgA=CcWOOj)i~CEwkiI+ zRSkkq^gXvj2!!`ReR&v+8ap^POqrW)Vld+LWet+O|H*AG_-AC)9_5{X{XTL|$b3Iz zqy(^2DyOcR*k5hgJ(9q$=)Sc-?fJ~h`oOwn(QySsP2@~IoY2^Cw$cTXD?dCJuLt!2 zT8m_%@jy+%^_6LGf?8xmZ&8OD+@=J1PRdq8TQ*2&c=5na*n_Sa!o5Q&8$D;-@Y(S% z?Ppg=FW=3#!KK#y6GCOrA$7 zvpOHH3AstFNEa#hA_LC%9)3XrlBi<1(>;au z{R%hg(V7FtJ5U__iNHejl zk{9x3@}Krh9-i2&_;ScXnZA3~RMQqP<1nimfdRg5fx%99T>*fQ`Q2BhNb`S8k>kiQ zYvoDk4Ae%saq6P->x+#j#un7Dw2VyS8;X*W5@qxkNd67Zj4By}0J8;Lc~Rlb)-!S2I`f=cbWXe~{NLjD9(ReXrS~MOlHpsSzTBA_;y#i?RZocA-^ZJ zpwa1?&4WiN0buRc3*HRe7X3s=%aOgANY707vG%Rl F{{WTERQ~_~ literal 0 HcmV?d00001 diff --git a/public/themes/chiliproject/images/wiki_styles/see-also_small.png b/public/themes/chiliproject/images/wiki_styles/see-also_small.png new file mode 100644 index 0000000000000000000000000000000000000000..db9fb8359de8714f99081ec357049d0a64819e03 GIT binary patch literal 1342 zcmV-E1;P4>P)4ty{(%zW^1`%p_YSZg18Uj7gFoZmg?-jj2L zl#>6$bkFLzQHZ%)U9R1=H8q_t8;u{X7Q*v1fAO@8Hwuw!bvRyMv1ZMirFnUAc11yq zjxu2|&?f|K=g;5U-`M!M2D|E|?0YJBqY!C&lj)VJ4IADrD=l?8$Hx(&5U47QjZIO_ zX5)9Aj-Sq*>uGFh`OFAk)Jgf^G4QKGY+1c#&5l)7Rl@KD$P@Ju8;ObGn*#^NKkn)A z8Xi5E?r?0X0&%{!mQX?hsoB}&Bqo9o59^z%nv~q}`w81@M0>qxy}f~ZJw4XPz-gJ8 zSy34-N)-hZg^{kSoE#ZJOH3rw?ZzEt0wI`?l72;DPzaJ1E+oCW8okX1fNuZ(@F;Xm zf+c%3VMSm zSzJ(FzO4D(_jhLazW9VIN1DjXFF+R`4=xudL!c-mDGC;!kG^$lan{sK0Zs&i_zxb$ zaOO;`9!d-X!&^7hqKrGuzv7x*#d~+Ua2#%6f%bs1f_$>4=R&+4GF;p|-9hg1<$uG% zVU(sOF4xx5a_CU#bSQMV8yfoHq#-&b&ueqfK?|$g3XO6Nu$HHD)n?+$o1J9+(8N+x zn6jcma$PQN?A=R-!$Eg#E$uBW3>O!3$zmU?3x(DL$E1`&0K<6D*K1C)7f+~TXknG8 zxHzbz! z>w_t#*!-M*qOfp_ymaX}fS}NuAkcqgPJMp8HPdUcO`C@?)`s3}LT54(8S=5iJHWEJ z`IB!O2v2aJ!_S_U)3lx0OLFoBiptIO^d)d{*M-fpw|BQecAoG9o9xTI_C+s+s!#3v zntp#iF{xf+Gv{E4HuFpOAPZ(o8qX>0Y5k3(?fbFEx09JaL0L^Yp0sM#=U36#a3XTC z|7btJWFMzw#%EWqc!9FTK}I6OoIP64srsD+L&el4IQg{h2==&>WEDoJSnD7qVF}f< zma@b(4}&a%eXa9W)#txm$bBFJEHh+CcK=(~O&Ldm@G z;%ls$RzbAEJf)Y%#JG{}fkfYvZYY?V8fUz|cPY{tlpDN*S4q|F@kdgb;W<6$We6CR4g; zZs=z43Il@;_pF07*qoM6N<$f;MA; AH2?qr literal 0 HcmV?d00001 diff --git a/public/themes/chiliproject/images/wiki_styles/tip.png b/public/themes/chiliproject/images/wiki_styles/tip.png new file mode 100644 index 0000000000000000000000000000000000000000..e8a2eaea7a17c2b07a9ba090fb7c868eb0c1d915 GIT binary patch literal 2279 zcmZ9Oc{tQ-8^?ch#@1MpHNugQ?6M>bW{fO@5krGIc7}{W_H8KJ3CR*;-^sLCLo}9p zNsPvtoyiGtDob|a9i8`&-g7MY6Qvl&Iqi2`oX0u^t}S?}^72FGExaIc$OPcAhiE1_@a z=3q;zl8Gap&Kb7noGo+I8mx*XrE6ol8aqbB%Eik4t(l1IL`FBl>del!z{sQZinz<- z$}vWp;_cI)^5&rJ)E@X;mWhV^+c5UNTrHV$o(%-o{HPVr7D>k8M>%W3CPq*Vmt*3BGWl zmj$L9&-YnN>#fj8By5VZF&W_~6}Cz^=%BS1ghf*$mZJY=9``*E7MGU(TKir2vj3Sga!USu_nh3{DC!JOwmylBt;)*+GcojskLO`VN8o2yd4F{W8eyximyl( zUy&-FyI@<$C)X+gJ>>Nmw~?Y&=PB1k%*5eu@hNSu1~25)Qf>!44-%3u@U*!%xH}bq z;-^aAs^=|N6Y~bS)X}brg3c-p*sR5O3hN&NsaG)}Pl!zoNdjG~-7Oq!)!xvdaP^Ri za(9&Tn;1;@sPO9H<|(!O-6p}WUM=|b8A|@ax+xYfqJHb47Zv)$aUhZd4rdvnZNo@l zi?6hs@YgBVUw%x?7~$Yw_V+{1JlC;3*dc3!I$B!ZER#EqOi%L(hGO;CN#Pk7!$qMo z#yY06z6lIPNz-FUB6x$T^W0r8mS`p=Mb`UOuZAn`7zE7>3b!uWPM}xI0Kt3a%zu71 zX%)}x(QRbSQ!fLkKs_g%AI?ls7p0{{Yd!?0%3|5$K&eOy$ye!ZDC;oJ9r8#n9n6r$ zd@BAoukuG#X*3nRMM)n9EpE!;x@uu6_#x+OmEBU#q($`gwA=~L?#p$E(m=85=4MP% z5zZp2=L-X8QM~D(8Oy}Ao(y<*+|y57RA~m~(@87|?-|+Cu3D|ZUOJR@is<_7tuQ;% z?sG^|LEJTRVdBbs+k1MlMe2;-1bo$wrD{xC z*q}8hxFm{Q8sc0TTks)f+;xGlKY1~eohp-~a~04XB=0DeeyiVF9^Ba9&Pu+SG~V3B zIR8mk3{nD_hir&n;REwBSR*z7$jl2jV{k*|}&tmOyz#XfK|iwt7PiF6!NuW>@C&2Etw zbPkUS(o~;d$YtC6iLrlOH1oZVAV;odK4R`guGqEV5~m!Dd?wS1-lY{ePUpy;nw0gO zt^G6}_t@)rWbzw7VQ+J>3GsC7$ak|_I&-G_6{T}mc6$`}YLE81r28m8GX|Q;Ae_mt z)ctHYjrK~S|Mb+xd@pMI$4YJCw7i(7z25iD4AY2J5$D|vpTk|8%u1Mjow!h~_~-W5 z@-|#-n2pZG$6pTjBMc&SG%}Bupkb9NO{%;XhwBt&&rK;R;zU;k@q!L^5KYkmWr*q@ zf&0L7ui|vgh^|6)$s_a=%HIslUt%d{7Z;xOdJs$^AAy-&)+3eIkNQOF=*Ez(cxM`oRc# z%s;DNA-Apde8*oYIxt5V%*w$1?Hnt_4V}AaP|X9QrTgX$miJ{6ikm8T3Uy}prHreV zrxHjc(y2E!Qvqarw^Oa%$Y{MxhU$_qkjj+K|AY&K`@;a{KeVQBlI71Sh?5iHvpUsa#>lfk)l)Af1#`_ zj86O*JCPhwqHK&E=l1x#lj7GPWyM&*eI!6`Q*Od)f;z&T%9++5pjup<&yOgw{_e0A leVbg2mb#OnEzz{O#QaH@Kf*GB$DD2s80niKp2HpP{ugqv9a#VX literal 0 HcmV?d00001 diff --git a/public/themes/chiliproject/images/wiki_styles/tip_small.png b/public/themes/chiliproject/images/wiki_styles/tip_small.png new file mode 100644 index 0000000000000000000000000000000000000000..d5eac1c58750d281f62ee086f7378d53b7f61e49 GIT binary patch literal 1276 zcmV{Qdj)+xyS& z-rWEF;KoCS3unGCY<xe%=3{pV$5W z_h$=G>NpUe1>zI`|Nq_o|J&>K|Id$D{NIwq{Kc1%p__|=fd|<t{_*zz|3AO}|Ns6L!vFmUD1Qxz>;Ipu=lXBXz|e$jFhBq? zp$CPC6hpLSk-Z=jn+F5KyBiD)FAg&>e7eNI@bd)&!ylk$e*@`Hml+tIA7Ws5a}lV+ ziorM|fWbqHA)1we!4PH+KmcKcv7iitKA+NG28J)^7#QAuXJGin%)r1Q29)^&H2gWx z;Li*UKb`>bD+Y$|z}R5sW?&Zn#h|LkAkKD;K^3U*Jjfh?0KzbslbwNw=`YZQU%43= zKC=N0272n}ONgP2oD2;AfYJ2p4Uqqqfr0fG0|Of)0|VD-23{TpRu*VDg8)DPVHo`X zBg4mkpWg#D9|U?CXwX-ni&=o`*?55lvjY|U1j>DYxSR{<3pOC;{l@V14a47mKx<*< z00a<*!B3wsT>N&A!J19wE6|{?5T##%F8&6J4iE-u2V!7=GBAR?2*j@$817zR_ykO% zZ(!yC1Q15#ZFtA9=D}=+FJO&A3=q$8fK&nvWBdc5L406HG4KJgFayKwMGOo(9xz-4 z#>{n?IRF8KVK6Xs_fKEOFzHc0L=)U_UMLM?3j(ne(1{Bf7<#%H9vo$0m+2}>7=2J!{BeC5^(mvKmVETaq=|K~pgBNHf3Ff-izcMq6GZZYF3HUR<%!{9Y$MsW6@KfnK~Drx_b=PO`f zVPOR(-@gouz+#nyorB?mR`36xdpiE&G8iC$Fbw8EV*mcnAj`|aCjW=&GsEBij12$& z{{siZ|9>0|qC)%}!oosoZ{NPdYA`?mVHnKJ$cP9EMg}epHg;|%U>5uH`!}=@2Vzz> z1|BY8;lRoYOgs$0e9rI_-5h`b!Z7&5hYtuB|Ni~)_3IZOfB*g=E+8Nb44PjI%*-qd zzkdB@c>44a!;c?7zCklK1^@^k41+ISx`Y(Qf9`zy_HDMjyke)Am?Yz`UqAn`u&^+E z|NfQv;KAM3KYaMO6{ze7HiH2Ih!MRq1$qzFW)>D+CMHHVU{xm$ h1 { + font-family: Verdana, sans-serif; +} + +/* +* Project-menu +*/ +/* Prevent the project-menu to overflow into right, instead continue on a new line */ +#main-menu { + right: 6px; + margin-right: 0; +} + +/* Project-menu link containers (ul > li == tab) */ +#main-menu li { + background: #111 url(../images/bottom_shine.png) 0px -40px repeat-x; + border: solid 1px #333; + border-width: 1px 1px 0px 0px; + font-size: 1.00em; + font-family: "Myriad Pro", "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif; + margin: 0; +} + +/* Project-menu links (ul > li > a == textlink) */ +#main-menu li a, +#main-menu li a.selected, +#main-menu li a:hover { + text-decoration: none; + line-height: 20px; + text-shadow: 1px 1px 1px rgba(0,0,0,.8); +} + + +#main-menu li a, +#main-menu li a:hover { + background: none; + color: #aaa; + padding: 5px 10px 5px 10px; + font-weight: normal; +} + +#main-menu li a.selected, +#main-menu li a.selected:hover { + background: #222 url(../images/bottom_shine.png) 0px -36px repeat-x; + border-color: #444; + color: #d5d5d5; + font-weight: bold; +} + +#main-menu li:hover { + background: #333 url(../images/bottom_shine.png) 0px -40px repeat-x; + border-color: #555; +} + +#main-menu li:hover a { + color: #fff; +} + +/* Project-menu first/last tab roundings (for KHTML [Konqueror], Gecko [Mozilla] and WebKit [Safari/Chrome]) */ +#main-menu li:first-child { + -khtml-border-radius-topleft: 5px; + -moz-border-radius-topleft: 5px; + -webkit-border-top-left-radius: 5px; +} + +#main-menu li:last-child { + -khtml-border-radius-topright: 5px; + -moz-border-radius-topright: 5px; + -webkit-border-top-right-radius: 5px; +} + +/* Redmine core project-menu links */ +#main-menu li a.overview, +#main-menu li a.overview:hover { + background: url(../images/fugue/document-text-image.png) 6px center no-repeat; + padding-left: 26px; +} + +#main-menu li a.activity, +#main-menu li a.activity:hover { + background: url(../images/fugue/lightning.png) 6px center no-repeat; + padding-left: 26px; +} + +#main-menu li a.roadmap, +#main-menu li a.roadmap:hover { + background: url(../images/fugue/map-pin.png) 6px center no-repeat; + padding-left: 26px; +} + +#main-menu li a.issues, +#main-menu li a.issues:hover { + background: url(../images/fugue/ticket.png) 6px center no-repeat; + padding-left: 26px; +} + +#main-menu li a.new-issue, +#main-menu li a.new-issue:hover { + background: url(../images/fugue/ticket--plus.png) 6px center no-repeat; + padding-left: 26px; +} + +#main-menu li a.news, +#main-menu li a.news:hover { + background: url(../images/fugue/newspaper.png) 6px center no-repeat; + padding-left: 26px; +} + +#main-menu li a.documents, +#main-menu li a.documents:hover { + background: url(../images/fugue/documents-text.png) 6px center no-repeat; + padding-left: 26px; +} + +#main-menu li a.wiki, +#main-menu li a.wiki:hover { + background: url(../images/fugue/document-horizontal-text.png) 6px center no-repeat; + padding-left: 26px; +} + +#main-menu li a.boards, +#main-menu li a.boards:hover { + background: url(../images/fugue/balloons.png) 6px center no-repeat; + padding-left: 26px; +} + +#main-menu li a.files, +#main-menu li a.files:hover { + background: url(../images/fugue/document-zipper.png) 6px center no-repeat; + padding-left: 26px; +} + +#main-menu li a.repository, +#main-menu li a.repository:hover { + background: url(../images/fugue/safe.png) 6px center no-repeat; + padding-left: 26px; +} + +#main-menu li a.settings, +#main-menu li a.settings:hover { + background: url(../images/fugue/equalizer.png) 6px center no-repeat; + padding-left: 26px; +} + +/* Third-party project-menu links */ + +/************************************************************************* +THIRD-PARTY DECLARATIONS FOR PROJECT-MENU LINKS - START +*************************************************************************/ +/* Budget plugin */ + /* > 0.2.0 */ +#main-menu li a.deliverables, +#main-menu li a.deliverables:hover, + /* <= 0.2.0 */ +#main-menu li a.budget, +#main-menu li a.budget:hover { + background: url(../images/fugue/money--pencil.png) 6px center no-repeat; + padding-left: 26px; +} + +/* Bugcloud plugin */ +#main-menu li a.bugcloud, +#main-menu li a.bugcloud:hover { + background: url(../images/fugue/tags-label.png) 6px center no-repeat; + padding-left: 26px; +} + +/* Burndowns plugin */ +#main-menu li a.burndown, +#main-menu li a.burndown:hover { + background: url(../images/fugue/burn.png) 6px center no-repeat; + padding-left: 26px; +} + +/* Charts plugin */ +#main-menu li a.charts, +#main-menu li a.charts:hover { + background: url(../images/fugue/monitor.png) 6px center no-repeat; + padding-left: 26px; +} + +/* Code Review plugin */ +#main-menu li a.code-review, +#main-menu li a.code-review:hover { + background: url(../images/fugue/ruler--pencil.png) 6px center no-repeat; + padding-left: 26px; +} + +/* Customer plugin */ +#main-menu li a.customers, +#main-menu li a.customers:hover { + background: url(../images/fugue/user-business.png) 6px center no-repeat; + padding-left: 26px; +} + +/* Embedded plugin */ +#main-menu li a.embedded, +#main-menu li a.embedded:hover { + background: url(../images/fugue/layout-select-content.png) 6px center no-repeat; + padding-left: 26px; +} + +/* EzFAQ plugin */ +#main-menu li a.ezfaq, +#main-menu li a.ezfaq:hover { + background: url(../images/fugue/question-balloon.png) 6px center no-repeat; + padding-left: 26px; +} + +/* EzLibrarian plugin */ + /* > 0.0.2 (AKA EzLibrarian) */ +#main-menu li a.treasures, +#main-menu li a.treasures:hover { + background: url(../images/fugue/trophy.png) 6px center no-repeat; + padding-left: 26px; +} + /* <= 0.0.2 (AKA EzBookshelf) */ +#main-menu li a.books, +#main-menu li a.books:hover { + background: url(../images/fugue/books-stack.png) 6px center no-repeat; + padding-left: 26px; +} + +/* Google Calendar plugin */ +#main-menu li a.google-calendar, +#main-menu li a.google-calendar:hover { + background: url(../images/fugue/calendar-month.png) 6px center no-repeat; + padding-left: 26px; +} + +/* Invoice plugin */ + /* > 0.1.0 */ +#main-menu li a.invoice, +#main-menu li a.invoice:hover, + /* <= 0.1.0 */ +#main-menu li a.Invoices, +#main-menu li a.Invoices:hover { + background: url(../images/fugue/notebooks--pencil.png) 6px center no-repeat; + padding-left: 26px; +} + +/* Schedules plugin */ +#main-menu li a.schedules, +#main-menu li a.schedules:hover { + background: url(../images/fugue/report--exclamation.png) 6px center no-repeat; + padding-left: 26px; +} + +/* Scores plugin */ + /* > 0.0.1 */ +#main-menu li a.scores, +#main-menu li a.scores:hover, + /* <= 0.0.1 */ +#main-menu li a.Scores, +#main-menu li a.Scores:hover { + background: url(../images/fugue/ui-progress-bar.png) 6px center no-repeat; + padding-left: 26px; +} + +/* Scrum plugin */ +#main-menu li a.scrum, +#main-menu li a.scrum:hover { + background: url(../images/fugue/projection-screen--pencil.png) 6px center no-repeat; + padding-left: 26px; +} + +/* Scrumdashboard plugin */ +#main-menu li a.dashboard, +#main-menu li a.dashboard:hover { + background: url(../images/fugue/dashboard--pencil.png) 6px center no-repeat; + padding-left: 26px; +} + +/* Simple CI plugin */ + /* > 1.0 */ +#main-menu li a.simple-ci, +#main-menu li a.simple-ci:hover, + /* <= 1.0 */ +#main-menu li a.Integration, +#main-menu li a.Integration:hover { + background: url(../images/fugue/pill--exclamation.png) 6px center no-repeat; + padding-left: 26px; +} + +/* Status Updates plugin */ + /* Initial release by Brian Terlson and fork by Eric Davis*/ +#main-menu li a.Status.Updates, +#main-menu li a.Status.Updates:hover, + /* Fork by Joe Naha */ +#main-menu li a.statuses, +#main-menu li a.statuses:hover { + background: url(../images/fugue/tick-shield.png) 6px center no-repeat; + padding-left: 26px; +} + +/* Tab plugin */ +#main-menu li a.tab, +#main-menu li a.tab:hover { + background: url(../images/fugue/layout-2.png) 6px center no-repeat; + padding-left: 26px; +} + +/* Taskboard plugin */ +#main-menu li a.task-board, +#main-menu li a.task-board:hover { + background: url(../images/fugue/dashboard--pencil.png) 6px center no-repeat; + padding-left: 26px; +} + +/* Todo-lists plugin */ + /* > 0.0.3.4 */ +#main-menu li a.todos, +#main-menu li a.todos:hover, + /* <= 0.0.3.4 */ +#main-menu li a.todo-lists, +#main-menu li a.todo-lists:hover { + background: url(../images/fugue/hammer--arrow.png) 6px center no-repeat; + padding-left: 26px; +} +/************************************************************************* +THIRD-PARTY DECLARATIONS FOR PROJECT-MENU LINKS - END +*************************************************************************/ + +/* Project-menu tab highlight when link == the selected page (has the class .selected) */ +#main-menu li a.selected { + background-color: #333; +} + +/* +* Headings +*/ +h1, h2, h3, h4, h5 { + font-family: "Myriad Pro", "Lucida Grande", "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif; +} + +h2, h3, h4, .wiki h1, .wiki h2, .wiki h3 { + border-bottom: none; +} + +/* +* Footer +*/ +#footer { + border: none; +} + +#footer a { + color: #ccc; + font-weight: normal; +} + +#footer a:hover { + color: #fff; + text-decoration: none; +} + +/* +* Sidebar +*/ +#sidebar h1, #sidebar h2, #sidebar h3, #sidebar h4, #sidebar h5 { + color: #efefef; + text-shadow: 1px 1px 1px rgba(0,0,0,.8); +} + +#sidebar { + color: #ccc; + width: 19%; + text-shadow: 1px 1px 1px rgba(0,0,0,.6); +} + +#sidebar a { + color: #aaa; + font-weight: normal; +} + +/* +* Generic Tables +*/ +/* Table headers */ +table.list thead th { + background: #ccc url(../images/shadow_top.png) left center repeat-x; + font-size: 0.94em; + border-color: #999; + border-color: #d5d5d5 #d5d5d5 #aaa; + border-style: solid; + border-width: 1px; +} + +/* Table header links */ +table.list thead th a, +table.list thead th a:hover { + color: #444; + text-shadow: 1px 1px 1px rgba(0,0,0,.3); + border: none; +} + +table.list thead th a:hover { + color: #ddd; +} + +/* Table data (cells) */ +table.list td { + background-image: url(../images/shadow_top.png); + background-repeat: repeat-x; + background-position: 0px -65px; + vertical-align: middle; + font-size: 0.94em; +} + +/* +* Issue-List Tables +*/ +/* Table-row links */ +table.list tr.issue a { + color: #666; +} + +table.list tr.issue a:hover { + color: #999; + border-bottom: dotted 1px #999; + text-decoration: none; +} + +/* Table-row colouring by priority (styles provided by Wynn Netherland) */ +tr.odd.priority-5, table.list tbody tr.odd.priority-5:hover { color: #900; font-weight: bold; } +tr.odd.priority-5 { background: #ffc4c4; } +tr.even.priority-5, table.list tbody tr.even.priority-5:hover { color: #900; font-weight: bold; } +tr.even.priority-5 { background: #ffd4d4; } +tr.priority-5 a, tr.priority-5:hover a { color: #900; } +tr.odd.priority-5 td, tr.even.priority-5 td { border-color: #ffb4b4; } + +tr.odd.priority-4, table.list tbody tr.odd.priority-4:hover { color: #900; } +tr.odd.priority-4 { background: #ffc4c4; } +tr.even.priority-4, table.list tbody tr.even.priority-4:hover { color: #900; } +tr.even.priority-4 { background: #ffd4d4; } +tr.priority-4 a { color: #900; } +tr.odd.priority-4 td, tr.even.priority-4 td { border-color: #ffb4b4; } + +tr.odd.priority-3, table.list tbody tr.odd.priority-3:hover { color: #900; } +tr.odd.priority-3 { background: #fee; } +tr.even.priority-3, table.list tbody tr.even.priority-3:hover { color: #900; } +tr.even.priority-3 { background: #fff2f2; } +tr.priority-3 a { color: #900; } +tr.odd.priority-3 td, tr.even.priority-3 td { border-color: #fcc; } + +tr.odd.priority-1, table.list tbody tr.odd.priority-1:hover { color: #559; } +tr.odd.priority-1 { background: #eaf7ff; } +tr.even.priority-1, table.list tbody tr.even.priority-1:hover { color: #559; } +tr.even.priority-1 { background: #f2faff; } +tr.priority-1 a { color: #559; } +tr.odd.priority-1 td, tr.even.priority-1 td { border-color: #add7f3; } + +/* Table-row link-colouring by priority (respecting the table-row colouring styles above) */ +table.list tr.priority-5 a, +table.list tr.priority-4 a, +table.list tr.priority-3 a { color: #900; } + +table.list tr.priority-1 a { color: #559; } + +/* +* Progressbars +*/ +/* Generic progressbars */ +table.progress td.todo, +table.progress td.done, +table.progress td.closed { + background: #666 url(../images/middle_shine.png) left center repeat-x; + height: 25px; + border: none; +} + +table.progress td.todo { + background: #fff; +} + +table.progress td.done { + background-color: #37b3ff; +} + +table.progress td.closed { + background-color: #2187C6; +} + +/* Issuelist progressbars */ +table.list table.progress td { + height: 15px; +} + +p.pourcent { + font-size: 1.25em; +} + +/* +* Icons +*/ +.icon { + background-position: left top; + background-repeat: no-repeat; + padding-left: 20px; + padding-top: 2px; + padding-bottom: 3px; + line-height: 16px; + margin-left: 5px; +} + +.icon22 { + background-position: 0% 40%; + background-repeat: no-repeat; + padding-left: 26px; + line-height: 22px; + vertical-align: middle; +} + +/* Icons replaced by Fugue icons */ +.icon-add { background-image: url(../images/fugue/plus-small.png); } +.icon-edit { background-image: url(../images/fugue/pencil-small.png); } +.icon-copy { background-image: url(../images/fugue/documents.png); } +.icon-del { background-image: url(../images/fugue/ticket--minus.png); } +.icon-move { background-image: url(../images/fugue/ticket--arrow.png); } +.icon-save { background-image: url(../images/fugue/disk-black.png); } +.icon-cancel { background-image: url(../images/fugue/arrow.png); } + +.icon-time { background-image: url(../images/fugue/clock.png); } +.icon-time-add { background-image: url(../images/fugue/clock--plus.png); } + +.icon-fav { background-image: url(../images/fugue/star.png); } +.icon-fav-off { background-image: url(../images/fugue/star-empty.png); } + +/* Icons not replaced by Fugue icons +.icon-file { background-image: url(/images/file.png); } +.icon-folder { background-image: url(/images/folder.png); } +.open .icon-folder { background-image: url(/images/folder_open.png); } +.icon-package { background-image: url(/images/package.png); } +.icon-home { background-image: url(/images/home.png); } +.icon-user { background-image: url(/images/user.png); } +.icon-mypage { background-image: url(/images/user_page.png); } +.icon-admin { background-image: url(/images/admin.png); } +.icon-projects { background-image: url(/images/projects.png); } +.icon-help { background-image: url(/images/help.png); } +.icon-attachment { background-image: url(/images/attachment.png); } +.icon-index { background-image: url(/images/index.png); } +.icon-history { background-image: url(/images/history.png); } +.icon-stats { background-image: url(/images/stats.png); } +.icon-warning { background-image: url(/images/warning.png); } +.icon-reload { background-image: url(/images/reload.png); } +.icon-lock { background-image: url(/images/locked.png); } +.icon-unlock { background-image: url(/images/unlock.png); } +.icon-checked { background-image: url(/images/true.png); } +.icon-details { background-image: url(/images/zoom_in.png); } +.icon-report { background-image: url(/images/report.png); } +.icon-comment { background-image: url(/images/comment.png); } + +.icon22-projects { background-image: url(/images/22x22/projects.png); } +.icon22-users { background-image: url(/images/22x22/users.png); } +.icon22-tracker { background-image: url(/images/22x22/tracker.png); } +.icon22-role { background-image: url(/images/22x22/role.png); } +.icon22-workflow { background-image: url(/images/22x22/workflow.png); } +.icon22-options { background-image: url(/images/22x22/options.png); } +.icon22-notifications { background-image: url(/images/22x22/notifications.png); } +.icon22-authent { background-image: url(/images/22x22/authent.png); } +.icon22-info { background-image: url(/images/22x22/info.png); } +.icon22-comment { background-image: url(/images/22x22/comment.png); } +.icon22-package { background-image: url(/images/22x22/package.png); } +.icon22-settings { background-image: url(/images/22x22/settings.png); } +.icon22-plugin { background-image: url(/images/22x22/plugin.png); } +*/ + +/* +* Buttons +*/ +input[type="button"], input[type="submit"], input[type="reset"] { + background-color: #f2f2f2; + color: #222222; + border: 1px outset #cccccc; +} +input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover { + background-color: #ccccbb; +} + +/* +* Fields +*/ +input[type="text"], textarea, select { + padding: 2px; + border: 1px solid #d7d7d7; +} +input[type="text"] { + padding: 3px; +} +input[type="text"]:focus, textarea:focus, select:focus { + border: 1px solid #888866; +} + +/* +* Boxes +*/ +div.box { + border: none; + background: none; +} + +/* +* Quicksearch +*/ +div#quick-search a { + padding-left: 20px; + background: url(../images/fugue/magnifier-left.png) left center no-repeat; + font-weight: normal; +} + +/* +* Issue Journals +*/ +/* Issue-history (journal) UL for issue-field changes*/ +#history ul { + list-style: disc; + margin-top: 8px; + margin-left: 14px; + padding-left: 20px; + font-size: 94%; +} + +/* Issue-history comment UL font-size reset*/ +#history .wiki > ul { + font-size: inherit; /* back to 81% to workaround the 94% of #history ul */ +} + +/* Generic Issue-journals */ +#history .journal { + border-bottom: solid 1px #d5d5d5; + padding-bottom: 14px; +} + +/* Issue-journal paragraphs */ +#history .journal p { + margin-bottom: 8px; +} + +/* Issue-journals, first paragraph after .contextual, note-image insertion */ +#history .journal .contextual + p:before { /* Not on <= IE7 */ + vertical-align: -12%; + padding-right: 5px; + content: url(../images/fugue/sticky-note.png); +} + +/* Fixes for issue-journals when editing them inline */ +#history .journal > form > p { + padding-left: 0px; + background: none; +} + +/* +* Roadmap versions +*/ +div#version-summary { + background: transparent; +} + +/* +* Issue-report zoom-images +*/ +div.nosidebar#main > div#content > div.splitcontentleft > h3, +div.nosidebar#main > div#content > div.splitcontentright > h3 { + margin-top: 15px; +} + +/* +* Repository-browser +*/ +table#browser tr td.filename a { + color: #666; + font-weight: normal; +} + +table#browser tr td.filename a:hover { + color: #b3b3b3; +} + +/* +* Repository-statistics images +*/ +div.nosidebar#main > div#content embed { + display: block; + margin-top: 28px; + margin-left: auto; + margin-right: auto; +} + +/* +* Context-menu +*/ +/* Context-menu link font-weight ("a:hover {color:xxx;}" isn't settable...) */ +#context-menu a { + font-weight: normal; +} + +/************************************************************************* +THIRD-PARTY DECLARATIONS FOR NON PROJECT-MENU ITEMS - START +*************************************************************************/ +/* Burndowns plugin */ +div#main > div#content > p > img { + display: block; + margin-top: 28px; + margin-left: auto; + margin-right: auto; +} + +/* Charts plugin */ +div#main > div#content > div.splitcontentright > object { + margin-top: 28px; +} + +/* Google-Calendar & Tab plugin */ +div#main > div#content > iframe { + display: block; + margin-top: 28px; + margin-left: auto; + margin-right: auto; +} + +/* Graphs plugin */ +div#main > div#content > embed { + margin-top: 28px; + margin-bottom: 20px; +} + +div.nosidebar#main > div#content > fieldset#target_version_graph > embed { + margin-top: 0px; +} + +/* Taskboard plugin */ +#task_board tr > td { + height: 0.75em; +} +/************************************************************************* +THIRD-PARTY DECLARATIONS FOR NON PROJECT-MENU ITEMS - END +*************************************************************************/ + + +/************************************************************************* +Custom tweaks based on other themes +*************************************************************************/ + +body {background: white; } +#top-menu {background-color: white; color: black; } +#top-menu a {color: black; } +#top-menu a:hover {color: black; text-decoration: underline; text-shadow: 1px 1px 1px rgba(0,0,0,.5); } +#header {background: none; color: black; } +#header a {color: black; } +#top-menu #loggedas { color: black; } + +#content { background-image: none; border: 1px solid #000; -webkit-box-shadow: 2px 2px 4px rgba(0,0,0,.8); } + +#content > h2 {font-size: 3em; text-shadow: 1px 1px 1px rgba(0,0,0,.5); background-color: #EDF3FE; margin: -6px -10px 10px -15px; padding: 10px 20px; } /* Title of the content section */ +#main { background: white; } +#sidebar { padding-top: 20px; } /* lower the text below any content headers */ +#sidebar, #sidebar h1, #sidebar h2, #sidebar h3, #sidebar h4, #sidebar h5 { color: #666; text-shadow: none; } +#sidebar a { color: #000000; } + +#footer, #footer a { color: #AAAAAA;} +#footer a { color: #888888; } +#footer a:hover { color: #888888; text-decoration: underline; } + + + +/**** Project menus ****/ +/* Link color */ +#main-menu li a {color: #222222;} +#main-menu li a.selected {color: #111111;} +#main-menu li a:hover, #main-menu li a.selected:hover {color: #000000;} + +/* Background */ +#main-menu li {background-color: #FFFFFF; border-color: #DDDDDD; border-width: 1px 1px 1px 1px; } +#main-menu li:hover {background-color: #DDDDDD;} +#main-menu li a, #main-menu li a:hover {} +#main-menu li a.selected, #main-menu li a.selected:hover {background-color: #EEEEEE;} + +#main-menu li a, #main-menu li a.selected, #main-menu li a:hover {text-shadow: none;} /* Remove drop shadow */ + +#top-menu { border-bottom: 2px solid #FF4719; } + +/* Project-menu first/last tab bottom roundings (for KHTML [Konqueror], Gecko [Mozilla] and WebKit [Safari/Chrome]) */ +#main-menu li:first-child { + -khtml-border-radius-bottomleft: 5px; + -moz-border-radius-bottomleft: 5px; + -webkit-border-bottom-left-radius: 5px; +} + +#main-menu li:last-child { + -khtml-border-radius-bottomright: 5px; + -moz-border-radius-bottomright: 5px; + -webkit-border-bottom-right-radius: 5px; +} + +/************************************************************************* +Additional wiki styles +*************************************************************************/ + +.button { + padding-left: .25em; + padding-right: .25em; + background:#507aaa; + color: white; + font-weight: bold; +} + +.wiki p.see-also, .wiki p.caution, .wiki p.important, .wiki p.info, .wiki p.tip, .wiki p.note, +.wiki span.see-also, .wiki span.caution, .wiki span.important, .wiki span.info, .wiki span.tip, .wiki span.note { + display: block; + margin-top: .5em; + margin-bottom: .5em; + + padding: 4px 4px 4px 48px; + min-height: 33px; +} +.wiki p.smallsee-also, .wiki p.smallcaution, .wiki p.smallimportant, .wiki p.smallinfo, .wiki p.smalltip, .wiki p.smallnote, +.wiki span.smallsee-also, .wiki span.smallcaution, .wiki span.smallimportant, .wiki span.smallinfo, .wiki span.smalltip, .wiki span.smallnote { + display: block; + margin-top: .5em; + margin-bottom: .5em; + + padding: 4px 4px 4px 34px; + min-height: 24px; +} + +.wiki p.see-also, .wiki span.see-also { + background: url(../images/wiki_styles/see-also.png) 4px 4px no-repeat #f5fffa; + border: 1px solid #AAB1AD; +} +.wiki p.smallsee-also, .wiki span.smallsee-also { + background: url(../images/wiki_styles/see-also_small.png) 4px 4px no-repeat #f5fffa; + border: 1px solid #AAB1AD; +} + +.wiki p.caution, .wiki span.caution { + background: url(../images/wiki_styles/caution.png) 4px 6px no-repeat #f5fffa; + border: 1px solid #AAB1AD; +} +.wiki p.smallcaution, .wiki span.smallcaution { + background: url(../images/wiki_styles/caution_small.png) 4px 4px no-repeat #f5fffa; + border: 1px solid #AAB1AD; +} + +.wiki p.important, .wiki span.important { + background: url(../images/wiki_styles/important.png) 4px 7px no-repeat #F0F8FF; + border: 1px solid #C1C8CF; +} +.wiki p.smallimportant, .wiki span.smallimportant { + background: url(../images/wiki_styles/important_small.png) 4px 6px no-repeat #F0F8FF; + border: 1px solid #C1C8CF; +} + +.wiki p.info, .wiki span.info { + background: url(../images/wiki_styles/info.png) 4px 4px no-repeat #FFFFE0; + border: 1px solid #FFFF00; +} +.wiki p.smallinfo, .wiki span.smallinfo { + background: url(../images/wiki_styles/info_small.png) 4px 4px no-repeat #FFFFE0; + border: 1px solid #FFFF00; +} + +.wiki p.tip, .wiki span.tip { + background: url(../images/wiki_styles/tip.png) 4px 4px no-repeat #F5FFFA; + border: 1px solid #C7CFCA; +} +.wiki p.smalltip, .wiki span.smalltip { + background: url(../images/wiki_styles/tip_small.png) 4px 5px no-repeat #F5FFFA; + border: 1px solid #C7CFCA; +} + +.wiki p.note, .wiki span.note { + background: url(../images/wiki_styles/note.png) 6px 4px no-repeat #F5FFFA; + border: 1px solid #C7CFCA; +} +.wiki p.smallnote, .wiki span.smallnote { + background: url(../images/wiki_styles/note_small.png) 5px 4px no-repeat #F5FFFA; + border: 1px solid #C7CFCA; +} \ No newline at end of file