MediaWiki:Common.css: Difference between revisions
From Eli's Software Encyclopedia
mNo edit summary |
mNo edit summary |
||
| (3 intermediate revisions by the same user not shown) | |||
| Line 5: | Line 5: | ||
#p-personal a:before { | #p-personal a:before { | ||
display: none; | display: none; | ||
} | |||
.chameleon-infobox tr.data-row > td:first-of-type { | |||
font-weight: bold; | |||
} | |||
.new-pages tbody tr:first-of-type, .new-pages tbody tr:first-of-type th { | |||
border-top-width: 0; | |||
text-align: left; | |||
} | |||
.infolist-item { | |||
position: relative; | |||
text-indent: -.75em; | |||
margin-left: .75em; | |||
} | |||
.infolist-item::before { | |||
content: "•"; | |||
margin-right: 0.35em; | |||
} | } | ||
Latest revision as of 15:53, December 16, 2025
.back-top {
cursor: pointer;
}
#p-contentnavigation a:before,
#p-personal a:before {
display: none;
}
.chameleon-infobox tr.data-row > td:first-of-type {
font-weight: bold;
}
.new-pages tbody tr:first-of-type, .new-pages tbody tr:first-of-type th {
border-top-width: 0;
text-align: left;
}
.infolist-item {
position: relative;
text-indent: -.75em;
margin-left: .75em;
}
.infolist-item::before {
content: "•";
margin-right: 0.35em;
}
