|
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-top: 1em; margin-bottom: 1em } |
|
38 .linklistwithchild { margin-top: 1em; margin-right: 1.5em; margin-bottom: 1em } |
|
39 .sublinklist { margin-top: 1em; margin-right: 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 .prereq { margin-right : 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 |
|
58 /* All note formats have the same default presentation */ |
|
59 .note { margin-top: 1em; margin-bottom : 1em;} |
|
60 .notetitle { font-weight: bold } |
|
61 .notelisttitle { font-weight: bold } |
|
62 .tip { margin-top: 1em; margin-bottom : 1em;} |
|
63 .tiptitle { font-weight: bold } |
|
64 .fastpath { margin-top: 1em; margin-bottom : 1em;} |
|
65 .fastpathtitle { font-weight: bold } |
|
66 .important { margin-top: 1em; margin-bottom : 1em;} |
|
67 .importanttitle { font-weight: bold } |
|
68 .remember { margin-top: 1em; margin-bottom : 1em;} |
|
69 .remembertitle { font-weight: bold } |
|
70 .restriction { margin-top: 1em; margin-bottom : 1em;} |
|
71 .restrictiontitle { font-weight: bold } |
|
72 .attention { margin-top: 1em; margin-bottom : 1em;} |
|
73 .attentiontitle { font-weight: bold } |
|
74 .dangertitle { font-weight: bold } |
|
75 .danger { margin-top: 1em; margin-bottom : 1em;} |
|
76 .cautiontitle { font-weight: bold } |
|
77 .caution { font-weight: bold; margin-bottom : 1em; } |
|
78 |
|
79 /* Simple lists do not get a bullet */ |
|
80 ul.simple { list-style-type: none } |
|
81 |
|
82 /* Used on the first column of a table, when rowheader="firstcol" is used */ |
|
83 .firstcol { font-weight : bold;} |
|
84 |
|
85 /* Various basic phrase styles */ |
|
86 .bold { font-weight: bold; } |
|
87 .boldItalic { font-weight: bold; font-style: italic; } |
|
88 .italic { font-style: italic; } |
|
89 .underlined { text-decoration: underline; } |
|
90 .uicontrol { font-weight: bold; } |
|
91 .parmname { font-weight: bold; } |
|
92 .kwd { font-weight: bold; } |
|
93 .defkwd { font-weight: bold; text-decoration: underline; } |
|
94 .var { font-style : italic;} |
|
95 .shortcut { text-decoration: underline; } |
|
96 |
|
97 /* Default of bold for definition list terms */ |
|
98 .dlterm { font-weight: bold; } |
|
99 |
|
100 /* Use CSS to expand lists with @compact="no" */ |
|
101 .dltermexpand { font-weight: bold; margin-top: 1em; } |
|
102 *[compact="yes"]>li { margin-top: 0em;} |
|
103 *[compact="no"]>li { margin-top: .53em;} |
|
104 .liexpand { margin-top: 1em; margin-bottom: 1em } |
|
105 .sliexpand { margin-top: 1em; margin-bottom: 1em } |
|
106 .dlexpand { margin-top: 1em; margin-bottom: 1em } |
|
107 .ddexpand { margin-top: 1em; margin-bottom: 1em } |
|
108 .stepexpand { margin-top: 1em; margin-bottom: 1em } |
|
109 .substepexpand { margin-top: 1em; margin-bottom: 1em } |
|
110 |
|
111 /* Align images based on @align on topic/image */ |
|
112 div.imageleft { text-align: left } |
|
113 div.imagecenter { text-align: center } |
|
114 div.imageright { text-align: right } |
|
115 div.imagejustify { text-align: justify } |
|
116 |
|
117 .cellrowborder { border-right:none; border-top:none; border-left:solid 1px; border-bottom:solid 1px } |
|
118 .row-nocellborder { border-left:none; border-right:none; border-top:none; border-left: hidden; border-bottom:solid 1px} |
|
119 .cell-norowborder { border-top:none; border-bottom:none; border-right:none; border-bottom: hidden; border-left:solid 1px} |
|
120 .nocellnorowborder { border:none; border-left: hidden;border-bottom: hidden } |
|
121 |
|
122 pre.screen { padding: 5px 5px 5px 5px; border: outset; background-color: #CCCCCC; margin-top: 2px; margin-bottom : 2px; white-space: pre} |
|
123 |
|
124 |