Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /**
- * @file
- * Page Background Styling
- *
- * The default layout method of Zen doesn't give themers equal-height columns.
- * However, equal-height columns are difficult to achieve and totally
- * unnecessary. Instead, use the Faux Columns method described in the following
- * ALA article:
- * http://www.alistapart.com/articles/fauxcolumns/
- */
- body { background: url(../images/ftbbg.jpg);background-size: 100%; background-attachment: fixed; margin:0; height: 100%;
- }
- #header { background: url(../images/webheader.png);
- }
- #page-wrapper {
- }
- #page {
- }
- #header .section {
- }
- #main-wrapper {
- }
- #main {
- }
- .region-footer {
- }
- .sidebar .section .block {background: transparent url(../images/transbg.png);
- }
- .node {background: transparent url(../images/transbg.png);
- margin-bottom: 30px;
- }
Advertisement
Add Comment
Please, Sign In to add comment