[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.technology.phoenix] Re: local style sheet file

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@xxxxxxxxxxx
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