News:

SMF 2.1.6 has been released! Take it for a spin! Read more.

Main Menu

.Extreme 6.

Started by Fussilet, October 08, 2008, 04:40:47 PM

Previous topic - Next topic

Fussilet

Send the index.template.php here pls

funcouldron

#61
here it is

http://funcouldron.110mb.com/download/index.template.zip


i m giving downlaod link as i am unable to attche the file in topic ,, there is no such optin present

and also the fading effect of news is not worknig with IE
Visit us at  ww.4moreFun.com

Fussilet

there isn't Gallery here ?


funcouldron

Visit us at  ww.4moreFun.com

stargatecorner

maybe is in progett a light version with white green and blue color?  :D

woodsters

Is there a way to change out the "Extreme 6" logo on the top left with our own logo? My settings still have the url to my logo, but it doesn't show up on the forum.

Fussilet

hello woodstres

open style.css

find:

#logo {
position: absolute;
top: 30px;
left: 30px;
display: block;
width: 350px;
height: 105px;
cursor: pointer;
background: url(./images/logo.png) no-repeat;
}


exchange according to yourself

    background: url(./images/yourlogo.png) no-repeat;


stargatecorner

#67
I have a glass 8) and it's difficul to read "New post" ect.. it's possible to change the color?Thanks!
Mark Read | Notify | New Topic | Post new poll -Don't change the color and it's difficult to read!

Fussilet

I arranged files extreme6... please , again lower

or  open style.css

find:

/* definitions for the main tab, active means the tab reflects which page is displayed */



.maintab_first, .maintab_back, .maintab_last, .maintab_active_first, .maintab_active_back, .maintab_active_last, .mirrortab_first, .mirrortab_back, .mirrortab_last, .mirrortab_active_first, .mirrortab_active_back, .mirrortab_active_last {

    color: #999999;

    vertical-align: top;

    text-transform: uppercase;

}



.maintab_back, .maintab_active_back, .mirrortab_back, .mirrortab_active_back {

    color: #999999;

    text-decoration: none;

    font-size: 9px;

    font-family: tahoma, sans-serif;

    padding: 5px 10px 5px 10px;
    background: #151515;

}



.maintab_first,.mirrortab_first {

    display: none;

}



.maintab_back,.mirrortab_back {}



.maintab_last,.mirrortab_last {

    display: none;

}



.maintab_active_first, .mirrortab_active_first {

    display: none;

}



.maintab_active_back, .mirrortab_active_back {

    background: #DDE3E3;

    border: solid 2px  #454545;

}



.maintab_active_last, .mirrortab_active_last {

    display: none;

}

/* how links behave in main tab. */



.maintab_back a:link, .maintab_back a:visited, .mirrortab_back a:link, .mirrortab_back a:visited {

    color: #757575;

    text-decoration: none;

    font-weight: bold;

}



.maintab_active_back a:link, .maintab_active_back a:visited, .mirrortab_active_back a:link, .mirrortab_active_back a:visited {

    color: #757575;

    text-decoration: none;

    font-weight: bold;

}



.maintab_back a:hover, .maintab_active_back a:hover, .mirrortab_back a:hover, .mirrortab_active_back a:hover {

    text-decoration: underline;
    color: green;

}


replace with:

/* definitions for the main tab, active means the tab reflects which page is displayed */



.maintab_first, .maintab_back, .maintab_last, .maintab_active_first, .maintab_active_back, .maintab_active_last, .mirrortab_first, .mirrortab_back, .mirrortab_last, .mirrortab_active_first, .mirrortab_active_back, .mirrortab_active_last {

    color: #999999;

    vertical-align: top;

    text-transform: uppercase;

}



.maintab_back, .maintab_active_back, .mirrortab_back, .mirrortab_active_back {

    color: #999999;

    text-decoration: none;

    font-size: 9px;

    font-family: tahoma, sans-serif;

    padding: 5px 10px 5px 10px;
    background: #151515;

}



.maintab_first,.mirrortab_first {

    display: none;

}



