Toggle menu
9
204
48
18.7K
KenshiDB
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.
/* [[Category:CSS from Wikimedia]] */
/* [[Category:Module CSS pages]] */
/* based on mw-jump-link. Try to get some text to only show up for screen readers */
@media screen {
.calculator-skip-link a:not(:focus) {
  		display: block;
  		position: absolute !important;
  		clip: rect(1px,1px,1px,1px);
  		width: 1px;
  		height: 1px;
  		margin: -1px;
  		border: 0;
  		padding: 0;
  		overflow: hidden;
  		user-select: none;
	}
}
@media print {
	.calculator-skip-link {
		display: none
	}
}