/* * mozilla.css * * Copyright (c) 2004 David Holroyd, and contributors * Copyright (c) 2005 Michael Thiele, and contributors * See the file 'COPYING' for terms of use * * Part of wysiwygDocBook 1.01, a developed DocBook CSS stylesheet based on version 0.4 from * http://www.badgers-in-foil.co.uk/projects/docbook-css/ * * This file contains CSS specific to mozilla.org's Gecko rendering engine. * * Some of the rules here will take effect even if you aren't using a Mozilla- * based browser. */ /* make s clickable */ ulink { -moz-binding:url('db-bindings.xml#ulink'); cursor: pointer; -moz-user-focus: normal; } email { -moz-binding:url('db-bindings.xml#email'); cursor: pointer; -moz-user-focus: normal; } ulink:active { color: red; } ulink:focus { -moz-outline: 1px dotted invert; } imagedata { -moz-binding:url('db-bindings.xml#image'); } guimenu, guimenuitem, guisubmenu, guibutton { font: menu; } orderedlist, itemizedlist, procedure, substeps, stepalternatives { /* this seems to be required to make auto-numbering work */ -moz-counter-reset: -html-counter 0; } /* orderedlist[continuation="continues"] { -moz-counter-reset: no; } */ footnoteref { -moz-binding:url('db-bindings.xml#footnoteref'); }