| Current Path : /var/www/html/administrator/components/com_community/assets/less/ace/ |
| Current File : /var/www/html/administrator/components/com_community/assets/less/ace/thirdparty-colorbox.less |
/* colorbox used in gallery page */
#colorbox:focus , #colorbox:active {
outline:none;
}
#cboxTopLeft, #cboxTopCenter, #cboxTopRight,
#cboxMiddleLeft, #cboxMiddleRight,
#cboxBottomLeft, #cboxBottomCenter, #cboxBottomRight
{
background:none !important;
opacity:0;
}
#cboxContent {
border:12px solid #000;
background-color:#FFF;
padding:7px;
}
#cboxOverlay {
background:rgba(0,0,0,0.95);
background:#000;
}
#cboxCurrent {
left:61px;
margin-bottom:5px;
}
#cboxTitle {
margin-bottom:4px;
}
#cboxNext , #cboxPrevious , #cboxClose {
background:none;
text-indent:0;
width:20px; height:20px; line-height:14px;
padding:0 4px;
text-align:center;
border:2px solid #999;
border-radius:16px;
color:#666;
font-size:12px;
margin-left:7px;
margin-bottom:7px;
}
#cboxNext:hover , #cboxPrevious:hover {
color:#333;
border-color:#666;
}
#cboxContent {
overflow:visible;
}
#cboxClose {
background-color: #000000;
color: #FFFFFF;
border: 2px solid #FFFFFF;
border-radius: 32px;
font-size: 20px;
height: 24px; width: 24px;
padding-bottom: 2px;
right: -14px;
top: -14px;
margin-left: 0;
}
#cboxLoadingOverlay {
background:none !important;
}
#cboxLoadingGraphic {
background:#FFF none !important;
text-align:center;
> [class*="icon-"] {
display:inline-block;
background-color:#FFF;
border-radius:8px;
width:32px; height:32px;
position:relative; top:48%;
text-align:center;
vertical-align:middle;
.animation(~"spin 1.5s infinite linear");
font-size:24px;
color:#FE7E3E;
}
}