[refs #921] remove unneeded css
This commit is contained in:
parent
3dda72a0ac
commit
fef0ed2534
|
@ -1,586 +1,4 @@
|
|||
#lleo_dialog, #lleo_dialog * {
|
||||
margin: 0 !important;
|
||||
padding: 0 !important;
|
||||
background: none !important;
|
||||
border: none 0 !important;
|
||||
position: static !important;
|
||||
vertical-align: baseline !important;
|
||||
font: normal 13px Arial, Helvetica !important;
|
||||
line-height: 15px !important;
|
||||
color: #000 !important;
|
||||
overflow: visible !important;
|
||||
width: auto !important;
|
||||
height: auto !important;
|
||||
float: none !important;
|
||||
visibility: visible !important;
|
||||
text-align: left !important;
|
||||
border-collapse: separate !important;
|
||||
border-spacing: 2px !important;
|
||||
}
|
||||
|
||||
#lleo_dialog iframe {
|
||||
height: 0 !important;
|
||||
width: 0 !important;
|
||||
}
|
||||
|
||||
#lleo_dialog {
|
||||
position: absolute !important;
|
||||
background: #fff !important;
|
||||
border: solid 1px #ccc !important;
|
||||
padding: 7px 0 0 !important;
|
||||
left: -999px;
|
||||
top: -999px;
|
||||
/*max-width: 450px !important;*/
|
||||
width: 440px !important;
|
||||
overflow: hidden;
|
||||
display: block !important;
|
||||
z-index: 999999999 !important;
|
||||
opacity: 0 !important;
|
||||
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.18) !important;
|
||||
-moz-border-radius: 3px !important;
|
||||
-webkit-border-radius: 3px !important;
|
||||
border-radius: 3px !important;
|
||||
}
|
||||
#lleo_dialog.lleo_show {
|
||||
opacity: 1 !important;
|
||||
-webkit-transition: opacity 0.3s !important;
|
||||
}
|
||||
#lleo_dialog input::-webkit-input-placeholder {
|
||||
color: #aaa !important;
|
||||
}
|
||||
#lleo_dialog .lleo_has_pic #lleo_word {
|
||||
margin-right: 80px !important;
|
||||
}
|
||||
#lleo_dialog #lleo_translationsCopntainer1 {
|
||||
position: relative !important;
|
||||
}
|
||||
#lleo_dialog #lleo_translationsCopntainer2 {
|
||||
padding: 7px 0 0 !important;
|
||||
vertical-align: middle !important;
|
||||
}
|
||||
#lleo_dialog #lleo_word {
|
||||
color: #000 !important;
|
||||
margin: 0 5px 2px 0 !important;
|
||||
/*float: left !important;*/
|
||||
}
|
||||
#lleo_dialog .lleo_has_sound #lleo_word {
|
||||
margin-left: 17px !important;
|
||||
}
|
||||
#lleo_dialog #lleo_text {
|
||||
font-weight: bold !important;
|
||||
color: #d56e00 !important;
|
||||
text-decoration: none !important;
|
||||
cursor: default !important;
|
||||
}
|
||||
#lleo_dialog #lleo_text.lleo_known {
|
||||
cursor: pointer !important;
|
||||
text-decoration: underline !important;
|
||||
}
|
||||
#lleo_dialog #lleo_closeBtn {
|
||||
position: absolute !important;
|
||||
right: 6px !important;
|
||||
top: 5px !important;
|
||||
line-height: 1px !important;
|
||||
text-decoration: none !important;
|
||||
font-weight: bold !important;
|
||||
font-size: 0 !important;
|
||||
color: #aaa !important;
|
||||
display: block !important;
|
||||
padding: 2px !important;
|
||||
z-index: 9999999999 !important;
|
||||
width: 7px !important;
|
||||
height: 7px !important;
|
||||
padding: 0 !important;
|
||||
margin: 0 !important;
|
||||
}
|
||||
|
||||
#lleo_dialog #lleo_optionsBtn {
|
||||
position: absolute !important;
|
||||
right: 1px !important;
|
||||
top: 12px !important;
|
||||
line-height: 1px !important;
|
||||
text-decoration: none !important;
|
||||
font-weight: bold !important;
|
||||
font-size: 13px !important;
|
||||
color: #aaa !important;
|
||||
padding: 2px !important;
|
||||
display: none;
|
||||
}
|
||||
#lleo_dialog #lleo_optionsBtn img{
|
||||
width: 12px !important;
|
||||
height: 12px !important;
|
||||
}
|
||||
#lleo_dialog #lleo_sound {
|
||||
float: left !important;
|
||||
width: 16px !important;
|
||||
height: 16px !important;
|
||||
margin-left: 12px !important;
|
||||
background: 0 0 no-repeat !important;
|
||||
cursor: pointer !important;
|
||||
display: none !important;
|
||||
}
|
||||
#lleo_dialog .lleo_has_sound #lleo_sound {
|
||||
display: block !important;
|
||||
}
|
||||
#lleo_dialog #lleo_picOuter {
|
||||
position: absolute !important;
|
||||
float: right !important;
|
||||
right: 29px;
|
||||
top: 0;
|
||||
display: none !important;
|
||||
z-index: 9 !important;
|
||||
}
|
||||
#lleo_dialog .lleo_has_pic #lleo_picOuter {
|
||||
display: block !important;
|
||||
}
|
||||
#lleo_dialog #lleo_picOuter:hover {
|
||||
z-index: 11 !important;
|
||||
}
|
||||
#lleo_dialog #lleo_pic,
|
||||
#lleo_dialog #lleo_picBig {
|
||||
position: absolute !important;
|
||||
top: 0 !important;
|
||||
right: 0 !important;
|
||||
border: solid 2px #fff !important;
|
||||
-moz-border-radius: 2px !important;
|
||||
-webkit-border-radius: 2px !important;
|
||||
border-radius: 2px !important;
|
||||
z-index: 1 !important;
|
||||
}
|
||||
#lleo_dialog #lleo_pic {
|
||||
position: relative !important;
|
||||
border: none !important;
|
||||
width: 34px !important;
|
||||
}
|
||||
#lleo_dialog #lleo_picBig {
|
||||
box-shadow: -1px 2px 4px rgba(0,0,0,0.3);
|
||||
z-index: 2 !important;
|
||||
opacity: 0 !important;
|
||||
visibility: hidden !important;
|
||||
}
|
||||
#lleo_dialog #lleo_picOuter:hover #lleo_picBig {
|
||||
visibility: visible !important;
|
||||
opacity: 1 !important;
|
||||
-webkit-transition: opacity 0.3s !important;
|
||||
-webkit-transition-delay: 0.3s !important;
|
||||
}
|
||||
#lleo_dialog #lleo_transcription {
|
||||
color: #486D85 !important;
|
||||
margin: 0 0 4px 29px !important;
|
||||
color: #aaaaaa !important;
|
||||
}
|
||||
#lleo_dialog .lleo_no_trans {
|
||||
color: #aaa !important;
|
||||
}
|
||||
#lleo_dialog .ll-translation-counter {
|
||||
float: right !important;
|
||||
font-size: 11px !important;
|
||||
color: #aaa !important;
|
||||
padding: 2px 2px 1px 10px !important;
|
||||
}
|
||||
|
||||
#lleo_dialog .ll-translation-text {
|
||||
float: left !important;
|
||||
width: 80% !important;
|
||||
}
|
||||
|
||||
#lleo_dialog #lleo_trans a {
|
||||
color: #3F669F !important;
|
||||
padding: 1px 4px !important;
|
||||
text-decoration: none !important;
|
||||
text-overflow: ellipsis !important;
|
||||
overflow: hidden !important;
|
||||
}
|
||||
|
||||
#lleo_dialog .ll-translation-item {
|
||||
width: 100% !important;
|
||||
float: left !important;
|
||||
padding:1px 4px;
|
||||
color: #3F669F !important;
|
||||
padding: 3px !important;
|
||||
border: solid 1px white !important;
|
||||
-moz-border-radius: 2px !important;
|
||||
-webkit-border-radius: 2px !important;
|
||||
border-radius: 2px !important;
|
||||
}
|
||||
|
||||
#lleo_dialog .ll-translation-item:hover {
|
||||
border: solid 1px #9FC2C9 !important;
|
||||
background: #EDF4F6 !important;
|
||||
cursor: pointer !important;
|
||||
}
|
||||
|
||||
#lleo_dialog .ll-translation-marker {
|
||||
margin: 0px 5px 2px 2px !important;
|
||||
}
|
||||
|
||||
#lleo_dialog #lleo_icons {
|
||||
margin: 10px 0 7px !important;
|
||||
color: #aaa !important;
|
||||
line-height: 20px !important;
|
||||
font-size: 11px !important;
|
||||
clear: both !important;
|
||||
padding-left: 16px !important;
|
||||
}
|
||||
#lleo_icons a {
|
||||
display: inline-block !important;
|
||||
width: 16px !important;
|
||||
height: 16px !important;
|
||||
margin: 0 0 -2px 3px !important;
|
||||
text-decoration: none !important;
|
||||
background: 0 0 no-repeat !important;
|
||||
opacity: 0.5 !important;
|
||||
}
|
||||
#lleo_icons a:hover {
|
||||
opacity: 1 !important;
|
||||
}
|
||||
#lleo_icons a.lleo_google {background-position:-34px 0 !important;}
|
||||
#lleo_icons a.lleo_multitran {background-position:-64px 0 !important;}
|
||||
#lleo_icons a.lleo_lingvo {background-position:-51px 0 !important; width: 12px !important;}
|
||||
#lleo_icons a.lleo_dict {background-position:-17px 0 !important;}
|
||||
#lleo_icons a.lleo_linguee {background-position:-81px 0 !important;}
|
||||
#lleo_icons a.lleo_michaelis {background-position:-98px 0 !important;}
|
||||
|
||||
#lleo_dialog #lleo_contextContainer {
|
||||
margin: 0 !important;
|
||||
padding: 3px 15px 3px 10px !important;
|
||||
background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee)) !important;
|
||||
border-bottom: solid 1px #ddd !important;
|
||||
border-top-left-radius: 3px !important;
|
||||
border-top-right-radius: 3px !important;
|
||||
display: none !important;
|
||||
overflow: hidden !important;
|
||||
}
|
||||
#lleo_dialog .lleo_has_context #lleo_contextContainer {
|
||||
display: block !important;
|
||||
}
|
||||
#lleo_dialog #lleo_context {
|
||||
color: #444 !important;
|
||||
text-shadow: 1px 1px 0 #f4f4f4 !important;
|
||||
line-height: 12px !important;
|
||||
font-size: 11px !important;
|
||||
margin-left: 2px !important;
|
||||
}
|
||||
#lleo_dialog #lleo_context b {
|
||||
line-height: 12px !important;
|
||||
color: #000 !important;
|
||||
font-weight: bold !important;
|
||||
font-size: 11px !important;
|
||||
}
|
||||
#lleo_dialog #lleo_gBrand {
|
||||
color: #aaa !important;
|
||||
font-size: 10px !important;
|
||||
/*padding-right: 52px !important;*/
|
||||
padding-bottom: 14px !important;
|
||||
margin: -3px 4px 0 4px !important;
|
||||
background: left bottom no-repeat !important;
|
||||
display: inline-block !important;
|
||||
float: right !important;
|
||||
}
|
||||
#lleo_dialog #lleo_gBrand.hidden {
|
||||
display: none !important;
|
||||
}
|
||||
#lleo_dialog #lleo_translateContextLink {
|
||||
color: #444 !important;
|
||||
text-shadow: 1px 1px 0 #f4f4f4 !important;
|
||||
background: -webkit-gradient(linear, left top, left bottom, from(#f4f4f4), to(#ddd)) !important;
|
||||
border: solid 1px !important;
|
||||
box-shadow: 1px 1px 0 #f6f6f6 !important;
|
||||
border-color: #999 #aaa #aaa #999 !important;
|
||||
-moz-border-radius: 2px !important;
|
||||
-webkit-border-radius: 2px !important;
|
||||
border-radius: 2px !important;
|
||||
padding: 0 3px !important;
|
||||
font-size: 11px !important;
|
||||
text-decoration: none !important;
|
||||
margin: 1px 5px 0 !important;
|
||||
display: inline-block !important;
|
||||
white-space: nowrap !important;
|
||||
}
|
||||
#lleo_dialog #lleo_translateContextLink:hover {
|
||||
background: #f8f8f8 !important;
|
||||
}
|
||||
|
||||
#lleo_dialog #lleo_setTransForm {
|
||||
display: block !important;
|
||||
margin-top: 3px !important;
|
||||
padding-top: 5px !important;
|
||||
/* Set position and background because the form might be overlapped by an image when no translations */
|
||||
position: relative !important;
|
||||
background: #fff !important;
|
||||
z-index: 10 !important;
|
||||
padding-bottom: 10px !important;
|
||||
padding-left: 16px !important;
|
||||
}
|
||||
#lleo_dialog .lleo-custom-translation {
|
||||
padding: 4px 5px !important;
|
||||
border: solid 1px #ddd !important;
|
||||
-moz-border-radius: 2px !important;
|
||||
-webkit-border-radius: 2px !important;
|
||||
border-radius: 2px !important;
|
||||
width: 90% !important;
|
||||
min-width: 270px !important;
|
||||
background: -webkit-gradient(linear, 0 0, 0 20, from(#f1f1f1), to(#fff)) !important;
|
||||
font: normal 13px Arial, Helvetica !important;
|
||||
line-height: 15px !important;
|
||||
}
|
||||
#lleo_dialog .lleo-custom-translation:hover {
|
||||
border: solid 1px #aaa !important;
|
||||
}
|
||||
#lleo_dialog .lleo-custom-translation:focus {
|
||||
background: #FFFEC9 !important;
|
||||
}
|
||||
|
||||
#lleo_dialog *.hidden {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
#lleo_dialog .infinitive{
|
||||
color: #D56E00 !important;
|
||||
text-decoration: none;
|
||||
border-bottom: 1px dotted #D56E00 !important;
|
||||
}
|
||||
#lleo_dialog .infinitive:hover{
|
||||
border: none !important;
|
||||
}
|
||||
|
||||
#lleo_dialog #lleo_trans{
|
||||
zoom: 1;
|
||||
border-top: 1px solid #eeeeee !important;
|
||||
margin: 10px 0 0 !important;
|
||||
padding: 5px 30px 0 14px !important;
|
||||
}
|
||||
|
||||
#lleo_dialog .lleo_clearfix {
|
||||
display: block !important;
|
||||
clear: both !important;
|
||||
visibility: hidden !important;
|
||||
height: 0 !important;
|
||||
font-size: 0 !important;
|
||||
}
|
||||
|
||||
#lleo_dialog #lleo_markBlock {
|
||||
background: #eeeeee !important;
|
||||
cursor: pointer !important;
|
||||
border-bottom-left-radius: 3px !important;
|
||||
border-bottom-right-radius: 3px !important;
|
||||
border-collapse: separate !important;
|
||||
border-spacing: 2px !important;
|
||||
}
|
||||
|
||||
#lleo_dialog #lleo_markBlock img{
|
||||
width: 14px !important;
|
||||
height: 14px !important;
|
||||
}
|
||||
|
||||
#lleo_dialog #lleo_markBlock .icon-cell {
|
||||
padding: 5px 2px 5px 16px !important;
|
||||
height: 17px !important;
|
||||
}
|
||||
|
||||
#lleo_dialog #lleo_markBlock .wide-cell {
|
||||
width: 100% !important;
|
||||
}
|
||||
|
||||
#lleo_dialog #lleo_markBlock .text-cell {
|
||||
color: #999999 !important;
|
||||
font: normal 13px Arial, Helvetica !important;
|
||||
text-shadow: 0 1px #fff !important;
|
||||
}
|
||||
|
||||
#lleo_dialog #lleo_markBlock td {
|
||||
vertical-align: middle !important;
|
||||
border-collapse: separate !important;
|
||||
border-spacing: 2px !important;
|
||||
}
|
||||
|
||||
#lleo_dialog #lleo_picOuter table{
|
||||
width: 44px !important;
|
||||
position: absolute !important;
|
||||
right: 0 !important;
|
||||
vertical-align: middle !important;
|
||||
}
|
||||
|
||||
#lleo_dialog #lleo_picOuter td{
|
||||
width: 38px !important;
|
||||
height: 38px !important;
|
||||
border: 1px solid #eeeeee !important;
|
||||
vertical-align: middle !important;
|
||||
text-align: center !important;
|
||||
}
|
||||
|
||||
#lleo_dialog #lleo_picOuter td div {
|
||||
height: 38px !important;
|
||||
overflow: hidden !important;
|
||||
}
|
||||
.ll-content-notification *{
|
||||
letter-spacing: normal !important;
|
||||
margin: 0 !important;
|
||||
padding: 0 !important;
|
||||
background: none !important;
|
||||
border: 0 !important;
|
||||
float: none !important;
|
||||
text-align: left !important;
|
||||
text-decoration: none !important;
|
||||
font: normal 15px 'Lucida Grande', 'Lucida Sans Unicode', Lucida, Arial, Helvetica, sans-serif !important;
|
||||
}
|
||||
|
||||
.ll-content-notification {
|
||||
vertical-align: baseline !important;
|
||||
color: #000 !important;
|
||||
overflow: visible !important;
|
||||
visibility: visible !important;
|
||||
margin: 0 !important;
|
||||
padding: 0 !important;
|
||||
position: fixed !important;
|
||||
background: #fff !important;
|
||||
border: solid 1px #AAA !important;
|
||||
/*
|
||||
left: -999px;
|
||||
top: -999px;
|
||||
*/
|
||||
width: auto;
|
||||
/* width: 300px !important; */
|
||||
display: block;
|
||||
z-index: 999999999 !important;
|
||||
-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.18) !important;
|
||||
-moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.18) !important;
|
||||
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.18) !important;
|
||||
-webkit-border-radius: 3px !important;
|
||||
-moz-border-radius: 3px !important;
|
||||
border-radius: 3px !important;
|
||||
overflow: hidden !important;
|
||||
/* opacity: 0 !important; */
|
||||
transition: opacity 0.8s !important;
|
||||
-moz-transition: opacity 0.8s !important; /* Firefox 4 */
|
||||
-webkit-transition: opacity 0.8s !important; /* Safari and Chrome */
|
||||
-o-transition: opacity 0.8s !important; /* Opera */
|
||||
cursor: default !important;
|
||||
}
|
||||
|
||||
.ll-content-notification-shown {
|
||||
opacity: 1 !important;
|
||||
transition: opacity 0.8s !important;
|
||||
-moz-transition: opacity 0.8s !important; /* Firefox 4 */
|
||||
-webkit-transition: opacity 0.8s !important; /* Safari and Chrome */
|
||||
-o-transition: opacity 0.8s !important; /* Opera */
|
||||
}
|
||||
|
||||
.ll-content-notification-header {
|
||||
border: 0 !important;
|
||||
margin: 0 !important;
|
||||
background: url(data:image/gif;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAABCAIAAABsYngUAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAadEVYdFNvZnR3YXJlAFBhaW50Lk5FVCB2My41LjEwMPRyoQAAABJJREFUGFdjePHmCxw9e/UZjgAVYhYtk8xZqAAAAABJRU5ErkJggg==) !important;
|
||||
border-bottom: solid 1px #CCC !important;
|
||||
padding: 1px 4px !important;
|
||||
min-height: 18px !important;
|
||||
width: 100% !important;
|
||||
-webkit-border-top-left-radius: 3px !important;
|
||||
-webkit-border-top-right-radius: 3px !important;
|
||||
-moz-border-radius-topleft: 3px !important;
|
||||
-moz-border-radius-topright: 3px !important;
|
||||
border-top-left-radius: 3px !important;
|
||||
border-top-right-radius: 3px !important;
|
||||
border-collapse: collapse !important;
|
||||
border-spacing: 0 !important;
|
||||
}
|
||||
|
||||
.ll-content-notification-header-pic {
|
||||
border: 0 !important;
|
||||
margin: 0 !important;
|
||||
padding: 3px 0 0 3px !important;
|
||||
width: 20px !important;
|
||||
vertical-align: top !important;
|
||||
line-height: 1px !important;
|
||||
}
|
||||
|
||||
.ll-content-notification-header-pic img{
|
||||
border: 0 !important;
|
||||
padding: 0 !important;
|
||||
margin: 0 !important;
|
||||
line-height: 1px !important;
|
||||
}
|
||||
|
||||
.ll-content-notification-header-caption {
|
||||
font: normal 13px 'Lucida Grande', 'Lucida Sans Unicode', Lucida, Arial, Helvetica, sans-serif !important;
|
||||
font-weight: bold !important;
|
||||
line-height: 15px !important;
|
||||
color: #555 !important;
|
||||
float: left !important;
|
||||
text-shadow: none !important;
|
||||
letter-spacing: normal !important;
|
||||
white-space: normal !important;
|
||||
padding: 3px !important;
|
||||
margin: 0 !important;
|
||||
}
|
||||
|
||||
.ll-content-notification-header-close {
|
||||
width: 15px !important;
|
||||
vertical-align: top !important;
|
||||
text-align: right !important;
|
||||
padding: 6px 5px 0 0 !important;
|
||||
margin: 0 !important;
|
||||
line-height: 1px !important;
|
||||
}
|
||||
|
||||
.ll-content-notification-header-close img {
|
||||
border: 0 !important;
|
||||
width: 7px !important;
|
||||
height: 7px !important;
|
||||
margin: 0 !important;
|
||||
padding: 0 !important;
|
||||
}
|
||||
|
||||
.ll-content-notification-content {
|
||||
margin: 0 !important;
|
||||
padding: 8px !important;
|
||||
float: left !important;
|
||||
overflow: hidden !important;
|
||||
width: auto !important;
|
||||
}
|
||||
|
||||
.ll-content-notification-content-logo {
|
||||
float: left !important;
|
||||
height: 48px !important;
|
||||
width: 48px !important;
|
||||
}
|
||||
|
||||
.ll-content-notification-content-main {
|
||||
margin-left: 60px !important;
|
||||
overflow: hidden !important;
|
||||
padding: 0 0 2px 0 !important;
|
||||
color: #333 !important;
|
||||
text-align: left !important;
|
||||
text-shadow: none !important;
|
||||
letter-spacing: normal !important;
|
||||
font: normal 13px 'Lucida Grande', 'Lucida Sans Unicode', Lucida, Arial, Helvetica, sans-serif !important;
|
||||
line-height: 15px !important;
|
||||
width: auto !important;
|
||||
}
|
||||
|
||||
.ll-content-notification-content-header {
|
||||
text-align: left !important;
|
||||
text-decoration: none !important;
|
||||
font: bold 15px 'Lucida Grande', 'Lucida Sans Unicode', Lucida, Arial, Helvetica, sans-serif !important;
|
||||
line-height: 19px !important;
|
||||
margin: 0 0 4px 0 !important;
|
||||
padding: 0 !important;
|
||||
border: 0 !important;
|
||||
color: #333 !important;
|
||||
text-shadow: none !important;
|
||||
letter-spacing: normal !important;
|
||||
display: block !important;
|
||||
top: 0 !important;
|
||||
left: 0 !important;
|
||||
}
|
||||
|
||||
.ll-content-notification-word {
|
||||
color: #d56e00 !important;
|
||||
font-weight: bold !important;
|
||||
font-size: 14px !important;
|
||||
}
|
||||
|
||||
article .all .top {
|
||||
|
||||
background: #e9f4fb;
|
||||
border: 1px solid #dfeefa;
|
||||
-moz-border-radius: 5px;
|
||||
|
@ -589,7 +7,6 @@ article .all .top {
|
|||
// width: 760px;
|
||||
color: 477cae;
|
||||
padding: 8px;
|
||||
|
||||
}
|
||||
|
||||
article .all .top .column {
|
||||
|
@ -701,47 +118,47 @@ article .all .top form .floatright a img {
|
|||
|
||||
/* bootstrap 3149*/
|
||||
.btn {
|
||||
display: inline-block;
|
||||
padding: 4px 12px;
|
||||
margin-bottom: 0;
|
||||
line-height: 20px;
|
||||
color: #333333;
|
||||
text-align: center;
|
||||
text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
|
||||
vertical-align: middle;
|
||||
cursor: pointer;
|
||||
background-color: #f5f5f5;
|
||||
background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
|
||||
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
|
||||
background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
|
||||
background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
|
||||
background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
|
||||
background-repeat: repeat-x;
|
||||
border: 1px solid #bbbbbb;
|
||||
border-color: #e6e6e6 #e6e6e6 #bfbfbf;
|
||||
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
|
||||
border-bottom-color: #a2a2a2;
|
||||
-webkit-border-radius: 4px;
|
||||
-moz-border-radius: 4px;
|
||||
border-radius: 4px;
|
||||
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
|
||||
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
|
||||
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
|
||||
-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
|
||||
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
|
||||
display: inline-block;
|
||||
padding: 4px 12px;
|
||||
margin-bottom: 0;
|
||||
line-height: 20px;
|
||||
color: #333333;
|
||||
text-align: center;
|
||||
text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
|
||||
vertical-align: middle;
|
||||
cursor: pointer;
|
||||
background-color: #f5f5f5;
|
||||
background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
|
||||
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
|
||||
background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
|
||||
background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
|
||||
background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
|
||||
background-repeat: repeat-x;
|
||||
border: 1px solid #bbbbbb;
|
||||
border-color: #e6e6e6 #e6e6e6 #bfbfbf;
|
||||
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
|
||||
border-bottom-color: #a2a2a2;
|
||||
-webkit-border-radius: 4px;
|
||||
-moz-border-radius: 4px;
|
||||
border-radius: 4px;
|
||||
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
|
||||
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
|
||||
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
|
||||
-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
|
||||
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
|
||||
}
|
||||
|
||||
/* bootstrap 3190*/
|
||||
.btn:hover, .btn:active, .btn.active, .btn.disabled, .btn[disabled] {
|
||||
color: #333333;
|
||||
background-color: #e6e6e6;
|
||||
color: #333333;
|
||||
background-color: #e6e6e6;
|
||||
}
|
||||
|
||||
/* bootstrap 3222*/
|
||||
.btn.active, .btn:active {
|
||||
background-image: none;
|
||||
outline: 0;
|
||||
-webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
|
||||
-moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
|
||||
box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
|
||||
background-image: none;
|
||||
outline: 0;
|
||||
-webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
|
||||
-moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
|
||||
box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
|
||||
}
|
Loading…
Reference in New Issue