Link to the theme (http://custom.simplemachines.org/themes/index.php?lemma=1706)
(http://custom.simplemachines.org/themes/index.php/action,download/lemma,1706/image,thumb)
A blue version of blackTed 2 (http://pixelslot.com/skins/?s/blackted-2.html)!
For demo and latest theme update:
blueTed Official Page (http://pixelslot.com/skins/?s/blueted.html)
Cool themes :)
Quote from: dys on June 10, 2009, 04:29:11 PM
Link to the theme (http://custom.simplemachines.org/themes/index.php?lemma=1706)
(http://custom.simplemachines.org/themes/index.php/action,download/lemma,1706/image,thumb)
A blue version of blackTed 2 (http://pixelslot.com/skins/?s/blackted-2.html)!
For demo and latest theme update:
blueTed Official Page (http://pixelslot.com/skins/?s/blueted.html)
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.
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 (http://custom.simplemachines.org/themes/index.php?lemma=1706)
(http://custom.simplemachines.org/themes/index.php/action,download/lemma,1706/image,thumb)
A blue version of blackTed 2 (http://pixelslot.com/skins/?s/blackted-2.html)!
For demo and latest theme update:
blueTed Official Page (http://pixelslot.com/skins/?s/blueted.html)
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.
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?
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;
}
Nice work. Congrats.
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!
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!
any chance to see this nice template updated to support 2.0RC2 version?