Sha256: 22e7ccf587018618d1d20dae7ba667ae9f13f2e5dba0e370886d292f87b0f347

Contents?: true

Size: 820 Bytes

Versions: 6

Compression:

Stored size: 820 Bytes

Contents

/*------------------------------------*\
  # GLOSS STYLING
  # styles for interlinear glossing
\*------------------------------------*/

.interlinear_gloss {
   border-collapse: collapse;
   border: 0;
   margin-left: 3%;
   margin-top: 0;
   margin-bottom: 1.75rem;
   tr {
      border: 0;
   }
   tr:nth-child(even) {
      background-color: transparent;
   }
   td {
      padding: 0.5em;
      border: 0;
   }
   td:first-child {
      border-left: 0.5em solid $color-pistachio;
      padding-left: 1em;
   }
}

.gloss {
   font-style: normal;
   font-variant: small-caps;
   text-transform: uppercase;
   font-size: 80%;
   text-decoration: none;
   border-bottom: 1px dotted $color-kiwi; //#7eab4e;
   &:hover {
      cursor: help;
   }
}
/*
.ipa,
.script,
.trans {
   font-style: normal;
   font-size: 80%;
}
*/

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
jekyll-theme-paperwiki-0.1.23 _sass/partials/_glossing.scss
jekyll-theme-paperwiki-0.1.22 _sass/partials/_glossing.scss
jekyll-theme-paperwiki-0.1.21 _sass/partials/_glossing.scss
jekyll-theme-paperwiki-0.1.20 _sass/partials/_glossing.scss
jekyll-theme-paperwiki-0.1.19 _sass/partials/_glossing.scss
jekyll-theme-paperwiki-0.1.18 _sass/partials/_glossing.scss