Changes

Jump to navigation Jump to search

MediaWiki:Common.css

420 bytes added, 17:26, 30 October 2019
no edit summary
#p-logo a {
height: 80px;
}
 
 
.btn {
vertical-align: middle;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
padding: .375rem .75rem;
font-size: 1rem;
line-height: 1.5;
border-radius: 2rem;
transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
 
.btn-danger {
background-color: #fe746c;
border-color: #fe746c;
color: #ffffff;
}

Navigation menu