VirtualBox

source: vbox/trunk/src/libs/dita-ot-1.8.5/css/concept.css@ 99286

Last change on this file since 99286 was 98584, checked in by vboxsync, 2 years ago

Docs: bugref:10302. Setting svn properties of DITA-OT library.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 752 bytes
Line 
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
11concept {
12 display: block;
13 margin-top: 6pt;
14 margin-bottom: 9pt;
15 font-family: sans-serif;
16 padding-left: 5px;
17 padding-right: 5px;
18}
19
20concept>title {
21 display: block;
22 margin-top: 16pt;
23 margin-bottom: 9pt;
24 font-size: 20pt;
25 font-weight: bold;
26 color: #000001;
27}
28
29*>concept>title {
30 margin-top: 20pt;
31 font-size: 16pt;
32 font-weight: bold;
33 color: #000002;
34}
35
36*>*>concept>title {
37 margin-top: 20pt;
38 font-size: 14pt;
39 font-weight: bold;
40 color: #000002;
41}
42
43conbody {
44 display: block;
45 margin-top: 6pt;
46}
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