|
|
| Author |
Message |
Miss_Smiley
Well Known User
Joined: 13 Jan 2007
Posts: 176
|
Posted: March 8th 2008, 8:22 am Post subject: Adding a Background image |
|
|
I am using subsilover as a basis for my forum and have tried countless things to change the background colour to an image and also the original white bit in subsilver around the forums. Please help as no matter what I have tried it just willnot change from the colours I have.
Thanks in advance
My .css file
| Code:
|
/*
The original subSilver Theme for phpBB version 2+
Created by subBlue design
http://www.subBlue.com
*/
/* General page style. The scroll bar colours only visible in IE5.5+ */
.dom_overview_abshidden {
position: absolute;
visibility: hidden;
width: 300px;
}
body {
background-color:#ffc1c1;background-image: url(templates/subsilver/images/cutecolorschoresbg3.gif);
background-repeat: repeat;
scrollbar-face-color: #f7eeee;
scrollbar-highlight-color: #FFFFFF;
scrollbar-shadow-color: #f7eeee;
scrollbar-3dlight-color: #F5E9E9;
scrollbar-arrow-color: #800000;
scrollbar-track-color: #fbf5f5;
scrollbar-darkshadow-color: #cc9999;
}
/* General font families for common tags */
font,th,td,p { font-family: Verdana, Arial, Helvetica, sans-serif }
a:link,a:active,a:visited { color : #800000; }
a:hover { text-decoration: underline; color : #DD6900; }
hr { height: 0px; border: solid #F5E9E9 0px; border-top-width: 1px;}
/* This is the border line & background colour round the entire page */
.bodyline { background-color:#FFF0F5
;background-image: url(templates/subsilver/images/cutecolorschoresbg2.gif);background-repeat: repeat; border: 2px
#CD3278 dashed; }
/* This is the outline round the main forum tables */
.forumline { background-color: #FFFFFF; border: 2px #CD5C5C
dashed; }
/* Main table cell colours and backgrounds */
td.row1 { background-color: #fbf5f5; }
td.row2 { background-color: #f7eeee; }
td.row3 { background-color: #F5E9E9; }
/*
This is for the table cell above the Topics, Post & Last posts on the index.php page
By default this is the fading out gradiated silver background.
However, you could replace this with a bitmap specific for each forum
*/
td.rowpic {
background-color: #FFFFFF;
background-image: url(images/cellpic2.jpg);
background-repeat: repeat-y;
}
/* Header cells - the blue and silver gradient backgrounds */
th {
color: #FFB572; font-size: 11px; font-weight : bold;
background-color: #800000; height: 25px;
background-image: url(images/cellpic3.gif);
}
td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
background-image: url(images/cellpic1.gif);
background-color:#F5E9E9; border: #FFFFFF; border-style: dashed; height: 28px;
}
/*
Setting additional nice inner borders for the main table cells.
The names indicate which sides the border will be on.
Don't worry if you don't understand this, just ignore it :-)
*/
td.cat,td.catHead,td.catBottom {
height: 29px;
border-width: 0px 0px 0px 0px;
}
th.thHead,th.thSides,th.thTop,th.thLeft,th.thRight,th.thBottom,th.thCornerL,th.thCornerR {
font-weight: bold; border: #FFFFFF; border-style: dashed; height: 28px; }
td.row3Right,td.spaceRow {
background-color: #F5E9E9; border: #FFFFFF; border-style: dashed; }
th.thHead,td.catHead { font-size: 12px; border-width: 1px 1px 0px 1px; }
th.thSides,td.catSides,td.spaceRow { border-width: 0px 1px 0px 1px; }
th.thRight,td.catRight,td.row3Right { border-width: 0px 1px 0px 0px; }
th.thLeft,td.catLeft { border-width: 0px 0px 0px 1px; }
th.thBottom,td.catBottom { border-width: 0px 1px 1px 1px; }
th.thTop { border-width: 1px 0px 0px 0px; }
th.thCornerL { border-width: 1px 0px 0px 1px; }
th.thCornerR { border-width: 1px 1px 0px 0px; }
/* The largest text used in the index page title and toptic title etc. */
.maintitle,h1,h2 {
font-weight: bold; font-size: 22px; font-family: "Trebuchet MS",Verdana, Arial, Helvetica,
sans-serif;
text-decoration: none; line-height : 120%; color : #000000;
}
/* General text */
.gen { font-size : 12px; }
.genmed { font-size : 11px; }
.gensmall { font-size : 10px; }
.gen,.genmed,.gensmall { color : #000000; }
a.gen,a.genmed,a.gensmall { color: #800000; text-decoration: none; }
a.gen:hover,a.genmed:hover,a.gensmall:hover { color: #DD6900; text-decoration: underline; }
/* ReportSystem by Wicher */
.reason_error {font-size : 11px; color: #FFA34F; text-decoration: none; }
/* The register, login, search etc links at the top of the page */
.mainmenu { font-size : 11px; color : #000000 }
a.mainmenu { text-decoration: bold; color : #800000; }
a.mainmenu:hover{ text-decoration: underline; color : #DD6900; }
/* Forum category titles */
.cattitle { font-weight: bold; font-size: 12px ; letter-spacing: 1px; color : #800000}
a.cattitle { text-decoration: italic; color : #800000; }
a.cattitle:hover{ text-decoration: underline; }
/* Forum title: Text and link to the forums used in: index.php */
.forumlink { font-weight: bold; font-size: 12px; color : #800000; }
a.forumlink { text-decoration: italic; color : #800000 }
a.forumlink:hover{ text-decoration: underline; color : #DD6900; }
/* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */
.nav { font-weight: bold; font-size: 11px; color : #000000;}
a.nav { text-decoration: none; color : #800000 }
a.nav:hover { text-decoration: underline; }
/* titles for the topics: could specify viewed link colour too */
.topictitle { font-weight: bold; font-size: 11px; color : #000000; }
a.topictitle:link { text-decoration: none; color : #800000}
a.topictitle:visited { text-decoration: none; color : #b00000; }
a.topictitle:hover { text-decoration: underline; color : #DD6900; }
/* Name of poster in viewmsg.php and viewtopic.php and other places */
.name { font-size : 11px; color : #000000;}
/* Location, number of posts, post date etc */
.postdetails { font-size : 10px; color : #000000; }
/* The content of the posts (body of text) */
.postbody { font-size : 12px;}
a.postlink:link { text-decoration: none; color : #006699 }
a.postlink:visited { text-decoration: italic; color : #b00000; }
a.postlink:hover { text-decoration: underline; color : #DD6900}
/* Quote & Code blocks */
.code {
font-family: Courier, 'Courier New', sans-serif; font-size: 11px; color: #800000;
background-color: #FAFAFA; border: #F5E9E9; border-style: dashed;
border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}
.quote {
font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #444444; line-height: 125%;
background-color: #FAFAFA; border: #F5E9E9; border-style: dashed;
border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}
/* Copyright and bottom info */
.copyright { font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #444444;
letter-spacing: -1px;}
a.copyright { color: #444444; text-decoration: none;}
a.copyright:hover { color: #000000; text-decoration: underline;}
/* Form elements */
input,textarea, select {
color : #000000;
font: normal 11px Verdana, Arial, Helvetica, sans-serif;
border-color : #000000;
}
/* The text input fields background colour */
input.post, textarea.post, select {
background-color : #FFFFFF;
}
input { text-indent : 2px; }
/* The buttons used for bbCode styling in message post */
input.button {
background-color : #fbf5f5;
color : #000000;
font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif;
}
/* The main submit button option */
input.mainoption {
background-color : #FAFAFA;
font-weight : bold;
}
/* None-bold submit button */
input.liteoption {
background-color : #FAFAFA;
font-weight : normal;
}
/* This is the line in the posting page which shows the rollover
help line. This is actually a text box, but if set to be the same
colour as the background no one will know ;)
*/
.helpline { background-color: #f7eeee; border-style: none; }
/* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */
@import url("formIE.css");
|
overall header file
| Code:
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html dir="{S_CONTENT_DIRECTION}">
<head>
<meta http-equiv="Content-Type" content="text/html; charset={S_CONTENT_ENCODING}">
<meta http-equiv="Content-Style-Type" content="text/css">
{META}
{NAV_LINKS}
<title>{SITENAME} :: {PAGE_TITLE}</title>
<link rel="stylesheet" href="templates/subSilver/{T_HEAD_STYLESHEET}" type="text/css">
<!-- BEGIN switch_enable_pm_popup -->
<script language="Javascript" type="text/javascript">
<!--
if ( {PRIVATE_MESSAGE_NEW_FLAG} )
{
window.open('{U_PRIVATEMSGS_POPUP}', '_phpbbprivmsg', 'HEIGHT=225,resizable=yes,WIDTH=400');;
}
//-->/* Begin Simple Subforums MOD */
a.topic-new, a.topic-new:visited { color: {T_BODY_HLINK}; }
a.topic-new:hover, a.topic-new:active { color: {T_BODY_LINK}; }
/* End Simple Subforums MOD */
</script>
<!-- END switch_enable_pm_popup -->
</head>
<body {background-color={T_BODY_BGCOLOR} background-image: url(images/cutecolorschoresbg3.gif); text="{T_BODY_TEXT}" link="{T_BODY_LINK}" vlink="{T_BODY_VLINK}">
<a name="top"></a>
<table width="100%" cellspacing="0" cellpadding="10" border="0" align="center">
<tr>
<td class="bodyline"><table width="100%" cellspacing="0" cellpadding="0" border="0">
<tr>
<td align="center" width="100%" valign="middle"><a href="{U_PORTAL}"><img src="templates/subSilver/images/logo_phpBB.gif" border="0" alt="{L_INDEX}" vspace="1" /></a><br /><br /><span class="maintitle">{SITENAME}</span><br /><span class="gen"><br /> </span>
<table cellspacing="0" cellpadding="2" border="0">
<tr>
<td align="center" valign="top" nowrap="nowrap"><span class="mainmenu"> <a href="{U_CALENDAR}" class="mainmenu"><img src="templates/subSilver/images/icon_calendar.gif" width="18" height="18" border="0" alt="{L_CALENDAR}" hspace="3" />{L_CALENDAR}</a> <a href="{U_PORTAL}" class="mainmenu"><img src="templates/subSilver/images/home.png" width="20" height="22" border="0" alt="{L_HOME}" hspace="3" />{L_HOME}</a> <a href="{U_FAQ}" class="mainmenu"><img src="templates/subSilver/images/icon_mini_faq.gif" width="18" height="18" border="0" alt="{L_FAQ}" hspace="3" />{L_FAQ}</a> <a href="{U_SHOP}" class="mainmenu"><img src="templates/subSilver/images/icon_shop.gif" width="35" height="30" border="0" alt="{L_SHOP}" hspace="3" />{L_SHOP}</a> <a href="{U_SEARCH}" class="mainmenu"><img src="templates/subSilver/images/icon_mini_search.gif" width="15" height="15" border="0" alt="{L_SEARCH}" hspace="3" />{L_SEARCH}</a>
<!-- BEGIN switch_memberlist -->
<a href="{U_MEMBERLIST}" class="mainmenu"><img src="templates/subSilver/images/icon_mini_members.gif" width="20" height="20" border="0" alt="{L_MEMBERLIST}" hspace="3" />{L_MEMBERLIST}</a> <a href="{U_LUDI}" class="mainmenu"><img src="templates/subSilver/images/dice.gif" width="30" height="30" border="0" alt="{L_LUCKYDICE}" hspace="3" />{LUCKYDICE}</a> <a href="tictactoe.php" class="mainmenu"><img src="templates/subSilver/images/icon_mini_t.gif" width="12" height="13" border="0" alt="TicTacToe" hspace="3" />TicTacToe</a>
<!-- END switch_memberlist -->
<a href="{U_GROUP_CP}" class="mainmenu"><img src="templates/subSilver/images/icon_mini_groups.gif" width="20" height="20" border="0" alt="{L_USERGROUPS}" hspace="3" />{L_USERGROUPS}</a>
<!-- BEGIN switch_user_logged_out -->
<a href="{U_REGISTER}" class="mainmenu"><img src="templates/subSilver/images/icon_mini_register.gif" width="18" height="18" border="0" alt="{L_REGISTER}" hspace="3" />{L_REGISTER}</a>
<!-- END switch_user_logged_out -->
</span></td>
</tr>
<tr>
<td height="25" align="center" valign="top" nowrap="nowrap"><span class="mainmenu"> <a href="{U_PROFILE}" class="mainmenu"><img src="templates/subSilver/images/icon_mini_profile.gif" width="20" height="20" border="0" alt="{L_PROFILE}" hspace="3" />{L_PROFILE}</a> <a href="{U_PRIVATEMSGS}" class="mainmenu"><img src="templates/subSilver/images/pm.png" width="18" height="18" border="0" alt="{PRIVATE_MESSAGE_INFO}" hspace="3" />{PRIVATE_MESSAGE_INFO}</a> <a href="{U_BANK}" class="mainmenu"><img src="templates/subSilver/images/bank.gif" width="30" height="25" border="0" alt="{L_BANK}" hspace="3" />{BANK}</a> <a href="{U_LOTTERY}" class="mainmenu"><img src="templates/subSilver/images/lottery.gif" width="30" height="25" border="0" alt="{L_LOTTERY}" hspace="3" />{L_LOTTERY}</a> <a href="{U_LOGIN_LOGOUT}" class="mainmenu"><img src="templates/subSilver/images/icon_mini_login.gif" width="12" height="13" border="0" alt="{L_LOGIN_LOGOUT}" hspace="3" />{L_LOGIN_LOGOUT}</a> </span></td>
</tr>
<!-BEGIN switch_admin_logged_in -->
<tr>
<td height="25" align="center" valign="top" nowrap="nowrap"><span class="mainmenu"> {ADMIN_REPORT_LINK} </td>
</tr>
<!-END switch_admin_logged_in -->
</table></td>
</tr>
</table>
<br />
{CALENDAR_BOX}
|
_________________ Smiling at You!!
www.teachingsupport.org.uk/forum
www.teachingsupport.org.uk/phpBB3 |
|
| Back to top |
|
 |
LightBred
Well Known User

Joined: 22 Aug 2007
Posts: 105
Location: Jah whorg A
|
Posted: March 8th 2008, 12:41 pm Post subject: |
|
|
<body {background-color={T_BODY_BGCOLOR} background-image: url(images/cutecolorschoresbg3.gif); text="{T_BODY_TEXT}" link="{T_BODY_LINK}" vlink="{T_BODY_VLINK}">
<a name="top"></a>
Is this image relative the phpBB root? _________________ the BredShop |
|
| Back to top |
|
 |
Miss_Smiley
Well Known User
Joined: 13 Jan 2007
Posts: 176
|
|
| Back to top |
|
 |
~HG~
Dedicated User
Joined: 08 Nov 2003
Posts: 3103
Location: Australia
|
Posted: March 11th 2008, 1:19 pm Post subject: |
|
|
| Code:
|
scrollbar-face-color: #f7eeee;
scrollbar-highlight-color: #FFFFFF;
scrollbar-shadow-color: #f7eeee;
scrollbar-3dlight-color: #F5E9E9;
scrollbar-arrow-color: #800000;
scrollbar-track-color: #fbf5f5;
scrollbar-darkshadow-color: #cc9999;
background-image: url(images/cutecolorschoresbg3.gif);
|
You will need to add the last line above to your .css file as well as the above edit in your overall_header.tpl _________________ ~HG~
|| rodneyangell.com || My Hacks || Tutorial - Stopping Spam Bots ||
www.angells-au.com (A website I built using phpbb2 without the forum) |
|
| Back to top |
|
 |
Miss_Smiley
Well Known User
Joined: 13 Jan 2007
Posts: 176
|
|
| Back to top |
|
 |
OOC92
New User
Joined: 05 Apr 2008
Posts: 15
|
Posted: April 5th 2008, 11:10 am Post subject: |
|
|
I tried changing my body background image in my directory but the change has not caught on. I still get the old image- even after it has change completely
Any advice? |
|
| Back to top |
|
 |
Triumvirate
Support Team

Joined: 25 Sep 2003
Posts: 5080
Location: New York, USA
|
Posted: April 5th 2008, 11:26 am Post subject: |
|
|
What code did you use do add it? Could you post the code here, perhaps there is something you missed? _________________ MMO Gaming |
|
| Back to top |
|
 |
OOC92
New User
Joined: 05 Apr 2008
Posts: 15
|
Posted: April 5th 2008, 11:47 am Post subject: |
|
|
Ah there goes my incompetence, I thought you simply modified it on the admin page where it asks for body background.
I also changed the file so that the new background is called images/body_background |
|
| Back to top |
|
 |
OOC92
New User
Joined: 05 Apr 2008
Posts: 15
|
Posted: April 5th 2008, 3:31 pm Post subject: Background image |
|
|
I am using Chronicles theme, we all can't stand the wood background so I tried to soften it up with a nice celtic knot.
| Code:
|
/*
Chronicles Theme for phpBB2
Created by Jakob Persson
http://www.eddingschronicles.com
Partially based on subSilver Theme by subBlue
*/
/* General page style. The scroll bar colours only visible in IE5.5+ */
body {
background-color: #676767;
background-image : url(images/border_background.jpg);
scrollbar-face-color: #4E6072;
scrollbar-highlight-color: #70879E;
scrollbar-shadow-color: #3E4B58;
scrollbar-3dlight-color: #63798D;
scrollbar-arrow-color: #D4D4D4;
scrollbar-track-color: #45525F;
scrollbar-darkshadow-color: #384654;
color: #FFFFFF:
}
a {
text-decoration: none;
}
a:hover {
color: #FFE081;
text-decoration: underline;
}
/* General font families for common tags */
/* font,th,td,p { font-family: Verdana, Arial, Helvetica, sans-serif } */
font,th,td,p { font-family: "Book Antiqua", "Palatino Linotype", Palatino, Times, serif; }
hr { height: 0px; border: solid #000000; 0px; border-top-width: 1px;}
/* This is the border line & background colour round the entire page */
.bodyline {
background-color: #484848;
border: 1px outset #000000;
background-image : url(images/body_background.jpg);
}
/* This is the outline round the main forum tables */
.forumline {
background-color: #000000;
border: 2px #5B0B0B solid;
/*background-image : url(images/gen_background.jpg);*/
}
/* Main table cell colours and backgrounds */
td.row1 {
background-color: #BA9F70;
background-image : url(images/gen_background.jpg);
}
td.row2 {
background-color: #AB8C5B;
background-image : url(images/gen_background2.jpg);
}
td.row3 {
background-color: #AB8C5B;
background-image : url(images/gen_background3.jpg);
}
/*
This is for the table cell above the Topics, Post & Last posts on the index.php page
By default this is the fading out gradiated silver background.
However, you could replace this with a bitmap specific for each forum
*/
td.rowpic {
background-color: #9E8052;
background-image: url(images/cellpic2.jpg);
background-repeat: repeat-x;
}
/* Header cells - the blue and silver gradient backgrounds */
th {
color: #C0C0C0;
font-size: 16px;
font-weight : bold;
background-color: #424242;
height: 25px;
background-image: url(images/cellpic3.gif);
}
td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
background-image: url(images/cellpic2.jpg);
background-color:#9E8052;
border: #000000;
border-style: solid;
height: 28px;
background-repeat: repeat-x;
}
.admincolor {
color: #D4000A;
}
a.admincolor:hover {
color: #FFE081;
text-decoration: underline;
}
.modcolor {
color: #006300;
}
a.modcolor:hover {
color: #FFE081;
text-decoration: underline;
}
/*
Setting additional nice inner borders for the main table cells.
The names indicate which sides the border will be on.
Don't worry if you don't understand this, just ignore it :-)
*/
td.cat,td.catHead,td.catBottom {
height: 29px;
border-width: 0px 0px 0px 0px;
}
th.thHead,th.thSides,th.thTop,th.thLeft,th.thRight,th.thBottom,th.thCornerL,th.thCornerR {
font-weight: bold; border: #404040; border-style: solid; height: 28px; }
td.row3Right,td.spaceRow {
background-color: #BA9F70; border: #404040; border-style: solid; background-image : url(images/gen_background.jpg);}
th.thHead,td.catHead { font-size: 16px; border-width: 0px 0px 0px 0px; }
th.thSides,td.catSides,td.spaceRow { border-width: 0px 0px 0px 0px; }
th.thRight,td.catRight,td.row3Right { border-width: 0px 0px 0px 0px; }
th.thLeft,td.catLeft { border-width: 0px 0px 0px 0px; }
th.thBottom,td.catBottom { border-width: 0px 0px 0px 0px; }
th.thTop { border-width: 0px 0px 0px 0px; }
th.thCornerL { border-width: 0px 0px 0px 0px; }
th.thCornerR { border-width: 0px 0px 0px 0px; }
/* The largest text used in the index page title and toptic title etc. */
.maintitle,h1,h2 {
font-weight: bold; font-size: 22px; font-family: "Book Antiqua", "Palatino Linotype", Palatino, Times, serif;
text-decoration: none; line-height : 120%; color : #FFE081;
}
/* Description */
.maindescr {
font-size: 16px;
font-family: "Book Antiqua", "Palatino Linotype", Palatino, Times, serif;
color : #FFE081;
}
/* General text */
.gen {
font-size : 12px;
font-family: Verdana, , Arial, Helvetica, sans-serif;
}
.genmed { font-size : 11px; font-family: Verdana, , Arial, Helvetica, sans-serif; }
.gensmall { font-size : 10px; font-family: Verdana, , Arial, Helvetica, sans-serif; }
.gen,.genmed,.gensmall { color : #FFE081; }
a.gen,a.genmed,a.gensmall { color: #FFE081; text-decoration: none; }
a.gen:hover,a.genmed:hover,a.gensmall:hover { color: #FFFFFF; text-decoration: underline; }
/* General text inside table*/
.gentbl { font-size : 12px; font-family: Verdana, , Arial, Helvetica, sans-serif;}
.gentblmed { font-size : 11px; font-family: Verdana, , Arial, Helvetica, sans-serif;}
.gentblsmall { font-size : 10px; font-family: Verdana, , Arial, Helvetica, sans-serif;}
.gentbl,.gentblmed,.gentblsmall { color : #000000; }
a.gentbl,a.gentblmed,a.gentblsmall {
color: #6A3921;
text-decoration: none;
}
a.gentbl:hover,a.gentblmed:hover,a.gentblsmall:hover {
color: #FFE081;
text-decoration: underline;
}
/*Newest user, shown on forum index page */
a.newestuser { color : #FFE081; }
a.newestuser:visited { color : #FFE081; }
a.newestuser:hover { color : #FFFFFF; }
a.newestuser:active { color : #FFFFFF; }
/* The register, login, search etc links at the top of the page */
.mainmenu { font-size : 14px; color : #FFE081 }
a.mainmenu { text-decoration: none; color : #FFE081; }
a.mainmenu:hover{ text-decoration: underline; color : #FFFFFF; }
/* Forum category titles */
.cattitle { font-weight: bold; font-size: 14px ; letter-spacing: 1px; color : #FFE081}
a.cattitle { text-decoration: none; color : #FFE081; }
a.cattitle:hover{ text-decoration: underline; }
/* Forum title: Text and link to the forums used in: index.php */
.forumlink { font-weight: bold; font-size: 16px; color : #733A1A; }
a.forumlink { text-decoration: none; color : #733A1A; }
a.forumlink:hover{ text-decoration: underline; color : #FFE081; }
/* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */
.nav { font-weight: bold; font-size: 14px; color : #FFE081;}
a.nav { text-decoration: none; color : #FFE081; }
a.nav:hover { text-decoration: underline; }
/* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */
.navtbl {
font-weight: bold;
font-size: 14px;
color : Black;
}
a.navtbl {
text-decoration: none;
color : #733A1A;
}
a.navtbl:hover { text-decoration: underline; }
/* titles for the topics: could specify viewed link colour too */
.topictitle { font-weight: bold; font-size: 14px; color : #FFE081; }
a.topictitle { text-decoration: none; color : #733A1A; }
a.topictitle:visited { text-decoration: none; color : #733A1A; }
a.topictitle:hover { text-decoration: underline; color : #FFE081; }
.topictype {
font-family: "Book Antiqua", "Palatino Linotype", Palatino, Times, serif;
font-size: 14px;
color: #000000;
}
.jumpbox {
text-align: right;
}
/* Name of poster in viewmsg.php and viewtopic.php and other places */
.name { font-size : 14px; color : #000000;}
a.name { font-size : 14px; color : #000000; }
a.name:visited { font-size : 14px; color : #404040; }
a.name:hover { font-size : 14px; color : #FFE081; }
/* Location, number of posts, post date etc */
.postdetails {
font-size : 10px;
color : #000000;
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}
td.spaceRow {
background-color: #A48553;
background-image : url(images/gen_background3.jpg);
}
/* The content of the posts (body of text) */
.postbody {
font-size : 16px;
color : #000000;
}
a.postlink { text-decoration: none; color : #FFFFFF }
a.postlink:visited { text-decoration: none; color : #FFFFFF; }
a.postlink:hover { text-decoration: underline; color : #FFE081}
/* Quote & Code blocks */
.code {
font-family: Courier, 'Courier New', sans-serif;
font-size: 11px;
color: #FFFFFF;
background-color: #A48553;
border: #000000;
border-style: solid;
border-left-width: 1px;
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
background-image : url(images/gen_background3.jpg);
}
.quote {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #FFE081;
line-height: 125%;
background-color: #A48553;
border: #000000;
border-style: solid;
border-left-width: 1px;
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
background-image : url(images/gen_background3.jpg);
}
/* Copyright and bottom info */
.copyright { font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #FFE081; letter-spacing: -1px;}
a.copyright { color: #FFE081; text-decoration: none;}
a.copyright:hover { color: #FFE081; text-decoration: underline;}
/* Form elements */
input,textarea {
font-size: 11px;
color : #000000;
background-color : #A48553;
background-image: url(images/gen_background.jpg);
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
border-color : #A48553 #C7B188 #C7B188 #A48553;
}
textarea {
scrollbar-face-color: #7E0000;
scrollbar-highlight-color: #BC0000;
scrollbar-shadow-color: #660000;
scrollbar-3dlight-color: #CE3100;
scrollbar-arrow-color: #FFE081;
scrollbar-track-color: #560000;
scrollbar-darkshadow-color: #660000;
}
/* The text input fields background colour */
input { text-indent : 2px; }
/* The buttons used for bbCode styling in message post */
input.button {
background-color : #CE6300;
color : #FFE081;
font-size: 11px;
font-family: Verdana, Arial, Helvetica, sans-serif;
border-color : #CE3100 #9C0000 #9C0000 #CE3100;
background : url(images/body_background.jpg);
}
input.checkbox {
background-image: url(images/gen_background2.jpg);
border-color : #A48553 #C7B188 #C7B188 #A48553;
}
input.radio {
background-image: url(images/gen_background2.jpg);
border-color : #A48553 #C7B188 #C7B188 #A48553;
}
input.login {
background-image: url(images/gen_background3.jpg);
border-color : #A48553 #C7B188 #C7B188 #A48553;
}
/* The main submit button option */
input.mainoption {
background-color : #CE6300;
color : #FFE081;
font-size: 11px;
font-family: Verdana, Arial, Helvetica, sans-serif;
border-color : #CE3100 #9C0000 #9C0000 #CE3100;
background : url(images/body_background.jpg);
}
/* None-bold submit button */
input.liteoption {
background-color : #CE6300;
color : #FFE081;
font-size: 11px;
font-family: Verdana, Arial, Helvetica, sans-serif;
border-color : #CE3100 #9C0000 #9C0000 #CE3100;
background : url(images/body_background.jpg);
}
select {
font-size: 11px;
color : #FFE081;
background-color: #6A3921 ;
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
border-color : #A48553 #C7B188 #C7B188 #A48553;
}
/* This is the line in the posting page which shows the rollover
help line. This is actually a text box, but if set to be the same
colour as the background no one will know ;)
*/
.helpline {
color : #000000;
background-color: #A48553;
background-image: url(images/gen_background2.jpg);
border-style: none;
|
Now I changed the body-background to a new image, but the new image does not take, I just get a grey-black background.
Do let me know? |
|
| Back to top |
|
 |
~HG~
Dedicated User
Joined: 08 Nov 2003
Posts: 3103
Location: Australia
|
Posted: April 5th 2008, 3:39 pm Post subject: |
|
|
If you replaced the original image with one the same size and used the same name, then you should not have to do anything other than to refresh the page to have it show up. _________________ ~HG~
|| rodneyangell.com || My Hacks || Tutorial - Stopping Spam Bots ||
www.angells-au.com (A website I built using phpbb2 without the forum) |
|
| Back to top |
|
 |
|