OSDN Git Service

FIX: NP_AttachをNucleus 3.65/PHP5.4/MySQL5.5で動作するよう修正
[nucleus-jp/nucleus-plugins.git] / NP_ImprovedMedia / improvedmedia / greybox / gb_styles.css
1 /* Last-Modified: 28/06/06 00:08:22 */
2 #GB_overlay {
3     background-color: #000;
4     position: absolute;
5     margin: auto;
6     top: 0;
7     left: 0;
8     z-index: 100;
9 }
10
11 #GB_window {
12     left: 0;
13     top: 0;
14     font-size: 1px;
15     position: absolute;
16     overflow: visible;
17     z-index: 150;
18 }
19
20 #GB_window .content {
21     width: auto;
22     margin: 0;
23     padding: 0;
24 }
25
26 #GB_frame {
27     border: 0;
28     margin: 0;
29     padding: 0;
30     overflow: auto;
31     white-space: nowrap;
32 }
33
34
35 .GB_Gallery {
36     margin: 0 22px 0 22px;
37 }
38
39 .GB_Gallery .content {
40     background-color: #fff;
41     border: 3px solid #ddd;
42 }
43
44 .GB_header {
45     top: 10px;
46     left: 0;
47     margin: 0;
48     z-index: 500;
49     position: absolute;
50     border-bottom: 2px solid #555;
51     border-top: 2px solid #555;
52 }
53
54 .GB_header .inner {
55     background-color: #333;
56     font-family: Arial, Verdana, sans-serif;
57     padding: 2px 20px 2px 20px;
58 }
59
60 .GB_header table {
61     margin: 0;
62     width: 100%;
63     border-collapse: collapse;
64 }
65
66 .GB_header .caption {
67     text-align: left;
68     color: #eee;
69     white-space: nowrap;
70     font-size: 20px;
71 }
72
73 .GB_header .close {
74     text-align: right;
75 }
76
77 .GB_header .close img {
78     z-index: 500;
79     cursor: pointer;
80 }
81
82 .GB_header .middle {
83     white-space: nowrap;
84     text-align: center;
85 }
86
87
88 #GB_middle {
89     color: #eee;
90 }
91
92 #GB_middle img {
93     cursor: pointer;
94     vertical-align: middle;
95 }
96
97 #GB_middle .disabled {
98     cursor: default;
99 }
100
101 #GB_middle .left {
102     padding-right: 10px;
103 }
104
105 #GB_middle .right {
106     padding-left: 10px;
107 }
108
109
110 .GB_Window .content {
111     background-color: #fff;
112     border: 3px solid #ccc;
113     border-top: none;
114 }
115
116 .GB_Window .header {
117     border-bottom: 1px solid #aaa;
118     border-top: 1px solid #999;
119     border-left: 3px solid #ccc;
120     border-right: 3px solid #ccc;
121     margin: 0;
122
123     height: 22px;
124     font-size: 12px;
125     padding: 3px 0;
126     color: #333;
127 }
128
129 .GB_Window .caption {
130     font-size: 12px;
131     text-align: left;
132     font-weight: bold;
133     white-space: nowrap;
134     padding-right: 20px;
135 }
136
137 .GB_Window .close { text-align: right; }
138 .GB_Window .close span { 
139     font-size: 12px;
140     cursor: pointer; 
141 }
142 .GB_Window .close img {
143     cursor: pointer;
144     padding: 0 3px 0 0;
145 }
146
147 .GB_Window .on { border-bottom: 1px solid #333; }
148 .GB_Window .click { border-bottom: 1px solid red; }