Template:UserTalkHeader/styles.css
From SNCApedia, the shit nobody cares about encyclopedia
Jump to navigationJump to search
.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;
}