-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathchocolat.css
112 lines (112 loc) · 1.91 KB
/
chocolat.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
body{
margin:0;
padding:0;
}
#Choco_overlay{
background:rgba(20, 19, 19, 0.78) !important;
position: fixed;
top: 0;
left: 0;
z-index: 1000;
width: 100%;
height: 100%;
display:none;
padding:0;
margin:0;
}
#Choco_content{
display:none;
width:800px;
height:600px;
z-index:1001;
position:fixed;
left:50%;
top:50%;
margin-left:-400px;
margin-top:-300px;
border-top:1px solid transparent;/*Yes, adjust image perfectly at the center of a box, don't know why.*/
}
#Choco_left_arrow{
float:left;
background-image:url(../images/left.png)!important;
background-position:12%;
left:-20%;
}
#Choco_right_arrow{
float:right;
background-image:url(../images/right.png)!important;
background-position:88%;
left:20%;
}
.Choco_arrows{
background-repeat:no-repeat;
display:none;
position:relative;
cursor:pointer;
width:49%;
top:-100%;
height:100%;
margin-top:-30px;
}
#Choco_container_photo{
text-align:center;
width:800px;
height:600px;
/*background:url(../images/ajax-loader.gif) center center no-repeat;*/
}
#Choco_container_description{
padding:0;
height:26px;
width:100%;
color:#FFFFFF;
font-family:Tahoma;
clear:both;
position:relative;
font-size:12px;
margin-top:-5px;
overflow:hidden;
visibility:hidden;
}
#Choco_container_title{
float:left;
padding:5px;
}
#Choco_container_via{
padding:5px;
float:right;
}
#Choco_container_via a{
color:gray;
}
#Choco_container_via a:hover{
color:white;
background:gray;
}
#Choco_close{
width:30px;
height:25px;
background-image:url(../images/close.png)!important;
background-repeat:no-repeat;
z-index:1002;
cursor:pointer;
margin: 0px 0px 15px 0px;
display:none;
}
#Choco_loading{
width:9px;
height:11px;
background-image:url(../images/loading.gif);
background-repeat:no-repeat;
z-index:1002;
cursor:pointer;
float:right;
margin-top:-20px;
display:none;
}
#Choco_bigImage{
display:none;
position:relative;
width:100%;
height:100%;
margin-top:-5px;
}