Template:AAPWikiTableCSS.css

From KSI Wiki
Revision as of 03:26, 25 February 2025 by Void (talk | contribs) (Created page with ".wikitable { border-collapse: collapse; border-radius: 10px; →‎Adjust the radius as needed: overflow: hidden; →‎Ensures the border-radius applies to all corners: } .wikitable td, .wikitable th { border: 2px solid #3c4041; padding-right: 10px; →‎Adjust the padding as needed: }")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

.wikitable {

   border-collapse: collapse;
   border-radius: 10px; /* Adjust the radius as needed */
   overflow: hidden; /* Ensures the border-radius applies to all corners */

}

.wikitable td, .wikitable th {

   border: 2px solid #3c4041;
   padding-right: 10px; /* Adjust the padding as needed */

}