MediaWiki: Common.css : Différence entre versions

De ECU
Aller à : navigation, rechercher
Ligne 2 : Ligne 2 :
 
width: 100%;
 
width: 100%;
 
text-align: center;
 
text-align: center;
 +
        background-color: #eb4d4b;
 
}
 
}
  

Version du 19 avril 2019 à 13:25

.button_container{
	width: 100%;
	text-align: center;
        background-color: #eb4d4b;
}

#button_modal {
	height: 50px;
	width: 300px;
	background-color:#4a69bd;
	color: #ffffff;
	font-family: helvetica;
	font-size: 20px;
	border: none;
	cursor: pointer;
	margin-top: 200px;
}

#modal {
	height: 300px;
	width: 30%;
	background-color: ##30336b;
	font-family: helvetica;
	text-align: center
	color: #ffffff;
	position: absolute;
	top: -300px;
	left: 35%;
}