summaryrefslogtreecommitdiff
path: root/static/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/style.css')
-rw-r--r--static/style.css38
1 files changed, 38 insertions, 0 deletions
diff --git a/static/style.css b/static/style.css
new file mode 100644
index 0000000..fa5f191
--- /dev/null
+++ b/static/style.css
@@ -0,0 +1,38 @@
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