root/trunk/doc/img/styles.css

リビジョン 5, 2.9 kB (コミッタ: sorshi, コミット時期: 17 年 前)

set mime-type

  • svn:mime-type 属性の設定値: text/html
Line 
1 /************************************************************************/
2 /* Custom style-sheet stuffs for the Subversion book in HTML form.      */
3 /************************************************************************/
4
5 BODY
6 {
7         font-family: "������ Pro W3";
8         font-size: 13px;
9         margin: 10;
10         background-color: #ffffff ; 
11         line-height: 1.8em
12 }
13
14 H1.title
15 {
16     font-size: 250%;
17     font-style: normal;
18     font-weight: bold;
19     color: black;
20 }
21
22 H2.subtitle
23 {
24     font-size: 150%;
25     font-style: italic;
26     color: black;
27 }
28
29 H2.title
30 {
31     font-size: 150%;
32     font-style: normal;
33     font-weight: bold;
34     color: black;
35 }
36
37 H3.title
38 {
39     font-size: 125%;
40     font-style: normal;
41     font-weight: bold;
42     color: black;
43 }
44
45 H4.title
46 {
47     font-size: 100%;
48     font-style: normal;
49     font-weight: bold;
50     color: black;
51 }
52
53 .toc B
54 {
55     font-size: 125%;
56     font-style: normal;
57     font-weight: bold;
58     color: black;
59 }
60
61 P,LI,UL,OL,DD,DT
62 {
63     font-style: normal;
64     font-weight: normal;
65     color: black;
66 }
67
68 TT,PRE
69 {
70     font-family: courier new,courier,fixed;
71 }
72
73 .command, .screen, .programlisting
74 {
75     font-family: courier new,courier,fixed;
76     font-style: normal;
77     font-weight: normal;
78 }
79
80 .filename
81 {
82     font-family: arial,helvetica,sans-serif;
83     font-style: italic;
84 }
85
86 A
87 {
88     color: blue;
89     text-decoration: underline;
90 }       
91
92 A:hover
93 {
94     background: rgb(75%,75%,100%);
95     color: blue;
96     text-decoration: underline;
97 }
98
99 A:visited
100 {
101     color: purple;
102     text-decoration: underline;
103 }
104
105 IMG
106 {
107     border: none;
108 }
109
110 .figure, .example, .table
111 {
112     margin: 0.125in 0.5in;
113 }
114
115 .table TABLE
116 {
117     border: 1px rgb(180,180,200) solid;
118     border-spacing: 0px;
119 }
120
121 .table TD
122 {
123     border: 1px rgb(180,180,200) solid;
124 }
125
126 .table TH
127 {
128     background: rgb(180,180,200);
129     border: 1px rgb(180,180,200) solid;
130 }
131
132 .table P.title, .figure P.title, .example P.title
133 {
134     text-align: left !important;
135     font-size: 100% !important;
136 }
137
138 .author
139 {
140     font-size: 100%;
141     font-style: italic;
142     font-weight: normal;
143     color: black;
144 }
145
146 .sidebar
147 {
148     border: 2px black solid;
149     background: rgb(230,230,235);
150     padding: 0.12in;
151     margin: 0 0.5in;
152 }
153
154 .sidebar P.title+
155 {
156     text-align: center;
157     font-size: 125%;
158 }
159
160 .tip
161 {
162     border: black solid 1px;
163     background: url(./images/info.png) no-repeat;
164     margin: 0.12in 0;
165     padding: 0 55px;
166 }
167
168 .warning
169 {
170     border: black solid 1px;
171     background: url(./images/warning.png) no-repeat;
172     margin: 0.12in 0;
173     padding: 0 55px;
174 }
175
176 .note
177 {
178     border: black solid 1px;
179     background: url(./images/note.png) no-repeat;
180     margin: 0.12in 0;
181     padding: 0 55px;
182 }
183
184 .programlisting, .screen
185 {
186     font-family: courier new,courier,fixed;
187     font-style: normal;
188     font-weight: normal;
189     font-size: 90%;
190     color: black;
191     margin: 0 0.5in;
192 }
193
194 .navheader, .navfooter
195 {
196     border: black solid 1px;
197     background: rgb(180,180,200);
198 }
199
200 .navheader HR, .navfooter HR
201 {
202     display: none;
203 }
Note: リポジトリブラウザについてのヘルプは TracBrowser を参照してください。
track feed