You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

application.css 3.0KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. /* Redmine - project management software
  2. * Copyright (C) 2006- Jean-Philippe Lang
  3. *
  4. * This program is free software; you can redistribute it and/or
  5. * modify it under the terms of the GNU General Public License
  6. * as published by the Free Software Foundation; either version 2
  7. * of the License, or (at your option) any later version.
  8. *
  9. * This program is distributed in the hope that it will be useful,
  10. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  11. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  12. * GNU General Public License for more details.
  13. *
  14. * You should have received a copy of the GNU General Public License
  15. * along with this program; if not, write to the Free Software
  16. * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */
  17. @import url(/application.css);
  18. body{ color:#303030; background:#e8eaec; }
  19. #top-menu { font-size: 80%; height: 2em; padding-top: 0.5em; background-color: #578bb8; }
  20. #top-menu a { font-weight: bold; }
  21. #header { background: #467aa7; height:5.8em; padding: 10px 0 0 0; }
  22. #header h1 { margin-left: 6px; }
  23. #quick-search { margin-right: 6px; }
  24. #main-menu { background-color: #578bb8; left: 0; border-top: 1px solid #fff; width: 100%; }
  25. #main-menu li { margin: 0; padding: 0; }
  26. #main-menu li a { background-color: #578bb8; border-right: 1px solid #fff; font-size: 90%; padding: 4px 8px 4px 8px; font-weight: bold; }
  27. #main-menu li a:hover { background-color: #80b0da; color: #ffffff; }
  28. #main-menu li a.selected, #main-menu li a.selected:hover { background-color: #80b0da; color: #ffffff; }
  29. #main-menu li a.new-object { background-color:#80b0da; }
  30. #main-menu .menu-children {
  31. border-right: 1px solid #80b0da;
  32. border-bottom: 1px solid #80b0da;
  33. border-left: 1px solid #80b0da;
  34. }
  35. #main-menu .menu-children li a { border-right: none; }
  36. #main-menu .menu-children li a:hover { background-color: #80b0da }
  37. #footer { background-color: #578bb8; border: 0; color: #fff;}
  38. #footer a { color: #fff; font-weight: bold; }
  39. #main { font:90% Verdana,Tahoma,Arial,sans-serif; background: #e8eaec; }
  40. #main a { font-weight: bold; color: #467aa7;}
  41. #main a:hover { color: #2a5a8a; text-decoration: underline; }
  42. #content { background: #fff; }
  43. h2, h3, h4, .wiki h1, .wiki h2, .wiki h3 { border-bottom: 0px; color:#606060; font-family: Trebuchet MS,Georgia,"Times New Roman",serif; }
  44. h2, .wiki h1 { letter-spacing:-1px; }
  45. h4 { border-bottom: dotted 1px #c0c0c0; }
  46. #top-menu a.home, #top-menu a.my-page, #top-menu a.projects, #top-menu a.administration, #top-menu a.help {
  47. background-position: 0% 40%;
  48. background-repeat: no-repeat;
  49. padding-left: 20px;
  50. padding-top: 2px;
  51. padding-bottom: 3px;
  52. }
  53. #top-menu a.home { background-image: url(/themes/classic/home.png); }
  54. #top-menu a.my-page { background-image: url(/user.png); }
  55. #top-menu a.projects { background-image: url(/projects.png); }
  56. #top-menu a.administration { background-image: url(/themes/classic/wrench.png); }
  57. #top-menu a.help { background-image: url(/help.png); }