princepangaea

Untitled

May 1st, 2011
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.81 KB | None | 0 0
  1. /**
  2. * @file
  3. * Page Background Styling
  4. *
  5. * The default layout method of Zen doesn't give themers equal-height columns.
  6. * However, equal-height columns are difficult to achieve and totally
  7. * unnecessary. Instead, use the Faux Columns method described in the following
  8. * ALA article:
  9. * http://www.alistapart.com/articles/fauxcolumns/
  10. */
  11.  
  12.  
  13. body { background: url(../images/ftbbg.jpg);background-size: 100%; background-attachment: fixed; margin:0; height: 100%;
  14. }
  15.  
  16.  
  17. #header { background: url(../images/webheader.png);
  18. }
  19.  
  20. #page-wrapper {
  21. }
  22.  
  23. #page {
  24. }
  25.  
  26. #header .section {
  27. }
  28.  
  29. #main-wrapper {
  30. }
  31.  
  32. #main {
  33. }
  34.  
  35. .region-footer {
  36. }
  37.  
  38. .sidebar .section .block {background: transparent url(../images/transbg.png);
  39. }
  40.  
  41. .node {background: transparent url(../images/transbg.png);
  42. margin-bottom: 30px;
  43. }
Advertisement
Add Comment
Please, Sign In to add comment