Module:interproject/style.css

From Wiktionary, the free dictionary
Jump to navigation Jump to search
/* note: these styles are also used by some legacy templates that do not use the module. thus a full redesign should probably use a new class. */

.interproject-box {
	font-size: 90%;
	width: 250px;
	padding: 4px;
	text-align: left;
	background: var(--wikt-palette-paleblue, #f9f9f9);
	border: var(--border-color-base, #aaa) 1px solid;
}

@media screen and (max-width: 719px) { /* >=720px is the crossover point for floats to work */
	.interproject-box {
		box-sizing: border-box;
		line-height: 1.5;
		width: 100%;
		max-width: 100%;
	}
}