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

  1. ∩╗┐@import url(layout.css);
  2. body {
  3.     margin: 0px;
  4.     background-color: #EDECF1;
  5.     font-family: Georgia, "Times New Roman", Times, serif;
  6.     padding: 0px;
  7.     font-size: 0.75em;
  8. }
  9. /* Styles for DIV tags */
  10. #container {
  11.     border-right: 3px solid #D7DCDF;
  12.     border-bottom: 3px solid #D7DCDF;
  13.     border-left: 3px solid #D7DCDF;
  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. }
  20. #masthead {
  21.     background-color: #FFFFFF;
  22.     padding: 15px;
  23. }
  24. #navigation {
  25.     margin-left: 160px;
  26.     background-color: #DCDBE0;
  27. }
  28. html>body #navigation {
  29.     overflow: hidden;
  30. }
  31. #content_container {
  32.     background-color:#FFFFFF;
  33.     padding: 0px;
  34. }
  35. #column_left {
  36.     float: left;
  37. }
  38. #column_right {
  39.     background-color: #F7F7F9;
  40. }
  41. #image {
  42.     margin-bottom: 6px;
  43.     margin-left: 6px;
  44. }
  45. #footer {
  46.     background-color: #FFFFFF;
  47.     padding-top: 15px;
  48. }
  49. /* Styles for Masthead */
  50. #masthead h1 {
  51.     color: #4E5659;
  52.     margin: 0px;
  53.     padding: 0px;
  54. }
  55. #masthead h3 {
  56.     color: #79878D;
  57.     margin-bottom: 0px;
  58. }
  59. #masthead a {
  60.     color: #4E5659;
  61.     text-decoration: none;
  62. }
  63. #masthead a:hover {
  64.     text-decoration: none;
  65. }
  66. /* Styles for Navigation */
  67. #navigation ul {
  68.     list-style-type: none;
  69.     width: 100%;
  70.     margin: 0;
  71.     padding: 0;
  72. }
  73. #navigation li {
  74.     float: left;
  75. }
  76. #navigation a {
  77.     margin: 0 1px;
  78.     padding: 5px;
  79.     display: block;
  80.     border: 1px solid #DCDBE0;
  81.     text-decoration: none;
  82.     color: #000;
  83. }
  84. #navigation a:hover {
  85.     background-color: #069;
  86.     border: 1px solid #DCDBE0;
  87. }
  88. /* Styles for Right Column */
  89. #column_right h4 {
  90.     color: #333333;
  91. }
  92. #column_right p {
  93.     color: #333333;
  94.     font-size: 0.9em;
  95. }
  96. #column_right a {
  97.     color: #003366;
  98.     text-decoration: underline;
  99. }
  100. #column_right a:hover {
  101.     text-decoration: none;
  102. }
  103. /* Styles for Left Column */
  104. h1 {
  105.     font-size: xx-large;
  106.     color: #4E5659;
  107.     margin-top: 0px;
  108. }
  109. h2 {
  110.     font-size: x-large;
  111.     color: #4E5659;
  112.     margin-top: 0px;
  113. }
  114. h3 {
  115.     font-size: large;
  116.     color: #4E5659;
  117.     margin-top: 0px;
  118. }
  119. h4 {
  120.     font-size: medium;
  121.     color: #4E5659;
  122.     margin-top: 0px;
  123. }
  124. h5 { 
  125.     font-size: x-small;
  126.     margin-top: 0px;
  127. }
  128. h6 { 
  129.     font-size: xx-small;
  130.     margin-top: 0px;
  131. }
  132. a {
  133.     color: #006699;
  134. }
  135. a:hover {
  136.     text-decoration: none;
  137. }
  138. /* Styles for Footer */
  139. #footer p {
  140.     margin: 0;
  141.     font-size: 0.8em;
  142.     text-align: left;
  143. }
  144. #copyright {
  145.     float: right;
  146.     text-align: right;
  147. }
  148. #copyright p {
  149.     font-size: 0.85em;
  150.     color: #79878D;
  151. }
  152. #footer a {
  153.     color: #006699;
  154. }
  155. #footer a:hover {
  156.     text-decoration: none;
  157. }
  158. .style_bold {
  159.     font-weight: bold;
  160. }
  161. .style_italic {
  162.     font-style: italic;
  163. }