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

தமிழர்விக்கியிலிருந்து
Jump to navigation Jump to search
உள்ளடக்கம் நீக்கப்பட்டது உள்ளடக்கம் சேர்க்கப்பட்டது
சி Kanags (Talk) பயனரால் செய்யப்பட்ட திருத்தம் 3372704 இல்லாது செய்யப்பட்டது
imported>Ravidreams
சி en:Module:Navbar/styles.css இலிருந்து திருத்தம் இறக்குமதி செய்யப்பட்டன
 
(3 பயனர்களால் செய்யப்பட்ட 4 இடைப்பட்ட திருத்தங்கள் காட்டப்படவில்லை.)
வரிசை 33: வரிசை 33:
.navbar li {
.navbar li {
word-spacing: -0.125em;
word-spacing: -0.125em;
}

.navbar a > span,
.navbar a > abbr {
text-decoration: inherit;
}
}


வரிசை 52: வரிசை 57:
}
}


/* not the usual @media screen, we simply remove navbar in @media print */
/* Navbar styling when nested in infobox and navbox
html.skin-theme-clientpref-night .navbar li a abbr {
Should consider having a separate TemplateStyles for those specific places
color: var(--color-base) !important;
using an infobox/navbox and a navbar, or possibly override from using template */
.infobox .navbar {
font-size: 100%;
}
}


@media (prefers-color-scheme: dark) {
.navbox .navbar {
html.skin-theme-clientpref-os .navbar li a abbr {
display: block;
color: var(--color-base) !important;
font-size: 100%;
}
}
}


@media print {
.navbox-title .navbar {
.navbar {
/* @noflip */
display: none !important;
float: left;
}
/* @noflip */
text-align: left;
/* @noflip */
margin-right: 0.5em;
}
}

08:12, 12 ஏப்பிரல் 2025 இல் கடைசித் திருத்தம்

/* {{pp|small=yes}} */
.navbar {
	display: inline;
	font-size: 88%;
	font-weight: normal;
}

.navbar-collapse {
	float: left;
	text-align: left;
}

.navbar-boxtext {
	word-spacing: 0;
}

.navbar ul {
	display: inline-block;
	white-space: nowrap;
	line-height: inherit;
}

.navbar-brackets::before {
	margin-right: -0.125em;
	content: '[ ';
}

.navbar-brackets::after {
	margin-left: -0.125em;
	content: ' ]';
}

.navbar li {
	word-spacing: -0.125em;
}

.navbar a > span,
.navbar a > abbr {
	text-decoration: inherit;
}

.navbar-mini abbr {
	font-variant: small-caps;
	border-bottom: none;
	text-decoration: none;
	cursor: inherit;
}

.navbar-ct-full {
	font-size: 114%;
	margin: 0 7em;
}

.navbar-ct-mini {
	font-size: 114%;
	margin: 0 4em;
}

/* not the usual @media screen, we simply remove navbar in @media print */
html.skin-theme-clientpref-night .navbar li a abbr {
	color: var(--color-base) !important;
}

@media (prefers-color-scheme: dark) {
	html.skin-theme-clientpref-os .navbar li a abbr {
		color: var(--color-base) !important;
	}
}

@media print {
	.navbar {
		display: none !important;
	}
}
"https://tamilar.wiki/w/index.php?title=Module:Navbar/styles.css&oldid=236923" இலிருந்து மீள்விக்கப்பட்டது