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

  1. ∩╗┐@import url(layout.css);
  2. body {
  3.     color: #000;
  4.     font-family: Arial, Helvetica, sans-serif;
  5.     font-size: small;
  6.     font-style: normal;
  7.     background-color: #fff;
  8. }
  9. #container {
  10.     width: 100%;
  11.     margin: 0;
  12.     background-color: #fff;
  13.     position: relative;
  14. }
  15. #masthead {
  16.     text-align: right;
  17.     width: 100%;
  18.     background-color: #c5d5e5;
  19. }
  20. #navigation {
  21.     background-color: #ca7;
  22.     overflow: hidden;
  23. }
  24. #page_content {
  25.     position: relative;
  26.     width: 100%;
  27.     border-top-width: 1px;
  28.     border-top-style: solid;
  29.     border-top-color: #CCAA77;
  30. }
  31. #column_l {
  32.     position: relative;
  33.     margin: 0 350px 0 0;
  34.     padding: 0 2%;
  35.     background-color: #fff;
  36.     float: none;
  37. }
  38. #column_r {
  39.     float: none;
  40.     width: 330px;
  41.     margin: 0;
  42.     padding: 10px;
  43.     background-color: #cdf;
  44.     position: absolute;
  45.     right: 0px;
  46.     top: 0px;
  47. }
  48. #footer {
  49.     background-color: #dfcfbf;
  50.     padding-bottom: 5px;
  51. }
  52. /* Styles for Masthead */
  53. #masthead img {
  54.     float: left;
  55.     margin: 0;
  56.     padding: 0;
  57. }
  58. #masthead p {
  59.     font-size: small;
  60.     text-align: right;
  61.     color: #000;
  62.     margin: 10px 10px 10px 0;
  63.     padding: 0;
  64. }
  65. /* Styles for Navigation */
  66. #navigation ul {
  67.     list-style-type: none;
  68.     width: 100%;
  69.     margin: 0;
  70.     padding: 0;
  71. }
  72. #navigation li {
  73.     float: left;
  74. }
  75. #navigation a {
  76.     color: #000;
  77.     text-decoration: none;
  78.     display: block;
  79.     padding: 5px;
  80.     border: 1px solid #ca7;
  81.     background-color: #dc8;
  82. }
  83. #navigation a:hover {
  84.     color: #000;
  85.     text-decoration: none;
  86.     border: 1px solid #ed9;
  87.     background-color: #ed9;
  88. }
  89. /* Styles for Content */
  90. h1 {
  91.     font-size: 2em;
  92.     color: #393939;
  93. }
  94. h2 {
  95.     font-size: 1.75em;
  96.     color: #469;
  97. }
  98. h3 {
  99.     font-size: 1.5em;
  100.     color: #469;
  101. }
  102. h4 {
  103.     font-size: 1.25em;
  104.     color: #469;
  105. }
  106. h5 {
  107.     font-size: 0.75em;
  108.     color: #469;
  109. }
  110. h6 {
  111.     font-size: 0.5em;
  112.     color: #469;
  113. }
  114. /* Styles for Footer */
  115. #footer p {
  116.     font-size: x-small;
  117.     text-align: center;
  118.     color: #393939;
  119.     margin: 10px;
  120.     padding: 1px;
  121. }
  122. #footer a {
  123.     color: #393939;
  124.     text-decoration: underline;
  125. }
  126. #footer a:hover {
  127.     color: #000;
  128.     text-decoration: none;
  129. }
  130. /* Styles for Links */
  131. a {
  132.     color: #469;
  133.     text-decoration: underline;
  134. }
  135. a:hover {
  136.     color: #000;
  137.     text-decoration: underline;
  138. }
  139. .style_bold {
  140.     font-weight: bold;
  141. }
  142. .style_italic {
  143.     font-style: italic;
  144. }