VirtualBox

source: vbox/trunk/src/libs/dita-ot-1.8.5/css/reference.css@ 99286

Last change on this file since 99286 was 98584, checked in by vboxsync, 2 years ago

Docs: bugref:10302. Setting svn properties of DITA-OT library.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 1.4 KB
Line 
1/*
2 | This file is part of the DITA Open Toolkit project hosted on
3 | Sourceforge.net. See the accompanying license.txt file for
4 | applicable licenses.
5*/
6
7/*
8 | (c) Copyright IBM Corp. 2004, 2005 All Rights Reserved.
9*/
10
11reference {
12 display: block;
13 margin-top: 6pt;
14 margin-bottom: 9pt;
15 font-family: sans-serif;
16 padding-left: 5px;
17 padding-right: 5px;
18}
19
20reference>title {
21 display: block;
22 margin-top: 16pt;
23 margin-bottom: 9pt;
24 font-size: 20pt;
25 font-weight: bold;
26 color: #000003;
27}
28
29*>reference>title {
30 margin-top: 20pt;
31 font-size: 16pt;
32 font-weight: bold;
33 color: #000003;
34}
35
36*>*>reference>title {
37 margin-top: 20pt;
38 font-size: 14pt;
39 font-weight: bold;
40 color: #000003;
41}
42
43refbody {
44 display: block;
45 margin-top: 6pt;
46}
47
48refsyn {
49 margin-top: 12pt;
50 display: block;
51}
52
53refsyn>title {
54 display: block;
55 font-weight: bold;
56 margin-top: 6pt;
57 margin-bottom: 2pt;
58}
59
60refsyn:before {
61 font-weight: bold;
62 display: block;
63 content: "Syntax: ";
64}
65
66refsyn[spectitle]:before {
67 font-weight: bold;
68 display: block;
69 content: attr(spectitle)": ";
70}
71
72flag {
73 color: red;
74}
75
76parm {
77 font-weight: bold;
78 color: navy;
79}
80
81plentry {
82 display: block;
83}
84
85pd {
86 margin-left: +20pt;
87 display: block;
88}
89
90example {
91 margin-top: 6pt;
92 display: block;
93}
94
95property {
96 display: block;
97 margin-top: 6pt;
98}
99
100proptype {
101 display: block;
102 font-weight: bold;
103}
104
105propvalue {
106 display: block;
107 margin-left: +20pt;
108}
Note: See TracBrowser for help on using the repository browser.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette