31 lines
687 B
CSS
31 lines
687 B
CSS
#quarto-document-content > pre:nth-child(-n+8) {
|
|
background: wheat;
|
|
border: 3px dashed pink;
|
|
padding: 5px;
|
|
}
|
|
#quarto-document-content {
|
|
text-align: center;
|
|
}
|
|
#quarto-document-content>* {
|
|
text-align: initial;
|
|
}
|
|
#quarto-document-content > ul:nth-child(-n+8) {
|
|
display: inline-block;
|
|
vertical-align: center;
|
|
list-style: none;
|
|
}
|
|
#quarto-document-content > div.quarto-figure:nth-child(-n+8) {
|
|
width: 300px;
|
|
display: inline-block;
|
|
margin: 0;
|
|
}
|
|
#quarto-document-content > div.quarto-figure:nth-child(-n+8) figcaption {
|
|
display: none;
|
|
}
|
|
#quarto-document-content > p:nth-child(-n+3) {
|
|
display: inline-block;
|
|
}
|
|
#quarto-document-content > p:first-child {
|
|
display: block !important;
|
|
}
|