OSDN Git Service

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