Template:UserTalkHeader/styles.css: Difference between revisions
From SNCApedia, the shit nobody cares about encyclopedia
Jump to navigationJump to search
No edit summary Tag: Reverted |
No edit summary Tag: Manual revert |
||
| (One intermediate revision by the same user not shown) | |||
| Line 1: | Line 1: | ||
.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; | |||
} | } | ||
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;
}