Actions

Monsters.css: Difference between revisions

From MM6 Wiki

No edit summary
No edit summary
Line 15: Line 15:
     color: #fff;
     color: #fff;
}
}
{{#css:Color_scheme_Paper.css}}

Revision as of 16:38, 6 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;

}