Jump to content

Template:Skip to talk/styles.css: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
fix per talk
Hide on Vector 2022 skin which has a fixed position TOC, so this template does nothing
Line 1: Line 1:
body.skin-vector-2022 .skiptotalk {
display: none;
}

.skiptotalk a {
.skiptotalk a {
display: block;
display: block;

Revision as of 22:34, 4 October 2022

body.skin-vector-2022 .skiptotalk {
	display: none;
}

.skiptotalk a {
	display: block;
	text-align: center;
	font-style: italic;
	line-height: 1.9;
}

.skiptotalk a::before,
.skiptotalk a::after {
	content: "↓";
	font-size: larger;
	line-height: 1.6;
	font-style: normal;
}
.skiptotalk a::before {
	float: left;
}
.skiptotalk a::after {
	float: right;
}

/* {{pp-template}} */