summaryrefslogtreecommitdiff
path: root/src/help/studio_help/etc/resources/commonltr.css
blob: ab4917ca1dd2e5826f4cce6cc52e8c6c524986e2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
/*
 | This file is part of the DITA Open Toolkit project hosted on 
 | Sourceforge.net. See the accompanying license.txt file for 
 | applicable licenses.
*/

/*
 | (c) Copyright IBM Corp. 2004, 2005 All Rights Reserved.
 */
 
 
.hdr-confidential {
 background-color: #dddddd;
 float: right;
 padding: 0.5em;
}

.help_breadcrumbs {
 font: message-box;
 margin-bottom: 10px;
}
 
body {
 color: black;
 background-color: white;
 font-family: Arial, sans-serif;
 font-size: 0.8em;
 margin-left: 10px;
 margin-right: 2em;
 margin-bottom: 15px;
 margin-top: 4px;
}

.unresolved { background-color: skyblue; }
.noTemplate { background-color: yellow; }

.base { background-color: #ffffff; }

/* Add space for top level topics */
.nested0 { margin-top: 0em;}
.nested1 { margin-top: 3em; margin-left: 2%; }
.nested2 { margin-left: 2%;}

div.glossentry { margin-top: 1em; }
div.glossentry .topictitle2 { border-top: none; }

/* div with class=p is used for paragraphs that contain blocks, to keep the XHTML valid */
.p {margin-top: 1em}

/* Default of italics to set apart figure captions */
.figcap { font-style: italic }
.figdesc { font-style: normal }

/* Use @frame to create frames on figures */
.figborder { border-style: solid; padding-left : 3px; border-width : 2px; padding-right : 3px; margin-top: 1em; border-color : Silver;}
.figsides { border-left : 2px solid; padding-left : 3px; border-right : 2px solid; padding-right : 3px; margin-top: 1em; border-color : Silver;}
.figtop { border-top : 2px solid; margin-top: 1em; border-color : Silver;}
.figbottom { border-bottom : 2px solid; border-color : Silver;}
.figtopbot { border-top : 2px solid; border-bottom : 2px solid; margin-top: 1em; border-color : Silver;}

/* Most link groups are created with <div>. Ensure they have space before and after. */
.familylinks { margin-top: 2em;  }
.ullinks { list-style-type: none; margin-top: 2em;  margin-left: 0.5em; padding-left: 0.5em; }
.ulchildlink { margin-top: 1em; margin-bottom: 1em }
.olchildlink { margin-top: 1em; margin-bottom: 1em }
.linklist { margin-bottom: 1em }
.linklistwithchild { margin-left: 1.5em; margin-bottom: 1em  }
.sublinklist { margin-left: 1.5em; margin-bottom: 1em  }
.relconcepts { margin-top: 2em; margin-bottom: 1em }
.reltasks { margin-top: 2em; margin-bottom: 1em }
.relref { margin-top: 2em; margin-bottom: 1em }
.relinfo { margin-top: 2em; margin-bottom: 1em }
.breadcrumb { font-size : smaller; margin-bottom: 1em }
.prereq { margin-left : 20px;}



/* Set heading sizes, getting smaller for deeper nesting */
.topictitle1 { margin-top: 0em; margin-bottom: .1em; font-size: 1.8em; }
.topictitle2 { margin-top: 1em; margin-bottom: .45em; font-size: 1.25em;  margin-left: -2%; border-top: thin solid #CCCCCC; padding-top: .5em;}
.topictitle3 { margin-top: 2em; margin-bottom: 0.2em; font-size: 1.0em; font-weight: bold; margin-left: -2%; border-top: thin solid #CCCCCC; padding-top: 0.5em; }
.topictitle4 { margin-top: .83em; font-size: 0.9em; font-weight: bold; }
.topictitle5 { font-size: 0.8em; font-weight: bold; }
.topictitle6 { font-size: 0.7em; font-style: italic; }
.sectiontitle { margin-top: 1em; margin-bottom: 0em; color: black; font-size: 1.2em; font-weight: bold;}
.nested2 .sectiontitle { font-size: 1.0em; }
.section { margin-top: 2em; margin-bottom: 1em }
.example { margin-top: 2em; margin-bottom: 1em }

/* All note formats have the same default presentation */
.note { margin-top: 1em; margin-bottom : 1em;}
.notetitle { font-weight: bold }
.notelisttitle { font-weight: bold }
.tip { margin-top: 1em; margin-bottom : 1em;}
.tiptitle { font-weight: bold }
.fastpath { margin-top: 1em; margin-bottom : 1em;}
.fastpathtitle { font-weight: bold }
.important { margin-top: 1em; margin-bottom : 1em;}
.importanttitle { font-weight: bold }
.remember { margin-top: 1em; margin-bottom : 1em;}
.remembertitle { font-weight: bold }
.restriction { margin-top: 1em; margin-bottom : 1em;}
.restrictiontitle { font-weight: bold }
.attention { margin-top: 1em; margin-bottom : 1em;}
.attentiontitle { font-weight: bold }
.dangertitle { font-weight: bold }
.danger { margin-top: 1em; margin-bottom : 1em;}
.cautiontitle { font-weight: bold; margin-top: 0.53em; }
.caution { font-weight: bold; margin-bottom : 1em; }

/* Simple lists do not get a bullet */
ul.simple { list-style-type: none }

/* Used on the first column of a table, when rowheader="firstcol" is used */
.firstcol { font-weight : bold;}

/* Various basic phrase styles */
.bold { font-weight: bold; }
.boldItalic { font-weight: bold; font-style: italic; }
.italic { font-style: italic; }
.underlined { text-decoration: underline; }
.uicontrol { font-weight: bold; }
.parmname { font-weight: bold; }
.kwd { font-weight: bold; }
.defkwd { font-weight: bold; text-decoration: underline; }
.var { font-style : italic;}
.shortcut { text-decoration: underline; }
.term { font-style: italic; }

/* Default of bold for definition list terms */
.dlterm { font-weight: bold; margin-top: 0.5em; }

/* Use CSS to expand lists with @compact="no" */
.dltermexpand { font-weight: bold; margin-top: 1em; }
*[compact="yes"]>li { margin-top: 0em;}
*[compact="no"]>li { margin-top: .53em;}	
.liexpand { margin-top: 1em; margin-bottom: 1em }
.sliexpand { margin-top: 1em; margin-bottom: 1em }
.dlexpand { margin-top: 1em; margin-bottom: 1em }
.ddexpand { margin-top: 1em; margin-bottom: 1em }
.stepexpand { margin-top: 1em; margin-bottom: 1em }
.substepexpand { margin-top: 1em; margin-bottom: 1em }

/* Default list styles */
ul li, ol li, dl { margin-top: .53em; margin-bottom: 0.0em; margin-left: 0.0em;}
ul, ol { margin-bottom: 1em; margin-top: 0em;}

/* Align images based on @align on topic/image */
div.imageleft { text-align: left; margin-top: 1em; margin-bottom: 1em; }
div.imagecenter { text-align: center; margin-top: 1em; }
div.imageright { text-align: right; margin-top: 1em; }
div.imagejustify { text-align: justify; margin-top: 1em; }

/* The cell border can be turned on with
   {border-right:solid}
   This value creates a very thick border in Firefox (does not match other tables)

   Firefox works with 
   {border-right:solid 1pt}
   but this causes a barely visible line in IE */

.cellrowborder { border-left:none; border-top:none; border-right:solid 1px; border-bottom:solid 1px }
.row-nocellborder { border-left:none; border-right:none; border-top:none; border-right: hidden; border-bottom:solid 1px}
.cell-norowborder { border-top:none; border-bottom:none; border-left:none; border-bottom: hidden; border-right:solid 1px}
.nocellnorowborder { border:none; border-right: hidden;border-bottom: hidden }


table {
   color: black; 
   border-collapse: collapse;
   border-color: black;
   background: white;  
   margin-top: 0.5em;
   margin-bottom: 0.5em;
   margin-left: 0em;
   margin-right: 0em;
   font-size: 1em;
} 

.tablenoborder { margin-top: 1em; margin-bottom: 1em; }
table caption { text-align: left; padding-bottom: .5em;}
.tablecap { font-weight: bold; }
thead, th { background-color: #dddddd; font-weight: bold; }
table div.p { margin-top: 0; margin-bottom: 0; }
th { vertical-align: bottom;}
td p:first-child, th p:first-child { margin-top: 0em; }

pre.screen { padding: 5px 5px 5px 5px; border: outset; background-color: #CCCCCC; margin-top: 2px; margin-bottom : 2px; white-space: pre; overflow: auto; }

.codeblock { 
  font-family: Monaco, "Courier New", Courier, fixed, Monospace; 
  font-size: 1em; 
  background-color: #dddddd; 
  padding: 6px; 
  margin-top: 1em; 
  margin-bottom: 1em; 
  white-space: pre-wrap;       /* css-3 */
  white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
  white-space: -pre-wrap;      /* Opera 4-6 */
  white-space: -o-pre-wrap;    /* Opera 7 */
  word-wrap: break-word;       /* Internet Explorer 5.5+ */
}

.msgblock { 
  font-family: Monaco, "Courier New", Courier, fixed, Monospace; 
  font-size: 1em; 
  margin-top: 1em; 
  margin-bottom: 1em; 
  white-space: pre-wrap;       /* css-3 */
  white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
  white-space: -pre-wrap;      /* Opera 4-6 */
  white-space: -o-pre-wrap;    /* Opera 7 */
  word-wrap: break-word;       /* Internet Explorer 5.5+ */
}


.codeph, .apiname { font-family: Monaco, "Courier New", Courier, fixed, Monospace; font-size: 1em; }