/*! * Styling for various Wikimedia Contact Pages: * https://meta.wikimedia.org/wiki/Special:Contact/affcomchapthorg * https://meta.wikimedia.org/wiki/Special:Contact/affcomusergroup * https://meta.wikimedia.org/wiki/Special:Contact/movecomsignup * * Loaded via wmf-config/MetaContactPages.php. */ body.page-Special_Contact_affcomusergroup .firstHeading, body.page-Special_Contact_affcomchapthorg .firstHeading { background-color: #2f6fab; color: #fff; padding: 0.5em; text-align: center; } #contactpage-affcomusergroup, #contactpage-affcomchapthorg { width: inherit; } #contactpage-affcomusergroup > div > :nth-child( 1 ) label, #contactpage-affcomusergroup > div > :nth-child( 2 ) label, #contactpage-affcomchapthorg > div > :nth-child( 1 ) label, #contactpage-affcomchapthorg > div > :nth-child( 2 ) label { font-weight: bold; } #contactpage-affcomusergroup > div > :nth-child( 3 ), #contactpage-affcomusergroup > div > :nth-child( 4 ), #contactpage-affcomchapthorg > div > :nth-child( 3 ), #contactpage-affcomchapthorg > div > :nth-child( 4 ) { display: none; } #contactpage-affcomusergroup label > ul, #contactpage-affcomchapthorg label > ul { list-style: none; padding: 0; margin: 0; }