MediaWiki:Common.less/discussions.less

From Old School Near-Reality Wiki
Jump to navigation Jump to search

//

/* ========================================
       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;
}