MediaWiki:Common.css
Jump to navigation
Jump to search
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)
- Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
/* CSS placed here will be applied to all skins */ #p-logo { height:135px; } #p-logo a { height:145px; margin-top:15px; } .main-page-platform-table { min-width: 80%; margin-left: auto; margin-right: auto; text-align: center; } .main-page-platform-table > caption { padding-bottom:18px; font-size:24px; } .main-page-platform-table > tbody > tr > td { table-layout: fixed; width:170px; } .main-page-platform-table > tbody > tr > td > span > a > img { margin-bottom:16px; } .askbox { background: #ffeec6; border: 1px solid #ffcd3f; max-width: 55%; margin-bottom: 10px; padding: 4px 12px; } .askbox-title { font-size: 20px; font-weight: bold; } .noticebox { background: #e1f0f9; border: 1px solid #a7d7f9; max-width: 55%; margin-bottom: 10px; padding: 4px 12px; } .infobox { background: #f9f9f9; border: 1px solid #aaa; float: right; margin: 0 0 1em 1em; padding: 8px; min-width: 250px; } .infobox-title { font-size: 22px; text-align: center; font-weight: bold; } .infobox-image { text-align: center; } .infobox-table th { text-align: right; vertical-align: top; width: 120px; } .infobox-table td { vertical-align: top; } table.col-1-center td:nth-child(1) { text-align: center; } table.col-2-center td:nth-child(2) { text-align: center; } table.col-3-center td:nth-child(3) { text-align: center; } table.col-4-center td:nth-child(4) { text-align: center; } table.col-5-center td:nth-child(5) { text-align: center; } table.col-6-center td:nth-child(6) { text-align: center; } table.col-7-center td:nth-child(7) { text-align: center; } table.col-8-center td:nth-child(8) { text-align: center; } table.col-9-center td:nth-child(9) { text-align: center; } table.col-1-right td:nth-child(1) { text-align: right; } table.col-2-right td:nth-child(2) { text-align: right; } table.col-3-right td:nth-child(3) { text-align: right; } table.col-4-right td:nth-child(4) { text-align: right; } table.col-5-right td:nth-child(5) { text-align: right; } table.col-6-right td:nth-child(6) { text-align: right; } table.col-7-right td:nth-child(7) { text-align: right; } table.col-8-right td:nth-child(8) { text-align: right; } table.col-9-right td:nth-child(9) { text-align: right; }