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

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