Re: Dark blue, white and yellow style [message #24055 is a reply to message #24028] |
Mon, 11 April 2005 17:42 |
dennisp
Messages: 49 Registered: December 2004 Location: Belize
Karma:
|
Member |
|
|
To get the forum.css of any site....
first...view the source of the page.......somewhere in the beginning you will find a block of html code that looks like
<link rel="StyleSheet" href="theme/Default/forum.css" type="text/css" media="screen" title="Default FUDforum Theme">
note the location of the forum.css file....
in this case being
theme/Default/forum.css
just append that to the root url of the forum...and voila..you have the forum style sheet of that site..
for example....
if a site has the forum with a url like..
www.example.com/services/forum/
then append theme/Default/forum.css like
www.example.com/services/forum/theme/Default/forum.css
and there, you have the theme....
now you just have to take a look at it and change your forum.css according to what you downloaded...
Mind you, I don't know if you need to get permission from the hosting site to copy their theme....
Since the forum is released under GPL, i do not think so...but i think it would be a good idea to ask first..i guess......just for sake of ethics....
regards and have fun
[Updated on: Mon, 11 April 2005 17:51] Report message to a moderator
|
|
|