main-alt.css 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160
  1. body {
  2. margin: 0px;
  3. border: 0px;
  4. font-family: sans-serif;
  5. font-size: 12px;
  6. }
  7. h1 {
  8. font-size: 26px;
  9. font-weight: bold;
  10. }
  11. h2 {
  12. font-size: 22px;
  13. font-weight: bold;
  14. }
  15. h3, h4 {
  16. font-size: 16px;
  17. font-weight: bold;
  18. padding: 0px;
  19. margin: 0px;
  20. }
  21. h3 {
  22. padding: 10px;
  23. }
  24. p {
  25. padding: 10px;
  26. }
  27. a, a:visited {
  28. text-decoration: none;
  29. color: blue;
  30. }
  31. a:hover, a:active {
  32. text-decoration: underline;
  33. }
  34. .floatleft {
  35. float: left;
  36. }
  37. .floatright {
  38. float: right;
  39. }
  40. .clear {
  41. clear: both;
  42. }
  43. #calendarheader {
  44. font-size: 16px;
  45. font-weight: bold;
  46. text-align: center;
  47. }
  48. #calendarheader p {
  49. width: 300px;
  50. }
  51. #page {
  52. padding-top: 8px;
  53. display: block;
  54. margin-left: auto;
  55. margin-right: auto;
  56. width: 800px;
  57. }
  58. #header {
  59. background-color: #004A8B;
  60. height: 55px;
  61. padding: 10px;
  62. border-radius: 15px;
  63. -moz-border-radius: 15px;
  64. margin-bottom: 8px;
  65. box-shadow: 2px 2px 4px #000016;
  66. -moz-box-shadow: 2px 2px 4px #000016;
  67. -webkit-box-shadow: 2px 2px 4px #000016;
  68. width: 780px;
  69. }
  70. #footer {
  71. background-color: #004A8B;
  72. height: 20px;
  73. padding: 10px;
  74. border-radius: 15px;
  75. -moz-border-radius: 15px;
  76. margin-bottom: 8px;
  77. box-shadow: 2px 2px 4px #000016;
  78. -moz-box-shadow: 2px 2px 4px #000016;
  79. -webkit-box-shadow: 2px 2px 4px #000016;
  80. width: 780px;
  81. clear: both;
  82. color: white;
  83. text-align: center;
  84. }
  85. #sidebar {
  86. background-color: gold;
  87. float: left;
  88. width: 200px;
  89. valign: top;
  90. padding: 12px;
  91. margin-right: 10px;
  92. border-radius: 15px;
  93. -moz-border-radius: 15px;
  94. box-shadow: 2px 2px 4px #262600;
  95. -moz-box-shadow: 2px 2px 4px #262600;
  96. -webkit-box-shadow: 2px 2px 4px #262600;
  97. }
  98. #sidebar .header {
  99. background-color: #004A8B;
  100. border-radius: 15px;
  101. -moz-border-radius: 15px;
  102. color: white;
  103. padding-left: 8px;
  104. margin-bottom: 4px;
  105. }
  106. #sidebar ul {
  107. margin-top: 0px;
  108. margin-left: 0px;
  109. list-style: none;
  110. padding-left: 1em;
  111. }
  112. #sidebar ul li {
  113. padding-top: 2px;
  114. font-size: 14px;
  115. }
  116. #flogo {
  117. width: 20px;
  118. height: 20px;
  119. padding-right: 5px;
  120. }
  121. #main {
  122. width: 566px;
  123. float: left;
  124. }
  125. #main ul {
  126. margin-left: 1em;
  127. }
  128. #main ul li {
  129. list-style: disc outside none;
  130. display: list-item;
  131. margin-left: 1em;
  132. }
  133. #calendarframe {
  134. width: 566px;
  135. height: 450px;
  136. scrolling: no;
  137. frameborder: 0px;
  138. border-width: 0px;
  139. }
  140. #gallery img{
  141. height: 150px;
  142. }