Template:Page warning/styles.css: Difference between revisions
B4ttl3m4st3r (talk | contribs) No edit summary Tag: Manual revert |
B4ttl3m4st3r (talk | contribs) No edit summary |
||
Line 2: | Line 2: | ||
display: flex; | display: flex; | ||
justify-content: start; | justify-content: start; | ||
color: black; | |||
border: solid #f7ef59 2px; | border: solid #f7ef59 2px; | ||
border-left-width: 8px; | border-left-width: 8px; | ||
background-color: #ffffad; | background-color: #ffffad; | ||
padding:8px; | padding: 8px; | ||
border-radius: 4px; | border-radius: 4px; | ||
} | } | ||
Line 17: | Line 18: | ||
height: 32px; | height: 32px; | ||
} | } | ||
.template_pageWarning .content { | .template_pageWarning .content { |
Revision as of 21:39, 10 June 2024
.template_pageWarning {
display: flex;
justify-content: start;
color: black;
border: solid #f7ef59 2px;
border-left-width: 8px;
background-color: #ffffad;
padding: 8px;
border-radius: 4px;
}
.template_pageWarning .icon {
align-content: center;
padding: 8px;
}
.template_pageWarning .icon img {
height: 32px;
}
.template_pageWarning .content {
align-content: center;
}
.template_pageWarning .content .header {
font-weight: bold;
border-bottom: solid black 1px;
}
.template_pageWarning .content .message {
text-align: justify;
}