MediaWiki:Common.less/discussions.less: Difference between revisions
Jump to navigation
Jump to search
(Created page with "// <pre> →======================================== [[RuneScape:Active discussions]] ========================================: .discussiontable { th { background-color: @BODY_DARK; a { color: inherit; } } .topic, .edited, .edited-by, .rg-archive { background-color: @BODY_MID; } } .dpltable { // hide the initial row that we can't remove due to quirks of dpl margin-top: -30px;...") |
No edit summary |
||
| Line 1: | Line 1: | ||
// <pre> | // <pre> | ||
/* ======================================== | /* ======================================== | ||
[[ | [[Near-Reality:Active discussions]] | ||
======================================== */ | ======================================== */ | ||
Latest revision as of 22:36, 4 October 2022
//
/* ========================================
Near-Reality:Active discussions
======================================== */
.discussiontable {
th {
background-color: @BODY_DARK;
a {
color: inherit;
}
}
.topic,
.edited,
.edited-by,
.rg-archive {
background-color: @BODY_MID;
}
}
.dpltable {
// hide the initial row that we can't remove due to quirks of dpl
margin-top: -30px;
td {
padding-left: 5px;
}
}
.dpltable,
.discussiontable {
width: 100%;
.topic {
width: 40%;
}
.edited,
.edited-by {
width: 30%;
}
.rg-archive {
width: 20%;
}
}
// should almost never be used
body.ns-110 #ca-talk {
display: none;
}