From d00756b5ba615507475f4bd71063f644db041bc4 Mon Sep 17 00:00:00 2001 From: gdetrez Date: Mon, 9 Oct 2006 19:58:06 +0200 Subject: [PATCH] style pour digicode darcs-hash:20061009175806-f46e9-9d8b3ff2f0ce98d2d6c30a56ace4f4881dcb9ee5.gz --- intranet/static/css/digicode.css | 82 ++++++++++++++++++++++++++++++++ 1 file changed, 82 insertions(+) create mode 100644 intranet/static/css/digicode.css diff --git a/intranet/static/css/digicode.css b/intranet/static/css/digicode.css new file mode 100644 index 00000000..da841cc4 --- /dev/null +++ b/intranet/static/css/digicode.css @@ -0,0 +1,82 @@ +/************************************************************* + .. + .... ............ ........ + . ....... . .... .. + . ... .. .. .. .. ..... . .. + .. .. ....@@@. .. . ........ . + .. . .. ..@.@@..@@. .@@@@@@@ @@@@@@. .... + .@@@@. .@@@@. .@@@@..@@.@@..@@@..@@@..@@@@.... .... + @@@@... .@@@.. @@ @@ .@..@@..@@...@@@. .@@@@@. .. + .@@@.. . @@@. @@.@@..@@.@@..@@@ @@ .@@@@@@.. ..... + ...@@@.... @@@ .@@.......... ........ ..... .. + . ..@@@@.. . .@@@@. .. ....... . ............. + . .. .... .. .. . ... .... +. . .... ............. .. ... +.. .. ... ........ ... ... + ................................ + +============================================================== +digicode.css - Intranet Style + + STYLE PAGE DU DIGICODE + + +Copyright (c) 2006 by www.crans.org + +**************************************************************/ +#codesTable { +width:60%; +border:thin black solid; +float:left; +} + + +#codesTable thead { +color:gray; +} + +#codesTable .code { +border-right:thin gray solid; +width:70%; +} + +#codesTable tbody .age { +text-align:right; +} + +#codesTable td, +#codesTable th { +margin:0; +padding:2px 5px; +} + +#codesTable tbody td { +border-top:thin gray solid; +} + +#codesTable thead th { +border-top:none; +} + + +div#addCodeBox { +float: right; +border:thin black solid; +padding:10px; +margin:0 5%; +width:25%; +} + +div#addCodeBox h1 { +font-size:1.1em; +margin:2px 10px 20px 10px; +text-align:center; +} + +div#addCodeBox form { +} +div#addCodeBox form input, +div#addCodeBox form button { +margin:3px; +} +