Files
danbooru/app/assets/stylesheets/common/dtext.css.scss
2013-09-17 00:40:23 -04:00

101 lines
1.3 KiB
SCSS

@import "000_vars.css.scss";
div.prose {
line-height: 1.4em;
h1, h2, h3 {
line-height: 1em;
}
h1 {
font-size: $dtext_h1_size;
padding: $h1_padding;
}
h2 {
font-size: $dtext_h2_size;
padding: $h2_padding;
}
h3 {
font-size: $dtext_h3_size;
padding: $h3_padding;
}
h4 {
font-size: $dtext_h4_size;
padding: 0;
}
h5 {
font-size: $dtext_h5_size;
padding: 0;
}
h6 {
font-size: $dtext_h6_size;
padding: 0;
}
ul {
margin-left: 1em;
margin-bottom: 1em;
ul {
margin-bottom: 0;
}
}
li {
list-style-type: disc;
}
pre {
font-family: monospace;
font-size: 1.2em;
margin: 0.5em 0;
padding: 0.5em 1em;
background: #EEE;
white-space: pre-wrap;
}
div.expandable {
margin-bottom: 1em;
border: 1px solid #666;
background: #EEE;
}
div.expandable-header {
padding: 0.7em;
span {
margin-right: 1em;
font-weight: bold;
}
}
div.expandable-button {
padding: 0.3em;
display: inline-block;
border: 1px solid #666;
border-radius: 3px;
background: #CCC;
cursor: pointer;
}
div.expandable-content {
padding: 0.7em;
border-top: 1px solid #666;
> :last-child {
margin-bottom: 0;
}
}
}
div.dtext-preview {
ul {
margin-left: 1em;
}
}