From ea3e2d07911b2f4d3ff044c4a7bfd4e8c77be937 Mon Sep 17 00:00:00 2001 From: Denise sur Lya Date: Tue, 27 Jul 2021 14:37:33 +0200 Subject: =?UTF-8?q?cr=C3=A9ation=20du=20projet...?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- static/style.css | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 static/style.css (limited to 'static/style.css') 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 @@ +/* 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 -- cgit v1.2.3