News:

Wondering if this will always be free?  See why free is better.

Main Menu

FamousPadexx by Formado Comprido

Started by comprido, May 07, 2007, 05:49:57 PM

Previous topic - Next topic

comprido

Download FamousPadexx by Formado Comprido
Theme disccussion on padexx.de: http://forum.padexx.de/index.php?topic=264.msg990#msg990


As you can see at: http://custom.simplemachines.org/themes/index.php?lemma=256
my first SMF Theme had born.

FamousPadexx is a blue, orange and white theme based on Orange-LT padexx´s theme for SMF.
This is my first theme. Clear one!
I change some icons respect the O-LT theme by padexx, who is originally the creator of this template (this theme is like is own website, but smforumalized!).
I visited the padexx homepage and really like his jobs so I made this theme to honor him.

Then, report the bugs there at www.padexx.de to make him earn some visitors (if possible)!

Demo: www.forosdelopositor.com
      www.capoeirabahiana.com
      www.capoeiraforums.com
Downloable also at: www.fcsites.com
                    See there my other wordpress, 4images, joomla and SFM Themes!


----------------------------

FamousPadexx es el #1 tema diseñado por el Formado Comprido para SMF Forum.

Basado en Orange LT Theme de padexx.de lleva el nombre de este famoso creador de temas para SMF en cuya web se pueden encontrar temas gratuitos muy originales.

FamousPadexx SMF Theme es un tema limpio, claro, con degradados suaves y colores azul, blanco, naranja y gris. Un tema perfecto para foros donde la cantidad de mensajes requiere una capacidad de carga rapida y una visualizacion de los mensajes nitida.

Otras caracteriticas: SMF 1.1.x compatible, extra home-button possible, XHTML 1.0 Transitional, CSS Validates.

Demos: http://www.capoeiraforums.com , http://www.forosdeloposositor.com , http://www.capoeirabahiana.com

Descárgalo también en la web oficial SMF: http://custom.simplemachines.org/themes/index.php?lemma=256
Websites Builder Web Design

Alpi



comprido

Thanksssssssss :))))) - corrected some bugs v.003 on air!
Websites Builder Web Design

comprido

19-05-07 REPORT V.004
This version has a blue category background.
- Corrected cat-bg.png as originally by padexx
- Modified Style.css property color for .catbg3 #ccc
- Deleted bg.jpg (not a theme file)
Websites Builder Web Design

comprido

Websites Builder Web Design

L.G.S

#6
How can I change the height of the menu? I tried changing the value in the CSS but I only managed to make the bar itself smaller, so now the menu is above a large, black dark blue background which I would like to remove.

Also could you please post the changes I would need to implement Tinyportal? I tried but the code has been changed quite a lot (http://www.tinyportal.net/index.php?topic=14195)

And one last thing, you see inside a topic where it says "Username and 50 Guests are viewing this topic." How can I change the colour of this bar NOT to be the same colour as the page background?
FREE and LIVE World Cup + Premier League football streams:

www.gamesandgoals.com


comprido

1. Are you changing the correct line? ---->>>>     /* toolbar */
I changed it and it´s all ok.

2. For Tinyportal support please visit the oficial support forum at:
http://forum.padexx.de/index.php/board,20.0.html
I´m not a TP expert but i think that panic (Orange Lt creator), can help you from this forum. :)

3. I can´t see this stat line in my forum... let me now exactly where appear , ok?

Thanks for your interest on the famouspadexx theme!
Websites Builder Web Design

L.G.S

#8
1. I change the size from 41px in the toolbar area to 21px but it doesnt move the text or anything?

2. alright

3. the bar appears before the very post post of the page you are on. edit: ah thats what it is, im going by the default post template, I know the default theme isnt yours but would you know how to remove the bar Im talking about?
FREE and LIVE World Cup + Premier League football streams:

www.gamesandgoals.com


comprido

Ok. Respect your first ask, I think that you´re looking for something like that (note all the values that I changed/deleted):

/* toolbar */

#toolbar {
   margin: 0;
   padding: 0;
   height: 21px;
   background: url(images/toolbar-bg.png) repeat-x;
}

/* menu */
#nav {
   margin: 0 0 0 180px;
   padding: 0;
   height: 21px;
   background: url(images/toolbar-div.png) 0 0 no-repeat;

}

#nav ul {
   padding: 0;
   margin: 0;
}

#nav li {
   margin: 0;
   padding: 0;
   float: left;
}

#nav a {
   color: #4c4c4c;
   text-decoration: none;
   cursor: pointer;
   font-weight: bold;
   background: url(images/toolbar-bg.png) repeat-x;

}

#nav li a {
   float: left;
   height: 21px;
   line-height: 21px;
   padding: 0px 10px 0 10px;
   color: #4c4c4c;
   background: url(images/toolbar-div.png) 100% 0 no-repeat;
}

#nav a:hover {
   color: #fff;
   background: url(images/hover-bg.png);
}

#nav a:active {
   color: #4c4c4c;
}
Websites Builder Web Design

L.G.S

FREE and LIVE World Cup + Premier League football streams:

www.gamesandgoals.com


L.G.S

Can I have your permission to add tiny portal to this theme please?
FREE and LIVE World Cup + Premier League football streams:

www.gamesandgoals.com


comprido

Of course!
Please let us now where to find the TP version after to edit the SMF Theme Site version details of famouspadexx and try to add a complete theme version at Padexx.De (if panic want to...)!
Thanks & good luck with the job.
Websites Builder Web Design

L.G.S

more questions lol

what css do I need to change to have the toolbar centred in all resolutions? In 1024x768 its alright but any higher and the toolbar shifts to the left.
FREE and LIVE World Cup + Premier League football streams:

www.gamesandgoals.com


comprido

Change:

/* menu */

#nav {

   margin: 0 0 0 180px;

   padding: 0;

   height: 41px;

   background: url(images/toolbar-div.png) 0 0 no-repeat;



}



#nav ul {

   padding: 0;

   margin: 0;

}



#nav li {

   margin: 0;

   padding: 0;

   float: left;

   display: block;

}



#nav a {

   color: #4c4c4c;

   text-decoration: none;

   cursor: pointer;

   font-weight: bold;

   background: url(images/toolbar-bg.png) repeat-x;



}



#nav li a {

   display: block;

   float: left;

   height: 41px;

   line-height: 41px;

   padding: 0px 20px 0 20px;

   color: #4c4c4c;

   background: url(images/toolbar-div.png) 100% 0 no-repeat;

}



#nav a:hover {

   color: #fff;

   background: url(images/hover-bg.png);

}



#nav a:active {

   color: #4c4c4c;

}
Websites Builder Web Design

L.G.S

what code would I need to use? I'm beginner at CSS
FREE and LIVE World Cup + Premier League football streams:

www.gamesandgoals.com


comprido

My Internet conection is working bad this week, let me answer when i´m come back with enougth time...
Thanks
Websites Builder Web Design


Tick

Crip was having some problems at his site.  The demo can be seen here.  http://www.porkrindstudios.com/forum/index.php?theme=163    The download for the TP version can be gotten here.    http://www.tinyportal.net/index.php?topic=16463.msg135871#msg135871

And thanks to crip who converted this for the Tp users and thanks to comprido for allowing it to be converted.

L.G.S

Quote from: comprido on June 04, 2007, 06:28:55 PM
My Internet conection is working bad this week, let me answer when i´m come back with enougth time...
Thanks

ok thanks
FREE and LIVE World Cup + Premier League football streams:

www.gamesandgoals.com


Advertisement: