home *** CD-ROM | disk | FTP | other *** search
/ Clickx 75 / Clickx 75.iso / software / expressionweb / expressionwebv3 / ExpressionWeb_en.exe / Setup / WeConen.cab / xweb.org1.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: "Georgia", "Times New Roman", Times, serif;
  4.     font-size: 0.8em;
  5.     background-attachment: scroll;
  6.     background-color: #e6d98f;
  7.     background-image: url("../images/background.gif");
  8.     background-position: top left;
  9.     background-repeat: repeat-x;
  10. }
  11. #container {
  12.     width: 100%;
  13.     margin-top: 57px;
  14.     border-bottom: 2px solid #a0522d;
  15.     background-color: #fff;
  16. }
  17. #masthead {
  18.     width: 700px;
  19.     margin-right: auto;
  20.     margin-left: auto;
  21.     padding-top: 5px;
  22.     padding-bottom: 5px;
  23. }
  24. #navigation {
  25.     width: 700px;
  26.     margin-right: auto;
  27.     margin-left: auto;
  28.     clear: both;
  29.     overflow: hidden;
  30.     margin-bottom: 10px;
  31. }
  32. #page_content {
  33.     position: relative;
  34.     width: 700px;
  35.     margin-right: auto;
  36.     margin-left: auto;
  37. }
  38. #content {
  39.     position: relative;
  40.     float: left;
  41.     width: 290px;
  42.     padding-top: 5px;
  43.     padding-bottom: 5px;
  44.     text-align: left;
  45. }
  46. #sidebar {
  47.     float: right;
  48.     width: 380px;
  49.     padding-top: 5px;
  50.     padding-bottom: 5px;
  51.     text-align: left;
  52. }
  53. #footer {
  54.     clear: both;
  55.     width: 700px;
  56.     margin-right: auto;
  57.     margin-left: auto;
  58.     text-align: left;
  59.     margin-top: 10px;
  60.     margin-bottom: 10px;
  61. }
  62. /* Masthead Styles */
  63. #masthead h1 {
  64.     font-weight: normal;
  65.     color: #daa520;
  66.     text-transform: uppercase;
  67.     float: left;
  68.     margin-top: 5px;
  69.     display: inline;
  70. }
  71. #masthead h3 {
  72.     font-weight: normal;
  73.     color: #965;
  74.     float: left;
  75.     margin-top: 10px;
  76.     margin-left: 30px;
  77.     display: inline;
  78. }
  79. /* Navigation Styles */
  80. #navigation ul {
  81.     list-style-type: none;
  82.     width: auto;
  83.     margin: 0;
  84.     padding: 0;
  85. }
  86. #navigation li {
  87.     float: left;
  88. }
  89. #navigation a {
  90.     text-decoration: none;
  91.     color: #a0522d;
  92.     display: block;
  93.     margin: 0 1px;
  94.     padding: 5px;
  95.     border: 1px solid #708090;
  96.     background-color: #edb;
  97. }
  98. #navigation a:hover {
  99.     text-decoration: none;
  100.     color: #edb;
  101.     background-color: #a0522d;
  102. }
  103. /* Content Styles */
  104. #content h1,h2,h3,h4,h5,h6 {
  105.     color: #a0522d;
  106. }
  107. #content img {
  108.     padding: 5px;
  109.     border: 1px solid #a0522d;
  110. }
  111. /* Sidebar Styles */
  112. #sidebar p {
  113.     color: #222;
  114. }
  115. #sidebar img {
  116.     float: right;
  117.     margin-bottom: 5px;
  118.     margin-left: 5px;
  119. }
  120. /* Footer Styles */
  121. #footer p {
  122.     font-size: 0.85em;
  123.     color: #808080;
  124. }
  125. #footer a {
  126.     color: #a0522d;
  127.     text-decoration: underline;
  128. }
  129. #footer a:hover {
  130.     color: #800000;
  131.     text-decoration: none;
  132. }
  133. /* Link Styles */
  134. a {
  135.     color: #a0522d;
  136.     text-decoration: underline;
  137. }
  138. a:hover {
  139.     color: #800000;
  140.     text-decoration: underline;
  141. }
  142. .style_bold {
  143.     font-weight: bold;
  144. }
  145. .style_italic {
  146.     font-style: italic;
  147. }