From d94f7f7f9b61511643f8d907d569c3d21e366fbd Mon Sep 17 00:00:00 2001 From: Eric Davis Date: Fri, 5 Aug 2011 11:27:48 -0700 Subject: [PATCH] [#263] Remove old themes --- .../alternate/stylesheets/application.css | 70 -- 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 824 -> 0 bytes public/themes/chiliproject/images/map.png | Bin 888 -> 0 bytes .../chiliproject/images/middle_shine.png | Bin 192 -> 0 bytes .../themes/chiliproject/images/shadow_top.png | Bin 406 -> 0 bytes .../images/wiki_styles/caution.png | Bin 1509 -> 0 bytes .../images/wiki_styles/caution_small.png | Bin 1407 -> 0 bytes .../images/wiki_styles/important.png | Bin 1484 -> 0 bytes .../images/wiki_styles/important_small.png | Bin 1024 -> 0 bytes .../chiliproject/images/wiki_styles/info.png | Bin 1729 -> 0 bytes .../images/wiki_styles/info_small.png | Bin 1397 -> 0 bytes .../chiliproject/images/wiki_styles/note.png | Bin 2724 -> 0 bytes .../images/wiki_styles/note_small.png | Bin 1667 -> 0 bytes .../images/wiki_styles/see-also.png | Bin 2977 -> 0 bytes .../images/wiki_styles/see-also_small.png | Bin 1342 -> 0 bytes .../chiliproject/images/wiki_styles/tip.png | Bin 2279 -> 0 bytes .../images/wiki_styles/tip_small.png | Bin 1276 -> 0 bytes .../chiliproject/stylesheets/application.css | 959 ------------------ public/themes/classic/images/home.png | Bin 806 -> 0 bytes public/themes/classic/images/wrench.png | Bin 610 -> 0 bytes .../classic/stylesheets/application.css | 41 - .../sap/stylesheets/application.css} | 3 + 27 files changed, 3 insertions(+), 1570 deletions(-) delete mode 100644 public/themes/alternate/stylesheets/application.css delete mode 100644 public/themes/chiliproject/CHANGELOG delete mode 100644 public/themes/chiliproject/GPL.txt delete mode 100644 public/themes/chiliproject/README.rdoc delete mode 100644 public/themes/chiliproject/README.redmine delete mode 100644 public/themes/chiliproject/VERSION delete mode 100644 public/themes/chiliproject/images/bottom_shine.png delete mode 100644 public/themes/chiliproject/images/map.png delete mode 100644 public/themes/chiliproject/images/middle_shine.png delete mode 100644 public/themes/chiliproject/images/shadow_top.png delete mode 100644 public/themes/chiliproject/images/wiki_styles/caution.png delete mode 100644 public/themes/chiliproject/images/wiki_styles/caution_small.png delete mode 100644 public/themes/chiliproject/images/wiki_styles/important.png delete mode 100644 public/themes/chiliproject/images/wiki_styles/important_small.png delete mode 100644 public/themes/chiliproject/images/wiki_styles/info.png delete mode 100644 public/themes/chiliproject/images/wiki_styles/info_small.png delete mode 100644 public/themes/chiliproject/images/wiki_styles/note.png delete mode 100644 public/themes/chiliproject/images/wiki_styles/note_small.png delete mode 100644 public/themes/chiliproject/images/wiki_styles/see-also.png delete mode 100644 public/themes/chiliproject/images/wiki_styles/see-also_small.png delete mode 100644 public/themes/chiliproject/images/wiki_styles/tip.png delete mode 100644 public/themes/chiliproject/images/wiki_styles/tip_small.png delete mode 100644 public/themes/chiliproject/stylesheets/application.css delete mode 100644 public/themes/classic/images/home.png delete mode 100644 public/themes/classic/images/wrench.png delete mode 100644 public/themes/classic/stylesheets/application.css rename public/{stylesheets/color.css => themes/sap/stylesheets/application.css} (99%) diff --git a/public/themes/alternate/stylesheets/application.css b/public/themes/alternate/stylesheets/application.css deleted file mode 100644 index ef2c8cf9..00000000 --- a/public/themes/alternate/stylesheets/application.css +++ /dev/null @@ -1,70 +0,0 @@ -@import url(../../../stylesheets/application.css); - -body, #wrapper { background-color:#EEEEEE; } -#header, #top-menu { margin: 0px 10px 0px 11px; } -#main { background: #EEEEEE; margin: 8px 10px 0px 10px; } -#content, #main.nosidebar #content { background: #fff; border-right: 1px solid #bbb; border-bottom: 1px solid #bbb; border-left: 1px solid #d7d7d7; border-top: 1px solid #d7d7d7; } -#footer { background-color:#EEEEEE; border: 0px; } - -/* Headers */ -h2, h3, h4, .wiki h1, .wiki h2, .wiki h3 {border-bottom: 0px;} - -/* Menu */ -#main-menu li a { background-color: #507AAA; font-weight: bold;} -#main-menu li a:hover { background: #507AAA; text-decoration: underline; } -#main-menu li a.selected, #main-menu li a.selected:hover { background-color:#EEEEEE; } - -/* Tables */ -table.list tbody td, table.list tbody tr:hover td { border: solid 1px #d7d7d7; } -table.list thead th { - border-width: 1px; - border-style: solid; - border-top-color: #d7d7d7; - border-right-color: #d7d7d7; - border-left-color: #d7d7d7; - border-bottom-color: #999999; -} - -/* Issues grid styles by priorities (provided by Wynn Netherland) */ -table.list tr.issue a { color: #666; } - -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; } - -/* 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"], input[type="password"], textarea, select { padding: 2px; border: 1px solid #d7d7d7; } -input[type="text"], input[type="password"] { padding: 3px; } -input[type="text"]:focus, input[type="password"]:focus, textarea:focus, select:focus { border: 1px solid #888866; } -option { border-bottom: 1px dotted #d7d7d7; } - -/* Misc */ -.box { background-color: #fcfcfc; } diff --git a/public/themes/chiliproject/CHANGELOG b/public/themes/chiliproject/CHANGELOG deleted file mode 100644 index 8ae9a965..00000000 --- a/public/themes/chiliproject/CHANGELOG +++ /dev/null @@ -1,52 +0,0 @@ -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 deleted file mode 100644 index 82fa1daa..00000000 --- a/public/themes/chiliproject/GPL.txt +++ /dev/null @@ -1,339 +0,0 @@ - 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 deleted file mode 100644 index bfb8a710..00000000 --- a/public/themes/chiliproject/README.rdoc +++ /dev/null @@ -1,8 +0,0 @@ -= 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 deleted file mode 100644 index 6b2dbb4c..00000000 --- a/public/themes/chiliproject/README.redmine +++ /dev/null @@ -1,100 +0,0 @@ -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 deleted file mode 100644 index f8677859..00000000 --- a/public/themes/chiliproject/VERSION +++ /dev/null @@ -1 +0,0 @@ -0.2.0 ~ 22-05-2009 diff --git a/public/themes/chiliproject/images/bottom_shine.png b/public/themes/chiliproject/images/bottom_shine.png deleted file mode 100644 index f6cf4ac05679ae046f2659f63ce358d69e5b114b..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 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%>&!%>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 diff --git a/public/themes/chiliproject/images/wiki_styles/caution.png b/public/themes/chiliproject/images/wiki_styles/caution.png deleted file mode 100644 index 4c02ea4c96eb477f3aefb10e0940320ed568cc6b..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 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 diff --git a/public/themes/chiliproject/images/wiki_styles/caution_small.png b/public/themes/chiliproject/images/wiki_styles/caution_small.png deleted file mode 100644 index cc240aa5152fe3fe201c5a6783e1c65d144347e0..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 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 diff --git a/public/themes/chiliproject/images/wiki_styles/important.png b/public/themes/chiliproject/images/wiki_styles/important.png deleted file mode 100644 index 0a30addb5d8ec7b430f7ac03227b269389d05606..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1484 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 diff --git a/public/themes/chiliproject/images/wiki_styles/info.png b/public/themes/chiliproject/images/wiki_styles/info.png deleted file mode 100644 index 5732c4f3b093fa3a5e78ad4b38b3479db9864ecd..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1729 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 F{{WTERQ~_~ diff --git a/public/themes/chiliproject/images/wiki_styles/see-also_small.png b/public/themes/chiliproject/images/wiki_styles/see-also_small.png deleted file mode 100644 index db9fb8359de8714f99081ec357049d0a64819e03..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 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 diff --git a/public/themes/chiliproject/images/wiki_styles/tip.png b/public/themes/chiliproject/images/wiki_styles/tip.png deleted file mode 100644 index e8a2eaea7a17c2b07a9ba090fb7c868eb0c1d915..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 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 diff --git a/public/themes/chiliproject/images/wiki_styles/tip_small.png b/public/themes/chiliproject/images/wiki_styles/tip_small.png deleted file mode 100644 index d5eac1c58750d281f62ee086f7378d53b7f61e49..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 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 diff --git a/public/themes/classic/images/home.png b/public/themes/classic/images/home.png deleted file mode 100644 index fed62219f57cdfb854782dbadf5123c44d056bd4..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 806 zcmV+>1KIqEP)v;U&v3%|^C`Ga3?LtY&4dQB4Oz;1v;J%z!D&%WRH@BZ?x; z3)8@IUIv@hG|@IwyHLC`l{1<4BK>wam95g|i|?Cfzt876&-Zx_0f5*l-9`IJI&mHu zE6$@xB)6N}7VeR;!X8D!TAw;;&0Bsj?A071cO>X3K0wl7WZ1;Tg!4LHyNcnzoeQ7t zNW`aSlm8WXYkek&ir$13=ngczvf zV0vnjNpCF&K8px}dunv+`LIb-sOC$_jD(;IBI$xC|7`(+9cA>Vir_V#z{?k7SX^Ah z^71m~W@q439Ycqfhi7+gp#A14n1n1!e>$EdeATG|f798Y=ggzwEKH2Q!qU2QA(Se?dwqG69%>n$6rtE z%F(845Az8c{w(XgimJg96!jLMz?zS6I1HUm2baqQx7&@nx;lhHA!r6vs2|fqJETOu zLxeu2OQ(3(au%dg>AcZsWI(zXn9XJg1cLe8k~0h0wOL=&HK}7X k{AKr*U4z7Szv)i%9gTgghwgU$Q~&?~07*qoM6N<$g31kYk^lez diff --git a/public/themes/classic/images/wrench.png b/public/themes/classic/images/wrench.png deleted file mode 100644 index 5c8213fef5ab969f03189d4367e32e597e38bd7f..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 610 zcmV-o0-gPdP)^jb z4`0v}DG1te)wmeb(>p90leRz?_mO+^JKy=v&2<29Od6?F%9%(c8los#f*@G`-%W&* z$)uBj2i@u-@SgX}gtyWPe6d*|w6h%R? zScK2#Yn%$sum0cy>90DmY*i{1XqpClEtktsRTZ)lCUe z<FogV^*tm>8*AlX za4oiR!&85LrobG57qUHUX#{>Vz(RHpB5|@>9O6N$jqB8>%($0wxE5R3)b>Y~xtCo$ zCgEk&A?_#IxHdN)9tqre^o{ho4{?hmPuf@^@I3-wncaRd%|~O3xbrKY=&TiwPYkJroM{;WUQTuMY8vp