OSDN Git Service

3.15 taka-san version
[nucleus-jp/nucleus-jp-ancient.git] / utf8 / nucleus / styles / manual.css
1 body {\r
2         background-color: #fff;\r
3         color: #000;\r
4         font-family: verdana, arial;\r
5         font-size: small;\r
6 }\r
7 \r
8 @media screen {\r
9         body {\r
10                 margin-left: 10%;\r
11                 margin-right: 10%;\r
12         }\r
13 }\r
14 \r
15 @media print {\r
16         pre, .note, td, th {\r
17                 border: 1px dashed gray;\r
18         }\r
19 }\r
20 \r
21 img {\r
22         border: none;\r
23 }\r
24 \r
25 a:link, a:visited {\r
26         color: #1D3565; \r
27         font-weight: bold;\r
28         text-decoration: none;\r
29 }\r
30 a: hover {\r
31         text-decoration: underline;\r
32 }\r
33 \r
34 .heading {\r
35         text-align: center;\r
36         font-size: xx-large;\r
37         font-weight: bold;\r
38         color: gray;    \r
39 }\r
40 \r
41 .heading i {\r
42         position: absolute;\r
43         top: 5px;\r
44         right: 5px;\r
45         font-size: small;\r
46         font-style: normal;\r
47         font-weight: normal;\r
48 }\r
49 \r
50 p:first-letter {\r
51         font-size: large;\r
52 }\r
53 \r
54 p {\r
55         text-indent: 20px;\r
56 }\r
57 \r
58 h1 {\r
59         border-bottom: 1px dotted gray;\r
60         font-size: x-large;\r
61         color: #596d9d;\r
62 }\r
63 \r
64 h2 {\r
65         color: gray;\r
66         font-size: large;\r
67         margin-left: 20px;\r
68         text-indent: 10px;\r
69         border-bottom: 1px solid #ddd;\r
70 }\r
71 \r
72 pre, .note, .faq .answer {\r
73         background-color: #ddd;\r
74         padding: 10px;\r
75         font-size: small;\r
76 }\r
77 \r
78 .screenshot {\r
79         text-align: center;\r
80         background-color: #ddd;\r
81         padding: 10px;\r
82 }\r
83 \r
84 .faq .question {\r
85         font-weight: bold;\r
86         margin-bottom: 0px;\r
87 }\r
88 \r
89 .faq .answer {\r
90 \r
91 }\r
92 \r
93 .faq {\r
94         margin-bottom: 20px;\r
95 }\r
96 \r
97 table {\r
98         border: none;\r
99 }\r
100 \r
101 th {\r
102         background-color: linen;\r
103         font-size: medium;\r
104 }\r
105 \r
106 th, td {\r
107         padding: 5px;\r
108 }\r
109 \r
110 td {\r
111         background-color: #dddddd;\r
112         font-size: small;\r
113         vertical-align: top;\r
114         text-align: left;\r
115 }\r
116 \r
117 input, select, option, textarea {\r
118         background-color: transparent;\r
119 }\r
120 \r
121 .deprecated {\r
122         border: 3px solid red;\r
123         padding: 5px;\r
124         font-size: medium;\r
125 }\r
126 \r
127 tt, code, samp {\r
128         font-size: small;\r
129 }\r
130 \r
131 .warning {\r
132         color: red;\r
133 }\r
134 .ok {\r
135         color: green;\r
136 }\r
137 \r
138 acronym, abbr {\r
139         border-bottom: 1px dotted gray;\r
140         cursor: help;\r
141 }\r
142 \r
143 label {\r
144         cursor: hand;\r
145 }\r