MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 22: | Line 22: | ||
} | } | ||
. | .SDBZskillimage { | ||
width:80px; | width:80px; | ||
height: | height:50px; | ||
font-weight:bold; | font-weight:bold; | ||
font-size:11px; | font-size:11px; | ||
text-align:center; | |||
} | |||
.SDBZskillimage { | |||
width:80px; | |||
font-weight:bold; | |||
font-size:11px; | |||
text-align:center; | |||
} | |||
.SDBZskillimage { | |||
height:50px; | |||
text-align:center; | text-align:center; | ||
} | } | ||
Line 32: | Line 44: | ||
.SDBZinput { | .SDBZinput { | ||
width:280px; | width:280px; | ||
font-size:11px; | font-size:11px; | ||
text-align:center; | text-align:center; |
Revision as of 01:43, 18 November 2020
/* CSS placed here will be applied to all skins */ .SkillBox { display: table-cell; } .BasicTable { background-color: #f8f9fa; color: #202122; border: 1px solid #a2a9b1; border-collapse: collapse; } .BasicTable td { border: 1px solid #a2a9b1; border-collapse: collapse; } .BasicTable th { border: 1px solid #a2a9b1; border-collapse: collapse; } .SDBZskillimage { width:80px; height:50px; font-weight:bold; font-size:11px; text-align:center; } .SDBZskillimage { width:80px; font-weight:bold; font-size:11px; text-align:center; } .SDBZskillimage { height:50px; text-align:center; } .SDBZinput { width:280px; font-size:11px; text-align:center; } .SDBZdesc { width:300px; font-size:12px; text-align:center; } .SDBZingame { font-weight:italic; font-size:11px; text-align:center; }