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/)
Nice job, Crip! O.o
T/y
Nice theme! :D
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
This theme is RC4 (only) ....
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 :)
--------- Updated RC5
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 ...
Not sure it has a logo.psd ?
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?
All I wanted to do it remove the image. But it's okay. I found the file. :)
Kool 8)
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.
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)
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;
your Right fullmetalGal
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.
gonna try that, tnx!
../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.
it will not shrink the Header @ all --
i can Fix your "index.template.php" if you wanna attach it Here>?
Back Up 1st..always.
Try this
------
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;
}
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.