Sha256: e93221e859032f71e20bc2c66a4600830689e4453287f13776c30da785336fc0

Contents?: true

Size: 1.04 KB

Versions: 9

Compression:

Stored size: 1.04 KB

Contents

@import url('https://fonts.googleapis.com/css?family=Ubuntu+Mono');
figure {
  img {
    width: 100%;
  }
}

.todo {
  color: red;
  &::before {
    content: "TODO: ";
  }
}
.comment {
  &, & * {
    color: red !important;
  }

  font-style: italic;
  &:before {
    content: "[";
  }
  &[data-author]:before {
    content: "[" attr(data-author) ": ";
  }
  &:after {
    content: "]";
  }
}
del.comment {
  text-decoration: line-through;
  &:before, &[data-author]:before, &:after {
    content: "";
  }
  &[data-author]:after {
    content: " (" attr(data-author) ")";
  }
}

.spelling {
  text-decoration: underline wavy red;
}
.grammar {
  text-decoration: underline wavy darkgreen;
}
.rephrase {
  text-decoration: underline wavy blue;
}
.reference.needed {
  &:before {
    content: "[?!]";
    color: red;
    font-weight: bold;
  }
}

code {
  font-family: "Ubuntu Mono", monospace;
}

li p {
  display: inline;
}

dl {
  margin: 1em 0;

  dt {
    font-weight: bold;
    float: left;
    clear: left;
    margin-right: 1ex;
  }
}

var {
  font-style: italic;
}

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
scholarmarkdown-2.4.0 bin/template/content/styles/shared.scss
scholarmarkdown-2.3.0 bin/template/content/styles/shared.scss
scholarmarkdown-2.2.0 bin/template/content/styles/shared.scss
scholarmarkdown-2.1.0 bin/template/content/styles/shared.scss
scholarmarkdown-2.0.0 bin/template/content/styles/shared.scss
scholarmarkdown-1.4.0 bin/template/content/styles/shared.scss
scholarmarkdown-1.3.1 bin/template/content/styles/shared.scss
scholarmarkdown-1.3.0 bin/template/content/styles/shared.scss
scholarmarkdown-1.2.0 bin/template/content/styles/shared.scss