Jump to content

MediaWiki:Tables.css: Difference between revisions

From The Petit Planet Wiki
No edit summary
 
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
.article-table, .wikitable {
/* [[Category:Candidates for Deletion]]
    border-radius: 10px;
  No longer needed. Merged with [[MediaWiki:Common.css]] */
    border-spacing: 0px !important;
    overflow: hidden;
    border: 1px solid transparent !important;
   
    th {
    background-color: var(--theme-color-4) !important;
    padding: 8px 15px;
    text-align: left;
    }
   
    td {
    padding: 3px 15px;
    background-color: var(--theme-color-1);
    }
   
    tr:nth-child(odd) td {
    background-color: var(--theme-color-2);
    }
}
 
 
.wikitable td, .wikitable th {
border-color: var(--theme-color-7) !important;
}

Latest revision as of 15:59, 25 November 2025

/* [[Category:Candidates for Deletion]] 
   No longer needed. Merged with [[MediaWiki:Common.css]] */