A lightweight forum engine written in PHP. Repository is now obsolete and read-only. http://www.pioder.pl/uforum.html
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.8 KiB

  1. /**************** body and tag styles ****************/
  2. body, p {
  3. margin-top: 0px;
  4. margin-bottom: 30px;
  5. background-color: #fefefe;
  6. font-family: Verdana, Arial, Helvetica, sans-serif;
  7. color: #333333;
  8. font-size: 13px;
  9. }
  10. #container {
  11. width: 750px;
  12. margin: 0 auto;
  13. font-family: Verdana, Arial, Helvetica, sans-serif;
  14. font-size: 11px;
  15. line-height: 1.6em;
  16. color: #666666;
  17. background-color: #FFFFFF;
  18. }
  19. #container2 {
  20. width: 746px;
  21. margin: 0 auto;
  22. font-family: Verdana, Arial, Helvetica, sans-serif;
  23. font-size: 11px;
  24. line-height: 1.6em;
  25. color: #666666;
  26. background-color: #FFFFFF;
  27. border-bottom: 2px solid #2763A5;
  28. }
  29. pre {
  30. font-family: "courier new", sans-serif;
  31. font-weight: normal;
  32. font-size: 12px;
  33. color: #6DA6E2;
  34. background-color: #FFFFFF;
  35. }
  36. h1 {
  37. font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  38. font-weight: normal;
  39. font-size: 32px;
  40. color: #6DA6E2;
  41. margin-bottom: 30px;
  42. background-color: #FFFFFF;
  43. }
  44. h2 {
  45. font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  46. font-weight: normal;
  47. font-size: 28px;
  48. color: #6DA6E2;
  49. margin-bottom: 30px;
  50. background-color: #FFFFFF;
  51. }
  52. h3 {
  53. font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  54. font-weight: normal;
  55. font-size: 24px;
  56. color: #6DA6E2;
  57. margin-bottom: 30px;
  58. background-color: #FFFFFF;
  59. }
  60. a {
  61. color: #6DA6E2;
  62. background-color: #FFFFFF;
  63. text-decoration: none;
  64. font-weight: bold;
  65. font-family: Verdana;
  66. }
  67. a:hover {
  68. background-color: #FFFFFF;
  69. color: inherit;
  70. font-weight: bold;
  71. text-decoration: underline;
  72. font-family: Verdana;
  73. }