MediaWiki:Common.css: Difference between revisions
From Tibia Idle wiki
Blanked the page Tag: Blanking |
No edit summary Tag: Reverted |
||
Line 1: | Line 1: | ||
/* 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; | |||
} |
Revision as of 17:21, 25 June 2025
/* 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; }