Actions

Monsters.css: Difference between revisions

From MM6 Wiki

No edit summary
No edit summary
Line 12: Line 12:
}
}
.tabs dd.active > a, .tabs .tab-title.active > a {
.tabs dd.active > a, .tabs .tab-title.active > a {
background-color: #F4F4F4;
    background-color: #828282;
    color: #fff;
}
}

Revision as of 11:10, 1 September 2019

.tabs dd > a, .tabs .tab-title > a {

   padding: 1.0rem 1.0rem;
   padding-right: 0.5rem;
   padding-left: 0.5rem;
   text-align: center;
   border: 1px #ffffff solid;

} .tabs dd, .tabs .tab-title {

   margin-left: auto;
   margin-right: auto;
   width: 25%;

} .tabs dd.active > a, .tabs .tab-title.active > a {

   background-color: #828282;
   color: #fff;

}