.maintab_back,.mirrortab_back {}



.maintab_last,.mirrortab_last {

    display: none;

}



.maintab_active_first, .mirrortab_active_first {

    display: none;

}



.maintab_active_back, .mirrortab_active_back {

    background: #DDE3E3;

    border: solid 2px  #454545;

}



.maintab_active_last, .mirrortab_active_last {

    display: none;

}

/* how links behave in main tab. */



.maintab_back a:link, .maintab_back a:visited, .mirrortab_back a:link, .mirrortab_back a:visited {

    color: #757575;

    text-decoration: none;

    font-weight: bold;

}



.maintab_active_back a:link, .maintab_active_back a:visited, .mirrortab_active_back a:link, .mirrortab_active_back a:visited {

    color: #757575;

    text-decoration: none;

    font-weight: bold;

}



.maintab_back a:hover, .maintab_active_back a:hover, .mirrortab_back a:hover, .mirrortab_active_back a:hover {

    text-decoration: underline;
    color: green;

}

stargatecorner

Sorry but is different:

/* definitions for the main tab, active means the tab reflects which page is displayed */



.maintab_first, .maintab_back, .maintab_last, .maintab_active_first, .maintab_active_back, .maintab_active_last, .mirrortab_first, .mirrortab_back, .mirrortab_last, .mirrortab_active_first, .mirrortab_active_back, .mirrortab_active_last {

    color: #070707;

    vertical-align: top;

    text-transform: uppercase;

}



.maintab_back, .maintab_active_back, .mirrortab_back, .mirrortab_active_back {

    color: #090909;

    text-decoration: none;

    font-size: 9px;

    font-family: tahoma, sans-serif;

    padding: 5px 10px 5px 10px;

}



.maintab_first,.mirrortab_first {

    display: none;

}



.maintab_back,.mirrortab_back {}



.maintab_last,.mirrortab_last {

    display: none;

} etc...

woodsters

Thanks...now I realized that since I downloaded this theme that I've developed other problems. A couple of my mods are not working. I applied the mods of location and custom profile field, they were working fine before showing the information below the avatar, but since adding this theme, they are not showing up. I uninstalled them adn reinstalled and still not working. Any advice?

funcouldron

i m waiting for my replyyyyyyyyyyyyy
Visit us at  ww.4moreFun.com

Fussilet

Quote from: funcouldron on November 12, 2008, 12:02:56 AM
i m waiting for my replyyyyyyyyyyyyy

I didn't understand what you said... sory, I know very little english

funcouldron

never mind ,, i have uninstalled the media gallery mod....


can you tell me if i want to increase the forum width then how can i do?
Visit us at  ww.4moreFun.com

stargatecorner

Quote from: Fussilet on November 11, 2008, 05:50:41 PM
I arranged files extreme6... please , again lower

or  open style.css

find:

/* definitions for the main tab, active means the tab reflects which page is displayed */



.maintab_first, .maintab_back, .maintab_last, .maintab_active_first, .maintab_active_back, .maintab_active_last, .mirrortab_first, .mirrortab_back, .mirrortab_last, .mirrortab_active_first, .mirrortab_active_back, .mirrortab_active_last {

    color: #999999;

    vertical-align: top;

    text-transform: uppercase;

}



.maintab_back, .maintab_active_back, .mirrortab_back, .mirrortab_active_back {

    color: #999999;

    text-decoration: none;

    font-size: 9px;

    font-family: tahoma, sans-serif;

    padding: 5px 10px 5px 10px;
    background: #151515;

}



.maintab_first,.mirrortab_first {

    display: none;

}



.maintab_back,.mirrortab_back {}



.maintab_last,.mirrortab_last {

    display: none;

}



.maintab_active_first, .mirrortab_active_first {

    display: none;

}



.maintab_active_back, .mirrortab_active_back {

    background: #DDE3E3;

    border: solid 2px  #454545;

}



.maintab_active_last, .mirrortab_active_last {

    display: none;

}

/* how links behave in main tab. */



