Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on May 4th, 2012  |  syntax: None  |  size: 2.13 KB  |  hits: 13  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. *{
  2.         font-family: Helvetica;
  3. }
  4. body{
  5.         background-color: #e8e8e8;
  6. }
  7. #container {
  8.         background-image: url(../images/background_top.png);
  9.         margin:auto;
  10.         background-repeat: no-repeat;
  11.         min-height:600px;
  12. }
  13. header {
  14.         background-image:url(../images/header_bg.png);
  15.         height: 380px;
  16.         background-repeat:repeat-x;
  17.         width:100%;
  18. }
  19. header #logo {
  20.         background-image:url(../images/logo.png);
  21.         background-repeat: no-repeat;
  22.         height: 295px;
  23.         margin-left: -180px;
  24. }
  25. .wrapper {
  26.         width: 900px;
  27.         margin: auto;
  28. }
  29. header .wrapper {
  30.         background-image: url(../images/background_top.png);
  31.         background-repeat: no-repeat;
  32.         top:20px;
  33.         position: relative;
  34.         height: 333px;
  35. }
  36. header .spruch {
  37.         background-image: url(../images/spruch.png);
  38.         height: 125px;
  39.         width: 900px;
  40.         position:relative;
  41.         top:-160px;
  42. }
  43. header #navigation { list-style: none; }
  44. header #navigation li {
  45.         text-align:left;
  46.         float:left;
  47.         padding-left: 10px;
  48.         padding-right: 10px;
  49.         font-weight: bold;
  50.         text-transform: uppercase;
  51. }
  52. header #navigation li:last-child { padding-right: 0px; }
  53. header #navigation li:first-child { padding-left: 0px; }
  54. header #navigation ul li span { margin-top: 75px; }
  55. header #navigation {
  56.         position:relative;
  57.         top:-229px;
  58.         left:365px;
  59. }
  60. footer {
  61.         background-image: url(../images/footer_bg.png);
  62.         background-repeat:repeat-x;
  63.         float:left;
  64.         height:350px;
  65.         width:100%;
  66. }
  67. footer #partner {
  68.         margin-top:90px;
  69.         white-space: nowrap;
  70. }
  71. footer #partner img{padding-left:80px;}
  72. footer #footernotes {
  73.         padding-top:70px;
  74.         font-size: 18px;
  75.         font-weight: bold;
  76.         min-height: 135px;
  77.         width: 30%
  78. }
  79. footer #support {width:30%;}
  80. footer #copyrightnote {
  81.         bottom: 15px;
  82.         color: #FFFFFF;
  83.         position: relative;
  84.         font-size: 11px;
  85.         font-family:Helvetica;
  86. }
  87.  
  88.  
  89. a .readmore {
  90.         background-image:url(../images/readmore.png);
  91.         background-repeat: no-repeat;
  92.         width: 77px;
  93.         height: 21px;
  94. }
  95. a .readmore:hover {
  96.         background-image:url(../images/readmore.png);
  97.         background-repeat: no-repeat;
  98.         width: 77px;
  99.         height: 21px;
  100. }
  101.  
  102.  
  103. .shadow { text-shadow: 1px #fff; }
  104.  
  105. #main {
  106.         margin-left:auto;
  107.         margin-right:auto;
  108.         min-width:500px;
  109.         max-width:900px;
  110. }
  111.  
  112.  
  113. .floatR { float: right; }
  114. .floatL { float: left; }