OSDN Git Service

FIX:変数名の誤記を修正
[nucleus-jp/nucleus-next.git] / skins / admin / default / styles / popups.css
1 /*
2         media library popup
3         
4         $Id: popups.css 1888 2012-06-17 08:38:54Z sakamocchi $
5 */
6
7 body {
8         font-family: verdana, arial;
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 }