Actions

Monsters.css: Difference between revisions

From MM6 Wiki

No edit summary
No edit summary
Line 10: Line 10:
     margin-right: auto;
     margin-right: auto;
     width: 25%;
     width: 25%;
}
.tabs dd.active > a, .tabs .tab-title.active > a {
background-color: #F4F4F4;
}
}

Revision as of 13:59, 25 August 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: #F4F4F4; }