Note: After publishing, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
- Opera: Press Ctrl-F5.
/*------------------------------ Table Styling ------------------------------*/
.wikitable,
.wikitable > caption {
min-width: 25em;
}
.mw-collapsible > caption{
min-width: 25em;
background-color: #636262;
border: 1px solid #a3a3a3;
}
/*------------------------------ Infobox ------------------------------*/
/*------------------------------ Logos Action Infobox ------------------------------*/
[data-source="logos_action_thumbnail"] {
padding: 10px 0 10px 0;
}
[data-source="effects"], [data-source="effects"] > .pi-data-value.pi-font,
[data-source="combination_1:"], [data-source="combination_1:"] > .pi-data-value.pi-font,
[data-source="combination_2:"], [data-source="combination_2:"] > .pi-data-value.pi-font,
[data-source="combination_3:"], [data-source="combination_3:"] > .pi-data-value.pi-font,
[data-source="combination_4:"], [data-source="combination_4:"] > .pi-data-value.pi-font,
[data-source="combination_5:"], [data-source="combination_5:"] > .pi-data-value.pi-font,
[data-source="affinity:"], [data-source="affinity:"] > .pi-data-value.pi-font{
justify-content: center;
text-align: center;
}