Welcome, Guest. Please Login or Register.
April 27, 2025, 02:18:59 PM
Home Help Search Log in Register
News: SMF is the next generation in forum software, almost completely re-written from the ground up, make sure you don't fall for cheap imitations that suffer from feature bloat!

YaBB SE Community  |  Development  |  Graphics and Templates  |  3d Template « previous next »
Pages: [1] Reply Ignore Print
Author Topic: 3d Template  (Read 1076 times)
David
Destroyer Dave
Global Moderator
YaBB God
*****
Posts: 5761


I'm not a llama!

WWW
3d Template
« on: August 01, 2002, 05:07:11 PM »
Reply with quote

I know this has been asked and answered before but I can't find the answer for the life of me.  How do I add a 3d effect to my board?
Logged

Spaceman-Spiff
Mod Team
YaBB God
*****
Posts: 3689


My $txt[228]

Re:3d Template
« Reply #1 on: August 01, 2002, 05:41:34 PM »
Reply with quote

there are some samples in Gold Boardmod template section
i think it uses border-top, border-left, etc
that will create 3d effects...

example:
border-color: #DFDFDF #4F4F4F #4F4F4F #DFDFDF; border-style: outset; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px;
Logged

   My mods, ysePak, codes, tutorials
    Support question IMs = bad.
David
Destroyer Dave
Global Moderator
YaBB God
*****
Posts: 5761


I'm not a llama!

WWW
Re:3d Template
« Reply #2 on: August 01, 2002, 05:50:53 PM »
Reply with quote

Ok, I have already looked in the boardmod templates.  I want to find a working YaBBSE CSS section though.
Logged

Spaceman-Spiff
Mod Team
YaBB God
*****
Posts: 3689


My $txt[228]

Re:3d Template
« Reply #3 on: August 01, 2002, 06:32:10 PM »
Reply with quote

example:

.titlebg      {background-color: #094A6F; color: #FFFFFF; border: white red red white; border-style: outset; border-top-width: 2px; border-right-width: 2px; border-bottom-width: 2px; border-left-width: 2px; }
« Last Edit: August 01, 2002, 06:38:33 PM by Spaceman-Spiff » Logged

   My mods, ysePak, codes, tutorials
    Support question IMs = bad.
David
Destroyer Dave
Global Moderator
YaBB God
*****
Posts: 5761


I'm not a llama!

WWW
Re:3d Template
« Reply #4 on: August 01, 2002, 06:53:10 PM »
Reply with quote

But which ones does it go in?  The yabb ones only do windowbg and windowbg2
Logged

Spaceman-Spiff
Mod Team
YaBB God
*****
Posts: 3689


My $txt[228]

Re:3d Template
« Reply #5 on: August 01, 2002, 07:20:20 PM »
Reply with quote

its up to u where u wanna put it
will work for titlebg, winbg and catbg
u can try each one of them and see which ones fit well with the 3d theme
or u can do all of them too... ;D
Logged

   My mods, ysePak, codes, tutorials
    Support question IMs = bad.
Chris Cromer
The Strange One
Mod Team
YaBB God
*****
Posts: 3152


I am just a figment of your imagination.

WWW
Re:3d Template
« Reply #6 on: August 02, 2002, 12:40:02 AM »
Reply with quote

Just add this to all of your css tags and you will have a 3d effect:

border-style: outset; border-top-width: 2px; border-right-width: 2px; border-bottom-width: 2px; border-left-width: 2px;

This is better than the other one that was posted because this one uses whatever colors are already on your board. If you remember I used this one on my gray board that you saw(and complimented).
Logged

Chris Cromer

I am not suffering from insanity, I am enjoying every minute of it.
Michele
Beta Tester
YaBB God
*****
Posts: 584


I can't wait for YaBB SE 2!

Mad+Moya WWW
Re:3d Template
« Reply #7 on: August 02, 2002, 02:56:48 AM »
Reply with quote

Or, take the shorter approach:

.someTable {
color:  #000033;
background-color: 779999;
border: thick outset #997777;
}

border (width style color )

Width can be a px or pt number, thin, medium or thick (medium is default, none means no border)
Style can be inset, outset, groove, ridge, dotted, dashed or solid (default is solid)
Color can list one, two, three or four colors to use, depending on the style, in the format #123456 (default is font color).

HTH, Mad Moya
Logged

formerly Mad Moya
PfaBB - http://pfabb.lunabyte.com
mephisto_kur
Sr. Member
****
Posts: 308


Hi ho.

WWW
Re:3d Template
« Reply #8 on: August 02, 2002, 04:22:33 AM »
Reply with quote

You want something like this? EDIT: I took out the 3d effect!

http://forum.heavybrick.com/index.php?op=forum
« Last Edit: August 23, 2002, 01:22:36 AM by mephisto_kur » Logged



Awmp, ding, soo googoongee doop, dee
Googoo Fleegoogeegoo
Goo Fleegoogeegoo
Duht, Deeheeh
Oogoogoog Dtee
Oogoogagoo oogoogweee
Fleegoogeegoo, fleegow
Go go mah mah mefs sufh yeah...
David
Destroyer Dave
Global Moderator
YaBB God
*****
Posts: 5761


I'm not a llama!

WWW
Re:3d Template
« Reply #9 on: August 02, 2002, 04:30:47 AM »
Reply with quote

Quote from: mephisto_kur on August 02, 2002, 04:22:33 AMYou want something like this?

http://forum.heavybrick.com/index.php?op=forum
Exactly!  ;D
Logged

mephisto_kur
Sr. Member
****
Posts: 308


Hi ho.

WWW
Re:3d Template
« Reply #10 on: August 02, 2002, 04:32:52 AM »
Reply with quote

Its a modified version of this:

http://boardmod.yabbforum.com/templates/templatevault.php?action=describe&id=141

I made changes so it works better with YaPP, but otherwise its that template.
Logged



Awmp, ding, soo googoongee doop, dee
Googoo Fleegoogeegoo
Goo Fleegoogeegoo
Duht, Deeheeh
Oogoogoog Dtee
Oogoogagoo oogoogweee
Fleegoogeegoo, fleegow
Go go mah mah mefs sufh yeah...
Pages: [1] Reply Ignore Print 
YaBB SE Community  |  Development  |  Graphics and Templates  |  3d Template « previous - next »
 


Powered by MySQL Powered by PHP YaBB SE Community | Powered by YaBB SE
© 2001-2003, YaBB SE Dev Team. All Rights Reserved.
SMF 2.1.4 © 2023, Simple Machines
Valid XHTML 1.0! Valid CSS

Page created in 0.318 seconds with 20 queries.