Simple Machines Community Forum

Customizing SMF => Graphics and Templates => Theme Site Themes => Topic started by: Crip on December 14, 2010, 07:40:45 PM

Title: Cracked
Post by: Crip on December 14, 2010, 07:40:45 PM
Link to the theme (http://custom.simplemachines.org/themes/index.php?lemma=2304)
(http://custom.simplemachines.org/themes/index.php/action,download/lemma,2304/image,thumb)

Clean / modern and light grey Theme & a bit of CSS-3, with grey colors and gradients.

==> Demo (http://www.jpr62.com/demos/)
Title: Re: Cracked
Post by: TehCraw on December 14, 2010, 09:54:13 PM
Nice job, Crip! O.o
Title: Re: Cracked
Post by: Crip on December 15, 2010, 08:40:37 AM
T/y 
Title: Re: Cracked
Post by: Masterd on December 17, 2010, 01:41:11 PM
Nice theme! :D
Title: Re: Cracked
Post by: ColeKelley on December 22, 2010, 04:15:01 PM
Love the look of the theme; however, I'm struggling with how new users register to post a message. I cannot identify a "Register" button where they can sign up as a new member. Can you help? Is it something in the permissions that I need to activate? www.mettlewrestling.com/boards
Title: Re: Cracked
Post by: Crip on December 23, 2010, 01:28:36 PM
This theme is RC4 (only) ....
Title: Re: Cracked
Post by: psixanwmalos on January 02, 2011, 02:08:46 AM
hey mate great job!!!

i am wondering if you could tell me what code i need to tweak in order to remove the background and place the forum to fit the screen (whatever the resolution the user has)

i've changed the width of #toolbar, #header and wrapper to 100% instead of 990px but still couldnt figure it out.

I ll post a picture to help you understand what i need :)

Title: Re: Cracked
Post by: Crip on February 27, 2011, 11:21:51 AM
--------- Updated RC5
Title: Re: Cracked
Post by: CraftyLion on May 06, 2011, 09:00:17 PM
I think it's a great theme. I'm looking to remove the "Cracked" title up the top but can't seem to find the img file that goes with it. Any help would be greatly appreciated ...
Title: Re: Cracked
Post by: Crip on May 08, 2011, 05:50:32 PM
Not sure it has a logo.psd ?
Title: Re: Cracked
Post by: willemjan on May 09, 2011, 05:50:49 AM
Quote from: kimba on May 06, 2011, 09:00:17 PM
I think it's a great theme. I'm looking to remove the "Cracked" title up the top but can't seem to find the img file that goes with it. Any help would be greatly appreciated ...

Do you have an logo that you want to use instead of the cracked logo? Or do you just want to remove that img?
Title: Re: Cracked
Post by: CraftyLion on May 10, 2011, 02:25:57 AM
All I wanted to do it remove the image. But it's okay. I found the file. :)
Title: Re: Cracked
Post by: Crip on May 10, 2011, 05:56:27 AM
Kool 8)
Title: Re: Cracked
Post by: fullmetalgirl on June 18, 2011, 02:15:06 AM
Very nice theme,

i'm using it as a base.
a question though (i think it's theme based)

my logo image is overlapping everything...
how can i get it more to the background?

http://www.gras-valkparkieten.nl/smf2/
(i'm still tweeking it for my purpasse as we speak)

Also .. the space between the menu and the forum.. how can i make it closer together? can't find the settings for that "empty" space.
Title: Re: Cracked
Post by: EdwinN on June 18, 2011, 05:10:11 PM
Hey Crip,

Great theme, tnx!

One question, i want to replace the Cracked image on top with my banner, but, when i replace the logo file for my logo file wich is whider, i only see the half of my own banner.
Is there a way to let me see the whole banner? (468x60)
Title: Re: Cracked
Post by: fullmetalgirl on June 19, 2011, 02:18:23 AM
when in your index.css
find logo a,
then change the width to what is needed for you.

1 thing though: if you make it to big it will overlap your login function... wich is the problem i was talking about :)

#logo a {
position: absolute;
float: left;
top: 5px;
left: 15px;
display: block;
width: 750px !important;;
height: 175px !important;;
cursor: pointer;
background: url(../images/img/logo.bmp) no-repeat;
Title: Re: Cracked
Post by: Crip on June 20, 2011, 06:37:14 AM
your Right fullmetalGal 
Title: Re: Cracked
Post by: fullmetalgirl on June 20, 2011, 08:59:42 AM
do you know how to fix the overlap problem?
because i couldnt fixe it...
(tried to change the z-value of logo a, but that didn't change anything.
Title: Re: Cracked
Post by: EdwinN on June 21, 2011, 03:24:59 AM
gonna try that, tnx!
Title: Re: Cracked
Post by: Crip on June 22, 2011, 12:13:17 PM
../Theme/images/img/logo.png -- css/index.css -- look for #logo.
Quote
is it also possible to remove all the functions in the header

hello member
Show unread posts since last visit.
Show new replies to your posts.
Remember, this forum is in 'Maintenance Mode'.

.. lots of code to remove but, Yes it is possible.
Title: Re: Cracked
Post by: Crip on June 23, 2011, 07:01:01 AM
it will not shrink the Header @ all --
i can Fix your "index.template.php" if you wanna attach it Here>?
Title: Re: Cracked
Post by: Crip on June 23, 2011, 07:42:14 PM
Back Up 1st..always.

Try this
------
Title: Re: Cracked
Post by: Crip on July 07, 2011, 02:56:34 PM
Quote from: Kaitlyn on July 06, 2011, 11:04:39 PM
the white line at the top of the forum where is that located in the theme wonder is it possible to add a shoutbox in that section

css/index.css

/* The navigation list (i.e. linktree) */
.navigate_section
{
padding: 0.5em;
margin: 1em 0 0 0;
}
.navigate_section ul
{
display: block;
margin: 0;
font-size: 0.9em;
padding: 1em 0 0.5em 0;
border-top: 1px solid #FFF;  <===White Line===>
overflow: hidden;
list-style: none;
clear: both;
width: 100%;
}
.navigate_section ul li
{
float: left;
padding: 0 0.5em 0 0;
font-size: 0.95em;
}
Title: Re: Cracked
Post by: MrGrumpy on July 07, 2011, 03:44:25 PM
Kaitlyn, you should ask on the mods support page for help with placing the shoutbox where you want it as the people supporting it will be better advised on editing the mods code.