This repository has been archived by the owner on Jan 30, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpopup.css
140 lines (130 loc) · 1.89 KB
/
popup.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
* {
padding:0;
margin:0;
}
html {
overflow:hidden;
}
body {
color:#555 ;
width:360px;
font-size:12px;
overflow:hidden;
}
h1 {
font-size:16px;
margin:10px 10px 0px 0px;
text-align: right;
line-height:18px;
}
h2 {
font-size:14px;
margin:5px 0;
display:none;
}
#disclaimer {
color: #999;
font-size:9px;
}
#met, #tp {
font-weight:bold;
}
.b1 {
font-weight:bold;
background:#ccc;
padding:3px;
font-size:14px;
}
#movies {
padding:0;
width:330px;
overflow-y: scroll;
height: 425px;
margin:0 auto;
}
#movies li {
float: left;
margin:5px;
padding:1px 1px 2px 1px;
width:64px;
height:140px;
overflow:hidden;
background:#ccc;
text-align:center;
-webkit-border-radius: 0px 0px 4px 4px;
position:relative;
}
.foot {
margin-top:2px;
border-top:1px solid #999;
padding:2px;
overflow:hidden;
padding:10px;
}
.foot a {
text-decoration:none;
}
.butt {
float:right;
}
.nbutt2 {
height:25px;
overflow:hidden;
line-height:25px;
}
#warn {
color :#777;
}
a.close {
visibility:hidden;
position:absolute;
top:5px;
right:5px;
cursor:pointer;
}
a.close.active {
visibility:visible;
}
a.image {
display:block;
height:96px;
width:64px;
}
.butt2 {
margin-top:6px;
}
ul#movies a.btn {
width: 34px;
height: 10px;
line-height: 10px;
margin-top: 1px;
}
.help-block {
padding: 2px 10px;
width: 340px;
display: block;
height: 40px;
}
#status {
margin:10px;
}
span.loader {
display:none;
position:absolute;
top:10px;
left:10px;
width:16px;
height:16px;
background:transparent url("/loader.gif") top left no-repeat scroll;
}
.gray {
background: #EEE;
height:160px;
}
.page-header {
margin-bottom: 10px;
}
.close:hover {
color: #FF0000;
opacity:1;
}