MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
(Replaced content with ".revision { background:#00ffff; } .comment { background:#00FF00; } →Giving table borders: table.withBorders { border-collapse: collapse; } .withBorders, .withBorders th, .withBorders td { border: 2px solid black; }") Tag: Replaced |
||
| (85 intermediate revisions by 3 users not shown) | |||
| Line 1: | Line 1: | ||
.revision { | |||
background:#00ffff; | |||
} | |||
.comment { | |||
background:#00FF00; | |||
} | } | ||
/* Giving table borders */ | |||
table.withBorders { | |||
border-collapse: collapse; | |||
} | } | ||
.withBorders, .withBorders th, .withBorders td { | |||
border: 2px solid black; | |||
} | } | ||
Latest revision as of 08:17, 15 July 2025
.revision {
background:#00ffff;
}
.comment {
background:#00FF00;
}
/* Giving table borders */
table.withBorders {
border-collapse: collapse;
}
.withBorders, .withBorders th, .withBorders td {
border: 2px solid black;
}