OSDN Git Service

Update history.html
[nucleus-jp/nucleus-jp-ancient.git] / utf8 / nucleus / styles / manual.css
1 @charset 'UTF-8';\r
2 \r
3 /*\r
4         documentation style\r
5         \r
6         $Id$\r
7         $NucleusJP: manual.css,v 1.4 2006/07/12 07:11:48 kimitake Exp $\r
8 */\r
9 \r
10 body {\r
11         background-color: #fff;\r
12         color: #000;\r
13 /*      font-family: verdana, arial;\r
14         font-size: small;*/\r
15         font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "MS Pゴシック", "MS PGothic", "IPA UIGothic", "IPA mona UIGothic", "VL PGothic", "Sazanami Gothic", "DynaLab-dfghsgothic w5-jisx0208.1990-0", "DynaLab-dfggothic w5-iso8859-1", "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;\r
16         font-size: small;\r
17 }\r
18 \r
19 @media screen {\r
20         body {\r
21                 margin-left: 10%;\r
22                 margin-right: 10%;\r
23         }\r
24 }\r
25 \r
26 @media print {\r
27         pre, .note, td, th {\r
28                 border: 1px dashed gray;\r
29         }\r
30 }\r
31 \r
32 img {\r
33         border: none;\r
34 }\r
35 \r
36 a:link, a:visited {\r
37         color: #1D3565; \r
38         font-weight: bold;\r
39         text-decoration: none;\r
40 }\r
41 a: hover {\r
42         text-decoration: underline;\r
43 }\r
44 \r
45 .heading {\r
46         text-align: center;\r
47         font-size: xx-large;\r
48         font-weight: bold;\r
49         color: gray;    \r
50 }\r
51 \r
52 .heading i {\r
53         position: absolute;\r
54         top: 5px;\r
55         right: 5px;\r
56         font-size: small;\r
57         font-style: normal;\r
58         font-weight: normal;\r
59 }\r
60 \r
61 p:first-letter {\r
62         font-size: large;\r
63 }\r
64 \r
65 p {\r
66         text-indent: 20px;\r
67 }\r
68 \r
69 h1 {\r
70         border-bottom: 1px dotted gray;\r
71         font-size: x-large;\r
72         color: #596d9d;\r
73 }\r
74 \r
75 h2 {\r
76         color: gray;\r
77         font-size: large;\r
78         margin-left: 20px;\r
79         text-indent: 10px;\r
80         border-bottom: 1px solid #ddd;\r
81 }\r
82 \r
83 pre, .note, .faq .answer {\r
84         background-color: #ddd;\r
85         padding: 10px;\r
86         font-size: small;\r
87 }\r
88 \r
89 .screenshot {\r
90         text-align: center;\r
91         background-color: #ddd;\r
92         padding: 10px;\r
93 }\r
94 \r
95 .faq .question {\r
96         font-weight: bold;\r
97         margin-bottom: 0px;\r
98 }\r
99 \r
100 .faq .answer {\r
101 \r
102 }\r
103 \r
104 .faq {\r
105         margin-bottom: 20px;\r
106 }\r
107 \r
108 table {\r
109         border: none;\r
110 }\r
111 \r
112 th {\r
113         background-color: linen;\r
114         font-size: medium;\r
115 }\r
116 \r
117 th, td {\r
118         padding: 5px;\r
119 }\r
120 \r
121 td {\r
122         background-color: #dddddd;\r
123         font-size: small;\r
124         vertical-align: top;\r
125         text-align: left;\r
126 }\r
127 \r
128 input, select, option, textarea {\r
129         background-color: transparent;\r
130 }\r
131 \r
132 .deprecated {\r
133         border: 3px solid red;\r
134         padding: 5px;\r
135         font-size: medium;\r
136 }\r
137 \r
138 tt, code, samp {\r
139         font-size: small;\r
140 }\r
141 \r
142 .warning {\r
143         color: red;\r
144 }\r
145 .ok {\r
146         color: green;\r
147 }\r
148 \r
149 acronym, abbr {\r
150         border-bottom: 1px dotted gray;\r
151         cursor: help;\r
152 }\r
153 \r
154 label {\r
155         cursor: hand;\r
156 }\r
157 \r
158 \r
159 #fontSizeCanger {\r
160         position: fixed;\r
161         top: 20px;\r
162         left: 50px;\r
163         font-size: medium !important;\r
164 }\r
165 \r
166 #fontSizeCanger a {\r
167         font-weight: normal;\r
168         border: 1px dotted gray;\r
169         padding: 0 3px;\r
170 }\r
171 \r
172 #fontSizeCanger a#fontSmall {\r
173         font-weight: bold;\r
174 }\r
175 \r
176 #fontSizeCanger a:hover {\r
177         color: #fff;\r
178         background-color: #1D3565;\r
179 }\r