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

  1. ∩╗┐@import url("layout.css");
  2. body {
  3.     font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  4.     font-size: 0.8em;
  5.     color: #000;
  6.     background-color: #67b;
  7. }
  8. #container {
  9.     width: 630px;
  10.     margin: 0 auto;
  11.     background-color: #cdf;
  12. }
  13. #masthead {
  14.     text-align: right;
  15.     width: 630px;
  16.     overflow: auto;
  17.     background-color: #ddb;
  18. }
  19. #sidebar {
  20.     float: left;
  21.     width: 154px;
  22.     background-color: #cdf;
  23.     position: relative;
  24.     clear: both;
  25.     display: inline;
  26. }
  27. #content {
  28.     float: left;
  29.     width: 446px;
  30.     padding: 15px;
  31.     overflow: auto;
  32.     background-color: #fff;
  33.     margin: 0px;
  34.     position: relative;
  35. }
  36. #content img {
  37.     display: block;
  38. }
  39. #footer {
  40.     clear: both;
  41.     width: 630px;
  42.     background-color: #dcb;
  43.     padding: 0;
  44.     overflow: auto;
  45.     margin-top: 0px;
  46. }
  47. #masthead img {
  48.     float: left;
  49. }
  50. #masthead p {
  51.     text-align: right;
  52.     margin: 0;
  53.     margin-top: 5px;
  54.     margin-right: 10px;
  55.     padding: 0;
  56. }
  57. /* Styles for Navigation */
  58. #sidebar ul {
  59.     list-style-type: none;
  60.     width: 100%;
  61.     display: block;
  62.     margin: 0;
  63.     padding: 0;
  64. }
  65. #sidebar li {
  66.     display: block;
  67.     border: 1px solid #cdf;
  68. }
  69. #sidebar a {
  70.     font-weight: bold;
  71.     text-decoration: none;
  72.     color: #04b;
  73.     display: block;
  74.     padding: 5px;
  75.     border-bottom: 1px solid #f9f9f9;
  76. }
  77. #sidebar a:hover {
  78.     font-weight: bold;
  79.     text-decoration: none;
  80.     color: #04b;
  81.     border-bottom: 1px solid #f9f9f9;
  82.     background-color: #f9f9f9;
  83. }
  84. /* Styles for Footer */
  85. #footer p {
  86.     font-size: 0.9em;
  87.     text-align: center;
  88.     margin: 0px;
  89.     padding: 2px;
  90. }
  91. #footer a {
  92.     color: #333;
  93.     text-decoration: underline;
  94. }
  95. #footer a:hover {
  96.     color: #333;
  97.     text-decoration: none;
  98. }
  99. a {
  100.     color: #04b;
  101.     text-decoration: underline;
  102. }
  103. a:hover {
  104.     color: #333;
  105.     text-decoration: underline;
  106. }
  107. .style_bold {
  108.     font-weight: bold;
  109. }
  110. .style_italic {
  111.     font-style: italic;
  112. }