.maintab_back a:link, .maintab_back a:visited, .mirrortab_back a:link, .mirrortab_back a:visited {

    color: #757575;

    text-decoration: none;

    font-weight: bold;

}



.maintab_active_back a:link, .maintab_active_back a:visited, .mirrortab_active_back a:link, .mirrortab_active_back a:visited {

    color: #757575;

    text-decoration: none;

    font-weight: bold;

}



.maintab_back a:hover, .maintab_active_back a:hover, .mirrortab_back a:hover, .mirrortab_active_back a:hover {

    text-decoration: underline;
    color: green;

}


replace with:

/* definitions for the main tab, active means the tab reflects which page is displayed */



.maintab_first, .maintab_back, .maintab_last, .maintab_active_first, .maintab_active_back, .maintab_active_last, .mirrortab_first, .mirrortab_back, .mirrortab_last, .mirrortab_active_first, .mirrortab_active_back, .mirrortab_active_last {

    color: #999999;

    vertical-align: top;

    text-transform: uppercase;

}



.maintab_back, .maintab_active_back, .mirrortab_back, .mirrortab_active_back {

    color: #999999;

    text-decoration: none;

    font-size: 9px;

    font-family: tahoma, sans-serif;

    padding: 5px 10px 5px 10px;
    background: #151515;

}



.maintab_first,.mirrortab_first {

    display: none;

}



.maintab_back,.mirrortab_back {}



.maintab_last,.mirrortab_last {

    display: none;

}



.maintab_active_first, .mirrortab_active_first {

    display: none;

}



.maintab_active_back, .mirrortab_active_back {

    background: #DDE3E3;

    border: solid 2px  #454545;

}



.maintab_active_last, .mirrortab_active_last {

    display: none;

}

/* how links behave in main tab. */



.maintab_back a:link, .maintab_back a:visited, .mirrortab_back a:link, .mirrortab_back a:visited {

    color: #757575;

    text-decoration: none;

    font-weight: bold;

}



.maintab_active_back a:link, .maintab_active_back a:visited, .mirrortab_active_back a:link, .mirrortab_active_back a:visited {

    color: #757575;

    text-decoration: none;

    font-weight: bold;

}



.maintab_back a:hover, .maintab_active_back a:hover, .mirrortab_back a:hover, .mirrortab_active_back a:hover {

    text-decoration: underline;
    color: green;

}


Sorry but is different:

/* definitions for the main tab, active means the tab reflects which page is displayed */



.maintab_first, .maintab_back, .maintab_last, .maintab_active_first, .maintab_active_back, .maintab_active_last, .mirrortab_first, .mirrortab_back, .mirrortab_last, .mirrortab_active_first, .mirrortab_active_back, .mirrortab_active_last {

    color: #070707;

    vertical-align: top;

    text-transform: uppercase;

}
Etc...

stargatecorner

#75
Hi Fussilet, now I have the eXtreme 61. Thanks for the upgrade!  :D
So,I have another question. I Think that for me is better that when arrived a new topic the icon are white and not black. Can I change black to white for new post?

Red on --- Blue offI hope you understand me. Thanks for all

woodsters

#76
Quote from: stargatecorner on November 12, 2008, 05:12:24 PM
Hi Fussilet, now I have the eXtreme 61. Thanks for the upgrade!  :D
So,I have another question. I Think that for me is better that when are a new topic the icon Iprefer are white and not black. Can I change black to white for new post?

Red on --- Blue offI hope you understand me. Thanks for all

I would like to see that too...in addition to my wuestion about my mods not working now with this theme..

Fussilet

Please , do the searching

woodsters


GreenStork

Quote from: stargatecorner on November 12, 2008, 05:12:24 PM
Hi Fussilet, now I have the eXtreme 61. Thanks for the upgrade!  :D
So,I have another question. I Think that for me is better that when arrived a new topic the icon are white and not black. Can I change black to white for new post?

Red on --- Blue offI hope you understand me. Thanks for all

If you ask me, i'll just renamed this pictures)

Advertisement: