.ipa { &:before { content: "/"; } &:after { content: "/"; } } .grammarterm { text-decoration: underline; } .word_fs { font-weight: bold; } .word_en { font-style: italic; } .todo { &:before { content: "[ToDo] "; } padding: 4px; background-color: red; color: white; font-weight: bold; } section { &.chapter { margin-bottom: 16px; & > header { font-size: 1.6em; margin-bottom: 6px; } & > * { margin-left: 12px; } } &.section { margin-bottom: 14px; & > header { font-size: 1.4em; margin-bottom: 4px; } & > * { margin-left: 8px; } } &.subsection { margin-bottom: 12px; & > header { font-size: 1.2em; margin-bottom: 2px; } & > * { margin-left: 4px; } } &.pseudo { & > header { font-style: italic; } } } table { border-collapse: collapse; & tr { th,td { border: 1px solid black; } } & tr.splitter { height: 1px; } & tr:not(.splitter) { th,td { font-size: 0.8em; padding: 4px; } } } a { color: hsv(120, 50%, 50%); text-decoration: none; font-family: monospace; }