Aller au contenu

« MediaWiki:Common.css » : différence entre les versions

De Hydromel Wiki
Aucun résumé des modifications
Balise : Révoqué
Aucun résumé des modifications
Balise : Révocation manuelle
Ligne 33 : Ligne 33 :
}
}


.boite-accentuee{
#boite-ou-commencer{
border: solid 1px #0062D3 !important;
border: solid 1px #0062D3 !important;
box-shadow: 1px 3px 3px rgba(0,0,0,0.2)!important;
box-shadow: 1px 3px 3px rgba(0,0,0,0.2)!important;
}
}


.boite-accentuee .header_boite{
#boite-ou-commencer .header_boite{
border-bottom: solid 1px #0062D3!important;
border-bottom: solid 1px #0062D3!important;
}
}

Version du 3 décembre 2023 à 13:18

/* Le CSS placé ici sera appliqué à tous les habillages. */
		.boite_mainpage{
			display: inline-block;
			width: 30%;
			margin: 10px 5px;
			border: solid 1px #CCC;
			border-radius:2px;
			box-shadow: 0 2px 2px rgba(0,0,0,0.1);
			min-width:200px;
			vertical-align:top;
		}

		.header_boite{
			margin: 0px 5px;
			padding: 5px 0px;
			border-bottom: solid 1px #CCC;
		}

		.header_boite h3{
			margin:0px;
			padding:0px;
		}

		.contenu_boite{
			padding: 0px 10px;
			text-align: left;
		}

		@media screen and (max-width: 600px) {
			.boite_mainpage{
			display: inline-block;
			width: 80%;
		}

		#boite-ou-commencer{
			border: solid 1px #0062D3 !important;
			box-shadow: 1px 3px 3px rgba(0,0,0,0.2)!important;
		}

		#boite-ou-commencer .header_boite{
			border-bottom: solid 1px #0062D3!important;
		}