New theme base for SuiteDesk
This commit is contained in:
parent
c1bbd9d6f5
commit
8cf3c56044
137 changed files with 12866 additions and 8 deletions
38
themes/zen/STARTERKIT/css/page-backgrounds.css
Normal file
38
themes/zen/STARTERKIT/css/page-backgrounds.css
Normal file
|
@ -0,0 +1,38 @@
|
|||
/**
|
||||
* @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 {
|
||||
}
|
||||
|
||||
#page-wrapper {
|
||||
}
|
||||
|
||||
#page {
|
||||
}
|
||||
|
||||
#header {
|
||||
}
|
||||
|
||||
#header .section {
|
||||
}
|
||||
|
||||
#main-wrapper {
|
||||
}
|
||||
|
||||
#main {
|
||||
}
|
||||
|
||||
#footer {
|
||||
}
|
||||
|
||||
#footer .section {
|
||||
}
|
Reference in a new issue