Editing User:DuskFyre/SandboxGive feedback
The edit can be undone.
Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
| Latest revision | Your text | ||
| Line 1: | Line 1: | ||
// CLASSES NAV TABLE | |||
| | -->{{Navbox | ||
| | |||
| bodystyle = width:100%; margin-bottom:7px; text-align:center; font-size:90%; border:1px solid #79542B; <!-- // Manual workaround as CSS classes isn't working with Navbox --> | |||
| | | list1 = {{Navbox with columns | child | ||
| | |||
| bodyclass = mp-content-table | |||
| | | bodystyle = text-align: center; | ||
| | |||
| colheaderstyle = background: #fd9; padding: 5px 0px 0px; | |||
| | | colstyle = text-align: center; font-size: 120%; font-weight: bold; | ||
| | |||
| | | col1header = [[File:Heroes_Icon|84px]] | ||
| | | col2header = [[File:Items_Icon|84px]] | ||
| | | col3header = [[File:GameMechanics_Icon|84px]] | ||
| | | col4header = [[File:Farming_Icon|84px]] | ||
| | |||
| col1 = [[Heroes]] | |||
| | | col2 = [[Items]] | ||
| | | col3 = [[Game mechanics]] | ||
| col4 = [[Farming]] | |||
| | |||
| | }} | ||
}}<!-- | |||