MediaWiki: Common.css : Différence entre versions

De ECU
Aller à : navigation, rechercher
Ligne 18 : Ligne 18 :
  
 
#modal {
 
#modal {
height: 300px;
+
height: 150px;
 
width: 30%;
 
width: 30%;
 
background-color: ##30336b;
 
background-color: ##30336b;
Ligne 25 : Ligne 25 :
 
color: #ffffff;
 
color: #ffffff;
 
position: absolute;
 
position: absolute;
top: -300px;
+
top: 100px;
 
left: 35%;
 
left: 35%;
 
}
 
}

Version du 19 avril 2019 à 14:57

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

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

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