Weapons.css: Difference between revisions
From MM6 Wiki
(Created page with ".row.display .columns { border: 1px solid #fff; text-indent: 0px; border-bottom-width: 0px; border-left-width: 0px; } .row.display .columns, .row.display .column { backgr...") |
No edit summary |
||
Line 18: | Line 18: | ||
ul, ol, dl { | ul, ol, dl { | ||
font-size: 14px; | font-size: 14px; | ||
} | |||
.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; | |||
} | } |
Revision as of 16:55, 6 September 2019
.row.display .columns { border: 1px solid #fff; text-indent: 0px; border-bottom-width: 0px; border-left-width: 0px; } .row.display .columns, .row.display .column { background: #eee; font-size: 14px; font-weight: normal; padding-left: 8px; padding-right: 8px; } .row.display { margin-bottom: 1px; }
ul, ol, dl { font-size: 14px; } .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;
}