Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Platform - User Assistance (UA) » Override Eclipse CSS
Override Eclipse CSS [message #620090] Thu, 16 October 2008 15:38
Eclipse UserFriend
Originally posted by: j.hurrell.don'tspamme.castsoftware.com

This must be such a common request, but I can't find anything about it
in this newsgroup, nor on Google.

I use my own CSS stylesheet to govern the format of my plugin html help
pages. This works fine. However, it seems that the CSS files that are
automatically added by Eclipse are overriding my CSS and making the page
look slightly odd.

This is the header before I view it via Eclipse:

<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link rel="StyleSheet" type="text/css" href="../css/cast.css">
<title>Plug-in for Eclipse</title>
</head>

When viewed through Eclipse help system the header looks like this:

<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link rel="StyleSheet" type="text/css" href="../css/cast.css">
<title>Plug-in for Eclipse</title>

<link rel="stylesheet"
href=" ../content/PLUGINS_ROOT/org.eclipse.help.webapp/advanced/bre adcrumbs.css "
charset="ISO-8859-1" type="text/css"></link>
<script type="text/javascript"
src="../content/PLUGINS_ROOT/org.eclipse.help/livehelp.js"> </script>

<link rel="stylesheet"
href="../content/PLUGINS_ROOT/PRODUCT_PLUGIN/narrow_book.css "
type="text/css"></link>
<link rel="stylesheet"
href=" ../content/PLUGINS_ROOT/PRODUCT_PLUGIN/win32_narrow_book.css "
type="text/css"></link>
<script type="text/javascript">
<!--
if (parent.ContentToolbarFrame &&
parent.ContentToolbarFrame.setButtonState)
parent.ContentToolbarFrame.setButtonState("toggle_highlight ","hidden");
-->
</script>

</head>

Any ideas how to stop the Eclipse CSS from "upsetting" my own CSS?

Thanks
Previous Topic:Infocenter Webapp Usage
Next Topic:Removing default plug-ins from Infocenter
Goto Forum:
  


Current Time: Sat Apr 20 03:34:41 GMT 2024

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

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

Back to the top