VirtualBox

source: vbox/trunk/src/libs/dita-ot-1.8.5/css/domains_classed.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: 1.1 KB
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
11/* DOMAINS generic support (will fall through to base classes!) */
12
13
14/* software domain (sw-d) generic class support */
15
16
17
18/* user interface domain (ui-d) generic class support */
19
20
21*[class~="ui-d\/screen"] {
22 display: block;
23 background-color: black;
24 color: lime;
25 white-space: pre;
26 font-family: monospace, "Courier New";
27 font-weight: bold;
28 font-size: 10pt;
29 padding: 4pt;
30 margin-bottom: 6pt;
31}
32
33
34/* programming domain (pr-d) generic class support */
35
36*[class~="pr-d\/var"] {
37 font-style: italic;
38}
39
40
41
42/* highlight domain (hi-d) generic class support (dita12 dtds do not class these, tho) */
43
44*[class~="hi-d\/b"] {
45 font-weight: bold;
46}
47
48*[class~="hi-d\/i"] {
49 font-style: italic;
50}
51
52*[class~="hi-d\/tt"] {
53 font-family: monospace;
54}
55
56*[class~="hi-d\/u"] {
57 text-decoration: underline;
58}
59
60*[class~="hi-d\/sup"] {
61 vertical-align: super;
62 font-size: smaller;
63}
64
65*[class~="hi-d\/sub"] {
66 vertical-align: sub;
67 font-size: smaller;
68}
69
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