clean the leghtbox plugin css
This commit is contained in:
parent
71bfd6154f
commit
d0d9b84a28
2 changed files with 13 additions and 27 deletions
|
@ -33,10 +33,7 @@
|
||||||
left: 50%;
|
left: 50%;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
background-color: #000;
|
background-color: #000;
|
||||||
-webkit-border-radius: 10px;
|
border-radius: 4px;
|
||||||
-khtml-border-radius: 10px;
|
|
||||||
-moz-border-radius: 10px;
|
|
||||||
border-radius: 10px;
|
|
||||||
-webkit-box-shadow: 0px 5px 20px rgba(0,0,0,0.50);
|
-webkit-box-shadow: 0px 5px 20px rgba(0,0,0,0.50);
|
||||||
-khtml-box-shadow: 0px 5px 20px rgba(0,0,0,0.50);
|
-khtml-box-shadow: 0px 5px 20px rgba(0,0,0,0.50);
|
||||||
-moz-box-shadow: 0px 5px 20px rgba(0,0,0,0.50);
|
-moz-box-shadow: 0px 5px 20px rgba(0,0,0,0.50);
|
||||||
|
@ -46,6 +43,9 @@
|
||||||
/* For IE 5.5 - 7 */
|
/* For IE 5.5 - 7 */
|
||||||
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=180, Color='#000000');
|
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=180, Color='#000000');
|
||||||
}
|
}
|
||||||
|
#mbCenter img{
|
||||||
|
border-radius: 4px;
|
||||||
|
}
|
||||||
|
|
||||||
#mbCenter.mbLoading {
|
#mbCenter.mbLoading {
|
||||||
background: #000 url(../images/loading2.gif) no-repeat center;
|
background: #000 url(../images/loading2.gif) no-repeat center;
|
||||||
|
@ -66,7 +66,6 @@
|
||||||
|
|
||||||
/* Inline content styling */
|
/* Inline content styling */
|
||||||
|
|
||||||
font-family: Myriad, Verdana, Arial, Helvetica, sans-serif;
|
|
||||||
line-height: 20px;
|
line-height: 20px;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
|
@ -79,13 +78,10 @@
|
||||||
/* Title, Caption and Button styling */
|
/* Title, Caption and Button styling */
|
||||||
|
|
||||||
#mbBottom {
|
#mbBottom {
|
||||||
min-height: 20px;
|
|
||||||
font-family: Myriad, Verdana, Arial, Helvetica, sans-serif;
|
|
||||||
line-height: 20px;
|
|
||||||
font-size: 12px;
|
|
||||||
color: #999;
|
color: #999;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
padding: 0 10px 10px;
|
padding: 0 10px 10px;
|
||||||
|
font-size: 1.5rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
#mbTitle, #mbPrevLink, #mbNextLink, #mbCloseLink {
|
#mbTitle, #mbPrevLink, #mbNextLink, #mbCloseLink {
|
||||||
|
@ -154,10 +150,7 @@
|
||||||
border: 10px solid #700;
|
border: 10px solid #700;
|
||||||
padding: 10px 10px 10px;
|
padding: 10px 10px 10px;
|
||||||
margin: 20px;
|
margin: 20px;
|
||||||
-webkit-border-radius: 5px;
|
border-radius: 4px;
|
||||||
-khtml-border-radius: 5px;
|
|
||||||
-moz-border-radius: 5px;
|
|
||||||
border-radius: 5px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#mbError a, #mbError a:link, #mbError a:visited, #mbError a:hover, #mbError a:active {
|
#mbError a, #mbError a:link, #mbError a:visited, #mbError a:hover, #mbError a:active {
|
||||||
|
|
|
@ -33,10 +33,7 @@
|
||||||
left: 50%;
|
left: 50%;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
-webkit-border-radius: 10px;
|
border-radius: 4px;
|
||||||
-khtml-border-radius: 10px;
|
|
||||||
-moz-border-radius: 10px;
|
|
||||||
border-radius: 10px;
|
|
||||||
-webkit-box-shadow: 0px 5px 20px rgba(0,0,0,0.50);
|
-webkit-box-shadow: 0px 5px 20px rgba(0,0,0,0.50);
|
||||||
-khtml-box-shadow: 0px 5px 20px rgba(0,0,0,0.50);
|
-khtml-box-shadow: 0px 5px 20px rgba(0,0,0,0.50);
|
||||||
-moz-box-shadow: 0px 5px 20px rgba(0,0,0,0.50);
|
-moz-box-shadow: 0px 5px 20px rgba(0,0,0,0.50);
|
||||||
|
@ -46,6 +43,9 @@
|
||||||
/* For IE 5.5 - 7 */
|
/* For IE 5.5 - 7 */
|
||||||
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=180, Color='#000000');
|
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=180, Color='#000000');
|
||||||
}
|
}
|
||||||
|
#mbCenter img{
|
||||||
|
border-radius: 4px;
|
||||||
|
}
|
||||||
|
|
||||||
#mbCenter.mbLoading {
|
#mbCenter.mbLoading {
|
||||||
background: #fff url(../images/WhiteLoading.gif) no-repeat center;
|
background: #fff url(../images/WhiteLoading.gif) no-repeat center;
|
||||||
|
@ -66,26 +66,22 @@
|
||||||
|
|
||||||
/* Inline content styling */
|
/* Inline content styling */
|
||||||
|
|
||||||
font-family: Myriad, Verdana, Arial, Helvetica, sans-serif;
|
|
||||||
line-height: 20px;
|
line-height: 20px;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
color: #333;
|
color: #333;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
background-position: center center;
|
background-position: center center;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
padding: 10px;
|
padding: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Title, Caption and Button styling */
|
/* Title, Caption and Button styling */
|
||||||
|
|
||||||
#mbBottom {
|
#mbBottom {
|
||||||
min-height: 20px;
|
|
||||||
font-family: Myriad, Verdana, Arial, Helvetica, sans-serif;
|
|
||||||
line-height: 20px;
|
|
||||||
font-size: 12px;
|
|
||||||
color: #000;
|
color: #000;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
padding: 0 10px 10px;
|
padding: 0 10px 10px;
|
||||||
|
font-size: 1.5rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
#mbTitle, #mbPrevLink, #mbNextLink, #mbCloseLink {
|
#mbTitle, #mbPrevLink, #mbNextLink, #mbCloseLink {
|
||||||
|
@ -154,10 +150,7 @@
|
||||||
border: 10px solid #700;
|
border: 10px solid #700;
|
||||||
padding: 10px 10px 10px;
|
padding: 10px 10px 10px;
|
||||||
margin: 20px;
|
margin: 20px;
|
||||||
-webkit-border-radius: 5px;
|
border-radius: 4px;
|
||||||
-khtml-border-radius: 5px;
|
|
||||||
-moz-border-radius: 5px;
|
|
||||||
border-radius: 5px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#mbError a, #mbError a:link, #mbError a:visited, #mbError a:hover, #mbError a:active {
|
#mbError a, #mbError a:link, #mbError a:visited, #mbError a:hover, #mbError a:active {
|
||||||
|
|
Loading…
Reference in a new issue