index.css 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. /* The contents of this file are subject to the Mozilla Public
  2. * License Version 1.1 (the "License"); you may not use this file
  3. * except in compliance with the License. You may obtain a copy of
  4. * the License at http://www.mozilla.org/MPL/
  5. *
  6. * Software distributed under the License is distributed on an "AS
  7. * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
  8. * implied. See the License for the specific language governing
  9. * rights and limitations under the License.
  10. *
  11. * The Original Code is the Bugzilla Bug Tracking System.
  12. *
  13. * Contributor(s): Vitaly Harisov <vitaly@rathedg.com>
  14. */
  15. /* index page (begin) */
  16. #page-index
  17. {
  18. padding: 0.2em 0.2em 0.15em 0.2em;
  19. }
  20. #page-index ul, #page-index li,
  21. #page-index p, #page-index form p
  22. {
  23. margin: 0;
  24. padding: 0;
  25. }
  26. #page-index ul
  27. {
  28. padding-bottom: 1em;
  29. }
  30. #page-index li
  31. {
  32. list-style: none;
  33. }
  34. #page-index p
  35. {
  36. padding-bottom: 0.5em;
  37. }
  38. /* Hide from NN4 */
  39. div#page-index .intro
  40. {
  41. width: 250px;
  42. height: 200px;
  43. margin-top: 2.3em;
  44. margin-right: 2.3em;
  45. float: right;
  46. background: transparent no-repeat url(index/front.png);
  47. }
  48. #page-index #report
  49. {
  50. padding-bottom: 1em;
  51. }
  52. #page-index #sidebar
  53. {
  54. padding-top: 1em;
  55. }
  56. #new_release
  57. {
  58. border: 2px solid red;
  59. padding: 0.5em 1em;
  60. margin: 1em;
  61. font-weight: bold;
  62. }
  63. #new_release .notice
  64. {
  65. font-size: 80%;
  66. font-weight: normal;
  67. }
  68. #welcome-admin a
  69. {
  70. font-weight: bold;
  71. }
  72. /* index page (end) */