OSDN Git Service

5273608509a2b31c07c850372a1f0da69fd4719b
[nucleus-jp/nucleus-jp-ancient.git] / utf8 / nucleus / documentation / styles / manual.css
1 @charset 'UTF-8';\r
2 \r
3 /**\r
4  * NucleusCMS Manual Style sheet\r
5  *\r
6  * $Id$\r
7  */\r
8 \r
9 body {\r
10         background: #fff url(background.png) repeat-x;\r
11         padding-top: 13px;\r
12         color: #555;\r
13         /*font-family: verdana, arial;*/\r
14 /*      font-family: "Hiragino Kaku Gothic Pro W3", "Meiryo", "MS PGothic", "Osaka", "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
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         letter-spacing:3px;\r
51         margin: 15px 0 20px;\r
52 }\r
53 \r
54 .heading i {\r
55         position: absolute;\r
56         top: 15px;\r
57         right: 5px;\r
58         font-size: small;\r
59         font-style: normal;\r
60         font-weight: normal;\r
61 }\r
62 \r
63 \r
64 p {\r
65         text-indent: 10px;\r
66         margin-left:20px;\r
67 }\r
68 \r
69 h1 {\r
70         border-bottom: 1px dotted gray;\r
71         font-size: 145%;\r
72         color: #596d9d;\r
73         font-weight:normal;\r
74         letter-spacing:2px;\r
75 }\r
76 \r
77 h2 {\r
78         color: #666;\r
79         font-size: 110%;\r
80         margin: 20px 10px 10px 10px;\r
81         border-left: 5px solid #94a8c9;\r
82         padding: 0 0 0 8px;\r
83         letter-spacing:2px;\r
84 }\r
85 \r
86 h3 {\r
87         margin-left: 12px;\r
88         border-bottom:1px dotted #666;\r
89         font-size:100%;\r
90         color:#596d9d;\r
91         letter-spacing:1px;\r
92 }\r
93 \r
94 pre, .note, .faq .answer {\r
95 /*      font-family: "Meiryo", "MS PGothic", "Osaka", "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
96         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
97         font-size: small;\r
98         background-color: #eee;\r
99         padding: 10px;\r
100         font-size: small;\r
101 /*      white-space: -moz-pre-wrap; /* Mozilla *\r
102         white-space: -pre-wrap;     /* Opera 4-6 *\r
103         white-space: -o-pre-wrap;   /* Opera 7 *\r
104         white-space: pre-wrap;      /* CSS3 *\r
105         word-wrap: break-word;      /* IE 5.5+ */\r
106 }\r
107 \r
108 .screenshot {\r
109         text-align: center;\r
110         background-color: #eee;\r
111         padding: 10px;\r
112 }\r
113 \r
114 .faq .question {\r
115         font-weight: bold;\r
116         margin-bottom: 0px;\r
117 }\r
118 \r
119 .faq .answer {\r
120 \r
121 }\r
122 \r
123 .faq {\r
124         margin-bottom: 20px;\r
125 }\r
126 \r
127 table {\r
128         border: none;\r
129 }\r
130 \r
131 th {\r
132         background-color: linen;\r
133         font-size: medium;\r
134 }\r
135 \r
136 th, td {\r
137         padding: 5px;\r
138 }\r
139 \r
140 td {\r
141         background-color: #eee;\r
142         font-size: small;\r
143         vertical-align: top;\r
144         text-align: left;\r
145 }\r
146 \r
147 .deprecated {\r
148         border: 3px solid red;\r
149         padding: 5px;\r
150         font-size: medium;\r
151 }\r
152 \r
153 tt, code, samp {\r
154         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
155 \r
156         font-size: small;\r
157 }\r
158 \r
159 .warning {\r
160         color: red;\r
161 }\r
162 .ok {\r
163         color: green;\r
164 }\r
165 \r
166 acronym, abbr {\r
167         border-bottom: 1px dotted gray;\r
168         cursor: help;\r
169 }\r
170 \r
171 label {\r
172         cursor: hand;\r
173 }\r
174 \r
175 ul {\r
176         line-height:1.5em;\r
177         margin:0 0 0.5em 40px;\r
178         padding:0;\r
179         list-style-image:url(bullet.gif);\r
180 }\r
181 \r
182 table#files_index {\r
183         width: 100%;\r
184         line-height: 0.8em;\r
185         border-collapse: collapse;\r
186         margin-bottom: 2px;\r
187 }\r
188 \r
189 table#files_index th {\r
190         width: 20%;\r
191         padding : 0;\r
192         text-align: left;\r
193         background-color: #eee;\r
194 }\r
195 \r
196 \r
197 #fontSizeChanger {\r
198         position: fixed;\r
199         top: 20px;\r
200         left: 50px;\r
201         font-size: medium !important;\r
202 }\r
203 \r
204 #fontSizeChanger a {\r
205         font-weight: normal;\r
206         border: 1px dotted gray;\r
207         padding: 0 3px;\r
208 }\r
209 \r
210 #fontSizeChanger a#fontSmall {\r
211         font-weight: bold;\r
212 }\r
213 \r
214 #fontSizeChanger a:hover {\r
215         color: #fff;\r
216         background-color: #1D3565;\r
217 }\r