VirtualBox

source: vbox/trunk/src/libs/dita-ot-1.8.5/css/topic-alt.css@ 98878

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

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

  • 屬性 svn:eol-style 設為 native
  • 屬性 svn:keywords 設為 Author Date Id Revision
檔案大小: 1.6 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
12@import url(topic.css);
13
14/* following are editor-specific overrides of standard topic properties */
15
16
17/* list item support */
18
19ul {
20 margin-left: 2ex;
21 margin-top: 1.33ex;
22 margin-bottom: 1.33ex;
23}
24ul > li {
25 margin-left: 2.5ex;
26}
27ul > li:before {
28 display: marker;
29 content: disc;
30}
31ul > li ul > li:before {
32 display: marker;
33 content: square;
34}
35ul > li ul > li ul > li:before {
36 display: marker;
37 content: icon(diamond);
38}
39ul > li ul > li ul > li ul > li:before {
40 display: marker;
41 content: circle;
42}
43
44ol {
45 margin-left: 2ex;
46 margin-top: 1.33ex;
47 margin-bottom: 1.33ex;
48}
49ol > li {
50 margin-left: 6ex;
51}
52ol > li:before {
53 display: marker;
54 content: counter(n, decimal);
55 font-weight: bold;
56}
57ol[style~=lower-alpha] > li:before {
58 display: marker;
59 content: counter(n, lower-alpha);
60}
61ol[style~=upper-alpha] > li:before {
62 display: marker;
63 content: counter(n, upper-alpha);
64}
65ol[style~=lower-roman] > li:before {
66 display: marker;
67 content: counter(n, lower-roman);
68}
69ol[style~=upper-roman] > li:before {
70 display: marker;
71 content: counter(n, upper-roman);
72}
73
74ol ul, ul ol, ul ul, ol ol {
75 margin-top: 0;
76 margin-bottom: 0;
77}
78
79
80/* image support */
81
82image, image[placement="inline"] {
83 display: inline;
84 content: image(attr(href),-400,-200);
85}
86
87image[placement="break"] {
88 display: block;
89 content: image(attr(href),-400,-200);
90}
注意: 瀏覽 TracBrowser 來幫助您使用儲存庫瀏覽器

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