OSDN Git Service

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