OSDN Git Service

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