MediaWiki:Vector.css: Difference between revisions

From EM Fields - TAU
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
/* All CSS here will be loaded for users of the Vector skin */
/* All CSS here will be loaded for users of the Vector skin */
#coordinates {
position: absolute;
top: 0;
right: 0;
float: right;
margin: 0;
padding: 0;
line-height: 1.5em;
text-align: right;
text-indent: 0;
font-size: 85%;
text-transform: none;
white-space: nowrap;
}
#bodyContent {
#bodyContent {
   font-size: 0.975em;
   font-size: 0.975em;
}
}

Revision as of 07:14, 7 November 2021

/* All CSS here will be loaded for users of the Vector skin */

#coordinates {
	position: absolute;
	top: 0;
	right: 0;
	float: right;
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	text-align: right;
	text-indent: 0;
	font-size: 85%;
	text-transform: none;
	white-space: nowrap;
}

#bodyContent {
  font-size: 0.975em;
}