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

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