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

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