style pour digicode
darcs-hash:20061009175806-f46e9-9d8b3ff2f0ce98d2d6c30a56ace4f4881dcb9ee5.gz
This commit is contained in:
parent
b74bc796b6
commit
d00756b5ba
1 changed files with 82 additions and 0 deletions
82
intranet/static/css/digicode.css
Normal file
82
intranet/static/css/digicode.css
Normal file
|
@ -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;
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue