VirtualBox

source: vbox/trunk/src/libs/dita-ot-1.8.5/css/domains_classed.css@ 99040

最後變更 在這個檔案從99040是 98584,由 vboxsync 提交於 2 年 前

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

  • 屬性 svn:eol-style 設為 native
  • 屬性 svn:keywords 設為 Author Date Id Revision
檔案大小: 1.1 KB
 
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
注意: 瀏覽 TracBrowser 來幫助您使用儲存庫瀏覽器

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette