The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Make area around forum an image

3 posters

Go down

Solved Make area around forum an image

Post by Suuki October 11th 2011, 4:20 am

Is there a CSS code for PHPBB2 to make the Forums body line backgrounds color into an image? Also is there a way to shorten the body line.
like this:

Forum Top: Make area around forum an image Forum_10
Forum Bottom: Make area around forum an image Forum_11

I really think the forum body line is too big, so thats how small I want it. Here is a link to my forum:
http://acworldforum.forum-motion.net/forum


Last edited by Suuki on October 20th 2011, 2:54 am; edited 2 times in total
Suuki
Suuki
Forumember

Posts : 419
Reputation : 25
Language : English, Japanese (learning lots) :3

Back to top Go down

Solved Re: Make area around forum an image

Post by Suuki October 12th 2011, 2:11 am

bump
Suuki
Suuki
Forumember

Posts : 419
Reputation : 25
Language : English, Japanese (learning lots) :3

Back to top Go down

Solved Re: Make area around forum an image

Post by Suuki October 13th 2011, 4:05 am

bump :3
Suuki
Suuki
Forumember

Posts : 419
Reputation : 25
Language : English, Japanese (learning lots) :3

Back to top Go down

Solved Re: Make area around forum an image

Post by Suuki October 14th 2011, 3:55 am

eh, bump
Suuki
Suuki
Forumember

Posts : 419
Reputation : 25
Language : English, Japanese (learning lots) :3

Back to top Go down

Solved Re: Make area around forum an image

Post by Suuki October 14th 2011, 5:13 pm

bump
Suuki
Suuki
Forumember

Posts : 419
Reputation : 25
Language : English, Japanese (learning lots) :3

Back to top Go down

Solved Re: Make area around forum an image

Post by Base October 14th 2011, 5:52 pm

Hi,

Make area around forum an image ParcheminPosting Consecutively:Posting consecutively is not tolerated unless separated by 24 hours since the last post. This is your second reminder about this. Wink

This is what I see when I visit your forum:

Spoiler:

As you can see, it's not what it looks like in the screenshot. Have you changed it? If not, do you have an image that you would like as the background? Smile
Base
Base
Forumaster

Male Posts : 10386
Reputation : 1695
Language : English and French
Location : United Kingdom, England

http://forumotionhub.net

Back to top Go down

Solved Re: Make area around forum an image

Post by Suuki October 16th 2011, 7:54 am

Yeah I just decided to remove it for the time being tilll this is solved, I do have a picture but I want to test it first, do you need it?
Suuki
Suuki
Forumember

Posts : 419
Reputation : 25
Language : English, Japanese (learning lots) :3

Back to top Go down

Solved Re: Make area around forum an image

Post by Suuki October 18th 2011, 1:54 am

err, bump

wai-wait do I really need a second reminder for double posting? I was just off by 24 by a couple of hours cause I had school, I didn't know you guys were so strict over a couple hours...
Suuki
Suuki
Forumember

Posts : 419
Reputation : 25
Language : English, Japanese (learning lots) :3

Back to top Go down

Solved Re: Make area around forum an image

Post by Base October 18th 2011, 6:18 pm

The post was actually made 14 hours after the previous one which is 10 hours before 24 hours. Wink

It would be helpful if you did provide me with the image. Thanks!
Base
Base
Forumaster

Male Posts : 10386
Reputation : 1695
Language : English and French
Location : United Kingdom, England

http://forumotionhub.net

Back to top Go down

Solved Re: Make area around forum an image

Post by Suuki October 20th 2011, 2:52 am

nevermind, I don't need it anymore.
Suuki
Suuki
Forumember

Posts : 419
Reputation : 25
Language : English, Japanese (learning lots) :3

Back to top Go down

Solved Re: Make area around forum an image

Post by kirk October 20th 2011, 3:28 am

if you still need it i have a nice code for it, i just have to find it,
But the thing with adding a image in there is, you want something to be consistent or it will look all bunched up.


This will also put a image in your subject board, background menue, quick reply and i think chat box, If you dont want a image there then just dont add a image link in the second area/input,textarea,.

Code:

td.row1, td.row2, td.row3, td.row3Right { opacity: .100;
                            filter: alpha(opacity=100);
                                    -moz-opacity: .100;







body


filter:alpha(opacity=99);
-moz-opacity:0.99;
-khtml-opacity: 0.99;
opacity: 0.99;
background-color: none;
background-image: url("YOUR DIRECT IMAGE LINK HERE");
background-attachment: ;
background-position:center;
scrollbar-face-color: #;
scrollbar-highlight-color: #;
scrollbar-shadow-color: #;
scrollbar-3dlight-color: #;
scrollbar-arrow-color: #;
scrollbar-track-color: #;
scrollbar-darkshadow-color: #;



 
  }
input,textarea, select {
  color : #fafafa;
  font: normal 13px Verdana,Arial,Helvetica,sans-serif;
  border-color : #FFFFFF;
  background-image: url(YOUR DIRECT IMAGE LINK HERE);
}
a.mainmenu:hover img {
opacity : .7;
-khtml-opacity : 0.8;
-moz-opacity : 0.8;
filter : alpha(opacity=80);
opacity : 0.8;
}



 
kirk
kirk
Forumaster

Male Posts : 11037
Reputation : 653
Language : English,Vulcan,Klingon, Romulan,& Gorn

Back to top Go down

Solved Re: Make area around forum an image

Post by Suuki October 20th 2011, 4:13 am

nah, its fine I dont need it. thanks anyways. solved :3
Suuki
Suuki
Forumember

Posts : 419
Reputation : 25
Language : English, Japanese (learning lots) :3

Back to top Go down

Back to top


 
Permissions in this forum:
You cannot reply to topics in this forum