Technical Details
Forum version : #phpBB3Position : Founder
Concerned browser(s) : Google Chrome, Internet Explorer
Screenshot of problem : https://i.servimg.com/u/f18/18/61/98/20/kajshf10.jpg
Who the problem concerns : All members
When the problem appeared : Immediately after adding the transparency code.
Forum link : http://www.pawsteps.forumotion.com
Description of problem
Hey all, my name is Kira, though on my website I'll be known as Shimmer. Either name will work.I've added a background transparency code to my CSS. It works fine, and I'm very happy with the outcome. However, I've spent hours online looking for various CSS codes and am a bit exhausted of it, so I've decided to just post my request here.
In the screenshot, you'll see that I have colored an area of the page in red. This area is the background of the post. I want to know if, while still keeping the transparency code, I could make just the background of posts be colored in. I already have the color I want in mind = #FAF6F0 .
This may be in the wrong forum, and if so, I apologize. Please help me, and thank you for your time!
EDIT: I have also decided to include the code and a copy of my current CSS, should anyone need it:
- Code:
#wrap {
background-color:rgba(255,255,255, 0.6)
}
/*This is the code for the general background transparency.*/
- CSS Codes:
- Code:
/*This is my forum's current CSS style sheet. Please excuse the spaghetti codes; my sheet is a bit of a mess, and I haven't organized it yet.*/
/* FORUM CODING */
/* FORUM WIDTH CODE */
#wrap {
padding: 0 20px;
min-width: 650px;
width: 1000px;
margin: 0 auto;
}
/* END FORUM WIDTH CODING */
/*FIX BACKGROUND CODING*/
body {
background-repeat:no-repeat;
background-size:100%;
}
.headerbar{
background: transparent !important;
}
#wrap {
background-color:rgba(255,255,255, 0.6)
}
/* Start [url=http://www.cursors-4u.com]http://www.cursors-4u.com[/url] */ body, a:hover {cursor: url([url=http://cur.cursors-4u.net/nature/nat-8/nat738.cur]http://cur.cursors-4u.net/nature/nat-8/nat738.cur[/url]), progress !important;} /* End [url=http://www.cursors-4u.com]http://www.cursors-4u.com[/url] */
/* END FORUM CODING */
#chatbox_header {
background-image: url([url=http://i18.servimg.com/u/f18/18/61/98/20/pawste10.png]http://i18.servimg.com/u/f18/18/61/98/20/pawste10.png[/url]);
}
#chatbox_footer {
background-image: url([url=http://i18.servimg.com/u/f18/18/61/98/20/pawste10.png]http://i18.servimg.com/u/f18/18/61/98/20/pawste10.png[/url]);
#FAF6F0
.post { background: #faf6f0 !important; }
}