You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
105 lines
1.6 KiB
105 lines
1.6 KiB
html {
|
|
font-family: system-ui;
|
|
font-size: 12pt;
|
|
}
|
|
|
|
body {
|
|
margin: 0;
|
|
}
|
|
|
|
div#mdnotes {
|
|
padding-top: 1rem;
|
|
padding-left: 3rem;
|
|
padding-right: 3rem;
|
|
padding-bottom: 1rem;
|
|
background-color: #ffffff;
|
|
}
|
|
|
|
div#mdnotes:focus {
|
|
outline: none;
|
|
}
|
|
|
|
div#mdnotes div.h1 {
|
|
font-size: 3rem;
|
|
margin-top: 1rem;
|
|
margin-bottom: 1.5rem;
|
|
border-bottom: 1px solid #666666;
|
|
}
|
|
|
|
div#mdnotes div.h2 {
|
|
font-size: 2.2rem;
|
|
margin-top: 0.5rem;
|
|
margin-bottom: 1rem;
|
|
}
|
|
|
|
div#mdnotes div.h3 {
|
|
font-size: 1.5rem;
|
|
margin-top: 0.5rem;
|
|
margin-bottom: 1rem;
|
|
}
|
|
|
|
div#mdnotes div.h4 {
|
|
font-style: italic;
|
|
margin-top: 0.5rem;
|
|
margin-bottom: 0.5rem;
|
|
}
|
|
|
|
div#mdnotes div.bq1 {
|
|
font-style: italic;
|
|
padding-top: 0.3rem;
|
|
padding-bottom: 0.3rem;
|
|
padding-left: .9rem;
|
|
background-color: #f5f5f5;
|
|
border-left: .3rem solid #446699;
|
|
}
|
|
|
|
div#mdnotes div.bq2 {
|
|
font-style: italic;
|
|
padding-top: 0.3rem;
|
|
padding-bottom: 0.3rem;
|
|
padding-left: .6rem;
|
|
background-color: #f5f5f5;
|
|
border-left: .6rem solid #5577aa;
|
|
}
|
|
|
|
div#mdnotes div.bq3 {
|
|
font-style: italic;
|
|
padding-top: 0.3rem;
|
|
padding-bottom: 0.3rem;
|
|
padding-left: .3rem;
|
|
background-color: #f5f5f5;
|
|
border-left: .9rem solid #6688bb;
|
|
}
|
|
|
|
|
|
div#mdnotes div.ul {
|
|
padding-left: 1rem;
|
|
}
|
|
|
|
div#mdnotes div.mdnotes_line span.token {
|
|
font-weight: 1;
|
|
color: #88aaff;
|
|
overflow: hidden;
|
|
}
|
|
|
|
div#mdnotes div.mdnotes_line span.token {
|
|
font-size: 0;
|
|
}
|
|
|
|
div#mdnotes:focus div.mdnotes_line span.token {
|
|
font-size: inherit;
|
|
}
|
|
|
|
div#mdnotes div.body {
|
|
margin-top: 0.5rem;
|
|
margin-bottom: 0.5rem;
|
|
}
|
|
|
|
div#mdnotes span.bold {
|
|
font-weight: bold;
|
|
}
|
|
|
|
div#mdnotes span.mono {
|
|
font-family: monospace;
|
|
color: #885511;
|
|
} |