79 lines
2.1 KiB
CSS
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;
|
|
}
|