OSDN Git Service

removed upgrades folder, please refer utf-8's one.
[nucleus-jp/nucleus-jp-ancient.git] / euc / nucleus / documentation / 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 \r
51 p {\r
52         text-indent: 20px;\r
53 }\r
54 \r
55 h1 {\r
56         border-bottom: 1px dotted gray;\r
57         font-size: x-large;\r
58         color: #596d9d;\r
59 }\r
60 \r
61 h2 {\r
62         color: gray;\r
63         font-size: large;\r
64         margin-left: 20px;\r
65         text-indent: 10px;\r
66         border-bottom: 1px solid #ddd;\r
67 }\r
68 \r
69 pre, .note, .faq .answer {\r
70         background-color: #ddd;\r
71         padding: 10px;\r
72         font-size: small;\r
73 }\r
74 \r
75 .screenshot {\r
76         text-align: center;\r
77         background-color: #ddd;\r
78         padding: 10px;\r
79 }\r
80 \r
81 .faq .question {\r
82         font-weight: bold;\r
83         margin-bottom: 0px;\r
84 }\r
85 \r
86 .faq .answer {\r
87 \r
88 }\r
89 \r
90 .faq {\r
91         margin-bottom: 20px;\r
92 }\r
93 \r
94 table {\r
95         border: none;\r
96 }\r
97 \r
98 th {\r
99         background-color: linen;\r
100         font-size: medium;\r
101 }\r
102 \r
103 th, td {\r
104         padding: 5px;\r
105 }\r
106 \r
107 td {\r
108         background-color: #dddddd;\r
109         font-size: small;\r
110         vertical-align: top;\r
111         text-align: left;\r
112 }\r
113 \r
114 .deprecated {\r
115         border: 3px solid red;\r
116         padding: 5px;\r
117         font-size: medium;\r
118 }\r
119 \r
120 tt, code, samp {\r
121         font-size: small;\r
122 }\r
123 \r
124 .warning {\r
125         color: red;\r
126 }\r
127 .ok {\r
128         color: green;\r
129 }\r
130 \r
131 acronym, abbr {\r
132         border-bottom: 1px dotted gray;\r
133         cursor: help;\r
134 }\r
135 \r
136 label {\r
137         cursor: hand;\r
138 }