Difference between revisions of "MediaWiki:Common.css"

no edit summary
Line 1,898: Line 1,898:
}
}
.colour-button a:hover {
.colour-button a:hover {
background-image: linear-gradient(307deg, #5f5bcd 24%, #ff5700 100%);
background-image: linear-gradient(160deg, #5f5bcd 24%, #ff5700 100%);
color: white;
color: white;
text-decoration: none;
text-decoration: none;
Line 2,004: Line 2,004:
.for-editors a {
.for-editors a {
display: inline-block;
display: inline-block;
padding: 1rem 2rem;
padding: .5rem 1rem;
background-color: #02b8bf;
background-color: #02b8bf;
color: white;
color: white;
text-align: right;
text-align: right;
transition: .5s;
}
}
.for-editors a:hover {
.for-editors a:hover {
Line 2,015: Line 2,016:
.perspective {
.perspective {
display: flex;
display: flex;
flex-direction: column;
gap: 2rem;
     justify-content: center;
     justify-content: center;
     align-items: center;
     align-items: center;