Template:Page info/styles.css: Difference between revisions
B4ttl3m4st3r (talk | contribs) (Created page with ".template_pageInfo { display: flex; justify-content: start; color: black; border: solid #a3caff 2px; border-left-width: 8px; background-color: #eaf3ff; padding: 2px 8px; border-radius: 4px; } .template_pageInfo .icon { align-content: center; padding: 8px; } .template_pageInfo .icon img { height: 32px; } .template_pageInfo .content { flex-grow: 1; align-content: center; } .template_pageInfo .content .header { width: 100%; font-weight: bol...") |
No edit summary Tag: Manual revert |
||
(2 intermediate revisions by the same user not shown) | |||
Line 13: | Line 13: | ||
align-content: center; | align-content: center; | ||
padding: 8px; | padding: 8px; | ||
} | } | ||
Latest revision as of 23:25, 9 July 2024
.template_pageInfo {
display: flex;
justify-content: start;
color: black;
border: solid #a3caff 2px;
border-left-width: 8px;
background-color: #eaf3ff;
padding: 2px 8px;
border-radius: 4px;
}
.template_pageInfo .icon {
align-content: center;
padding: 8px;
}
.template_pageInfo .content {
flex-grow: 1;
align-content: center;
}
.template_pageInfo .content .header {
width: 100%;
font-weight: bold;
border-bottom: solid black 1px;
}
.template_pageInfo .content .message {
text-align: justify;
}