Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Platform - User Assistance (UA) » Override Eclipse CSS
Override Eclipse CSS [message #474617] Thu, 16 October 2008 11:38 Go to previous message
Eclipse User
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
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic:Override Eclipse CSS
Next Topic:Removing default plug-ins from Infocenter
Goto Forum:
  


Current Time: Wed May 22 13:14:18 EDT 2013

Powered by FUDForum. Page generated in 0.06821 seconds