MediaWiki:Common.css: Difference between revisions

m
no edit summary
mNo edit summary
mNo edit summary
Line 49: Line 49:
/*brown online button*/
/*brown online button*/
.brown_online_button {
.brown_online_button {
     background-color: #f16458;
     background-color: #9c947a;
     border-radius: 10px;
     border-radius: 10px;
     color: white;
     color: white;
Line 64: Line 64:
.brown_online_button:hover, .brown_online_button:visited {
.brown_online_button:hover, .brown_online_button:visited {
     text-decoration: none !important;
     text-decoration: none !important;
     background-color: #cade54;
     background-color: #b3ad98;
}
}


Line 73: Line 73:
/*orange online button*/
/*orange online button*/
.orange_online_button {
.orange_online_button {
     background-color: #BFD730;
     background-color: #fcb34b;
     border-radius: 10px;
     border-radius: 10px;
     color: white;
     color: white;
Line 88: Line 88:
.orange_online_button:hover, .orange_online_button:visited {
.orange_online_button:hover, .orange_online_button:visited {
     text-decoration: none !important;
     text-decoration: none !important;
     background-color: #cade54;
     background-color: #fdbf68;
}
}


Line 97: Line 97:
/*gray online button*/
/*gray online button*/
.gray_online_button {
.gray_online_button {
     background-color: #BFD730;
     background-color: #bab7b1;
     border-radius: 10px;
     border-radius: 10px;
     color: white;
     color: white;
Line 112: Line 112:
.gray_online_button:hover, .gray_online_button:visited {
.gray_online_button:hover, .gray_online_button:visited {
     text-decoration: none !important;
     text-decoration: none !important;
     background-color: #cade54;
     background-color: #cfcdc9;
}
}