mh:aamlwiki>ComradePancake No edit summary |
m 5 revisions imported |
||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
.infotable { | |||
float: right; | |||
padding: 5px; | |||
margin-left: 3px; | |||
background: #eaecf0; | |||
border: 3px solid #003aff; | |||
width: 25%; | |||
} | |||
.infotable th { | |||
text-align: left; | |||
} |
Latest revision as of 20:27, 27 August 2023
/* CSS placed here will be applied to all skins */ .infotable { float: right; padding: 5px; margin-left: 3px; background: #eaecf0; border: 3px solid #003aff; width: 25%; } .infotable th { text-align: left; }