summaryrefslogtreecommitdiff
path: root/static/style.css
blob: fa5f191b57c4d28d46b8d77baa61743afb85f42a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
/* 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