headers/bsd: Add sys/queue.h.
[haiku.git] / docs / interface_guidelines / docbook-css / mozilla.css
blob4f15519f85de1c4275367e9a8906dd2f60f574fa
1 /*
2 * mozilla.css
4 * Copyright (c) 2004 David Holroyd, and contributors
5 * See the file 'COPYING' for terms of use
7 * Part of the Docbook-CSS stylesheet
8 * http://www.badgers-in-foil.co.uk/projects/docbook-css/
10 * This file contains CSS specific to mozilla.org's Gecko rendering engine.
12 * Some of the rules here will take effect even if you aren't using a Mozilla-
13 * based browser.
17 /* make <ulink>s clickable */
18 ulink {
19 -moz-binding:url('db-bindings.xml#ulink');
20 cursor: pointer;
21 -moz-user-focus: normal;
24 ulink:active {
25 color: red;
28 ulink:focus {
29 -moz-outline: 1px dotted invert;
32 imagedata {
33 -moz-binding:url('db-bindings.xml#image');
37 guimenu, guimenuitem, guisubmenu {
38 font: menu;
41 orderedlist, itemizedlist, procedure {
42 /* this seems to be required to make auto-numbering work */
43 -moz-counter-reset: -html-counter 0;