blueTed

Started by dys, June 10, 2009, 04:29:11 PM

Previous topic - Next topic

dys

Link to the theme


A blue version of blackTed 2!

For demo and latest theme update:

blueTed Official Page
My Themes

Please use our official Support Forum instead of PM-ing me for any support. From now on, all my themes support will only be available there. Thanks!

Alpay


Mystery?

#2
Quote from: dys on June 10, 2009, 04:29:11 PM
Link to the theme


A blue version of blackTed 2!

For demo and latest theme update:

blueTed Official Page

EDIT:

How do you increase the width of the theme to fit anyone's monitor? Also I need to know how to move the navigation/menu bar below total time logged in. BTW, I am using 2.0 RC1-1.
Join my NEW website that I just created and be a big part of it (July 30, 2010): http://www.gamerstatic.net

dys

Quote from: Mystery? on June 11, 2009, 04:42:05 PM
Quote from: dys on June 10, 2009, 04:29:11 PM
Link to the theme


A blue version of blackTed 2!

For demo and latest theme update:

blueTed Official Page

EDIT:

How do you increase the width of the theme to fit anyone's monitor? Also I need to know how to move the navigation/menu bar below total time logged in. BTW, I am using 2.0 RC1-1.

1. Open css/index.css

Replace:
#mainframe
{
font-size: 85%;
margin: auto;
width: 800px;
}


With
#mainframe
{
font-size: 85%;
margin: auto;
max-width: 800px;
}


2. Open index.template.php
Find and cut:
// Show the menu here, according to the menu sub template.
template_menu();


Paste on top of:
// Show the navigation tree.

Also edit css/index.css to increase the top margin of the main menu. I hope this is what you meant. You can also ask me anything on our official theme page.
My Themes

Please use our official Support Forum instead of PM-ing me for any support. From now on, all my themes support will only be available there. Thanks!

Mystery?

Quote from: dys
Also edit css/index.css to increase the top margin of the main menu. I hope this is what you meant. You can also ask me anything on our official theme page.

Thanks for your help.

How do you increase the top margin of main menu and move the menu bar to the left?
Join my NEW website that I just created and be a big part of it (July 30, 2010): http://www.gamerstatic.net

dys

Quote from: Mystery? on June 11, 2009, 11:44:26 PM
Quote from: dys
Also edit css/index.css to increase the top margin of the main menu. I hope this is what you meant. You can also ask me anything on our official theme page.

Thanks for your help.

How do you increase the top margin of main menu and move the menu bar to the left?

Open css/index.css

Replace:
#main_menu
{
float: right;
}


With:
#main_menu
{
margin-top: 2ex;
}
My Themes

Please use our official Support Forum instead of PM-ing me for any support. From now on, all my themes support will only be available there. Thanks!

by designer

Nice work. Congrats.

Mystery?

#7
Also how do you remove the white post area around posts, its driving me crazy.

Also the (new) picture around unread topics just says the word new there is no pic. How do I fix that?

Are you planning to do a silverTed?

Anyways thanks for the kickass theme, its awesome!
Join my NEW website that I just created and be a big part of it (July 30, 2010): http://www.gamerstatic.net

dys

Quote from: Mystery? on June 12, 2009, 01:20:00 PM
Also how do you remove the white post area around posts, its driving me crazy.

Also the (new) picture around unread topics just says the word new there is no pic. How do I fix that?

Are you planning to do a silverTed?

Anyways thanks for the kickass theme, its awesome!

1. Open style.css

Replace:
.post .inner {
background: white;
padding: 1ex;
border-radius: 1ex;
-webkit-border-radius: 1ex;
-khtml-border-radius: 1ex;
-moz-border-radius: 1ex;
margin: 1ex;
}


With
.post .inner {
padding: 1ex;
margin: 1ex;
}


2. I'm verry sorry for the missing 'new' image. I'll update all my new skins soon. Just copy the 'images/english/new.gif' file from the default theme folder and paste it into 'images/english/' in this theme

3. I'll do it if I have some free time. Still waiting for my themes to be validated. I wonder if there is any rules preventing us to release themes with different color variation.

Thanks!
My Themes

Please use our official Support Forum instead of PM-ing me for any support. From now on, all my themes support will only be available there. Thanks!

Tair

any chance to see this nice template updated to support 2.0RC2 version?

Advertisement: