local style sheet file [message #15689] |
Fri, 13 January 2006 12:12  |
Eclipse User |
|
|
|
Originally posted by: olivier_thomann.NOca.ibm.comSPAM
Hi,
In the process of converting all our web pages to the phoenix style, I'd
like to know if it is possible to define a local cascading stype sheet?
We find that the links (<a></a> tag) are a little too light and we would
like to have all of them bold. I'd like to do this using a css file
instead of modifying each <a> tag.
I don't know if this is doable. I don't see where this could be inserted
in the templates files.
Thank you.
Olivier
|
|
|
Re: local style sheet file [message #16123 is a reply to message #15689] |
Fri, 13 January 2006 13:36  |
Eclipse Webmaster Messages: 607353 Registered: July 2009 |
Senior Member |
|
|
Phoenix doesn't provide for a local CSS file specifically, but you can
add your style changes to _projectCommon.php so that they are applied to
all the pages in your directory.
Outside of the <?php ?> markers of _projectCommon.php, add
<style type="text/css">
<!--
a { your style here }
-->
</style>
Olivier Thomann wrote:
> Hi,
>
> In the process of converting all our web pages to the phoenix style, I'd
> like to know if it is possible to define a local cascading stype sheet?
> We find that the links (<a></a> tag) are a little too light and we would
> like to have all of them bold. I'd like to do this using a css file
> instead of modifying each <a> tag.
> I don't know if this is doable. I don't see where this could be inserted
> in the templates files.
>
> Thank you.
>
> Olivier
--
Eclipse WebMaster - webmaster@eclipse.org
Questions? Consult the WebMaster FAQ at
http://wiki.eclipse.org/index.php/Webmaster_FAQ
View my status at http://wiki.eclipse.org/index.php/WebMaster
|
|
|
Re: local style sheet file [message #568351 is a reply to message #15689] |
Fri, 13 January 2006 13:36  |
Eclipse Webmaster Messages: 607353 Registered: July 2009 |
Senior Member |
|
|
Phoenix doesn't provide for a local CSS file specifically, but you can
add your style changes to _projectCommon.php so that they are applied to
all the pages in your directory.
Outside of the <?php ?> markers of _projectCommon.php, add
<style type="text/css">
<!--
a { your style here }
-->
</style>
Olivier Thomann wrote:
> Hi,
>
> In the process of converting all our web pages to the phoenix style, I'd
> like to know if it is possible to define a local cascading stype sheet?
> We find that the links (<a></a> tag) are a little too light and we would
> like to have all of them bold. I'd like to do this using a css file
> instead of modifying each <a> tag.
> I don't know if this is doable. I don't see where this could be inserted
> in the templates files.
>
> Thank you.
>
> Olivier
--
Eclipse WebMaster - webmaster@eclipse.org
Questions? Consult the WebMaster FAQ at
http://wiki.eclipse.org/index.php/Webmaster_FAQ
View my status at http://wiki.eclipse.org/index.php/WebMaster
|
|
|
Powered by
FUDForum. Page generated in 0.03721 seconds