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

  1. ∩╗┐@import url("layout.css");
  2. body {
  3.     font-family: Verdana, Arial, Helvetica, sans-serif;
  4.     font-size: 0.8em;
  5.     background-color: #f2f2f7;
  6.     background-image: url("../images/background.gif");
  7.     background-repeat: repeat;
  8.     background-attachment: scroll;
  9. }
  10. #container {
  11.     width: 700px;
  12.     margin: 10px auto;
  13. }
  14. #masthead {
  15.     text-align: center;
  16.     width: 698px;
  17.     border-top: 1px solid #dcdcdc;
  18.     border-right: 1px solid #a9a9a9;
  19.     border-bottom: 1px solid #808080;
  20.     border-left: 1px solid #a9a9a9;
  21.     background-color: #fafaff;
  22. }
  23. #navigation {
  24.     position: relative;
  25.     float: left;
  26.     width: 148px;
  27.     margin-top: 10px;
  28.     margin-bottom: 10px;
  29.     border-top: 1px solid #dcdcdc;
  30.     border-right: 1px solid #a9a9a9;
  31.     border-bottom: 1px solid #808080;
  32.     border-left: 1px solid #a9a9a9;
  33.     background-color: #fff;
  34. }
  35. #content {
  36.     float: left;
  37.     width: 518px;
  38.     margin-top: 10px;
  39.     margin-bottom: 10px;
  40.     margin-left: 10px;
  41.     padding: 10px;
  42.     border-top: 1px solid #dcdcdc;
  43.     border-right: 1px solid #a9a9a9;
  44.     border-bottom: 1px solid #808080;
  45.     border-left: 1px solid #a9a9a9;
  46.     background-color: #fff;
  47. }
  48. #footer {
  49.     text-align: center;
  50.     clear: both;
  51.     width: 698px;
  52.     padding-top: 5px;
  53.     padding-bottom: 5px;
  54.     border-top: 1px solid #dcdcdc;
  55.     border-right: 1px solid #a9a9a9;
  56.     border-bottom: 1px solid #808080;
  57.     border-left: 1px solid #a9a9a9;
  58.     background-color: #fefeff;
  59. }
  60. /* Masthead Styles */
  61. #masthead h1 {
  62.     color: #3d6c87;
  63. }
  64. #masthead h3 {
  65.     color: #5f8ea9;
  66. }
  67. /* Navigation Styles */
  68. #navigation ul {
  69.     list-style-type: none;
  70.     width: 100%;
  71.     display: block;
  72.     margin: 0;
  73.     padding: 0;
  74. }
  75. #navigation li {
  76.     display: block;
  77.     margin: 0;
  78.     padding: 0;
  79.     border: 1px solid #fff;
  80.     background-color: #fff;
  81. }
  82. #navigation a {
  83.     color: #3d6c87;
  84.     text-decoration: none;
  85.     display: block;
  86.     padding: 5px;
  87.     border: 1px solid #fff;
  88.     background-color: #fff;
  89. }
  90. #navigation a:hover {
  91.     color: #fff;
  92.     text-decoration: none;
  93.     border: 1px solid #5f8ea9;
  94.     background-color: #5f8ea9;
  95. }
  96. /* Content Styles */
  97. #content h1,h2,h3,h4,h5,h6 {
  98.     color: #3d6c87;
  99. }
  100. #content img {
  101.     padding: 5px;
  102.     border: 1px solid #808080;
  103. }
  104. /* Footer Styles */
  105. #footer p {
  106.     color: #808080;
  107.     margin-top: 5px;
  108. }
  109. #footer a {
  110.     color: #5f8ea9;
  111.     text-decoration: underline;
  112. }
  113. #footer a:hover {
  114.     color: #33627d;
  115.     text-decoration: none;
  116. }
  117. a {
  118.     color: #5f8ea9;
  119.     text-decoration: underline;
  120. }
  121. a:hover {
  122.     color: #33627d;
  123.     text-decoration: underline;
  124. }
  125. .style_bold {
  126.     font-weight: bold;
  127. }
  128. .style_italic {
  129.     font-style: italic;
  130. }