MediaWiki:Common.css: Difference between revisions

No edit summary
No edit summary
Line 71: Line 71:
         padding: 10px;
         padding: 10px;
     }
     }
}
.toc-table {
    background-color: #ccfafc;    /* Sky blue background */
    border: 1px solid #808080;    /* Solid grey border */
    border-collapse: collapse;
}
.toc-table td {
    vertical-align: top;
    text-align: center; /* Center the text under the image */
    padding: 8px; /* Add some padding for spacing */
}
.toc-table th {
    padding-top: 8px;          /* Increased padding on top for header cells */
}
}