OSDN Git Service

This commit was generated by cvs2svn to compensate for changes in r4,
[nucleus-jp/nucleus-jp-ancient.git] / euc / nucleus / styles / popups.css
1 /*\r
2         media library popup\r
3         \r
4         $Id: popups.css,v 1.1.1.1 2005-02-28 07:14:24 kimitake Exp $\r
5 */\r
6 \r
7 body {\r
8         font-family: verdana, arial;\r
9         font-size: small;\r
10         background-color: #fff;\r
11         color: #000;\r
12 }\r
13 \r
14 img {\r
15         border: none;\r
16 }\r
17 \r
18 a:link, a:visited {\r
19         color: #1D3565; \r
20         font-weight: bold;\r
21         text-decoration: none;\r
22 }\r
23 a:hover {\r
24         text-decoration: underline;\r
25 }\r
26 \r
27 .heading {\r
28         text-align: center;\r
29         font-size: xx-large;\r
30         font-weight: bold;\r
31         color: gray;    \r
32 }\r
33 \r
34 .heading i {\r
35         position: absolute;\r
36         top: 5px;\r
37         right: 5px;\r
38         font-size: small;\r
39         font-style: normal;\r
40         font-weight: normal;\r
41 }\r
42 \r
43 p {\r
44         text-indent: 20px;\r
45 }\r
46 \r
47 h1 {\r
48         border-bottom: 1px dotted gray;\r
49         font-size: x-large;\r
50         color: #596d9d;\r
51 }\r
52 \r
53 h2 {\r
54         color: gray;\r
55         font-size: large;\r
56         margin-left: 20px;\r
57         text-indent: 10px;\r
58         border-bottom: 1px solid #ddd;\r
59 }\r
60 \r
61 pre, .note, .faq .answer {\r
62         background-color: #ddd;\r
63         padding: 10px;\r
64         font-size: small;\r
65 }\r
66 \r
67 .faq .question {\r
68         font-weight: bold;\r
69         margin-bottom: 0px;\r
70 }\r
71 \r
72 .faq .answer {\r
73 \r
74 }\r
75 \r
76 .faq {\r
77         margin-bottom: 20px;\r
78 }\r
79 \r
80 table {\r
81         border: none;\r
82 }\r
83 \r
84 th {\r
85         background-color: linen;\r
86         font-size: medium;\r
87 }\r
88 \r
89 th, td {\r
90         padding: 5px;\r
91 }\r
92 \r
93 td {\r
94         background-color: #dddddd;\r
95         font-size: small;\r
96         vertical-align: top;\r
97         text-align: left;\r
98 }\r
99 \r
100 label {\r
101         cursor: pointer;\r
102 }