Update wiki callout
This commit is contained in:
parent
0c556dbc84
commit
cd36073c54
1 changed files with 22 additions and 5 deletions
|
@ -1,7 +1,6 @@
|
|||
.callout[data-callout~="wiki"],
|
||||
.callout[data-callout~="infobox"] {
|
||||
--callout-color: var(--interactive-accent-rgb);
|
||||
background: var(--note, var(--background-primary));
|
||||
background: var(--light);
|
||||
box-shadow: none;
|
||||
margin: 0;
|
||||
float: right;
|
||||
|
@ -9,18 +8,36 @@
|
|||
width: 40%;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: stretch;
|
||||
align-content: center;
|
||||
align-items: center;
|
||||
//margin-left: 8px;
|
||||
flex-wrap: wrap;
|
||||
|
||||
& > .callout-title,
|
||||
& > * thead {
|
||||
display: none;
|
||||
}
|
||||
& > * img,
|
||||
& > p {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
& > * table {
|
||||
& > * table,
|
||||
& > .table-container {
|
||||
margin: 0;
|
||||
line-height: 2rem;
|
||||
place-self: center;
|
||||
}
|
||||
|
||||
& :is(h1, h2, h3, h4, h5, h6) {
|
||||
color: var(--darkgray);
|
||||
background-color: var(--gray);;
|
||||
margin: 0;
|
||||
font-size: 20px;
|
||||
text-align: center;
|
||||
|
||||
& > .internal {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
@media (max-width: 830px) {
|
||||
|
|
Loading…
Reference in a new issue