source: pro-violet-viettel/sourcecode/assets/css/less/thirdparty-colorbox.less

Last change on this file was 313, checked in by dungnv, 11 years ago
File size: 1.6 KB
Line 
1/* colorbox used in gallery page */
2#colorbox:focus , #colorbox:active {
3 outline:none;
4}
5#cboxTopLeft, #cboxTopCenter, #cboxTopRight,
6#cboxMiddleLeft, #cboxMiddleRight,
7#cboxBottomLeft, #cboxBottomCenter, #cboxBottomRight
8{
9  background:none !important;
10  opacity:0;
11}
12#cboxContent {
13  border:12px solid #000;
14  background-color:#FFF;
15  padding:7px;
16}
17#cboxOverlay {
18  background:rgba(0,0,0,0.95);
19  background:#000;
20}
21#cboxCurrent {
22  left:64px;
23  margin-bottom:4px;
24  font-size: 14px;
25}
26#cboxTitle {
27  margin-bottom:4px;
28  font-size: 14px;
29  color:#777;
30}
31
32
33#cboxNext , #cboxPrevious , #cboxClose {
34 background:none;
35 text-indent:0;
36 width:26px; height:26px; line-height:22px;
37 padding:0 4px;
38 text-align:center;
39 
40 border:2px solid #999;
41 border-radius:16px;
42 
43 color:#666;
44 font-size:12px;
45
46 margin-left:5px;
47 margin-bottom:5px;
48}
49#cboxNext:hover , #cboxPrevious:hover {
50 color:#333;
51 border-color:#666;
52}
53#cboxContent {
54 overflow:visible;
55}
56#cboxClose {
57    background-color: #000000;
58           
59        border: 2px solid #FFFFFF;
60    border-radius: 32px;
61   
62    color: #FFFFFF;
63        font-size: 21px;
64       
65    height: 28px;
66        width: 28px;
67       
68        padding-bottom: 2px;
69        margin-left: 0;
70       
71        right: -14px;
72    top: -14px;
73}
74
75
76#cboxLoadingOverlay {
77  background:none !important;
78}
79#cboxLoadingGraphic {
80  background:#FFF none !important;
81  text-align:center;
82 
83  > [class*="icon-"] {
84         display:inline-block;
85         background-color:#FFF;
86         border-radius:8px;
87
88         width:32px; height:32px;
89         position:relative; top:48%;
90
91
92         text-align:center;
93         vertical-align:middle;
94
95         .animation(~"spin 1.5s infinite linear");
96         
97         
98         font-size:24px;
99         color:#FE7E3E;
100 }
101
102}
103
104
Note: See TracBrowser for help on using the repository browser.