BCS website placeholder and testbed (circa Nov 2003)
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.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.

60 lines
1.0 KiB

  1. table td {
  2. font-family: Georgia, "Times New Roman", Times, serif;
  3. font-size: 10pt;
  4. }
  5. table {
  6. background-color: #e0e7e0;
  7. margin-top: 6pt;
  8. }
  9. body {
  10. background-color: #eeeeee;
  11. }
  12. p {
  13. text-indent: 12pt;
  14. }
  15. .title {
  16. font-size: 24pt;
  17. font-weight: bold;
  18. color: #CCCCCC;
  19. text-align: center;
  20. padding-top: 20pt;
  21. font-family: Verdana, Arial, Helvetica, sans-serif;
  22. }
  23. .banner {
  24. background-color: #3399CC;
  25. }
  26. .intro {
  27. font-size: 14pt;
  28. font-style: italic;
  29. font-weight: bold;
  30. color: #99CCCC;
  31. text-align: center;
  32. padding-top: 20pt;
  33. }
  34. .note {
  35. font-size: 14pt;
  36. font-style: italic;
  37. background-color: #009999;
  38. text-align: center;
  39. font-weight: bold;
  40. color: #00FFCC;
  41. padding-top: 20pt;
  42. }
  43. .pagetitle {
  44. font-family: Georgia, "Times New Roman", Times, serif;
  45. font-size: 36pt;
  46. font-style: italic;
  47. color: #336699;
  48. font-weight: bold;
  49. text-align: center;
  50. margin-top: 12px;
  51. margin-bottom: 24px;
  52. }
  53. .sitetitle {
  54. font-size: 60pt;
  55. font-style: italic;
  56. font-weight: bold;
  57. text-align: center;
  58. vertical-align: middle;
  59. color: #336699;
  60. }