MediaWiki:Common.css
From Tibia Idle wiki
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.
/* Nowoczesny wygląd tabeli */
.wikitable, .wikitable th, .wikitable td {
border: none;
border-collapse: separate;
border-spacing: 0;
}
.wikitable {
margin: 1em 0;
width: 100%;
background: #fff;
border-radius: 14px;
box-shadow: 0 4px 24px 0 rgba(0,0,0,0.09);
overflow: hidden;
font-size: 16px;
color: #212529;
}