|
|
|
|
|
|
|
Re: default theme css split [message #13885 is a reply to message #13883] |
Thu, 30 October 2003 00:50 ![Go to previous message Go to previous message](/forum/theme/default/images/up.png) ![Go to next message Go to next message](/forum/theme/default/images/down.png) |
Ilia
![Canada Canada](/forum/images/flags/ca.png) Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
AzaToth wrote on Wed, 29 October 2003 19:07 | yes yes yes... I was just thinking it should be a nice move, to structurize the theme a bit. and that IE doesn't support it, we wont obey the laws of Internet Explorer. png is a w3c-standard since 1996, and end of story, if Windows-users want to render it properly, they have to use a proper browser
|
Fine stance, but is not practical until majority of the userbase adopts alternate browsers, which is something I am all for. I won't force a browser on people in a distributable application, maybe on a homepage, but definately not on FUDforum.
As for images, well, the 'problem' is that you've changed the image extension, which is why you need to run a few perl scripts. In most cases you just replace 1 gif with another and you are all set. All images are inside a single directory.
FUDforum Core Developer
|
|
|
|
|
|
|
Re: default theme css split [message #13919 is a reply to message #13818] |
Fri, 31 October 2003 15:15 ![Go to previous message Go to previous message](/forum/theme/default/images/up.png) ![Go to next message Go to next message](/forum/theme/default/images/down.png) |
AzaToth
![Sweden Sweden](/forum/images/flags/se.png) Messages: 125 Registered: October 2003
Karma: 0
|
Senior Member |
![11055315](/forum/theme/default/images/icq.png)
|
|
o, I ment more like:
{SECTION: dmsg_quote_link}
<a class="GenLink" href="{TEMPLATE: dmsg_quote_link_lnk}">
{SOMETHING-DATA: msg_quote}
</a>
{SECTION: END}
And when rebuilding the theme, replacing it acoring to a "file"
if it a image then it's became:
<img src="path/url" alt="[quote]" />
or it's just a color, then:
<img alt="[quote]" src="blank.gif" style="background: color; width: 71px; height: 18px" />
or if it's just a text:
text
Edit: expanded my idea
[Updated on: Fri, 31 October 2003 15:21] Report message to a moderator
|
|
|
|
|
|
|
|
|
|