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

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