VirtualBox

source: vbox/trunk/src/libs/dbdita-1.0/commonrtl.css@ 98838

Last change on this file since 98838 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: 4.8 KB
Line 
1/*
2 | (c) Copyright IBM Corp. 2004, 2005 All Rights Reserved.
3 */
4
5.unresolved { background-color: skyblue; }
6.noTemplate { background-color: yellow; }
7
8.base { background-color: #ffffff; }
9
10/* Add space for top level topics */
11.nested0 { margin-top : 1em;}
12
13/* div with class=p is used for paragraphs that contain blocks, to keep the XHTML valid */
14.p {margin-top: 1em}
15
16/* Default of italics to set apart figure captions */
17.figcap { font-style: italic }
18.figdesc { font-style: normal }
19
20/* Use @frame to create frames on figures */
21.figborder { border-style: solid; padding-left : 3px; border-width : 2px; padding-right : 3px; margin-top: 1em; border-color : Silver;}
22.figsides { border-left : 2px solid; padding-left : 3px; border-right : 2px solid; padding-right : 3px; margin-top: 1em; border-color : Silver;}
23.figtop { border-top : 2px solid; margin-top: 1em; border-color : Silver;}
24.figbottom { border-bottom : 2px solid; border-color : Silver;}
25.figtopbot { border-top : 2px solid; border-bottom : 2px solid; margin-top: 1em; border-color : Silver;}
26
27/* Most link groups are created with <div>. Ensure they have space before and after. */
28.ullinks { list-style-type: none }
29.ulchildlink { margin-top: 1em; margin-bottom: 1em }
30.olchildlink { margin-top: 1em; margin-bottom: 1em }
31.linklist { margin-top: 1em; margin-bottom: 1em }
32.linklistwithchild { margin-top: 1em; margin-right: 1.5em; margin-bottom: 1em }
33.sublinklist { margin-top: 1em; margin-right: 1.5em; margin-bottom: 1em }
34.relconcepts { margin-top: 1em; margin-bottom: 1em }
35.reltasks { margin-top: 1em; margin-bottom: 1em }
36.relref { margin-top: 1em; margin-bottom: 1em }
37.relinfo { margin-top: 1em; margin-bottom: 1em }
38.breadcrumb { font-size : smaller; margin-bottom: 1em }
39.prereq { margin-right : 20px;}
40
41/* Set heading sizes, getting smaller for deeper nesting */
42.topictitle1 { margin-top: 0pc; margin-bottom: .1em; font-size: 1.34em; }
43.topictitle2 { margin-top: 1pc; margin-bottom: .45em; font-size: 1.17em; }
44.topictitle3 { margin-top: 1pc; margin-bottom: .17em; font-size: 1.17em; font-weight: bold; }
45.topictitle4 { margin-top: .83em; font-size: 1.17em; font-weight: bold; }
46.topictitle5 { font-size: 1.17em; font-weight: bold; }
47.topictitle6 { font-size: 1.17em; font-style: italic; }
48.sectiontitle { margin-top: 1em; margin-bottom: 0em; color: black; font-size: 1.17em; font-weight: bold;}
49.section { margin-top: 1em; margin-bottom: 1em }
50.example { margin-top: 1em; margin-bottom: 1em }
51
52/* All note formats have the same default presentation */
53.note { margin-top: 1em; margin-bottom : 1em;}
54.notetitle { font-weight: bold }
55.notelisttitle { font-weight: bold }
56.tip { margin-top: 1em; margin-bottom : 1em;}
57.tiptitle { font-weight: bold }
58.fastpath { margin-top: 1em; margin-bottom : 1em;}
59.fastpathtitle { font-weight: bold }
60.important { margin-top: 1em; margin-bottom : 1em;}
61.importanttitle { font-weight: bold }
62.remember { margin-top: 1em; margin-bottom : 1em;}
63.remembertitle { font-weight: bold }
64.restriction { margin-top: 1em; margin-bottom : 1em;}
65.restrictiontitle { font-weight: bold }
66.attention { margin-top: 1em; margin-bottom : 1em;}
67.attentiontitle { font-weight: bold }
68.dangertitle { font-weight: bold }
69.danger { margin-top: 1em; margin-bottom : 1em;}
70.cautiontitle { font-weight: bold }
71.caution { font-weight: bold; margin-bottom : 1em; }
72
73/* Simple lists do not get a bullet */
74ul.simple { list-style-type: none }
75
76/* Used on the first column of a table, when rowheader="firstcol" is used */
77.firstcol { font-weight : bold;}
78
79/* Various basic phrase styles */
80.bold { font-weight: bold; }
81.boldItalic { font-weight: bold; font-style: italic; }
82.italic { font-style: italic; }
83.underlined { text-decoration: underline; }
84.uicontrol { font-weight: bold; }
85.parmname { font-weight: bold; }
86.kwd { font-weight: bold; }
87.defkwd { font-weight: bold; text-decoration: underline; }
88.var { font-style : italic;}
89.shortcut { text-decoration: underline; }
90
91/* Default of bold for definition list terms */
92.dlterm { font-weight: bold; }
93
94/* Use CSS to expand lists with @compact="no" */
95.dltermexpand { font-weight: bold; margin-top: 1em; }
96*[compact="yes"]>li { margin-top: 0em;}
97*[compact="no"]>li { margin-top: .53em;}
98.liexpand { margin-top: 1em; margin-bottom: 1em }
99.sliexpand { margin-top: 1em; margin-bottom: 1em }
100.dlexpand { margin-top: 1em; margin-bottom: 1em }
101.ddexpand { margin-top: 1em; margin-bottom: 1em }
102.stepexpand { margin-top: 1em; margin-bottom: 1em }
103.substepexpand { margin-top: 1em; margin-bottom: 1em }
104
105/* Align images based on @align on topic/image */
106div.imageleft { text-align: left }
107div.imagecenter { text-align: center }
108div.imageright { text-align: right }
109div.imagejustify { text-align: justify }
110
111pre.screen { padding: 5px 5px 5px 5px; border: outset; background-color: #CCCCCC; margin-top: 2px; margin-bottom : 2px; white-space: pre}
112
113
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