News:

Want to get involved in developing SMF, then why not lend a hand on our github!

Main Menu

[Theme] Shadow (now avalible!)

Started by † ÐëepÇuT¹ †, December 31, 2004, 08:07:03 PM

Previous topic - Next topic

Helios_Zepp

#60
Can you archive the buttons to a zip or tar.gz archive??
cuz RAR isn´t working very well.

And, is there a Shop icon??


Thanks.

Error:
Unable to load the 'main_above' template.

Now how do I uninstall this theme and apply the default???
H.A.N.D !
[Have A Nice Day] ! =)
_____________________________
The B.C. Rich
Congratulations! You scored 68%!

Scream!!! You scored "The B.C. Rich!" The most extreme guitar to be had on this test, the B.C. Rich takes ****** from no one. You crush all that stand in your way and shock those that can only watch. All others tremble before your might.


Click here to take the test: http://www.okcupid.com/tests/take?testid=11423843615406391799 [nofollow]

hbrandinewm

Yeah I uploaded the theme and now I can't access anything on my forums all I get is this message.
Unable to load the 'main_above' template.
Now how am i suppossed to fix it??
ArkEquinox™
Coming 2nd Quarter 2007

starrbuck

Quote from: XgreydazeO on May 14, 2005, 07:43:27 PM
Yeah I uploaded the theme and now I can't access anything on my forums all I get is this message.
Unable to load the 'main_above' template.
Now how am i suppossed to fix it??

I had the same problem here.  To fix it, I used phpmyadmin and deleted the rows about the shadow theme from the smf_themes table.

Good luck...

† ÐëepÇuT¹ †

I guess this theme is too old to work with newer SMF versions.. ><.



Personal Website
x3Generation - gaming
graphics and anime.
 

Favorite Forums
> SimpleMachines Forum
> GamerzPlanet Forums


punkerman

The On.gif you show in the preview.. is not the same as the Theme On.gif... you know what i mean right? also the Off.gif.. could you put the images.. cuz it rocks XD

dtm.exe

Quote from: † ÐëepÇuT¹ † on May 15, 2005, 07:45:09 PM
I guess this theme is too old to work with newer SMF versions.. ><.

So why don't you update it?

-Dan The Man

punkerman

Quote from: † ÐëepÇuT¹ † on May 15, 2005, 07:45:09 PM
I guess this theme is too old to work with newer SMF versions.. ><.

what do you mean... i got it on 1.3 working very good.. just needed a fixes with the css..

dtm.exe

Quote from: punkerman on June 01, 2005, 08:21:08 PM
what do you mean... i got it on 1.3 working very good.. just needed a fixes with the css..

Would you care to post those changes for the rest us :)?

-Dan The Man

punkerman

sure.. just to know.. how to backup the changes to the theme.. or just downloading?

Helios_Zepp

Your domain doesn't exist, I can't download the file!

Please fix the broken link.

Or maybe if someone else has it fixed, upload it and give us the link.
Thank you!
H.A.N.D !
[Have A Nice Day] ! =)
_____________________________
The B.C. Rich
Congratulations! You scored 68%!

Scream!!! You scored "The B.C. Rich!" The most extreme guitar to be had on this test, the B.C. Rich takes ****** from no one. You crush all that stand in your way and shock those that can only watch. All others tremble before your might.


Click here to take the test: http://www.okcupid.com/tests/take?testid=11423843615406391799 [nofollow]

dtm.exe

Quote from: Helios_Zepp on June 04, 2005, 02:12:18 AM
Your domain doesn't exist, I can't download the file!

Please fix the broken link.

Or maybe if someone else has it fixed, upload it and give us the link.
Thank you!

Here you go.

http://www.simplemachines.org/community/index.php?action=dlattach;topic=22893.0;id=3354

Quote from: punkerman on June 03, 2005, 08:09:35 PM
sure.. just to know.. how to backup the changes to the theme.. or just downloading?

Just post the changes that you made to the style.css file so we can know what to change.

-Dan The Man

punkerman

ok.. here is the code..


/* Normal, standard links. */
textarea
{
background-color : #2C2C2C;
color: #CCCCCC;
}

input
{
background-color : #2C2C2C;
color: #CCCCCC;

}
a:link
{
color: #CCCCCC;
text-decoration: none;
}
a:visited
{
color: #CCCCCC;
text-decoration: none;
}
a:hover
{
color: #CCCCCC;
text-decoration: underline;
}
/* Navigation links - for the link tree. */
.nav, .nav:link, .nav:visited
{
color: #CCCCCC;
text-decoration: none;
}
a.nav:hover
{
font-weight: bold;
color: #cc3333;
text-decoration: underline;
}

/* Tables should show empty cells. */
table
{
empty-cells: show;
}

/* By default (td, body..) use Tahoma in black. */
body, td
{
color: #838383;
font-size: small;
font-family: verdana;
}

/* The main body of the entire forum. */
body
{
BACKGROUND-color: #000000;
color: #000000;
margin: 0px;
padding: 0px;
}

/* Input boxes - just a bit smaller than normal so they align well. */
input, textarea, button
{
font-size: 9pt;
BACKGROUND-color: #000000
color: #CCCCCC;
font-family: Tahoma, arial, helvetica, serif;
}

/* All input elements that are checkboxes or radio buttons. */
input.check
{
}

/* Selects are a bit smaller, because it makes them look even better 8). */
select
{
font-size: 8pt;
font-weight: normal;
color: #CCCCCC;
font-family: Tahoma, arial, helvetica, serif;
}

