Page 1 of 1

Changing the menu

Posted: 3. December 2008 18:53
by dragz
Your Portal Version: 1.0.0RC3
Your phpBB Type: Standard phpBB3
MODs installed: No
Your knowledge: Beginner

What have you done before the problem was there?


What have you already tryed to solve the problem?


Description and Message
I want to do these four things, I tried this myself but I screwed up, I have the arcade mod installed

Image

Re: Changing the menu

Posted: 6. December 2008 03:59
by dragz
3 days, no help bump!

Re: Changing the menu

Posted: 6. December 2008 04:24
by Christian_N
Forum rules wrote: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.
knowledge/kb_show.php?id=5 and knowledge/kb_show.php?id=16 ;)

Re: Changing the menu

Posted: 6. December 2008 11:12
by dragz
I managed to do the most of those except the 1st one, the light blue colour. Where can I find it? Is there a tool to get colour codes? :D Im in a mess now :(

Re: Changing the menu

Posted: 6. December 2008 11:46
by Marc
If you have Firefox 3.0.4 installed, you can get an Add-on called Firebug. That should help you.
This should be the part of portal.css you are looking for:

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;
}

Re: Changing the menu

Posted: 6. December 2008 18:20
by dragz
I owe you Marc.... Tnx a lot
Ps: Juz a lil question, I want to recolour all the portal blocks. I cant find it either...

Re: Changing the menu

Posted: 6. December 2008 21:26
by Marc
Try to look for ".portal-panel" in the portal.css.