]> git.immae.eu Git - perso/Denise/bingo.git/blob - static/style.css
création du projet...
[perso/Denise/bingo.git] / static / style.css
1 /* Styles divers */
2 .cliquable {
3 cursor: pointer;
4 text-decoration: underline;
5 }
6
7 .petit {
8 font-size: 0.8em;
9 }
10
11
12 /* Grille du bingo */
13 #grille {
14 background-color: #F8F8F8 ;
15 padding: 1px ;
16 margin: 30px ;
17 border: 1px solid black ;
18 }
19
20 #grille td {
21 background-color:#EEEEEE;
22 border: 1px solid black;
23 margin: 0px;
24 padding: 3px ;
25 text-align: center ;
26 }
27
28 #grille td.vide {
29 background-color:#999999 ;
30 }
31
32 /* Formulaire page custom */
33 .texte {
34 width:20em
35 }
36
37 .data {
38 width:3em