MediaWiki:Common.css: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
Tag: Reverted
No edit summary
Tag: Reverted
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
.wikitable { border-collapse: separate; border-spacing: 0; border: none; }
.wikitable th,
.wikitable td { border: 1px solid transparent; }
.gradient-border { border-collapse: separate; border-spacing: 0; border-width: 5px; border-style: solid; border-image: linear-gradient(to right, rgba(192, 192, 192, 0.5) 0%, rgba(192, 192, 192, 0.5) 33%, rgba(0, 0, 0, 0.5) 33%, rgba(0, 0, 0, 0.5) 66%, rgba(255, 255, 255, 0.5) 66%, rgba(255, 255, 255, 0.5) 100%); }
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */


Line 4: Line 13:


.rounded-table { border-collapse: collapse; border-radius: 10px; overflow: hidden; }
.rounded-table { border-collapse: collapse; border-radius: 10px; overflow: hidden; }
.gradient-border { border-collapse: separate; border-spacing: 0; border-width: 10px; border-style: solid; border-image: linear-gradient(to right, #ff0000, #00ff00); }


.wikitable.transparent { background-color: transparent; border: none; }
.wikitable.transparent { background-color: transparent; border: none; }

Navigation menu