A new, object-oriented, better vesion of μForum
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.

80 lines
1.2 KiB

  1. #container {
  2. background-color: #CEE3F6;
  3. border: 2px solid navy;
  4. }
  5. a:hover {
  6. color: navy;
  7. }
  8. #container #top {
  9. background-color: #CEE3F6;
  10. height: 140px;
  11. }
  12. #container #top h1 {
  13. top: 30%;
  14. color: navy;
  15. }
  16. #container #footer {
  17. background-color: navy;
  18. }
  19. #container #menu {
  20. background-image: url('images/button_beam.gif');
  21. }
  22. .navigation {
  23. color: navy;
  24. }
  25. .row:last-child .tc1, .row:last-child .tc2, .row:last-child .tc3, .row:last-child .tc4 {
  26. border-bottom: 1px solid #040074;
  27. }
  28. .rcol {
  29. border: 1px solid #040074;
  30. }
  31. .tc1 {
  32. border-left: 1px solid #040074;
  33. }
  34. .tc4 {
  35. border-right: 1px solid #040074;
  36. }
  37. .hc1, .hc2, .hc3, .hc4 {
  38. background-image: url('images/category_beam.gif');
  39. border-top: 1px solid #040074;
  40. }
  41. .hc1 {
  42. border-left: 1px solid #040074;
  43. }
  44. .hc4 {
  45. border-right: 1px solid #040074;
  46. }
  47. .tab_desc {
  48. color: blue;
  49. }
  50. input[type="button"], input[type="reset"], input[type="submit"] {
  51. background-color: #C7E2FB;
  52. border: 1px solid #AACAE8;
  53. color: #204E7A;
  54. }
  55. input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
  56. background-color: #e3effb;
  57. }
  58. .btn {
  59. background-image: url('images/button_beam.gif');
  60. }
  61. .btn_small {
  62. background-image: url('images/button_beam.gif');
  63. }