diff --git a/intranet/static/css/accueil.css b/intranet/static/css/accueil.css deleted file mode 100644 index c2f0b785..00000000 --- a/intranet/static/css/accueil.css +++ /dev/null @@ -1,75 +0,0 @@ -/************************************************************* - .. - .... ............ ........ - . ....... . .... .. - . ... .. .. .. .. ..... . .. - .. .. ....@@@. .. . ........ . - .. . .. ..@.@@..@@. .@@@@@@@ @@@@@@. .... - .@@@@. .@@@@. .@@@@..@@.@@..@@@..@@@..@@@@.... .... - @@@@... .@@@.. @@ @@ .@..@@..@@...@@@. .@@@@@. .. - .@@@.. . @@@. @@.@@..@@.@@..@@@ @@ .@@@@@@.. ..... - ...@@@.... @@@ .@@.......... ........ ..... .. - . ..@@@@.. . .@@@@. .. ....... . ............. - . .. .... .. .. . ... .... -. . .... ............. .. ... -.. .. ... ........ ... ... - ................................ - -============================================================== -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; -} - -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; -}