Template:UserTalkHeader/styles.css: Difference between revisions
From SNCApedia, the shit nobody cares about encyclopedia
Jump to navigationJump to search
Created page with ".template-usertalkheader { display: flex; flex-direction: column; margin: 0.5rem 0; gap: 0.25rem; text-align: center; padding: 0.25rem 0.5rem; border-width: 1px; border-style: solid; background-color: #EEF2FF; border-color: #D6DAF0; } .template-usertalkheader .welcome { background-color: #D6DAF0; padding: 0.25rem 0; } .template-usertalkheader .section { display: flex; flex-direction: row; gap: 0.5rem; align-items: center; justify-content: center; }..." |
No edit summary Tag: Manual revert |
| (2 intermediate revisions by the same user not shown) | |
(No difference)
| |
Latest revision as of 18:28, 8 April 2026
.template-usertalkheader {
display: flex;
flex-direction: column;
margin: 0.5rem 0;
gap: 0.25rem;
text-align: center;
padding: 0.25rem 0.5rem;
border-width: 1px;
border-style: solid;
background-color: #EEF2FF;
border-color: #D6DAF0;
}
.template-usertalkheader .welcome {
background-color: #D6DAF0;
padding: 0.25rem 0;
}
.template-usertalkheader .section {
display: flex;
flex-direction: row;
gap: 0.5rem;
align-items: center;
justify-content: center;
}
.template-usertalkheader .button {
background-color: white;
padding: 0.25rem 0.5rem;
border: 1px solid #aaa;
border-radius: 0.3rem;
}