Page 1 of 1
Background Images, instead of colour
Posted: Fri Oct 05, 2007 7:14 pm
by Scoobies
Can someone please tell me how to add a Background Image into the Style sheet.
I have had a go and failed Miserably.
I want two Images added in, to make the helpdesk blend into my forum.
I want the main background with one image, and the form background another Image.
If anyone can Advise that would be great.
Thanks
Derek
style.css
Posted: Sat May 17, 2008 4:36 pm
by Top
Replace "style.css" contents with this:
Code: Select all
BODY, TD {
background-color: #FFFFFF;
color : black;
font-family : Tahoma, Arial, Verdana, Geneva, Helvetica, sans-serif;
font-size: 12px;
}
BODY {
background: #FFF url(img/html-bg.gif) repeat-x;
}
TD {
background-color: #F4F4F4;
}
TD.white {
background-color: #FFFFFF;
}
TD.admin_white {
background-color: #FFFFFF;
font-size: 11px;
}
TD.admin_gray {
background: #42afdc url(img/td-bg.gif) repeat-x;
background-color: #F4F4F4;
font-size: 11px;
}
.small {
font-size: 11px;
}
.smaller {
font-size: 10px;
}
A {
color : Blue;
text-decoration : underline;
}
A:HOVER {
color : Red;
text-decoration : none;
}
A.smaller {
font-size: 10px;
color : Blue;
text-decoration : underline;
}
A.smaller:HOVER {
font-size: 10px;
color : Red;
text-decoration : none;
}
table.white {
background-color: #23559C;
color : #000000;
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 12px;
}
table.enclosing {
color : black;
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 12px;
BORDER: #23559C 1px solid;
}
H3{
color : #AF0000;
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 13px;
font-weight: bold;
}
.important{
color: Red;
}
.medium{
color: #FF9900;
}
INPUT {
font-size: 12px;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
color:#000000;
/*background-color:#FFFFFF;*/
}
INPUT.button {
font-size: 12px;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
color:#000000;
background-color:#FFFFFF;
}
HR {
color: #B8CFE7;
height: 1px;
}
.open {color : #FF0000;}
.waitingreply {color : #FF9933;}
.replied {color : #0000FF;}
.resolved {color : #008000;}
.allbutresolved {color : #000000;}
.success {color : #008000;}
.error {color : #FF0000;}
.notice {color : #FF9900}
God Bless Us All,
Aziz