Sha256: 2a7915427b522a1b4e7f187c2840590d9bb12da40dd915d48e5f25f0a6484ae6
Contents?: true
Size: 1.34 KB
Versions: 1
Compression:
Stored size: 1.34 KB
Contents
@font-face { // Declaring font faces for LaTeX font font-family: "Computer Modern"; src: url('../fonts/computer-modern/cmunrm.ttf'); } @font-face { font-family: "Computer Modern"; src: url('../fonts/computer-modern/cmunbx.ttf'); font-weight: bold; } @font-face { font-family: "Computer Modern"; src: url('../fonts/computer-modern/cmunti.ttf'); font-style: italic; } $base-font-family: "Computer Modern", sans-serif; $code-block-background-color: white !default; $syntax-highlighting-background-color: white !default; @import "docgen-default"; // Set page margins for printer @page { margin: 20mm 20mm; } // For when the file is just a list of things (e.g. a problem set!) main > ol > li > { * { margin-left: -$spacing-unit / 2; margin-right: -$spacing-unit / 2; &:first-child { text-indent: $spacing-unit / 2; } } ol, ul { margin-left: $spacing-unit / 2; } } pre { $offset: 15px; $blur-radius: 15px; $spread-radius: -10px; $type: inset; $shadow-color: $code-block-border-color; @include shadow( $type $offset*-1 $offset $blur-radius $spread-radius $shadow-color, $type $offset $offset*-1 $blur-radius $spread-radius $shadow-color ); } @media print { main > { ol, ul { margin-left: -$spacing-unit / 2; } } .page-content { margin: 0 auto; } }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
jekyll-theme-docgen-1.1.2 | _sass/docgen-latex.scss |