import initial, styles de la page d'accueil
darcs-hash:20070218213516-f46e9-495fc1320bf9a1d16afe0f2fda75e42a6c3bc2ef.gz
This commit is contained in:
parent
765d14bda0
commit
05ceb3ac13
1 changed files with 76 additions and 0 deletions
76
intranet/static/css/accueil.css
Normal file
76
intranet/static/css/accueil.css
Normal file
|
@ -0,0 +1,76 @@
|
||||||
|
/*************************************************************
|
||||||
|
..
|
||||||
|
.... ............ ........
|
||||||
|
. ....... . .... ..
|
||||||
|
. ... .. .. .. .. ..... . ..
|
||||||
|
.. .. ....@@@. .. . ........ .
|
||||||
|
.. . .. ..@.@@..@@. .@@@@@@@ @@@@@@. ....
|
||||||
|
.@@@@. .@@@@. .@@@@..@@.@@..@@@..@@@..@@@@.... ....
|
||||||
|
@@@@... .@@@.. @@ @@ .@..@@..@@...@@@. .@@@@@. ..
|
||||||
|
.@@@.. . @@@. @@.@@..@@.@@..@@@ @@ .@@@@@@.. .....
|
||||||
|
...@@@.... @@@ .@@.......... ........ ..... ..
|
||||||
|
. ..@@@@.. . .@@@@. .. ....... . .............
|
||||||
|
. .. .... .. .. . ... ....
|
||||||
|
. . .... ............. .. ...
|
||||||
|
.. .. ... ........ ... ...
|
||||||
|
................................
|
||||||
|
|
||||||
|
==============================================================
|
||||||
|
mainInterface.css - Intranet Style
|
||||||
|
|
||||||
|
Mise en page de l'accueil
|
||||||
|
|
||||||
|
|
||||||
|
Copyright (c) 2006 by www.crans.org
|
||||||
|
|
||||||
|
**************************************************************/
|
||||||
|
|
||||||
|
div.framed_gray {
|
||||||
|
border:5px solid #e2e2e2; /* #acc0ff */
|
||||||
|
background-color:#f2f2f2;
|
||||||
|
padding:10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
div.framed_gray fieldset {
|
||||||
|
border-width:2px;
|
||||||
|
border-style:solid none none none;
|
||||||
|
border-color:#a2a2a2;
|
||||||
|
padding:10px;
|
||||||
|
margin:10px 10px;
|
||||||
|
font-weight:bold;
|
||||||
|
clear: left;
|
||||||
|
}
|
||||||
|
|
||||||
|
div.framed_gray fieldset legend {
|
||||||
|
color:#a2a2a2;
|
||||||
|
}
|
||||||
|
|
||||||
|
div.framed_gray fieldset ul {
|
||||||
|
list-style-type:none;
|
||||||
|
margin:0;
|
||||||
|
padding:0;
|
||||||
|
}
|
||||||
|
|
||||||
|
div.framed_gray fieldset ul li {
|
||||||
|
float:left;
|
||||||
|
height:70px;
|
||||||
|
width:100px;
|
||||||
|
margin:5px;
|
||||||
|
display:block;
|
||||||
|
text-align:center;
|
||||||
|
}
|
||||||
|
|
||||||
|
div.framed_gray fieldset ul li span {
|
||||||
|
margin-bottom:0;
|
||||||
|
display:block;
|
||||||
|
}
|
||||||
|
div.framed_gray fieldset ul a {
|
||||||
|
color:black;
|
||||||
|
text-decoration:none;
|
||||||
|
}
|
||||||
|
|
||||||
|
div.framed_gray fieldset ul li img {
|
||||||
|
margin:2px auto;
|
||||||
|
width:32px;
|
||||||
|
height:32px;
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue