VirtualBox

source: vbox/trunk/src/libs/dita-ot-1.8.5/samples/css/style.css@ 99507

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

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

  • 屬性 svn:eol-style 設為 native
  • 屬性 svn:keywords 設為 Author Date Id Revision
檔案大小: 1.8 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 (c) Copyright IBM Corp. 2004, 2009 All Rights Reserved.
6
7 This file uses a few simple settings to create a new look and
8 feel for the generated XHTML output. Note that most elements
9 are still styled based on the toolkit's default CSS file, while
10 this CSS file only provides a few overrides to that core style.
11
12 For a sample build that uses this CSS file, see the following Ant
13 build file within your toolkit install directory:
14 samples/ant_sample/sample_xhtml_plus_css.xml
15*/
16
17* {
18 padding-top: 0px;
19 padding-right: 0;
20 padding-bottom: 0;
21 padding-left: 0;
22 margin-top: 0px;
23 margin-right: 0px;
24 margin-bottom: 0px;
25 margin-left: 0px;
26 top: auto;
27}
28
29.topictitle1 { font-size: 2.5em;
30 background: url(img03.jpg) repeat-x left bottom;
31}
32.topictitle2 { font-size: 2em; }
33
34body {
35 margin: 120px 0;
36 background: #FFFFFF url(img01.jpg) repeat-x left top;
37 text-align: left;
38 font-family: 'Trebuchet MS', "Times New Roman", Times, serif;
39 font-size: .9em;
40 color: #666666;
41 float: left;
42 width: 640px;
43 padding-top: 0;
44 padding-right: 5px;
45 padding-bottom: 0;
46 padding-left: 30px;
47}
48
49h1, h2, h3 {
50 padding-bottom: 10px;
51 margin-bottom: 15px;
52 text-transform: uppercase;
53 font-family: Arial, Helvetica, sans-serif;
54}
55
56p, ul, ol, dl {
57 margin-top: 1.5em;
58}
59
60ul, ol, dl {
61 margin-left: 3em;
62}
63
64dt {
65 font-weight: bold;
66}
67
68dd {
69 margin-left: 3em;
70}
71
72blockquote {
73 margin-left: 3em;
74 margin-right: 3em;
75 font-style: italic;
76}
77
78a {
79 text-decoration: none;
80 color: #70A300;
81}
82
83a:hover {
84 border: none;
85 color: #70A300;
86}
87
88/* Header */
89
90#header {
91 width: 960px;
92 height: 90px;
93 margin: 20;
94 float: left;
95}
96
注意: 瀏覽 TracBrowser 來幫助您使用儲存庫瀏覽器

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