home *** CD-ROM | disk | FTP | other *** search
/ Clickx 75 / Clickx 75.iso / software / expressionweb / expressionwebv3 / ExpressionWeb_en.exe / Setup / WeConen.cab / xweb.personal6.tem.STYLE2.CSS.en < prev    next >
Encoding:
Text File  |  2009-06-09  |  2.5 KB  |  152 lines

  1. ∩╗┐@import url("layout.css");
  2. body {
  3.     font-family: Georgia, "Times New Roman", Times, serif;
  4.     font-size: small;
  5.     background-image: url("../images/background_tile.gif");
  6.     background-repeat: repeat;
  7. }
  8. #container {
  9.     border-right: 2px solid #595959;
  10.     border-bottom: 2px solid #595959;
  11.     border-left: 2px solid #595959;
  12.     background-color: #fff;
  13. }
  14. #masthead {
  15.     text-align: left;
  16.     background-color: #fff;
  17.     background-image: url("../images/masthead_image.jpg");
  18.     background-repeat: no-repeat;
  19. }
  20. #navigation {
  21.     border-top: 1px solid #808080;
  22.     border-bottom: 1px solid #808080;
  23.     background-color: #dbf;
  24. }
  25. html>body #navigation {
  26.     overflow: hidden;
  27. }
  28. #column_l {
  29.     width: 367px;
  30.     padding: 15px;
  31.     background-color: #fff;
  32. }
  33. html>body #column_l {
  34.     width: 370px;
  35.     padding: 0 15px;
  36.     background-color: #fff;
  37. }
  38. #column_r {
  39.     width: 217px;
  40.     padding: 15px 10px;
  41.     background-color: #fff;
  42. }
  43. html>body #column_r {
  44.     width: 220px;
  45.     padding: 15px 10px;
  46.     background-color: #fff;
  47. }
  48. #content {
  49.     background-color: #fff;
  50. }
  51. #footer {
  52.     text-align: center;
  53.     padding-bottom: 10px;
  54. }
  55. html>body #footer {
  56.     text-align: center;
  57.     padding-bottom: 0;
  58. }
  59. /* Masthead */
  60. #masthead h1 {
  61.     font-weight: bold;
  62.     font-style: italic;
  63.     color: #fff;
  64.     margin-bottom: 0;
  65.     margin-left: 0.5em;
  66. }
  67. #masthead h3 {
  68.     font-weight: bold;
  69.     font-style: italic;
  70.     color: #fff;
  71.     margin-top: 0;
  72.     margin-left: 1em;
  73. }
  74. /* Navigation */
  75. #navigation ul {
  76.     list-style-type: none;
  77.     width: 100%;
  78.     margin: 0;
  79.     padding: 0;
  80. }
  81. #navigation li {
  82.     float: left;
  83. }
  84. #navigation a {
  85.     font-weight: bold;
  86.     text-decoration: none;
  87.     color: #000;
  88.     display: block;
  89.     padding: 5px;
  90.     border: 1px solid #dbf;
  91. }
  92. #navigation a:hover {
  93.     font-weight: bold;
  94.     text-decoration: none;
  95.     color: #fff;
  96.     border: 1px solid #b9d;
  97.     background-color: #b9d;
  98. }
  99. /* Right Column */
  100. #column_r img {
  101.     border: 1px solid #808080;
  102. }
  103. /* Site typography */
  104. h1 {
  105.     font-size: xx-large;
  106.     color: #000;
  107. }
  108. h2 {
  109.     font-size: x-large;
  110.     font-style: italic;
  111.     color: #000;
  112. }
  113. h3 {
  114.     font-size: large;
  115.     font-style: italic;
  116.     color: #000;
  117. }
  118. h4 {
  119.     font-size: medium;
  120.     font-style: italic;
  121.     color: #000;
  122. }
  123. h5 {
  124.     font-size: x-small;
  125.     font-style: italic;
  126.     color: #000;
  127. }
  128. h6 {
  129.     font-size: xx-small;
  130.     font-style: italic;
  131.     color: #000;
  132. }
  133. /* Footer */
  134. #footer p {
  135.     font-size: x-small;
  136.     color: #000;
  137. }
  138. /* Links */
  139. a {
  140.     color: #a27;
  141.     text-decoration: underline;
  142. }
  143. a:hover {
  144.     color: #f72;
  145.     text-decoration: none;
  146. }
  147. .style_bold {
  148.     font-weight: bold;
  149. }
  150. .style_italic {
  151.     font-style: italic;
  152. }