scripts/intranet/static/css/accueil.css
Antoine Durand-Gasselin 37b3ce81ce [intranet/static/css] petites modifications
darcs-hash:20090225185431-bd074-787b9e1f72823cdad9d298e444a3391da223d598.gz
2009-02-25 19:54:31 +01:00

79 lines
2.1 KiB
CSS

/*************************************************************
..
.... ............ ........
. ....... . .... ..
. ... .. .. .. .. ..... . ..
.. .. ....@@@. .. . ........ .
.. . .. ..@.@@..@@. .@@@@@@@ @@@@@@. ....
.@@@@. .@@@@. .@@@@..@@.@@..@@@..@@@..@@@@.... ....
@@@@... .@@@.. @@ @@ .@..@@..@@...@@@. .@@@@@. ..
.@@@.. . @@@. @@.@@..@@.@@..@@@ @@ .@@@@@@.. .....
...@@@.... @@@ .@@.......... ........ ..... ..
. ..@@@@.. . .@@@@. .. ....... . .............
. .. .... .. .. . ... ....
. . .... ............. .. ...
.. .. ... ........ ... ...
................................
==============================================================
mainInterface.css - Intranet Style
Mise en page de l'accueil
Copyright (c) 2006 by www.crans.org
**************************************************************/
div.framed_gray {
-moz-border-radius:20px;
-webkit-border-radius:20px;
border-right:3px solid DarkGreen;
border-bottom:3px solid DarkGreen;
background-color: PaleGreen;
padding:10px;
}
div.framed_gray fieldset {
border-width:2px;
border-style:solid none none none;
border-color: DarkGreen;
padding:10px;
margin:10px 10px;
font-weight:bold;
clear: left;
}
div.framed_gray fieldset legend {
color: DarkGreen;
}
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;
}