Page 1 of 1

Css

Posted: 13. July 2009 04:59
by Crushyr
Your Portal Version: 1.0.3
Your phpBB Type: Premodded phpBB
MODs installed: Yes
Your knowledge: Beginner
Boardlink: http://wowdb.freei.me/

PHP Version: 5.2.9
MySQL Version: 5.0.81

What have you done before the problem was there?
Nothing, it showed up after installing

What have you already tryed to solve the problem?
Looked through ALL .css files for solution.

Description and Message
Need help with the css on my site. I have Board3 & PB WoW installed. Everthing works great but there are a few css (?) and border problems.

1. All blocks except News, Polls, Who's Online, Welcome - Names and some content are in Black Text which makes it hard to see them.
2. News Block - No Borders or background like the other blocks.
3. Recent Posts, Who is Online - Light Blue background, need to be like other blocks.

If you visit my site you will see what I'm talking about. I did search for answer here but most of the posts are not in english :(

I'm not sure if this is a Portal problem or PB WoW but all text in PB WoW is Ok.

Thanks in advance

Re: Css

Posted: 13. July 2009 16:41
by MrBaseball34
Well, it seems that there may be some conflicting styles in your CSS.
Do you have a separate stylesheet for your style? Did you add the modifications for the portal
to that style sheet?

Re: Css

Posted: 13. July 2009 17:57
by Crushyr
The Stylesheet for the style I'm using:

Code: Select all

/*  phpBB 3.0 Style Sheet
    --------------------------------------------------------------
	Style name:		PBWoW
	Based on style:	proSilver (this is the default phpBB 3 style)
	Original author:	PayBas ( http://pbwow.com/ )
	Modified by:		
	
	Copyright 2008 PayBas ( http://pbwow.com/ )
    --------------------------------------------------------------
*/

@import url("common.css");
@import url("links.css");
@import url("content.css");
@import url("buttons.css");
@import url("cp.css");
@import url("forms.css");
@import url("tweaks.css");
@import url("colours.css");
@import url("portal.css");

@import url("wow/master.css");
@import url("wow/forums.css");
@import url("wow/topnav.css");
@import url("wow/languages.css");

@import url("wow/common.css");
@import url("wow/custom1.css");
As you can see I have made the edit that was directed.

Re: Css

Posted: 13. July 2009 18:02
by MrBaseball34
Well, there may be some conflicting styles. I don't have the PBWOW installed so I can't help, maybe you should PM Mike as he has one setup on his Area51 site. http://area51.mikevil.de/portal.php?sty ... 7d1e4b0295

Re: Css

Posted: 13. July 2009 18:06
by Crushyr
I see he has, I also see he is having the same problems I am...maybe he will figure them out and pass the knowledge on :)

Thank you for the replies

Re: Css

Posted: 13. July 2009 18:14
by Mike
Ahmm... sorry to say, but you would'nt believe how much time i already wasted on this Style... It doesnt have any standarts from prosilver or subsilver2 and its very hard to catch the Idea behind it...
At the Moment i dont have the Time to work on it, but if i get it working some day, be sure ill let you know ;)