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

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