No background on blocks, aswell as some misplacement

Current Version: 1.0.6
Released: 09.01.10
Forum rules
Before creating a new support thread, please take a look in the board3 Portal FAQ and use the search!
Many questions have already been answered.
Locked

Topic author
scottybt
Active Member
Posts: 11
Joined: 30. September 2008 00:15

No background on blocks, aswell as some misplacement

Post by scottybt »

Your Portal Version: 1.0.2
Your phpBB Type: Standard phpBB3
MODs installed: Yes
Your knowledge: Basic Knowledge

Description and Message
Hi

As you can see on the picture, there are no backgrounds on the blocks. How do I solve this?
Another thing is, as you can see, the right side menu goes a bit over the midle blocks... how to solve?
Picture link: http://huskyforum.org/portalfeil.png

Image

Thanks.
User avatar

Christian_N
Former Team Member
Posts: 2266
Joined: 19. January 2008 01:17
phpBB.de User: Christian_N
phpBB.com User: Christian_N
Location: Frankfurt
Contact:

Re: No background on blocks, aswell as some misplacement

Post by Christian_N »

Already tried? viewtopic.php?f=24&t=553 ;)
Meine Projekte: Chantals - Fanpage .::. phpBB Projekt
No support via PM, email or messenger!

Topic author
scottybt
Active Member
Posts: 11
Joined: 30. September 2008 00:15

Re: No background on blocks, aswell as some misplacement

Post by scottybt »

Christian_N wrote:Already tried? viewtopic.php?f=24&t=553 ;)
Yes. :)
User avatar

Kevin
Site Admin
Posts: 2989
Joined: 7. January 2006 20:11
phpBB.de User: Saint
phpBB.com User: Saint_hh
Location: Hamburg
Contact:

Re: No background on blocks, aswell as some misplacement

Post by Kevin »

Check the edits to add the portal.css - you might have forgotten to do them or upload the file.
Purge cache afterwards.
~~~ They say the definition of madness is doing the same thing and expecting a different result ~~~

Kein Support per PN / No support via PM!

Topic author
scottybt
Active Member
Posts: 11
Joined: 30. September 2008 00:15

Re: No background on blocks, aswell as some misplacement

Post by scottybt »

Kevin wrote:Check the edits to add the portal.css - you might have forgotten to do them or upload the file.
Purge cache afterwards.
There are no edits you're supposed to do with the portal.css file? I can't find anything about it, either in the main install xml, or the update from phpbb3portal 1.2.2 xml file(which I have used, because I had the phpbb3portal installed)
User avatar

Marc
Dev
Posts: 2504
Joined: 17. July 2008 21:08
phpBB.de User: marc1706
phpBB.com User: Marc
Location: Clausthal-Zellerfeld / München
Contact:

Re: No background on blocks, aswell as some misplacement

Post by Marc »

He is talking about the stylesheet.css edit. ;)

Topic author
scottybt
Active Member
Posts: 11
Joined: 30. September 2008 00:15

Re: No background on blocks, aswell as some misplacement

Post by scottybt »

Ah ok. Yes, I have added @import url("portal.css"); at the bottom.

Topic author
scottybt
Active Member
Posts: 11
Joined: 30. September 2008 00:15

Re: No background on blocks, aswell as some misplacement

Post by scottybt »

Ok now I've got no clue of what happened. I hadn't done anything, and after entering the browser and webpage after a while, it all worked..

the URL to the site is h u s k y f o r u m . o r g .. just without spaces obviously. ;)

Thanks anyway guys.. but got no clue of how it happened.

Topic author
scottybt
Active Member
Posts: 11
Joined: 30. September 2008 00:15

Re: No background on blocks, aswell as some misplacement

Post by scottybt »

Aswell as I have a topic...

How do I change the color of the "borders" that I've marked up with red around? Is it only portal.css I have to alter?

Image
User avatar

Christian_N
Former Team Member
Posts: 2266
Joined: 19. January 2008 01:17
phpBB.de User: Christian_N
phpBB.com User: Christian_N
Location: Frankfurt
Contact:

Re: No background on blocks, aswell as some misplacement

Post by Christian_N »

Read Portal FAQ please: ;) viewtopic.php?f=24&t=917
Meine Projekte: Chantals - Fanpage .::. phpBB Projekt
No support via PM, email or messenger!

Topic author
scottybt
Active Member
Posts: 11
Joined: 30. September 2008 00:15

Re: No background on blocks, aswell as some misplacement

Post by scottybt »

Christian_N wrote:Read Portal FAQ please: ;) viewtopic.php?f=24&t=917
I have read the FAQ, and I have read the how to edit portal.css thread. That is why I am asking. When I do everything that is done in that thread, I can't seem to manage to change the stuff that I've marked up in the picture posted above. That is why I'm wondering what I need to change. ;)

Topic author
scottybt
Active Member
Posts: 11
Joined: 30. September 2008 00:15

Re: No background on blocks, aswell as some misplacement

Post by scottybt »

No one willing to tell what code I need to change to change the color of what I've marked up? :)

It's on a live forum so it would be good to change it as fast as possible.


Thanks
Scott
User avatar

Marc
Dev
Posts: 2504
Joined: 17. July 2008 21:08
phpBB.de User: marc1706
phpBB.com User: Marc
Location: Clausthal-Zellerfeld / München
Contact:

Re: No background on blocks, aswell as some misplacement

Post by Marc »

First an image:
Image

The green part is controlled by the "borders-bottom" of this part of portal.css:

Code: Select all

.portal-navigation li a{
display: block;
padding: 3px 0;
padding-left: 9px;
width: auto; /*185px minus all left/right paddings and margins*/
text-decoration: none;
color: white;
background-color: #11A1E8;
background-image: url("{T_THEME_PATH}/images/portal/bg_portalmenu.gif");
border-bottom: 1px solid #90bade;
border-left: 7px solid #6ACEFF;
}
The red part is controlled by this part of the portal.css:

Code: Select all

.portal-navigation div.menutitle{
color: #000000;
border-bottom: 1px solid #6ACEFF;
padding: 1px 0;
padding-left: 5px;
background-color: #6ACEFF;
font: bold 90% 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
font-size: 12px;
}

Topic author
scottybt
Active Member
Posts: 11
Joined: 30. September 2008 00:15

Re: No background on blocks, aswell as some misplacement

Post by scottybt »

Ok thanks. It worked now. :D
Locked

Return to “board3 Portal 1.0.x - English Support”