Website re-design samples (circa Jun 2005)
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.

119 lines
1.6 KiB

  1. /*
  2. site.css
  3. */
  4. body {
  5. background-color: #ccd;
  6. }
  7. #layout {
  8. background: #fff url('/img/logo_bg.jpg') center no-repeat;
  9. }
  10. #head {
  11. margin: 0 0 0.5em 0;
  12. }
  13. #content p {
  14. margin-right: 10em;
  15. }
  16. #footer img {
  17. clear: both;
  18. margin: 1em 0 0 0;
  19. }
  20. #head p.name {
  21. margin: 0;
  22. padding: 0;
  23. font-family: Verdana, Helvetica, Sans-Serif;
  24. font-size: 1.125em;
  25. font-weight: bold;
  26. font-style: italic;
  27. text-align: right;
  28. line-height: 0.875em;
  29. border: 1px solid #9c9;
  30. }
  31. #head h1 {
  32. margin: 0;
  33. padding: 0;
  34. font-family: Verdana, Helvetica, Sans-Serif;
  35. font-size: 1.125em;
  36. font-weight: bold;
  37. font-style: italic;
  38. text-align: right;
  39. line-height: 0.875em;
  40. }
  41. #head p.addr {
  42. margin: 0;
  43. padding: 0;
  44. font-family: Georgia;
  45. font-size: 0.625em;
  46. font-weight: normal;
  47. font-style: italic;
  48. line-height: 0.875em;
  49. }
  50. #head h6 {
  51. margin: 0;
  52. padding: 0;
  53. font-family: Georgia;
  54. font-size: 0.625em;
  55. font-weight: normal;
  56. font-style: italic;
  57. }
  58. #panel {
  59. border: 1px solid #999;
  60. background: #eef;
  61. }
  62. form {
  63. margin: 0.5em 0;
  64. padding: 0;
  65. }
  66. form a {
  67. font-size: 9px;
  68. float: right;
  69. }
  70. label {
  71. text-align: right;
  72. font-size: 10px;
  73. font-weight: bold;
  74. }
  75. input {
  76. text-align: left;
  77. font-size: 14px;
  78. margin-right: 0.375em;
  79. border: 1px solid #666;
  80. }
  81. fieldset {
  82. border: 1px solid #333;
  83. }
  84. table {
  85. margin: 0;
  86. padding: 0;
  87. border: 1px solid #999;
  88. }
  89. th {
  90. text-align: center;
  91. font-size: 18px;
  92. font-style: italic;
  93. font-weight: bold;
  94. background: #eef;
  95. padding: 0.25em 0;
  96. border-bottom: 1px solid #999;
  97. }
  98. td {
  99. text-align: right;
  100. font-size: 10px;
  101. margin: 0;
  102. padding: 0.25em 0 0 0;
  103. }
  104. .centered {
  105. text-align: center;
  106. }
  107. .button {
  108. text-align: center;
  109. padding: 0.5em;
  110. }
  111. td.message {
  112. text-align: center;
  113. border-bottom: 1px solid #999;
  114. }