inherit
56576
0
Sept 3, 2005 18:33:16 GMT -8
shadowdeath01
7
August 2005
shadowdeath01
|
Post by shadowdeath01 on Aug 27, 2005 21:42:55 GMT -8
Is there a way to make a skin with proboards using a Cascading Style Sheet?
|
|
inherit
56576
0
Sept 3, 2005 18:33:16 GMT -8
shadowdeath01
7
August 2005
shadowdeath01
|
Post by shadowdeath01 on Aug 27, 2005 21:46:09 GMT -8
And is there is tell me how please.
|
|
inherit
Proboards Legend
212
0
May 11, 2006 12:32:55 GMT -8
california
21,035
December 1999
california
|
Post by california on Aug 27, 2005 22:09:21 GMT -8
You can make a skin with CSS, yeah, but you'd be better off using the built-in skin feature in combination with the dif. gradients for dif. skins code in the database. You can still use CSS to add some non-basic stuff like scrollbar colors and cursors but it really depends on what you're wanting to do. You'd apply CSS to your board by placing style tags (or <link> for an external stylesheet) into your global header.
|
|
inherit
56576
0
Sept 3, 2005 18:33:16 GMT -8
shadowdeath01
7
August 2005
shadowdeath01
|
Post by shadowdeath01 on Aug 28, 2005 9:05:09 GMT -8
Then f'ing screw Proboards, I'm going to InvisionFree!
|
|
inherit
16852
0
Mar 22, 2008 15:13:14 GMT -8
Eric
1,231
December 2003
13lade
|
Post by Eric on Aug 28, 2005 10:57:34 GMT -8
He just said you could. Maybe you shouldn't be such an idiot and actually read the post. Unless you're upset about being able to use it, in which case that's just dumb.
|
|
inherit
56576
0
Sept 3, 2005 18:33:16 GMT -8
shadowdeath01
7
August 2005
shadowdeath01
|
Post by shadowdeath01 on Aug 28, 2005 15:12:48 GMT -8
But, he said not to, to use the built in skin creater. InvisionFree actually has a specific place named "Manage Style Sheets" where if you hve a style sheet you can just paste it in with out having to sort out header, footer and all that stuff.
|
|
inherit
Proboards Legend
212
0
May 11, 2006 12:32:55 GMT -8
california
21,035
December 1999
california
|
Post by california on Aug 28, 2005 15:14:04 GMT -8
I told you to use the built-in skin creator because it's more convenient. If you want to use stylesheets, feel free. There's nothing complicated about the headers/footers, you just paste in your stylesheet
|
|
inherit
56576
0
Sept 3, 2005 18:33:16 GMT -8
shadowdeath01
7
August 2005
shadowdeath01
|
Post by shadowdeath01 on Aug 30, 2005 14:53:10 GMT -8
I did that and then when I went back to the homepage it just showed the code not the colors or anything.
|
|
inherit
Proboards Legend
212
0
May 11, 2006 12:32:55 GMT -8
california
21,035
December 1999
california
|
Post by california on Aug 30, 2005 21:37:10 GMT -8
Well it needs to be in <style> tags...
|
|
inherit
13333
0
Mar 19, 2012 20:30:58 GMT -8
hey
4,271
September 2003
hey
|
Post by hey on Aug 31, 2005 14:33:47 GMT -8
Go to the Headers/Footers and insert your styles into the headers. Not that tough...
|
|
inherit
56576
0
Sept 3, 2005 18:33:16 GMT -8
shadowdeath01
7
August 2005
shadowdeath01
|
Post by shadowdeath01 on Sept 3, 2005 15:38:47 GMT -8
So put it in <style> tags and then paste it in?
|
|
inherit
The Jedi Master of Proboards PBS Oscars: Most Unique
6777
0
Nov 19, 2012 0:15:08 GMT -8
Tommy Huynh
Coffee isn't my cup of tea.
19,374
January 2003
swg2
|
Post by Tommy Huynh on Sept 3, 2005 19:30:27 GMT -8
<style type='text/css'> <!-- CSS GOES HERE //--> </style>
|
|
inherit
Proboards Legend
212
0
May 11, 2006 12:32:55 GMT -8
california
21,035
December 1999
california
|
Post by california on Sept 4, 2005 0:13:58 GMT -8
-->
CSS doesn't officially support single-line comments.
|
|
ITL
Junior Member
Posts: 205
inherit
29782
0
Oct 16, 2010 14:17:53 GMT -8
ITL
205
August 2004
itl
|
Post by ITL on Sept 4, 2005 6:16:11 GMT -8
And of course, using CSS to create a skin could be very useful if you want to have different skins for different boards in your forum.
It would be easy enough to create a few skins from the admin section that get used as normal, yet also have certain boards of your forum with their own CSS that overrides the admin created skin when you're in those particular boards.
I tried this once on my test forum, and it worked fine.
|
|