לדלג לתוכן

תבנית:Skip to top and bottom/styles.css

מתוך חב"דפדיה, אנציקלופדיה חב"דית חופשית
גרסה מ־07:38, 21 בספטמבר 2025 מאת מ. רובין (שיחה | תרומות) (יצירת דף עם התוכן "#skip-to-top-button, #skip-to-bottom-button { position: fixed; bottom: 8px; z-index: 50; } #skip-to-top-button:hover, #skip-to-bottom-button:hover { filter: brightness(1.05); } #skip-to-top-button:active, #skip-to-bottom-button:active { filter: brightness(0.95); } #skip-to-bottom-button { left: 8px; } #skip-to-top-button { left: 64px; } Avoid overlapping with Vector 2022 width toggle: @media (min-width: 1400px) { body.skin-vector-2022 #ski...")
(הבדל) → הגרסה הקודמת | הגרסה האחרונה (הבדל) | הגרסה הבאה ← (הבדל)
#skip-to-top-button,
#skip-to-bottom-button {
	position: fixed;
	bottom: 8px;
	z-index: 50;
}

#skip-to-top-button:hover,
#skip-to-bottom-button:hover {
	filter: brightness(1.05);
}

#skip-to-top-button:active,
#skip-to-bottom-button:active {
	filter: brightness(0.95);
}

#skip-to-bottom-button {
	left: 8px;
}

#skip-to-top-button {
	left: 64px;
}

/* Avoid overlapping with Vector 2022 width toggle */
@media (min-width: 1400px) {
	body.skin-vector-2022 #skip-to-bottom-button {
		left: 48px;
	}
	
	body.skin-vector-2022 #skip-to-top-button {
		left: 104px;
	}
}
/* [[קטגוריה:דפי סגנון של תבניות]] */