Page 1 of 1

Style changes

Posted: 17. May 2010 14:08
by T3h Antek
Good day,

I am trying to edit my portal to suit my site but following the instructions here :

knowledge/kb_show.php?id=5

Is not working as my portal.css is different :

Code: Select all

/* inner corners */

span.portal-corners-top-inner {
	margin: 0 -5px;
}

span.portal-corners-bottom-inner {
	margin: 0 -5px;
	clear: both;
}

span.portal-corners-top-inner, span.portal-corners-bottom-inner{
	font-size: 1px;
	line-height: 1px;
	display: block;
	height: 5px;
	background-repeat: no-repeat;
}

/* main menu, user menu and the links */

.portal-navigation{
width: auto;
}

.portal-navigation ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.portal-navigation ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.portal-navigation ul li a{
background-image: url("{T_THEME_PATH}/images/portal/arrowbullet.gif");
background-repeat: no-repeat;
background-position: center left; /*custom bullet list image*/
display: block;
padding: 2px 0;
padding-left: 19px; /*link text is indented 19px*/
font-weight: bold;
font-size: 90%;
}

.portal-navigation div.menutitle{
padding: 1px 0;
font: bold 90% 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
font-size: 12px;
}

Where can I find the right file to change the colours of my portal ?


Thank you,


Antek

Re: Style changes

Posted: 18. May 2010 16:42
by T3h Antek
It's been 26 Hours so I was hoping to see a reply.

Can someone please help me, I am sure it's a simple answer.


Thanks

Re: Style changes

Posted: 21. May 2010 03:30
by T3h Antek
LOL 3 days later and still nothing, active and helpfull community here.

Re: Style changes

Posted: 21. May 2010 08:34
by gisfreak
hey mate, this is non profit sites and community based, so people only spend their times helping here after their real life :x , if you can't wait why dont you spend your money pay someone who can help you :roll:

Re: Style changes

Posted: 21. May 2010 11:54
by Marc
T3h Antek wrote:LOL 3 days later and still nothing, active and helpfull community here.
Just for that I'll wait till tomorrow. You probably won't believe it, but we actually have a real life.

Re: Style changes

Posted: 26. May 2010 01:27
by T3h Antek
I apologize, it was a bad day for me, does of course not give me the right to let it out here, so I am sorry.

Re: Style changes

Posted: 26. May 2010 16:42
by Marc
The instructions you referred to is only for Board3 Portal 1.0.2. Newer versions take their colors from the style itself. I recommend you use a software like firebug in order to find the parts of your theme you need to edit in order to get a better fitting portal.