User:Headquarter8302/common.css: Difference between revisions

From the Portal Wiki
Jump to navigation Jump to search
testin
testin
Line 1: Line 1:
#firstHeading .mw-editsection a {
/* Position coordinates */
color: white;
#coordinates {
}
 
body.page-Main_Page #t-cite,
body.page-Main_Page #lastmod,
body.page-Main_Page #siteSub {
display: none !important;
}
 
.error {
font-weight: bold;
}
 
/* some headroom for #coordinates to go in without #siteSub */
#mw_contentholder {
padding-top: .4em;
}
 
/* position coordinates */
#coordinates {
position: absolute;
position: absolute;
z-index: 1;
z-index: 1;
border: none;
border: none;
background: none;
background: none;
right: 0;
left: 9px;
top: 0.1em;
top: 5.7em;
float: right;
float: left;
margin: 0;
margin: 0;
padding: 0;
padding: 0;
padding-right: 1.17em;
line-height: 1.5em;
line-height: 1.5em;
text-align: right;
text-align: left;
text-indent: 0;
text-indent: 0;
font-size: 85%;
font-size: 85%;
text-transform: none;
text-transform: none;
white-space: nowrap;
white-space: nowrap;
}
/* important to keep the text predictably positioned */
#coordinates img {
vertical-align: top;
}
.mw-topboxes {
margin-top: -0.4em;
}
}

Revision as of 01:15, 1 September 2020

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