71 lines
1.5 KiB
CSS
71 lines
1.5 KiB
CSS
/* Standard Template */
|
|
#jcepopup-container {
|
|
background-color: #ffffff;
|
|
}
|
|
#jcepopup-loader {
|
|
background: url(../img/loader.gif) no-repeat center center;
|
|
}
|
|
#jcepopup-info {}
|
|
#jcepopup-closelink {
|
|
width: 20px;
|
|
height: 20px;
|
|
background: #cccccc url(../img/close.png) no-repeat;
|
|
bottom: 0px;
|
|
right: 10px;
|
|
position: relative;
|
|
float: right;
|
|
border: none;
|
|
}
|
|
#jcepopup-nav {
|
|
line-height: 20px;
|
|
padding: 10px;
|
|
}
|
|
#jcepopup-prev, #jcepopup-next {
|
|
width: 20px;
|
|
height: 20px;
|
|
position: absolute;
|
|
border: none;
|
|
background-color: #cccccc;
|
|
background-repeat: no-repeat;
|
|
}
|
|
#jcepopup-closelink:hover, #jcepopup-prev:hover, #jcepopup-next:hover {
|
|
background-color: #333333;
|
|
}
|
|
#jcepopup-prev{
|
|
background-image: url(../img/prev.png);
|
|
left: 10px;
|
|
}
|
|
#jcepopup-next {
|
|
background-image: url(../img/next.png);
|
|
right: 10px;
|
|
}
|
|
span#jcepopup-numbers {
|
|
text-align:center;
|
|
display: block;
|
|
}
|
|
span#jcepopup-numbers a {
|
|
border: none;
|
|
display: inline-block;
|
|
margin: 0px 1px;
|
|
width: 20px;
|
|
height: 20px;
|
|
}
|
|
span#jcepopup-numbers a:active, span#jcepopup-numbers a:visited, span#jcepopup-numbers a:link, span#jcepopup-numbers a:hover {
|
|
font-weight: bold;
|
|
text-decoration: none;
|
|
color: #cccccc;
|
|
}
|
|
span#jcepopup-numbers a:hover {
|
|
color: #333333;
|
|
}
|
|
span#jcepopup-numbers a.active {
|
|
cursor: default;
|
|
color: #333333;
|
|
font-size: 1.2em;
|
|
}
|
|
#jcepopup-caption {
|
|
padding: 0px 30px 0px 10px;
|
|
min-height: 20px;
|
|
}
|
|
#jcepopup-caption h4 {}
|
|
#jcepopup-caption p {} |