OSDN Git Service

DTXManiaソリューション、DTXManiaプロジェクト、DTXCreatorプロジェクト、FDKプロジェクトについて英語化。
[dtxmania/dtxmania.git] / DTXCreator / マニュアル / _RESOURCE / dtxc.css
1
2 body {
3         color:                          black;
4         background-color:       white;
5         background-image:       none;
6         line-height:            150%;
7         font-family:            'MS PGothic';
8 }
9
10 table.pageHeader {
11         width:                           100%;
12         table-layout:           fixed;
13         border:                           0px;
14         padding:                          4px;
15         border-collapse:        collapse;
16 }
17
18 th.pageHeader {
19         background-color:       #D2DCFF;
20         padding:                        4px;
21         font-weight:            normal;
22         font-size:                      small;
23         text-align:                     left;
24         color:                          #6644EE;
25 }
26
27 td.pageHeader {
28         height:                         48px;
29         padding:                        4px;
30         font-weight:            normal;
31         font-size:                      large;
32         text-align:                     left;
33         background-image:       url('images/headback.bmp');
34         color:                          #4466FF;
35         font-family:            'HGPSoeiKakugothicUB,MS PGothic'
36 }
37
38 b {
39         font-weight:            bold;
40         font-family:            'HGPGothicE,MS PGothic';
41 }
42
43 h1 {
44         font-family:            'HGPSoeiKakugothicUB,MS PGothic';
45         font-size:                      medium;
46         font-weight:            normal;
47         color:                          #4466FF;
48         background-image:       url('images/subheadback.bmp');
49         background-repeat:      repeat-x;
50         background-position:left bottom;
51 }
52
53 h2 {
54         font-family:            'HGPSoeiKakugothicUB,MS PGothic';
55         font-size:                      medium;
56         font-weight:            normal;
57         color:                          #4444FF;
58 }
59
60 .image_desc {
61         font-family:            'MS PGothic';
62         font-size:                      x-small;
63 }
64
65 img {
66         margin:                         10px;
67 }