VirtualBox

source: vbox/trunk/src/libs/dbdita-1.0/common.css@ 99173

Last change on this file since 99173 was 98585, checked in by vboxsync, 2 years ago

Docs: bugref:10302. Setting svn properties of db2dita converter.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 3.5 KB
Line 
1/*
2 | (c) Copyright IBM Corp. 2004, 2005 All Rights Reserved.
3 */
4
5
6/* class definitions */
7
8.unresolved { background-color: skyblue;
9 }
10
11.noTemplate { background-color: yellow;
12 }
13
14.sidebar {background: silver
15 }
16
17.toc {font-size: small;
18 }
19
20.base { background-color: #ffffff;
21 }
22
23.figborder { border-style: double;
24 border-color: black;
25 border-width: 3;
26 }
27
28
29/* the nested mappings provide the opportunity to manipulate things at the topic level */
30/* no function here for now; nested topics don't indent incrementally */
31.nested1 {
32 }
33
34.nested2 {
35 }
36
37.nested3 {
38 }
39
40.nested4 {
41 }
42
43.nested5 {
44 }
45
46.nested6 {
47 }
48
49
50
51/* the topictitle mappings provide nesting-specific title control */
52/* equivalent to FO xsl attribute sets for nested titles */
53
54.topictitle1 { margin-top: 0pc;
55 margin-bottom: 1.4pt;
56 font-size: 16pt;
57 }
58
59.topictitle2 { margin-top: 1pc;
60 margin-bottom: 5pt;
61 font-size: 14pt;
62 }
63
64.topictitle3 { margin-top: 1pc;
65 margin-bottom: 2pt;
66 font-size: 14t;
67 font-weight: bold;
68 }
69
70.topictitle4 { margin-top: 10pt;
71 font-size: 14pt;
72 font-weight: bold;
73 }
74
75
76.topictitle5 { font-size: 14pt;
77 font-weight: bold;
78 }
79
80.topictitle6 { font-size: 15pt;
81 font-style: italic;
82 }
83
84/* some class settings tied to generated divs */
85div.notetitle { margin-top: 1em; font-weight: bold }
86div.notebody { margin-left: 2em }
87
88div.attention { margin-top: 1em }
89span.attentiontitle { font-weight: bold }
90div.dangertitle { margin-top: 1em; font-weight: bold }
91div.danger { padding: 5px 5px 5px 5px; border: solid; border-width: thin; font-weight: bold; margin-top: 2px }
92div.cautiontitle { margin-top: 1em; font-weight: bold }
93div.caution { font-weight: bold }
94
95div.tiptitle { margin-top: 1em; font-weight: bold }
96div.tipbody { margin-left: 2em }
97div.fastpathtitle { margin-top: 1em; font-weight: bold }
98div.fastpathbody { margin-left: 2em }
99div.importanttitle { margin-top: 1em; font-weight: bold }
100div.importantbody { margin-left: 2em }
101div.remembertitle { margin-top: 1em; font-weight: bold }
102div.rememberbody { margin-left: 2em }
103div.restrictiontitle { margin-top: 1em; font-weight: bold }
104div.restrictionbody { margin-left: 2em }
105
106div.imageleft { text-align: left }
107div.imagecenter { text-align: center }
108div.imageright { text-align: right }
109div.imagejustify { text-align: justify }
110
111
112
113/* format-specific */
114
115.bold { font-weight: bold;
116 }
117
118.boldItalic { font-weight: bold;
119 font-style: italic;
120 }
121
122.italic { font-style: italic;
123 }
124
125
126.underlined { text-decoration: underline;
127 }
128
129.ptocH1 {font-size: x-small;
130 }
131
132.ptocH2 {font-size: x-small;
133 }
134
135.smallCaps { text-transform: uppercase;
136 font-size: smaller;
137 }
138
139.stitle { font-style: italic;
140 text-decoration: underline;
141 }
142
143.nte {}
144
145.defListHead { font-weight: bold;
146 text-decoration: underline;
147 }
148
149.parmListKwd { font-weight: bold;
150 }
151
152.parmListVar { font-style: italic;
153 }
154
155.xxlines {
156 white-space: pre;
157 font-family : serif;
158 font-size : 100%;
159}
160
161.pk { font-weight: bold;
162 text-decoration: underline;
163 }
164
165.sectiontitle {margin-top: 1em;
166 margin-bottom: 0em;
167 color: black;
168 font-size: 11pt;
169 font-weight: bold;
170 }
171
172
173*[compact="yes"]>li {
174 margin-top: 0pt;
175}
176
177*[compact="no"]>li {
178 margin-top: 6pt;
179}
180
181
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