/* Standard horizontal rule.. ([hr], etc.) */
hr, .hrcolor
{
height: 1px;
border: 0;
color: #666666;
background-color: #666666;
}

/* A quote, perhaps from another post. */
.quote
{
color: #000000;
background-color: #898989;
border: 1px solid #000000;
margin: 1px;
padding: 1px;
font-size: x-small;
}

/* A code block - maybe even PHP ;). */
.code
{
color: #000000;
background-color: #cccccc;
border: 1px solid #000000;
padding: 1px;
font-family: "courier new", helvetica, "times new roman", serif;
font-size: x-small;
width: 99%;
margin: 1px auto 1px auto;
white-space: nowrap;
overflow: auto;
}

/* The "Quote:" and "Code:" header parts... */
.quoteheader, .codeheader
{
color: #CCCCCC;
text-decoration: none;
font-style: normal;
font-weight: bold;
font-size: x-small;
}

/* Generally, those [?] icons.  This makes your cursor a help icon. */
.help
{
cursor: help;
}

/* /me uses this a lot. (emote, try typing /me in a post.) */
.meaction
{
color: red;
}

/* The main post box - this makes it as wide as possible. */
.editor
{
width: 96%;
}

/* Highlighted text - such as search results ;). */
.highlight
{
background-color: yellow;
font-weight: bold;
color: black;
}

/* Alternating backgrounds for posts, and several other sections of the forum. */
.windowbg
{
color: #CCCCCC;
background-color: #2C2C2C;
}
.windowbg2
{
color: #CCCCCC;
background-color: #000000;
}

/* All the signatures used in the forum.  If your forum users use Mozilla, Opera, or Safari, you might add max-height here ;). */
.signature
{
}

/* These are used primarily for titles, but also for headers (the row that says what everything in the table is.) */
.titlebg, tr.titlebg td, .titlebg a:link, .titlebg a:visited
{
color: #838383;
font-style: normal;
background-color: #171717;
}
.titlebg a:hover
{
color: #dfdfdf;
}

/* This is used for categories, page indexes, and several other areas in the forum. */
.catbg
{
background-image: url(images/catbg.jpg);
}

/* This is used for a category that has new posts in it... to make it light up. */
.catbg2
{
background-image: url(images/catbg2.jpg);
}

.catbg, .catbg2
{
font-weight: bold;
background-color: white;
color: #838383;
}

/* This is used for tables that have a grid/border background color (such as the topic listing.) */
.bordercolor
{
background-color: #333333;
}

/* This is used on tables that should just have a border around them. */
.tborder
{
border: 1px solid #666666;
background-color: #333333;
padding: 2px;
}

/* Default font sizes: small (8pt), normal (10pt), and large (14pt). */
.smalltext
{
font-size: x-small;
font-family: Verdana;
}
.normaltext
{
font-size: medium;
}
.largetext
{
font-size: large;
}

/* This is the white header area where the title, menu bars, and header boxes are. */
#headerarea
{
background-image: url(images/bottomback.gif);
border-bottom: 1px solid #242424;
}
/* This is the main area of the forum, the part that's gray. */
#bodyarea
{
background-color: #0D0D0D;
}
/* And this is the bottom, where the copyright is, etc. */
#footerarea
{
color: black;
background-image: url(images/bottomback.gif);
border-top: 1px solid #333333;
}

/* This is for the special header boxes on the top (user info, key stats, news box.) */
.headertitles
{
background-color: #171717;

}
.headerbodies
{
border: 1px solid #5B5B5B;
background-color: #232323;
background-repeat: repeat-x;

}
select
{
background-color: #000000
}

dtm.exe

#72
Quote from: punkerman on June 04, 2005, 07:59:56 AM
ok.. here is the code..

Thank you :).

-Dan The Man

Helios_Zepp

Can someone give me the link to the WORKING version of this theme?

Is there a working version????
H.A.N.D !
[Have A Nice Day] ! =)
_____________________________
The B.C. Rich
Congratulations! You scored 68%!

Scream!!! You scored "The B.C. Rich!" The most extreme guitar to be had on this test, the B.C. Rich takes ****** from no one. You crush all that stand in your way and shock those that can only watch. All others tremble before your might.


Click here to take the test: http://www.okcupid.com/tests/take?testid=11423843615406391799 [nofollow]

† ÐëepÇuT¹ †

Quote from: Helios_Zepp on June 05, 2005, 06:43:49 AM
Can someone give me the link to the WORKING version of this theme?

Is there a working version????

Yeah, download and apply the CSS change:

http://www.simplemachines.org/community/index.php?topic=22893.msg276037#msg276037



Personal Website
x3Generation - gaming
graphics and anime.
 

Favorite Forums
> SimpleMachines Forum
> GamerzPlanet Forums


punkerman

Hey, would you realease the Buttons psd?? because i wish to Translate it to spanish :P could ya?

Croz

Quote from: Laurens on January 23, 2005, 11:35:12 AM
I editrd the css a bit so the black text would go white - improves legibility imo - nice skin though.

Can you send me the changed file, please?


cronic5

I tried to download the on/of buttons and they don't work, I lie a lot of your work and every time I go to download something off of icyreal.com it says it can't be found. can someone email me the button set? [email protected]
My site
Yay!

autumn_whispers2me

Installed the theme and it killed my board.  Had to do a complete reinstall.  :(  Doesn't say what version it's for, so maybe that was it.
Come to the dark side.  We have cookies!

Advertisement: