MediaWiki: Common.css : Différence entre versions

De ECU
Aller à : navigation, rechercher
Ligne 1 : Ligne 1 :
.contenu
+
body, html {
{
+
padding
background-color:#FFFFFF;
+
margin: 0;
border:1px solid #999999;
+
background-color: #6ab04c;
cursor:default;
 
display:none;
 
margin-top: 15px;
 
position:absolute;
 
text-align:left;
 
width:400px;
 
z-index:50;
 
padding: 25px 25px 20px;
 
 
}
 
}
a.selected {
+
 
background-color:#1F75CC;
+
.button_container{
color:white;
+
width: 100%;
z-index:100;
+
text-align: center;
 +
}
 +
 
 +
#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%;
 
}
 
}

Version du 19 avril 2019 à 11:18

body, html {
	padding
	margin: 0;
	background-color: #6ab04c;
}

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

#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%;
}