MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
(16 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
table { | table { | ||
border-collapse: collapse; | |||
border-spacing: 0px; | |||
} | } | ||
td, th { | td, th { | ||
Line 8: | Line 9: | ||
vertical-align: top; | vertical-align: top; | ||
text-align: left; | text-align: left; | ||
padding: 0.2em; | |||
} | |||
.firstcolfixed td:first-child { | |||
font-family: monospace; | |||
white-space: nowrap; | |||
} | |||
.firstcolfixed td:first-child p { | |||
margin: 0px; | |||
padding: 0px; | |||
} | } | ||
th { | th { | ||
font-weight: bold; | font-weight: bold; | ||
} | } |
Latest revision as of 10:59, 22 August 2023
/* CSS placed here will be applied to all skins */
table {
border-collapse: collapse;
border-spacing: 0px;
}
td, th {
border: solid 1px silver;
vertical-align: top;
text-align: left;
padding: 0.2em;
}
.firstcolfixed td:first-child {
font-family: monospace;
white-space: nowrap;
}
.firstcolfixed td:first-child p {
margin: 0px;
padding: 0px;
}
th {
font-weight: bold;
}