வார்ப்புரு:TOC right/styles.css: திருத்தங்களுக்கு இடையிலான வேறுபாடு

தமிழர்விக்கியிலிருந்து
Jump to navigation Jump to search
imported>Info-farmer
சி en:Template:TOC_right/styles.css இலிருந்து திருத்தங்கள் இறக்குமதி செய்யப்பட்டன: மல்லிகைப் பேரின சிற்றினத்திற்காக இதனைப் பதிவிறக்குகிறேன்
 
imported>Thiagalingam
"{{pp-template}}: The TOC is hidden on Minerva (mobile skin) for width < 720px so must also hide this wrapper: @media all and (max-width: 720px) { body.skin-minerva .tocright { display: none; } .tocright { width: 100% !important; fix the inline width while at small resolution: } } @media all and (min-width: 720px) { .tocright { float: ri..."-இப்பெயரில் புதிய பக்கம் உருவாக்கப்பட்டுள்ளது
 
(வேறுபாடு ஏதுமில்லை)

10:50, 31 திசம்பர் 2024 இல் கடைசித் திருத்தம்

/* {{pp-template}} */
/* The TOC is hidden on Minerva (mobile skin) for width < 720px so must also hide this wrapper */
@media all and (max-width: 720px) {
	body.skin-minerva .tocright {
		display: none;
	}
	
	.tocright {
		width: 100% !important; /* fix the inline width while at small resolution */
	}
}
@media all and (min-width: 720px) {
	.tocright {
		float: right;
		clear: right;
		width: auto;
		margin: 0 0 0.5em 1em; 
	}
	
	.tocright-clear-left {
		clear: left;
	}
	
	.tocright-clear-both {
		clear: both;
	}
	
	.tocright-clear-none {
		clear: none;
	}
}
"https://tamilar.wiki/w/index.php?title=வார்ப்புரு:TOC_right/styles.css&oldid=85485" இலிருந்து மீள்விக்கப்பட்டது