User:Headquarter8302/common.css: Difference between revisions

From the Portal Wiki
Jump to navigation Jump to search
(Created page with "#firstHeading .mw-editsection a { color: white; } body.page-Main_Page #t-cite, body.page-Main_Page #lastmod, body.page-Main_Page #siteSub { display: none !important; } .er...")
 
mNo edit summary
Line 6: Line 6:
body.page-Main_Page #lastmod,
body.page-Main_Page #lastmod,
body.page-Main_Page #siteSub {
body.page-Main_Page #siteSub {
display: none !important;
display: none ;
}
}


Line 45: Line 45:
/* Fix for badges in modern being too high up, see [[phab:T246931]] */
/* Fix for badges in modern being too high up, see [[phab:T246931]] */
.mw-echo-notifications-badge {
.mw-echo-notifications-badge {
top: 0 !important;
top: 0 ;
}
}



Revision as of 03:22, 5 August 2020

#firstHeading .mw-editsection a {
	color: white;
}

body.page-Main_Page #t-cite,
body.page-Main_Page #lastmod,
body.page-Main_Page #siteSub {
	display: none ;
}

.error {
	font-weight: bold;
}

/* some headroom for #coordinates to go in without #siteSub */
#mw_contentholder {
	padding-top: .4em;
}

/* position coordinates */
#coordinates {
	position: absolute;
	z-index: 1;
	border: none;
	background: none;
	right: 0;
	top: 0.1em;
	float: right;
	margin: 0;
	padding: 0;
	padding-right: 1.17em;
	line-height: 1.5em;
	text-align: right;
	text-indent: 0;
	font-size: 85%;
	text-transform: none;
	white-space: nowrap;
}

/* important to keep the text predictably positioned */
#coordinates img {
	vertical-align: top;
}

/* Fix for badges in modern being too high up, see [[phab:T246931]] */
.mw-echo-notifications-badge {
	top: 0 ;
}

.mw-topboxes {
	margin-top: -0.4em;
}