Open-Source-Software-Entwicklung und Downloads

Browse Subversion Repository

Contents of /trunk/doc/jp/html/style.css

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3227 - (show annotations) (download) (as text)
Tue Mar 24 15:10:33 2009 UTC (15 years, 1 month ago) by maya
File MIME type: text/css
File size: 1598 byte(s)
CVS から SVN へ移行: 改行コードを LF から CR+LF へ変換
1 body {
2 margin: 5ex;
3 background: rgb(255, 255, 240);
4 font-family: "MS US Gothic";
5 }
6
7 h1 {
8 font-size: x-large;
9 }
10
11 h2 {
12 font-size: large;
13 }
14
15 h3 {
16 font-size: medium;
17 }
18
19 .center {
20 text-align: center;
21 }
22
23 div.topic {
24 font-weight: bold;
25 font-size: large;
26 margin-top: 2ex;
27 margin-bottom: 2pt;
28 }
29
30 .qanda {
31 font-weight: bold;
32 }
33
34 .syntax {
35 font-weight: bold;
36 white-space: nowrap;
37 }
38
39 pre.syntax {
40 font-weight: bold;
41 white-space: pre;
42 }
43
44 font.new {
45 font-weight: bold;
46 font-size: smaller;
47 color: teal;
48 }
49
50 ul {
51 margin-top: 0pt;
52 margin-bottom: 0pt;
53 }
54
55 dt {
56 font-weight: bold;
57 font-style: normal;
58 border-color: #FFCC33;
59 padding: 0.5em 0.5em 0.5em 0.5em;
60 border-width: 0px 0px 1px 0px;
61 }
62
63 li.description{
64 margin-bottom: 1ex;
65 }
66
67 ul.history {
68 margin-bottom: 1em;
69 }
70
71 .no-marker {
72 list-style-type: none;
73 }
74
75 .indent1 {
76 margin-left: 2em;
77 }
78
79 pre {
80 white-space: pre;
81 background: #ffffff;
82 padding: .5ex;
83 }
84
85 .warning {
86 color: #ff0000;
87 }
88
89 .notice {
90 color: #0000ff;
91 }
92
93 img {
94 border: 0px;
95 }
96
97 .img {
98 margin: 1ex;
99 }
100
101 .code {
102 font-family: Courier;
103 color: #0000ff;
104 }
105
106 .variable {
107 font-weight: 900;
108 color: #0000ff;
109 }
110
111 pre.macro-syntax {
112 font-weight: bold;
113 margin-left: 1em;
114 }
115
116 pre.macro-example {
117 margin-left: 1em;
118 background-color: #fff088;
119 }
120
121 th {
122 text-align: left;
123 }
124
125 del {
126 text-decoration: line-through;
127 }
128
129 .cite {
130 font-size: smaller;
131 }
132
133 /*
134 td code.syntax {
135 margin-right: 2em;
136 }
137 */
138
139 th + th, th + td, td + td {
140 padding-left: 2em;
141 }

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26