Ajout des modules initiaux

darcs-hash:20070124114812-f46e9-171ef12f1e1b89ae005adf4aab6f6535fb9289e6.gz
This commit is contained in:
gdetrez 2007-01-24 12:48:12 +01:00
parent 8713311bc1
commit ed3ab40ccd
80 changed files with 4852 additions and 5 deletions

View file

@ -0,0 +1,85 @@
/*************************************************************
..
.... ............ ........
. ....... . .... ..
. ... .. .. .. .. ..... . ..
.. .. ....@@@. .. . ........ .
.. . .. ..@.@@..@@. .@@@@@@@ @@@@@@. ....
.@@@@. .@@@@. .@@@@..@@.@@..@@@..@@@..@@@@.... ....
@@@@... .@@@.. @@ @@ .@..@@..@@...@@@. .@@@@@. ..
.@@@.. . @@@. @@.@@..@@.@@..@@@ @@ .@@@@@@.. .....
...@@@.... @@@ .@@.......... ........ ..... ..
. ..@@@@.. . .@@@@. .. ....... . .............
. .. .... .. .. . ... ....
. . .... ............. .. ...
.. .. ... ........ ... ...
................................
==============================================================
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;
}
form input.textinput {
border: thin gray solid;
}