MediaWiki:Common.less/discussions.less
< MediaWiki:Common.less
Jump to navigation
Jump to search
Revision as of 22:36, 4 October 2022 by Jacmob (talk | contribs) (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;...")
//
/* ======================================== 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; 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; }