Sha256: 13b6e61a9bac07eefd34a9086e88e7b1dd40c8093513f520caf7c8ed26d21d88

Contents?: true

Size: 672 Bytes

Versions: 5

Compression:

Stored size: 672 Bytes

Contents

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

.interlinear_gloss {
   border-collapse: collapse;
   margin-left: 3%;
   margin-top: 0;
   margin-bottom: 1.75rem;
   td {
      padding: 0 0 0 0.8em;
   }
   td:first-child {
      border-left: 2px solid $color-pistachio;
   }
}

.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

5 entries across 5 versions & 1 rubygems

Version Path
jekyll-theme-paperwiki-0.1.4 _sass/partials/_glossing.scss
jekyll-theme-paperwiki-0.1.3 _sass/partials/_glossing.scss
jekyll-theme-paperwiki-0.1.2 _sass/partials/_glossing.scss
jekyll-theme-paperwiki-0.1.1 _sass/partials/_glossing.scss
jekyll-theme-paperwiki-0.1.0 _sass/partials/_glossing.scss