comicpress-2.8/themepack/theaterhopper/style.css

43 lines
679 B
CSS
Raw Normal View History

/*
ThemePack Name: Theatre Hopper
ThemePack URI: http://comicpress.org
Description: for http://theaterhopper.com/
Author: Philip M. Hofer (Frumph)
Author URI: http://frumph.net/
Version: 0.1.0
.
The CSS, XHTML and design is released under GPL v3:
http://www.opensource.org/licenses/gpl-3.0.html
.
*/
/* STANDARD TAGS */
body {
background: #9a0000;
}
#page {
width: 972px;
background: url('header.jpg') top center repeat-y;
}
#header {
height: 200px;
}
#content-wrapper {
background: url('background.jpg') top center 100px repeat-y;
padding: 0 14px;
}
.narrowcolumn {
width: 480px;
}
#footer {
height: 260px;
background: url('footer.jpg') top center no-repeat;
}