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

  1. ∩╗┐@import url("layout.css");
  2. body {
  3.     font-family: "Georgia", "Times New Roman", Times, serif;
  4.     font-size: 0.8em;
  5.     background-color: #764;
  6.     background-image: url("../images/background.gif");
  7.     background-repeat: repeat;
  8.     background-attachment: scroll;
  9. }
  10. #container {
  11.     width: 700px;
  12.     margin: 10px auto;
  13. }
  14. #masthead {
  15.     text-align: center;
  16.     width: 698px;
  17.     border: 1px solid #431;
  18.     background-color: #fff;
  19.     background-image: url("../images/masthead.gif");
  20.     background-repeat: repeat;
  21.     background-attachment: scroll;
  22. }
  23. #navigation {
  24.     position: relative;
  25.     float: left;
  26.     width: 148px;
  27.     margin-top: 10px;
  28.     margin-bottom: 10px;
  29.     border: 1px solid #431;
  30.     background-color: #fff;
  31. }
  32. #content {
  33.     float: left;
  34.     width: 518px;
  35.     margin-top: 10px;
  36.     margin-bottom: 10px;
  37.     margin-left: 10px;
  38.     padding: 10px;
  39.     border: 1px solid #431;
  40.     background-color: #fff;
  41. }
  42. #footer {
  43.     text-align: center;
  44.     clear: both;
  45.     width: 698px;
  46.     padding: 0px;
  47.     border: 1px solid #431;
  48.     background-color: #fff;
  49. }
  50. /* Masthead Styles */
  51. #masthead h1 {
  52.     color: #b71;
  53. }
  54. #masthead h3 {
  55.     color: #542;
  56. }
  57. /* Navigation Styles */
  58. #navigation ul {
  59.     list-style-type: none;
  60.     width: 100%;
  61.     display: block;
  62.     margin: 0;
  63.     padding: 0;
  64. }
  65. #navigation li {
  66.     display: block;
  67.     margin: 0;
  68.     padding: 0;
  69.     border: 1px solid #fff;
  70.     background-color: #fff;
  71. }
  72. #navigation a {
  73.     color: #a60;
  74.     text-decoration: none;
  75.     display: block;
  76.     padding: 5px;
  77.     border: 1px solid #fff;
  78.     background-color: #fff;
  79. }
  80. #navigation a:hover {
  81.     color: #fff;
  82.     text-decoration: none;
  83.     border: 1px solid #964;
  84.     background-color: #964;
  85. }
  86. /* Content Styles */
  87. #content h1,h2,h3,h4,h5,h6 {
  88.     color: #c82;
  89. }
  90. #content img {
  91.     padding: 5px;
  92.     border: 1px solid #964;
  93. }
  94. /* Footer Styles */
  95. #footer p {
  96.     color: #808080;
  97.     margin-top: 5px;
  98.     margin-bottom: 5px;
  99.     padding-top: 0px;
  100.     padding-bottom: 0px;
  101. }
  102. #footer a {
  103.     color: #a60;
  104.     text-decoration: underline;
  105. }
  106. #footer a:hover {
  107.     color: #853;
  108.     text-decoration: none;
  109. }
  110. a {
  111.     color: #a60;
  112.     text-decoration: underline;
  113. }
  114. a:hover {
  115.     color: #742;
  116.     text-decoration: underline;
  117. }
  118. .style_bold {
  119.     font-weight: bold;
  120. }
  121. .style_italic {
  122.     font-style: italic;
  123. }