Sha256: ffc8f75a1f50af2a4b246f07d1c0b269165a3809ae2644b126730dc2581d60d9

Contents?: true

Size: 1.89 KB

Versions: 6

Compression:

Stored size: 1.89 KB

Contents

@import 'global-variables';

#banner {
  h1,h2,h3 {
    font-weight:normal;
  }

  a {
    text-decoration:none;
  }
}

#brand-bar-wrapper {
  font-family: $font-family-serif;
  letter-spacing:.2em;
  padding:.15em 0;
  text-transform:uppercase;

  h2, h3 {
    font-size:.95em;
    margin:0;
  }

  .division {
    text-align:right;
  }

  i {
    letter-spacing:0;
    padding:0 .2em;
    text-transform:none;
  }
}

#site-title h1 {
  font-family: $font-family-serif;
  font-size:2.4em;
  line-height:1.2em;
  text-align:center;
}

#main,
.modal-header {
  h1,h2,h3,h4,h5,h6 {
    font-family:$headings-font-family;
    font-weight:normal;
    text-rendering: optimizeLegibility;
  }
  h1 {
    .human_readable_type {
      font-size:.66em;
      padding-left:1em;
    }
  }
}

legend {
  font-family: $headings-font-family;
  line-height: 40px;

  a {
    font-family: $font-family-sans-serif;
  }
}

.table-heading {
  text-align:left;

  h1,h2,h3,h4,h5,h6 {
    padding-top:1em;
  }
}

.nested-field-heading {
  font-family: $font-family-sans-serif;
  font-size: 14px;
  font-weight:normal;
}

.redacted,
.unratified .contributor_agreement p {
  font-family:'BLOKKNeue-Regular';
}

#footer {
  text-align:center;

  p {
    margin-bottom:.3em;
  }
}

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

.centered {
  text-align:center;
}

.contributor_agreement.human_readable {
 font-size:150%;
}

.doi {
  font-size:200%;
  margin:1em 0;
  text-align:center;
}

.inline-item-actions {
  padding:0 .5em;

  a {
    margin-right:.5em;
  }
}

.wide-text {
  @media (min-width: 60em){
    -webkit-column-count:2;
    -webkit-column-gap:2em;
    -moz-column-count:2;
    -moz-column-gap:2em;
    column-count:2;
    column-gap:2em;
    p {
      column-break-inside:avoid;
    }
  }
}

.center {
  text-align:center;
}

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
worthwhile-0.1.2 app/assets/stylesheets/worthwhile/_typography.css.scss
worthwhile-0.1.1 app/assets/stylesheets/worthwhile/_typography.css.scss
worthwhile-0.1.0 app/assets/stylesheets/worthwhile/_typography.css.scss
worthwhile-0.0.3 app/assets/stylesheets/worthwhile/_typography.css.scss
worthwhile-0.0.2 app/assets/stylesheets/worthwhile/_typography.css.scss
worthwhile-0.0.1 app/assets/stylesheets/worthwhile/_typography.css.scss