Global CSS file for DocBook project without editing the head
Posted: Wed Oct 16, 2013 12:23 pm
				
				Hi,
it is possible to apply a CSS for the author mode without editing the header of the XML files?
Snippet from the personal.xml example
I am not allowed to add my custom styles to the XML files.   
 
Thanks!
cube
			it is possible to apply a CSS for the author mode without editing the header of the XML files?
Snippet from the personal.xml example
Code: Select all
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE personnel PUBLIC "PERSONNEL" "personal.dtd">
<?xml-stylesheet type="text/css" href="personal.css"?>
<personnel/ 
 Thanks!
cube