CSS-Sass

 view release on metacpan or  search on metacpan

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


/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * 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; }

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

  display: block;
  margin-bottom: 5px; }

.casestudy-quote-title {
  color: white;
  font-style: italic;
  display: block; }

.casestudy-image-wrapper {
  text-align: center; }

.casestudy-image {
  max-width: 100%;
  height: auto; }

.customer-list-content {
  *zoom: 1;
  max-width: 60em;
  margin-left: auto;
  margin-right: auto;
  max-width: 32.5em;
  padding: 10px 10px; }
  .customer-list-content:before, .customer-list-content:after {
    content: " ";
    display: table; }
  .customer-list-content:after {
    clear: both; }
  @media screen and (min-width: 960px) {
    .customer-list-content {
      max-width: 60em; } }

.customer-list {
  padding: 0;
  margin: 10px 0 0 0;
  font-size: 0;
  min-height: 135px;
  position: relative;
  *zoom: 1; }
  .customer-list:before, .customer-list:after {
    content: " ";
    display: table; }
  .customer-list:after {
    clear: both; }

.customer-list-item {
  padding: 10px 5px;
  list-style: none;
  margin: 0;
  text-align: center;
  width: 50%;
  display: inline-block; }
  @media screen and (min-width: 960px) {
    .customer-list-item {
      width: 33%;
      text-align: left;
      vertical-align: top; } }

.customer-filter {
  display: block;
  list-style: none;
  cursor: pointer; }
  .customer-filter:hover {
    color: #049fde; }
  @media screen and (min-width: 960px) {
    .customer-filter {
      padding: 0 15px;
      float: left;
      border-left: 1px solid #dddddd; }
      .customer-filter:first-child {
        padding-left: 0;
        border-left: 0; } }

.customer-filter-wrapper {
  margin: 0;
  padding: 0;
  *zoom: 1; }
  .customer-filter-wrapper:before, .customer-filter-wrapper:after {
    content: " ";
    display: table; }
  .customer-filter-wrapper:after {
    clear: both; }

.recording-video-wrapper {
  *zoom: 1;
  max-width: 60em;
  margin-left: auto;
  margin-right: auto;
  max-width: 32.5em;
  padding: 10px 10px 0; }
  .recording-video-wrapper:before, .recording-video-wrapper:after {
    content: " ";
    display: table; }
  .recording-video-wrapper:after {
    clear: both; }
  @media screen and (min-width: 960px) {
    .recording-video-wrapper {
      max-width: 60em; } }

.recording-content-wrapper {
  *zoom: 1;
  max-width: 60em;
  margin-left: auto;
  margin-right: auto;
  max-width: 32.5em;
  padding: 20px 10px 10px;
  margin-bottom: 20px; }
  .recording-content-wrapper:before, .recording-content-wrapper:after {
    content: " ";
    display: table; }
  .recording-content-wrapper:after {
    clear: both; }
  @media screen and (min-width: 960px) {
    .recording-content-wrapper {
      max-width: 60em; } }
  @media screen and (min-width: 960px) {
    .recording-content-wrapper {
      padding: 30px 10px 10px;
      margin-bottom: 30px; } }

.recording-slides-wrapper {
  *zoom: 1;

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

      width: 13.97849%;
      height: 160px;
      margin-bottom: 0; }
      .footer-gartner:last-child {
        margin-left: 0; } }

.main-footer-header {
  background: #037bac; }

.main-footer-headerwrapper {
  *zoom: 1;
  max-width: 60em;
  margin-left: auto;
  margin-right: auto;
  max-width: 32.5em;
  padding: 3px 10px 0;
  overflow: hidden;
  height: 40px; }
  .main-footer-headerwrapper:before, .main-footer-headerwrapper:after {
    content: " ";
    display: table; }
  .main-footer-headerwrapper:after {
    clear: both; }
  @media screen and (min-width: 960px) {
    .main-footer-headerwrapper {
      max-width: 60em; } }

.main-footer-headerlogo {
  color: white; }
  .main-footer-headerlogo:before {
    font-size: 156px;
    display: inline-block;
    line-height: 30px; }

.main-footer-navlist .menu-item {
  padding: 0;
  margin: 0 0 5px;
  list-style: none; }
  .main-footer-navlist .menu-item > a, .main-footer-navlist .menu-item > a:visited, .main-footer-navlist .menu-item > a:link {
    color: white;
    font-weight: 300; }
  .main-footer-navlist .menu-item > a:hover, .main-footer-navlist .menu-item > a:active {
    opacity: .6; }

.main-footer-navlist > .menu-item {
  margin: 0 0 15px;
  float: right;
  width: 50%; }
  @media screen and (min-width: 960px) {
    .main-footer-navlist > .menu-item {
      float: none;
      display: inline-block;
      width: auto;
      padding: 0 0 0 30px;
      position: relative; } }
  .main-footer-navlist > .menu-item > a, .main-footer-navlist > .menu-item > a:visited, .main-footer-navlist > .menu-item > a:link {
    text-transform: uppercase;
    color: white;
    font-weight: 400;
    margin-bottom: 10px;
    cursor: default; }
  .main-footer-navlist > .menu-item > a:hover, .main-footer-navlist > .menu-item a:active {
    color: white;
    opacity: 1; }

.main-footer-navlist > .menu-item:nth-child(1) {
  float: left; }
  @media screen and (min-width: 960px) {
    .main-footer-navlist > .menu-item:nth-child(1) {
      float: none; } }

.main-footer-navlist, .main-footer-navlist .sub-menu {
  padding: 0;
  margin: 0;
  list-style: none; }

.main-footer-navlist {
  margin-bottom: 25px;
  *zoom: 1; }
  .main-footer-navlist:before, .main-footer-navlist:after {
    content: " ";
    display: table; }
  .main-footer-navlist:after {
    clear: both; }
  @media screen and (min-width: 960px) {
    .main-footer-navlist {
      text-align: right;
      min-height: 160px; } }

@media screen and (min-width: 960px) {
  .main-footer-navlist .sub-menu {
    position: absolute;
    top: 30px; } }

.main-footer-navlist .sub-menu .menu-item {
  font-size: 14px;
  text-align: left; }

.main-footer-address {
  margin: 0 0 10px;
  text-align: center; }
  @media screen and (min-width: 960px) {
    .main-footer-address {
      text-align: left; } }

.main-footer-addressstreet {
  color: white;
  margin: 0;
  font-weight: 300;
  font-size: 9px;
  line-height: 15px; }
  @media screen and (min-width: 960px) {
    .main-footer-addressstreet {
      font-size: 12px;
      line-height: 20px; } }

.main-footer-content {
  *zoom: 1;
  display: block; }
  .main-footer-content:before, .main-footer-content:after {
    content: " ";



( run in 3.616 seconds using v1.01-cache-2.11-cpan-39bf76dae61 )