summaryrefslogblamecommitdiff
path: root/static/style.css
blob: 36d55697a9fcd948a503bcbb2ec157dd2e3e9a2a (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
















                                   
                            













                                  





                            






                            
 
/* 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 ;
	table-layout: fixed;
}

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

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

.reponse {
	display: none ;
	font-style: italic ;
}


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

.data {
	width:3em