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

  1. ∩╗┐@import url(layout.css);
  2. body {
  3.     margin: 0px;
  4.     background-color: #555533;
  5.     font-family: Georgia, "Times New Roman", Times, serif;
  6.     font-size: 0.8em;
  7.     padding: 0px;
  8. }
  9. /* Styles for DIV tags */
  10. #container {
  11.     border-right: 5px solid #666644;
  12.     border-left: 5px solid #666644;
  13.     border-bottom: 5px solid #666644;
  14.     background-color: #283227;
  15.     background-image:  url("../images/leftphoto.jpg");
  16.     background-repeat: no-repeat;
  17.     background-position: left top;
  18.     background-attachment: scroll;
  19. }
  20. #masthead {
  21.     background-color: #EEEECC;
  22.     border-top: 0;
  23.     border-right: 0;
  24.     border-left: 0;
  25.     padding: 15px;
  26. }
  27. #navigation {
  28.     background-color: #CCCC99;
  29.     margin-left: 160px;
  30.     text-align: center;
  31. }
  32. html>body #navigation {
  33.     overflow: hidden;
  34. }
  35. #content_container {
  36.     background-color:#FFFFFF;
  37.     padding: 0px;
  38. }
  39. #column_left {
  40.     float: left;
  41. }
  42. #column_right {
  43.     background-color: #F9F9EC;
  44.     padding-bottom: 30px;
  45.     background-repeat: repeat-x;
  46.     background-position: left bottom;
  47.     background-attachment: scroll;
  48. }
  49. #image {
  50.     margin-bottom: 6px;
  51.     margin-left: 6px;
  52. }
  53. #footer {
  54.     background-color: #F9F9EC;
  55.     color: #666644;
  56.     background-repeat: repeat-x;
  57.     background-position: bottom;
  58.     padding-top: 8px;
  59.     padding-bottom: 8px;
  60. }
  61. /* Styles for Masthead */
  62. #masthead h1 {
  63.     color: #555533;
  64.     font-style: italic;
  65.     font-size: 2.6em;
  66.     margin: 0px;
  67.     text-align: right;
  68. }
  69. #masthead h3 {
  70.     margin-top: .4em;
  71.     color: #999977;
  72.     margin-bottom: 0px;
  73.     text-align: right;
  74.     font-size: 1.4em;
  75.     font-style: italic;
  76.     font-weight: normal;
  77. }
  78. #masthead a {
  79.     color: #555533;
  80.     text-decoration: none;
  81. }
  82. /* Styles for Navigation */
  83. #navigation ul {
  84.     list-style-type: none;
  85.     width: 100%;
  86.     margin: 0;
  87.     padding: 0;
  88. }
  89. #navigation li {
  90.     float: left;
  91. }
  92. #navigation a {
  93.     margin: 0 1px;
  94.     padding: 5px;
  95.     border: 1px solid #cc9;
  96.     display: block;
  97.     text-decoration: none;
  98. }
  99. #navigation a:hover {
  100.     color: #eec;
  101.     text-decoration: none;
  102.     background-color: #664;
  103.     border: 1px solid #cc9;
  104. }
  105. /* Styles for Right Column */
  106. #column_right h4 {
  107.     color: #666644;
  108.     margin-top: 0px;
  109. }
  110. #column_right p {
  111.     color: #444422;
  112.     margin-top: 0px;
  113.     font-size: 0.9em;
  114. }
  115. #column_right a {
  116.     color: #6A6AB4;
  117. }
  118. #column_right a:hover {
  119.     background-color: #EEEECC;
  120. }
  121. /* Styles for Left Column */
  122. h1 {
  123.     font-size: xx-large;
  124.     color: #222200;
  125.     margin-top: 0px;
  126. }
  127. h2 {
  128.     font-size: x-large;
  129.     color: #333311;
  130.     margin-top: 0px;
  131. }
  132. h3 {
  133.     font-size: large;
  134.     color: #444422;
  135.     margin-top: 0px;
  136. }
  137. h4 {
  138.     font-size: medium;
  139.     color: #555533;
  140.     margin-top: 0px;
  141. }
  142. h5 { 
  143.     font-size: x-small;
  144.     margin-top: 0px;
  145. }
  146. h6 { 
  147.     font-size: xx-small;
  148.     margin-top: 0px;
  149. }
  150. a {
  151.     color: #6A6AB4;
  152. }
  153. a:hover {
  154.     background-color: #EEEECC;
  155. }
  156. /* Styles for Footer */
  157. #footer p {
  158.     margin: 0;
  159.     font-size: 0.75em;
  160.     text-align: left;
  161. }
  162. #copyright {
  163.     float: right;
  164.     text-align: right;
  165. }
  166. #copyright p {
  167.     font-size: 0.75em;
  168. }
  169. #footer a {
  170.     color: #555522;
  171.     font-weight: bold;
  172.     text-decoration: underline;
  173. }
  174. #footer a:hover {
  175.     text-decoration: none;
  176. }
  177. .style_bold {
  178.     font-weight: bold;
  179. }
  180. .style_italic {
  181.     font-style: italic;
  182. }