moosechic
11-24-2009, 12:25 AM
hi-
im a bit new at wordpress... i'm trying to do a custom background image, but the image is not showing up all the way to the bottom. i have the background set to 100%... here. i'm using the free theme irresistable...
the site can be viewed at:
http://pamelaharrisonministries.org/revival/
here is the style.css code:
/*
Theme Name: Irresistible
Theme URI: http://www.woothemes.com/
Description: Irresistible by WooThemes
Version: 2.1.1
Author: WooThemes
Author URI: http://www.woothemes.com/
*/
/*------------------------------------------------------------------
1. RESET
Global reset for all HTML elements
------------------------------------------------------------------*/
* { font-family: inherit; font-size: 100%; font-style: inherit; font-weight: inherit; margin: 0; outline: 0; padding: 0; vertical-align: baseline; }
html { height: 100% }
body { background: #fff; color: #000; font-size: 100.01%; min-height: 101%; text-align: left; position: relative; }
img, fieldset, abbr, acronym { border: 0 }
table { border-collapse: collapse; border-spacing: 0; width: 100%; }
address, caption, cite, code, dfn, em, strong, var { font-style: normal; font-weight: normal; }
caption { text-align: left }
q:before, q:after, blockquote:before, blockquote:after { content: '' }
input, select, textarea, button { font-size: 1em; line-height: normal; width: auto; }
input, select { vertical-align: middle }
textarea { height: auto; overflow: auto; }
option { padding-left: 0.6em }
button { background: none; border: 0; cursor: pointer; text-align: center; }
ul, ol { list-style-type:none; }
/*------------------------------------------------------------------
2. MAIN STYLES
General definitions
--------------------------------------------------------------------
/*-------------------------------
2.a Tags defaults
---------------------------------
[?] Tags only. No classes or ID's here.
*/
body#woothemes {
background: #18191b url(images/bg.jpg) repeat-y center 0;
color: #e9e9e9;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 18px;
}
p, ul, ol, table { margin: 0 0 18px }
em { color: #d9e3ea }
im a bit new at wordpress... i'm trying to do a custom background image, but the image is not showing up all the way to the bottom. i have the background set to 100%... here. i'm using the free theme irresistable...
the site can be viewed at:
http://pamelaharrisonministries.org/revival/
here is the style.css code:
/*
Theme Name: Irresistible
Theme URI: http://www.woothemes.com/
Description: Irresistible by WooThemes
Version: 2.1.1
Author: WooThemes
Author URI: http://www.woothemes.com/
*/
/*------------------------------------------------------------------
1. RESET
Global reset for all HTML elements
------------------------------------------------------------------*/
* { font-family: inherit; font-size: 100%; font-style: inherit; font-weight: inherit; margin: 0; outline: 0; padding: 0; vertical-align: baseline; }
html { height: 100% }
body { background: #fff; color: #000; font-size: 100.01%; min-height: 101%; text-align: left; position: relative; }
img, fieldset, abbr, acronym { border: 0 }
table { border-collapse: collapse; border-spacing: 0; width: 100%; }
address, caption, cite, code, dfn, em, strong, var { font-style: normal; font-weight: normal; }
caption { text-align: left }
q:before, q:after, blockquote:before, blockquote:after { content: '' }
input, select, textarea, button { font-size: 1em; line-height: normal; width: auto; }
input, select { vertical-align: middle }
textarea { height: auto; overflow: auto; }
option { padding-left: 0.6em }
button { background: none; border: 0; cursor: pointer; text-align: center; }
ul, ol { list-style-type:none; }
/*------------------------------------------------------------------
2. MAIN STYLES
General definitions
--------------------------------------------------------------------
/*-------------------------------
2.a Tags defaults
---------------------------------
[?] Tags only. No classes or ID's here.
*/
body#woothemes {
background: #18191b url(images/bg.jpg) repeat-y center 0;
color: #e9e9e9;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 18px;
}
p, ul, ol, table { margin: 0 0 18px }
em { color: #d9e3ea }