MyBB Community Forums

Full Version: BlueSand theme customisation
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,
I am doing some changes to BlueSand theme and can't understand how do i change the height of Table Header [Image: height.jpg]
Where can i change its height?
Also the font type used for this entire theme, where can i change it?
Thank you.
where can i find this theme?
(2008-11-19, 04:55 PM)tempo Wrote: [ -> ]where can i find this theme?

Here: http://mods.mybboard.net/view/blue-sand-v142
this isn't the same. Yours picture has round corners but the theme on the link does not.
(2008-11-19, 06:09 PM)tempo Wrote: [ -> ]this isn't the same. Yours picture has round corners but the theme on the link does not.

He said he's doing changes. :\
(2008-11-19, 06:09 PM)tempo Wrote: [ -> ]this isn't the same. Yours picture has round corners but the theme on the link does not.

Just a newer version.
It should be same in modifying it, isnt't it?
Go to "ACP > Templates & Style > Themes > *Select Theme* > Edit Theme > global.css > Edit Style > Edit Style: Advanced Mode".

Quote:Find:

.thead {
background: #026CB1 url(BACKGROUND IMAGE URL) top left repeat-x;
color: #ffffff;
}

Quote:Change To:

.thead {
background: #026CB1 url(BACKGROUND IMAGE URL) top left repeat-x;
color: #ffffff; font-face: xx; height: yypx;
}

xx = Font Face
yy = Height
(2008-11-20, 02:04 PM)az0000000 Wrote: [ -> ]
(2008-11-19, 06:09 PM)tempo Wrote: [ -> ]this isn't the same. Yours picture has round corners but the theme on the link does not.

Just a newer version.
It should be same in modifying it, isnt't it?

where can i find this newer version?
(2008-11-20, 05:14 PM).Ghost Wrote: [ -> ]Go to "ACP > Templates & Style > Themes > *Select Theme* > Edit Theme > global.css > Edit Style > Edit Style: Advanced Mode".

Quote:Find:

.thead {
background: #026CB1 url(BACKGROUND IMAGE URL) top left repeat-x;
color: #ffffff;
}

Quote:Change To:

.thead {
background: #026CB1 url(BACKGROUND IMAGE URL) top left repeat-x;
color: #ffffff; font-face: xx; height: yypx;
}

xx = Font Face
yy = Height

Hello Ghost,
I am actually on MyBB 1.2.13, and mainly i really need to do this change:
(2008-11-19, 02:41 PM)az0000000 Wrote: [ -> ]can't understand how do i change the height of Table Header [Image: height.jpg]
Where can i change its height?
Thank you.

(2008-11-20, 08:29 PM)tempo Wrote: [ -> ]
(2008-11-20, 02:04 PM)az0000000 Wrote: [ -> ]
(2008-11-19, 06:09 PM)tempo Wrote: [ -> ]this isn't the same. Yours picture has round corners but the theme on the link does not.

Just a newer version.
It should be same in modifying it, isnt't it?

where can i find this newer version?

Here: http://mods.mybboard.net/view/blue-sand-v142