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-
11- .unresolved { background-color : skyblue; }
12- .noTemplate { background-color : yellow; }
13-
14- .base { background-color : # ffffff ; }
15-
16- /* Add space for top level topics */
17- .nested0 { margin-top : 1em ;}
18-
19- /* div with class=p is used for paragraphs that contain blocks, to keep the XHTML valid */
20- .p {margin-top : 1em }
21-
22- /* Default of italics to set apart figure captions */
23- .figcap { font-style : italic }
24- .figdesc { font-style : normal }
25-
26- /* Use @frame to create frames on figures */
27- .figborder { border-style : solid; padding-left : 3px ; border-width : 2px ; padding-right : 3px ; margin-top : 1em ; border-color : Silver;}
28- .figsides { border-left : 2px solid; padding-left : 3px ; border-right : 2px solid; padding-right : 3px ; margin-top : 1em ; border-color : Silver;}
29- .figtop { border-top : 2px solid; margin-top : 1em ; border-color : Silver;}
30- .figbottom { border-bottom : 2px solid; border-color : Silver;}
31- .figtopbot { border-top : 2px solid; border-bottom : 2px solid; margin-top : 1em ; border-color : Silver;}
32-
33- /* Most link groups are created with <div>. Ensure they have space before and after. */
34- .ullinks { list-style-type : none }
35- .ulchildlink { margin-top : 1em ; margin-bottom : 1em }
36- .olchildlink { margin-top : 1em ; margin-bottom : 1em }
37- .linklist { margin-bottom : 1em }
38- .linklistwithchild { margin-left : 1.5em ; margin-bottom : 1em }
39- .sublinklist { margin-left : 1.5em ; margin-bottom : 1em }
40- .relconcepts { margin-top : 1em ; margin-bottom : 1em }
41- .reltasks { margin-top : 1em ; margin-bottom : 1em }
42- .relref { margin-top : 1em ; margin-bottom : 1em }
43- .relinfo { margin-top : 1em ; margin-bottom : 1em }
44- .breadcrumb { font-size : smaller; margin-bottom : 1em }
45- dt .prereq { margin-left : 20px ;}
46-
47- /* Set heading sizes, getting smaller for deeper nesting */
48- .topictitle1 { margin-top : 0pc ; margin-bottom : .1em ; font-size : 1.34em ; }
49- .topictitle2 { margin-top : 1pc ; margin-bottom : .45em ; font-size : 1.17em ; }
50- .topictitle3 { margin-top : 1pc ; margin-bottom : .17em ; font-size : 1.17em ; font-weight : bold; }
51- .topictitle4 { margin-top : .83em ; font-size : 1.17em ; font-weight : bold; }
52- .topictitle5 { font-size : 1.17em ; font-weight : bold; }
53- .topictitle6 { font-size : 1.17em ; font-style : italic; }
54- .sectiontitle { margin-top : 1em ; margin-bottom : 0em ; color : black; font-size : 1.17em ; font-weight : bold;}
55- .section { margin-top : 1em ; margin-bottom : 1em }
56- .example { margin-top : 1em ; margin-bottom : 1em }
57- div .tasklabel { margin-top : 1em ; margin-bottom : 1em ; }
58- h2 .tasklabel , h3 .tasklabel , h4 .tasklabel , h5 .tasklabel , h6 .tasklabel { font-size : 100% ; }
59-
60- /* All note formats have the same default presentation */
61- .note { margin-top : 1em ; margin-bottom : 1em ;}
62- .notetitle { font-weight : bold }
63- .notelisttitle { font-weight : bold }
64- .tip { margin-top : 1em ; margin-bottom : 1em ;}
65- .tiptitle { font-weight : bold }
66- .fastpath { margin-top : 1em ; margin-bottom : 1em ;}
67- .fastpathtitle { font-weight : bold }
68- .important { margin-top : 1em ; margin-bottom : 1em ;}
69- .importanttitle { font-weight : bold }
70- .remember { margin-top : 1em ; margin-bottom : 1em ;}
71- .remembertitle { font-weight : bold }
72- .restriction { margin-top : 1em ; margin-bottom : 1em ;}
73- .restrictiontitle { font-weight : bold }
74- .attention { margin-top : 1em ; margin-bottom : 1em ;}
75- .attentiontitle { font-weight : bold }
76- .dangertitle { font-weight : bold }
77- .danger { margin-top : 1em ; margin-bottom : 1em ;}
78- .cautiontitle { font-weight : bold }
79- .caution { font-weight : bold; margin-bottom : 1em ; }
80- .warning { margin-top : 1em ; margin-bottom : 1em ;}
81- .warningtitle { font-weight : bold }
82-
83- /* Simple lists do not get a bullet */
84- ul .simple { list-style-type : none }
85-
86- /* Used on the first column of a table, when rowheader="firstcol" is used */
87- .firstcol { font-weight : bold;}
88-
89- /* Various basic phrase styles */
90- .bold { font-weight : bold; }
91- .boldItalic { font-weight : bold; font-style : italic; }
92- .italic { font-style : italic; }
93- .underlined { text-decoration : underline; }
94- .uicontrol { font-weight : bold; }
95- .parmname { font-weight : bold; }
96- .kwd { font-weight : bold; }
97- .defkwd { font-weight : bold; text-decoration : underline; }
98- .var { font-style : italic;}
99- .shortcut { text-decoration : underline; }
100-
101- /* Default of bold for definition list terms */
102- .dlterm { font-weight : bold; }
103-
104- /* Use CSS to expand lists with @compact="no" */
105- .dltermexpand { font-weight : bold; margin-top : 1em ; }
106- * [compact = "yes" ]> li { margin-top : 0em ;}
107- * [compact = "no" ]> li { margin-top : .53em ;}
108- .liexpand { margin-top : 1em ; margin-bottom : 1em }
109- .sliexpand { margin-top : 1em ; margin-bottom : 1em }
110- .dlexpand { margin-top : 1em ; margin-bottom : 1em }
111- .ddexpand { margin-top : 1em ; margin-bottom : 1em }
112- .stepexpand { margin-top : 1em ; margin-bottom : 1em }
113- .substepexpand { margin-top : 1em ; margin-bottom : 1em }
114-
115- /* Align images based on @align on topic/image */
116- div .imageleft { text-align : left }
117- div .imagecenter { text-align : center }
118- div .imageright { text-align : right }
119- div .imagejustify { text-align : justify }
120-
121- /* The cell border can be turned on with
122- {border-right:solid}
123- This value creates a very thick border in Firefox (does not match other tables)
124-
125- Firefox works with
126- {border-right:solid 1pt}
127- but this causes a barely visible line in IE */
128- .cellrowborder { border-left : none; border-top : none; border-right : solid 1px ; border-bottom : solid 1px }
129- .row-nocellborder { border-left : none; border-right : none; border-top : none; border-right : hidden; border-bottom : solid 1px }
130- .cell-norowborder { border-top : none; border-bottom : none; border-left : none; border-bottom : hidden; border-right : solid 1px }
131- .nocellnorowborder { border : none; border-right : hidden;border-bottom : hidden }
132-
133- pre .screen { padding : 5px 5px 5px 5px ; border : outset; background-color : # CCCCCC ; margin-top : 2px ; margin-bottom : 2px ; white-space : pre}
134-
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+
11+ .unresolved { background-color : skyblue; }
12+ .noTemplate { background-color : yellow; }
13+
14+ .base { background-color : # ffffff ; }
15+
16+ /* Add space for top level topics */
17+ .nested0 { margin-top : 1em ;}
18+
19+ /* div with class=p is used for paragraphs that contain blocks, to keep the XHTML valid */
20+ .p {margin-top : 1em }
21+
22+ /* Default of italics to set apart figure captions */
23+ .figcap { font-style : italic }
24+ .figdesc { font-style : normal }
25+
26+ /* Use @frame to create frames on figures */
27+ .figborder { border-style : solid; padding-left : 3px ; border-width : 2px ; padding-right : 3px ; margin-top : 1em ; border-color : Silver;}
28+ .figsides { border-left : 2px solid; padding-left : 3px ; border-right : 2px solid; padding-right : 3px ; margin-top : 1em ; border-color : Silver;}
29+ .figtop { border-top : 2px solid; margin-top : 1em ; border-color : Silver;}
30+ .figbottom { border-bottom : 2px solid; border-color : Silver;}
31+ .figtopbot { border-top : 2px solid; border-bottom : 2px solid; margin-top : 1em ; border-color : Silver;}
32+
33+ /* Most link groups are created with <div>. Ensure they have space before and after. */
34+ .ullinks { list-style-type : none }
35+ .ulchildlink { margin-top : 1em ; margin-bottom : 1em }
36+ .olchildlink { margin-top : 1em ; margin-bottom : 1em }
37+ .linklist { margin-bottom : 1em }
38+ .linklistwithchild { margin-left : 1.5em ; margin-bottom : 1em }
39+ .sublinklist { margin-left : 1.5em ; margin-bottom : 1em }
40+ .relconcepts { margin-top : 1em ; margin-bottom : 1em }
41+ .reltasks { margin-top : 1em ; margin-bottom : 1em }
42+ .relref { margin-top : 1em ; margin-bottom : 1em }
43+ .relinfo { margin-top : 1em ; margin-bottom : 1em }
44+ .breadcrumb { font-size : smaller; margin-bottom : 1em }
45+ dt .prereq { margin-left : 20px ;}
46+
47+ /* Set heading sizes, getting smaller for deeper nesting */
48+ .topictitle1 { margin-top : 0pc ; margin-bottom : .1em ; font-size : 1.34em ; }
49+ .topictitle2 { margin-top : 1pc ; margin-bottom : .45em ; font-size : 1.17em ; }
50+ .topictitle3 { margin-top : 1pc ; margin-bottom : .17em ; font-size : 1.17em ; font-weight : bold; }
51+ .topictitle4 { margin-top : .83em ; font-size : 1.17em ; font-weight : bold; }
52+ .topictitle5 { font-size : 1.17em ; font-weight : bold; }
53+ .topictitle6 { font-size : 1.17em ; font-style : italic; }
54+ .sectiontitle { margin-top : 1em ; margin-bottom : 0em ; color : black; font-size : 1.17em ; font-weight : bold;}
55+ .section { margin-top : 1em ; margin-bottom : 1em }
56+ .example { margin-top : 1em ; margin-bottom : 1em }
57+ div .tasklabel { margin-top : 1em ; margin-bottom : 1em ; }
58+ h2 .tasklabel , h3 .tasklabel , h4 .tasklabel , h5 .tasklabel , h6 .tasklabel { font-size : 100% ; }
59+
60+ /* All note formats have the same default presentation */
61+ .note { margin-top : 1em ; margin-bottom : 1em ;}
62+ .notetitle { font-weight : bold }
63+ .notelisttitle { font-weight : bold }
64+ .tip { margin-top : 1em ; margin-bottom : 1em ;}
65+ .tiptitle { font-weight : bold }
66+ .fastpath { margin-top : 1em ; margin-bottom : 1em ;}
67+ .fastpathtitle { font-weight : bold }
68+ .important { margin-top : 1em ; margin-bottom : 1em ;}
69+ .importanttitle { font-weight : bold }
70+ .remember { margin-top : 1em ; margin-bottom : 1em ;}
71+ .remembertitle { font-weight : bold }
72+ .restriction { margin-top : 1em ; margin-bottom : 1em ;}
73+ .restrictiontitle { font-weight : bold }
74+ .attention { margin-top : 1em ; margin-bottom : 1em ;}
75+ .attentiontitle { font-weight : bold }
76+ .dangertitle { font-weight : bold }
77+ .danger { margin-top : 1em ; margin-bottom : 1em ;}
78+ .cautiontitle { font-weight : bold }
79+ .caution { font-weight : bold; margin-bottom : 1em ; }
80+ .warning { margin-top : 1em ; margin-bottom : 1em ;}
81+ .warningtitle { font-weight : bold }
82+
83+ /* Simple lists do not get a bullet */
84+ ul .simple { list-style-type : none }
85+
86+ /* Used on the first column of a table, when rowheader="firstcol" is used */
87+ .firstcol { font-weight : bold;}
88+
89+ /* Various basic phrase styles */
90+ .bold { font-weight : bold; }
91+ .boldItalic { font-weight : bold; font-style : italic; }
92+ .italic { font-style : italic; }
93+ .underlined { text-decoration : underline; }
94+ .uicontrol { font-weight : bold; }
95+ .parmname { font-weight : bold; }
96+ .kwd { font-weight : bold; }
97+ .defkwd { font-weight : bold; text-decoration : underline; }
98+ .var { font-style : italic;}
99+ .shortcut { text-decoration : underline; }
100+
101+ /* Default of bold for definition list terms */
102+ .dlterm { font-weight : bold; }
103+
104+ /* Use CSS to expand lists with @compact="no" */
105+ .dltermexpand { font-weight : bold; margin-top : 1em ; }
106+ * [compact = "yes" ]> li { margin-top : 0em ;}
107+ * [compact = "no" ]> li { margin-top : .53em ;}
108+ .liexpand { margin-top : 1em ; margin-bottom : 1em }
109+ .sliexpand { margin-top : 1em ; margin-bottom : 1em }
110+ .dlexpand { margin-top : 1em ; margin-bottom : 1em }
111+ .ddexpand { margin-top : 1em ; margin-bottom : 1em }
112+ .stepexpand { margin-top : 1em ; margin-bottom : 1em }
113+ .substepexpand { margin-top : 1em ; margin-bottom : 1em }
114+
115+ /* Align images based on @align on topic/image */
116+ div .imageleft { text-align : left }
117+ div .imagecenter { text-align : center }
118+ div .imageright { text-align : right }
119+ div .imagejustify { text-align : justify }
120+
121+ /* The cell border can be turned on with
122+ {border-right:solid}
123+ This value creates a very thick border in Firefox (does not match other tables)
124+
125+ Firefox works with
126+ {border-right:solid 1pt}
127+ but this causes a barely visible line in IE */
128+ .cellrowborder { border-left : none; border-top : none; border-right : solid 1px ; border-bottom : solid 1px }
129+ .row-nocellborder { border-left : none; border-right : none; border-top : none; border-right : hidden; border-bottom : solid 1px }
130+ .cell-norowborder { border-top : none; border-bottom : none; border-left : none; border-bottom : hidden; border-right : solid 1px }
131+ .nocellnorowborder { border : none; border-right : hidden;border-bottom : hidden }
132+
133+ pre .screen { padding : 5px 5px 5px 5px ; border : outset; background-color : # CCCCCC ; margin-top : 2px ; margin-bottom : 2px ; white-space : pre}
134+
135135span .filepath { font-family : monospace }
0 commit comments