Vejatz lo contengut

Modèl:Intestacion/1/styles.css

Un article de Wikipèdia, l'enciclopèdia liura.
@media (min-width: 1024px) {
	#compausant {
		display: grid;
		grid-template-columns: 55% 1vmax auto; /* Largor de la colomna */
		grid-auto-flow: dense;
		align-items: stretch;
	}
	.esquèrra { /* Colomna esquèrra */
		grid-column: 1;
	}
	.dreita { /* Colomna dreita */
		grid-column: 3;
	}
	.bóstialaterala {
		margin-bottom: 1vmax;
	}
}

@media (max-width: 1023px) {
	#compausant {
		display: flex;
		flex-direction: column;
	}
	#bóstiaprincipala {
		order: 1;
	}
	#bóstiaprincipala .bordaduraesquèrra {
		grid-column: span 2;
	}
	#projèctes {
		display: none;
	}
	.esquèrra {
		order: 2;
	}
	.dreita {
		order: 3;
	}
	.bóstialaterala {
		margin-bottom: 1rem;
	}
}
@media (max-width: 1320px ) {
	/* Estil pels dispositius mobils */
	#actualitat table td {
		display: inline;
	}
}

body.skin-minerva #occitan, body.skin-minerva #projèctes, body.skin-minerva #sobre {
	display: none;
}

.bóstialaterala {
	background-color: #fff;
	box-sizing: border-box;
	width: 100%;
	padding: 2vmax;
	border: none;
	box-shadow: 0 5px 20px #ddd, 0 0 1px #ccc;
	border-radius: 2px;
}

.bóstialaterala::after {
	content: "";
	display: block;
	clear: both;
	height: 0;
}

.bóstialaterala .stor {
	font-size: 180%;
}

#bóstiaprincipala {
	display: grid;
	grid-template-columns: 55% 45%;
	grid-column: span 3;
	background-image: url(https://upload.wikimedia.org/wikipedia/commons/a/aa/Wikipedia-logo-v2-o50.svg);
	background-size: 25vmax;
	background-position: 110% 50%;
	background-repeat: no-repeat;
}

.bordaduraesquèrra {
	justify-self: center;
	text-align: center;
	align-self: center;
}

.bordaduradreita p {
	background-color: rgba(255,255,255,0.7);
	border-radius: 1vmax;
}

.nòtas {
	font-size: smaller;
	text-align: right;
}
hr {
	background: linear-gradient(to left, transparent 0, #ccc 20%, #ccc 80%, transparent 100%);
}

.imatgemax40 figure {
	max-width: 40%;
	height: auto;
}

.imatgemax40 figure img {
	width: 100%;
	height: auto;
}

/* Títol */

.entèsta {
	font-family: Georgia;
	font-size: 23.5px;
	color: #555555; 
}

ul {
	margin-left: 1em; /* General: 1.6em */
}

hlist {
    margin: 0;
    display: inline;
    white-space: nowrap;
}
.imatge-mes {
	display: inline-block;
	margin-bottom: 0;
	text-align: left;
}