Difference between revisions of "MediaWiki:Common.css"

From
Jump to: navigation, search
Line 24: Line 24:
  
 
span.sa-advlight {
 
span.sa-advlight {
     background-color: #e46c0a;
+
     background-color: #70ad47;
 
     color: #c00000;
 
     color: #c00000;
 
     color: white;
 
     color: white;
Line 35: Line 35:
  
 
.sa-warntable tr td:first-child span {
 
.sa-warntable tr td:first-child span {
     background-color: #70ad47;
+
     background-color: #e46c0a;
 
     color: #c00000;
 
     color: #c00000;
 
     display: inline-block;
 
     display: inline-block;

Revision as of 23:29, 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 span {
    background-color: #005588;
    color: white;
    display: inline-block;
    padding: 5px;
    margin: 5px;
    border-radius: 5px;
    width: 125px;
    text-align: center;
}

span.sa-advlight {
    background-color: #70ad47;
    color: #c00000;
    color: white;
    display: inline-block;
    padding: 5px;
    margin: 5px;
    width: 85px;
    text-align: center;
}

.sa-warntable tr td:first-child span {
    background-color: #e46c0a;
    color: #c00000;
    display: inline-block;
    padding: 5px;
    margin: 5px;
    width: 85px;
    text-align: center;
}