summaryrefslogblamecommitdiff
path: root/static/style.css
blob: fa5f191b57c4d28d46b8d77baa61743afb85f42a (plain) (tree)





































                                   
/* Styles divers */
.cliquable {
	cursor: pointer;
	text-decoration: underline;
}

.petit {
	font-size: 0.8em;
}


/* Grille du bingo */
#grille {
	background-color: #F8F8F8 ;
	padding: 1px ;
	margin: 30px ;
	border: 1px solid black ;
}

#grille td {
	background-color:#EEEEEE;
	border: 1px solid black;
	margin: 0px;
	padding: 3px ;
	text-align: center ;
}

#grille td.vide {
	background-color:#999999 ;
}

/* Formulaire page custom */
.texte {
	width:20em
}

.data {
	width:3em