Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Website » local style sheet file
local style sheet file [message #15689] Fri, 13 January 2006 17:12 Go to next message
Eclipse UserFriend
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 18:36 Go to previous message
Eclipse Webmaster is currently offline Eclipse WebmasterFriend
Messages: 607343
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 18:36 Go to previous message
Eclipse Webmaster is currently offline Eclipse WebmasterFriend
Messages: 607343
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
Previous Topic:local style sheet file
Next Topic:Add some indentation inside the <div id="midcolumn"> section
Goto Forum:
  


Current Time: Fri Apr 19 08:02:17 GMT 2024

Powered by FUDForum. Page generated in 0.01944 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top