OSDN Git Service

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