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~="wiki"],
|
||||||
.callout[data-callout~="infobox"] {
|
.callout[data-callout~="infobox"] {
|
||||||
--callout-color: var(--interactive-accent-rgb);
|
background: var(--light);
|
||||||
background: var(--note, var(--background-primary));
|
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
float: right;
|
float: right;
|
||||||
|
@ -9,18 +8,36 @@
|
||||||
width: 40%;
|
width: 40%;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
align-items: stretch;
|
||||||
align-content: center;
|
align-content: center;
|
||||||
align-items: center;
|
flex-wrap: wrap;
|
||||||
//margin-left: 8px;
|
|
||||||
|
|
||||||
& > .callout-title,
|
& > .callout-title,
|
||||||
& > * thead {
|
& > * thead {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
& > * img,
|
||||||
|
& > p {
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
|
||||||
& > * table {
|
& > * table,
|
||||||
|
& > .table-container {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
line-height: 2rem;
|
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) {
|
@media (max-width: 830px) {
|
||||||
|
|
Loading…
Reference in a new issue