Template:Page warning/styles.css: Difference between revisions
B4ttl3m4st3r (talk | contribs) No edit summary |
No edit summary |
||
(22 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
. | .template_pageWarning { | ||
display: flex; | |||
justify-content: start; | |||
color: black; | |||
border: solid #f7ef59 2px; | border: solid #f7ef59 2px; | ||
background-color:#ffffad; | border-left-width: 8px; | ||
padding:8px;border-radius:4px; | background-color: #ffffad; | ||
padding: 2px 8px; | |||
border-radius: 4px; | |||
} | |||
.template_pageWarning .icon { | |||
align-content: center; | |||
padding: 8px; | |||
} | |||
.template_pageWarning .content { | |||
flex-grow: 1; | |||
align-content: center; | |||
} | |||
.template_pageWarning .content .header { | |||
width: 100%; | |||
font-weight: bold; | |||
border-bottom: solid black 1px; | |||
} | |||
.template_pageWarning .content .message { | |||
text-align: justify; | |||
} | } |
Latest revision as of 02:17, 10 July 2024
.template_pageWarning {
display: flex;
justify-content: start;
color: black;
border: solid #f7ef59 2px;
border-left-width: 8px;
background-color: #ffffad;
padding: 2px 8px;
border-radius: 4px;
}
.template_pageWarning .icon {
align-content: center;
padding: 8px;
}
.template_pageWarning .content {
flex-grow: 1;
align-content: center;
}
.template_pageWarning .content .header {
width: 100%;
font-weight: bold;
border-bottom: solid black 1px;
}
.template_pageWarning .content .message {
text-align: justify;
}