OSDN Git Service

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