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

தமிழர்விக்கியிலிருந்து
Jump to navigation Jump to search
உள்ளடக்கம் நீக்கப்பட்டது உள்ளடக்கம் சேர்க்கப்பட்டது
imported>Lingam
"{{pp|small=y}}: .side-box { margin: 4px 0; box-sizing: border-box; border: 1px solid #aaa; font-size: 88%; line-height: 1.25em; background-color: #f9f9f9; display: flow-root; } .side-box-abovebelow, .side-box-text { padding: 0.25em 0.9em; } .side-box-image { @noflip: padding: 2px 0 2px 0.9em; text-align: center; } .side-box-imageright {..."-இப்பெயரில் புதிய பக்கம் உருவாக்கப்பட்டுள்ளது
 
imported>Putnik
dark mode support
 
வரிசை 3: வரிசை 3:
margin: 4px 0;
margin: 4px 0;
box-sizing: border-box;
box-sizing: border-box;
border: 1px solid #aaa;
border: 1px solid var(--border-color-base, #a2a9b1);
font-size: 88%;
font-size: 88%;
line-height: 1.25em;
line-height: 1.25em;
background-color: #f9f9f9;
background: var(--background-color-neutral-subtle, #f8f9fa);
display: flow-root;
display: flow-root;
}
}

21:56, 18 அக்டோபர் 2024 இல் கடைசித் திருத்தம்

/* {{pp|small=y}} */
.side-box {
	margin: 4px 0;
	box-sizing: border-box;
	border: 1px solid var(--border-color-base, #a2a9b1);
	font-size: 88%;
	line-height: 1.25em;
	background: var(--background-color-neutral-subtle, #f8f9fa);
    display: flow-root;
}

.side-box-abovebelow,
.side-box-text {
	padding: 0.25em 0.9em;
}

.side-box-image {
	/* @noflip */
	padding: 2px 0 2px 0.9em;
	text-align: center;
}

.side-box-imageright {
	/* @noflip */
	padding: 2px 0.9em 2px 0;
	text-align: center;
}

/* roughly the skin's sidebar + size of side box */
@media (min-width: 500px) {
	.side-box-flex {
		display: flex;
		align-items: center;
	}
	
	.side-box-text {
		flex: 1;
	}
}

@media (min-width: 720px) {
	.side-box {
		width: 238px;
	}
	
	.side-box-right {
		/* @noflip */
		clear: right;
		/* @noflip */
		float: right;
		/* @noflip */
		margin-left: 1em;
	}
	
	/* derives from mbox classes, which do not float left in mbox-small-left
	 * so far as I can tell, that was a deliberate decision, since only .ambox
	 * supports mbox-left
	 */
	.side-box-left {
		/* @noflip */
		margin-right: 1em;
	}
}
"https://tamilar.wiki/w/index.php?title=Module:Side_box/styles.css&oldid=228454" இலிருந்து மீள்விக்கப்பட்டது