MediaWiki:Common.css: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 1: Line 1:
.button {
.button {
   border: none;
   border-radius: 5px;
   color: white;
   color: white;
   padding: 10px;
   padding: 10px;
   width:350px;
   width:250px;
   text-align: center;
   text-align: center;
   text-decoration: none;
   text-decoration: none;
   font-size: 16px;
   font-size: 16px;
   cursor: pointer;
   cursor: pointer;
}
}