CSS-Sass

 view release on metacpan or  search on metacpan

t/sass-spec/benchmarks/vanilla_css_huge.scss  view on Meta::CPAN

 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

@font-face {
  font-family: 'icomoon';
  src: url("styles/icons/fonts/icomoon.eot"); }
@font-face {
  font-family: 'icomoon';
  src: url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg6xDSoAAAC8AAAAYGNtYXDgPPCKAAABHAAAAERnYXNwAAAAEAAAAWAAAAAIZ2x5Zu/7iQ0AAAFoAAAgyGhlYWQAklUPAAAiMAAAADZoaGVhB8ID2QAAImgAAAAkaG10eFoACloAACKMAAAAYGxvY2Fmel9MAAAi7AAAADJtYX...
  font-weight: normal;
  font-style: normal; }
/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before {
  font-family: 'icomoon';
  content: attr(data-icon);
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased; }

/* Use the following CSS code if you want to have a class per icon */
/*
Instead of a list of all class selectors,
you can use the generic selector below, but it's slower:
[class*="icon-"] {
*/
.icon-googeplus:before, .icon-moovweblogo:before, .main-header-logo:before, .blog-logo:before, .icon-wifi:before, .icon-twitter:before, .icon-speechbubble:before, .icon-speech:before, .icon-rocket:before, .icon-linkedin:before, .icon-lightning:before...
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased; }

.icon-moovweblogo:before, .main-header-logo:before, .blog-logo:before {
  content: "\e000"; }

.icon-round-googleplus:before {
  content: "\e001"; }

.icon-googeplus:before {
  content: "\e002"; }

.icon-wifi:before {
  content: "\e003"; }

.icon-twitter:before {
  content: "\e004"; }

.icon-speechbubble:before {
  content: "\e005"; }

.icon-speech:before {
  content: "\e006"; }

.icon-rocket:before {
  content: "\e007"; }

.icon-linkedin:before {
  content: "\e008"; }

.icon-lightning:before {
  content: "\e009"; }

.icon-facebook:before {
  content: "\e00a"; }

.icon-clipboard:before {
  content: "\e00b"; }

.icon-round-wifi:before, .category-icon-news:before {
  content: "\e00c"; }

.icon-round-twitter:before {
  content: "\e00d"; }

.icon-round-speechbubble:before, .category-icon-oped:before {
  content: "\e00e"; }

.icon-round-speech:before {
  content: "\e00f"; }

.icon-round-rocket:before, .category-icon-launch:before {
  content: "\e010"; }

.icon-round-linkedin:before {
  content: "\e011"; }

.icon-round-lightning:before {
  content: "\e012"; }

.icon-round-facebook:before {
  content: "\e013"; }

.icon-round-clipboard:before {
  content: "\e014"; }

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }
.clearfix:after {
  clear: both; }

.invisible {
  visibility: hidden; }

.hide-text {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }

.round-button, .blog-share, .round-button-green, .home-banner-link-circle, .form-submit-button, .feature2-item:nth-of-type(2n) .feature2-item-link, .comment-form #submit, .panel-item:nth-of-type(2n) .panel-link {
  display: inline-block;
  padding: 10px 25px;
  background: #00ac4d;
  text-align: center;
  text-decoration: none;
  color: white;
  line-height: 20px;
  border-radius: 20px;
  margin: 6px 0 10px;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: .18em;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .round-button:visited, .blog-share:visited, .round-button:link, .blog-share:link, .round-button-green:visited, .home-banner-link-circle:visited, .form-submit-button:visited, .feature2-item:nth-of-type(2n) .feature2-item-link:visited, .comment-form ...
    background: #00ac4d;
    text-decoration: none;
    color: white; }
  .round-button:hover, .blog-share:hover, .round-button-green:hover, .home-banner-link-circle:hover, .form-submit-button:hover, .feature2-item:nth-of-type(2n) .feature2-item-link:hover, .comment-form #submit:hover, .panel-item:nth-of-type(2n) .panel-...
    background: #00c658; }



( run in 1.484 second using v1.01-cache-2.11-cpan-84e82930d8c )