You know how it is
This commit is contained in:
126
static/custom.css
Normal file
126
static/custom.css
Normal file
@@ -0,0 +1,126 @@
|
||||
.poetry {
|
||||
padding-top: 4rem;
|
||||
padding-bottom: 4rem;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
|
||||
.figure-number {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.center, div.center {
|
||||
text-align: center;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
||||
|
||||
.center figure,
|
||||
.center figcaption,
|
||||
div.center figure,
|
||||
div.center figcaption {
|
||||
text-align: center;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
||||
|
||||
.caption {
|
||||
padding-top: 0.5rem;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
.outline-3, .outline-4, .outline-5 {
|
||||
padding-left: 0.6rem;
|
||||
border-radius: 0.2em;
|
||||
box-shadow: 1px 1px 1px var(--grey2);
|
||||
margin: 0.7rem;
|
||||
border: 1px solid var(--grey4);
|
||||
}
|
||||
|
||||
.outline-text-3, .outline-text-4, .outline-text-5 {
|
||||
margin: 0.3rem 1rem 0.5rem 0.5rem;
|
||||
}
|
||||
/*
|
||||
.outline-3 {
|
||||
border-left: 1px inset var(--red5);
|
||||
}
|
||||
|
||||
.outline-4 {
|
||||
border-left: 1px inset var(--purple3);
|
||||
}
|
||||
|
||||
.outline-5 {
|
||||
border-left: 1px inset var(--blue4);
|
||||
}
|
||||
*/
|
||||
|
||||
/*
|
||||
.outline-5::after {
|
||||
content: "⇜";
|
||||
display: block;
|
||||
text-align: right;
|
||||
margin-top: -2.0rem;
|
||||
}
|
||||
*/
|
||||
|
||||
|
||||
.orgjq-expanded p {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
/*
|
||||
.outline-3.orgjq-contracted h3::before {
|
||||
content: "🡒 ";
|
||||
}
|
||||
|
||||
.outline-4.orgjq-contracted h4::before {
|
||||
content: "⤳ ";
|
||||
}
|
||||
|
||||
.outline-5 h5::before {
|
||||
content: "⇝ ";
|
||||
}
|
||||
*/
|
||||
|
||||
#content h2, #content h3, #content h4, #content h5 {
|
||||
margin-bottom: 0rem;
|
||||
margin-top: 0.5rem;
|
||||
margin-left: 0.5rem;
|
||||
}
|
||||
|
||||
#content h3 {
|
||||
padding-top: 0.5rem;
|
||||
padding-bottom: 0.5rem;
|
||||
}
|
||||
|
||||
#content h4 {
|
||||
padding-top: 0.5rem;
|
||||
padding-bottom: 0.5rem;
|
||||
}
|
||||
|
||||
#content h5 {
|
||||
padding-top: 0.3rem;
|
||||
padding-bottom: 0.3rem;
|
||||
}
|
||||
|
||||
.orgjq-contracted h2, .orgjq-contracted h3, .orgjq-contracted h4, orgjq-contracted h5 {
|
||||
padding-top: 0.3rem !important;
|
||||
padding-bottom: 0.3rem !important;
|
||||
}
|
||||
|
||||
#content h2 {
|
||||
margin-top: 1rem;
|
||||
}
|
||||
|
||||
.orgjq-expanded p {
|
||||
padding-bottom: 0.5rem;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
#content, #footer {
|
||||
box-shadow: 7px 7px 7px var(--grey1);
|
||||
}
|
||||
|
||||
h2 {
|
||||
line-height: 1.5rem;
|
||||
}
|
||||
Reference in New Issue
Block a user