summaryrefslogtreecommitdiff
path: root/static/style.css
blob: 3fc08f7caedbd42d42ae4b7902b3f3ed4698f082 (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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
/* Styles divers */
.cliquable {
	text-decoration: underline;
}
.cliquable:hover {
	cursor: pointer;
}

.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 ;
	min-width: 10em;
	min-height: 3em ;
}
#grille td:hover {
	cursor: pointer;
}

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

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


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

.data {
	width:3em