Difference between revisions of "MediaWiki:Common.css"

From
Jump to: navigation, search
Line 2: Line 2:
  
 
span.sa-mbutton {
 
span.sa-mbutton {
 +
    background-color: #005588;
 +
    color: white;
 +
    display: inline-block;
 +
    padding: 5px;
 +
    margin: 5px;
 +
    border-radius: 5px;
 +
    width: 125px;
 +
    text-align: center;
 +
}
 +
 +
.sa-buttontable tr td:first-child {
 
     background-color: #005588;
 
     background-color: #005588;
 
     color: white;
 
     color: white;

Revision as of 22:00, 4 June 2020

#toc { float: right; margin-left: 25px; }

span.sa-mbutton {
    background-color: #005588;
    color: white;
    display: inline-block;
    padding: 5px;
    margin: 5px;
    border-radius: 5px;
    width: 125px;
    text-align: center;
}

.sa-buttontable tr td:first-child {
    background-color: #005588;
    color: white;
    display: inline-block;
    padding: 5px;
    margin: 5px;
    border-radius: 5px;
    width: 125px;
    text-align: center;
}