Actions

Weapons.css: Difference between revisions

From MM6 Wiki

No edit summary
No edit summary
 
(6 intermediate revisions by the same user not shown)
Line 4: Line 4:
border-bottom-width: 0px;
border-bottom-width: 0px;
border-left-width: 0px;
border-left-width: 0px;
        font-size: 1rem;
}
}
.row.display .columns, .row.display .column {
.row.display .columns, .row.display .column {
background: #eee;
background: #eee;
font-size: 14px;
font-weight: normal;
padding-left: 8px;
padding-left: 8px;
padding-right: 8px;
padding-right: 8px;
        font-weight: normal;
        font-size: 1rem;
}
}
.row.display {
.row.display {
Line 16: Line 17:
}
}


ul, ol, dl {
.tabs dd > a, .tabs .tab-title > a {
font-size: 14px;
        word-wrap: break-word;
}
.tabs dd, .tabs .tab-title {
        word-wrap: break-word;
}
.tabs dd.active > a, .tabs .tab-title.active > a {
        word-wrap: break-word;
}
}

Latest revision as of 18:41, 6 September 2019

.row.display .columns { border: 1px solid #fff; text-indent: 0px; border-bottom-width: 0px; border-left-width: 0px;

       font-size: 1rem;

} .row.display .columns, .row.display .column { background: #eee; padding-left: 8px; padding-right: 8px;

       font-weight: normal; 
       font-size: 1rem;

} .row.display { margin-bottom: 1px; }

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

       word-wrap: break-word;

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

       word-wrap: break-word;

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

       word-wrap: break-word;

}