aced
Version:
php+node light FE/BE framework
79 lines (69 loc) • 1.97 kB
CSS
[class^="ace-"] {
-moz-box-sizing: content-box;
box-sizing: content-box;
font-family: arial,sans-serif;
}
/* BEGIN globals */
div.clear {
clear: both;
height: 0;
width: auto;
overflow: hidden;
}
.ace-pop code {
white-space: normal;
}
.ace-btn {
display: inline-block;
text-align: center;
cursor: pointer;
white-space: nowrap;
padding: 0.5714285714em 0.8571428571em;
line-height: 1.42857143;
border-radius: 0.2857142857em;
-moz-border-radius: 0.2857142857em;
-webkit-border-radius: 0.2857142857em;
border: 0px solid #000;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
text-decoration: none;
font-weight: normal;
}
a.ace-btn, a.ace-btn:hover {
text-decoration: none;
}
.ace-btn-updown {
-moz-box-shadow: inset 0px 1px 0px 0px #fff;
-webkit-box-shadow: inset 0px 1px 0px 0px #fff;
box-shadow: inset 0px 1px 0px 0px #fff;
background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
background: -moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
background-color: #ededed;
border: 1px solid #dcdcdc;
color: #777777;
text-shadow: 1px 1px 0px #fff;
}
.ace-btn-updown.state-up {
color: #777777;
}
.ace-btn-updown.state-down {
background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
background: -moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
background-color: #dfdfdf;
color: #777777;
}
.ace-btn-updown span {
margin-left: 0.5em;
}
/* END globals */
/* BEGIN external overrides */
.fb-comments-responsive span,
.fb-comments-responsive span iframe[style] {
min-width: 100% ;
width: 100% ;
}
/* END external overrides */