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 |
||
| (25 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
.revision { | |||
background:#00ffff; | |||
. | |||
# | |||
} | } | ||
. | .comment { | ||
background:#00FF00; | |||
} | } | ||
/* Giving table borders */ | /* Giving table borders */ | ||
| Line 74: | Line 12: | ||
.withBorders, .withBorders th, .withBorders td { | .withBorders, .withBorders th, .withBorders td { | ||
border: 2px solid black; | 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;
}