From 05ceb3ac133b4f2634f6662b9879e65fff78a11a Mon Sep 17 00:00:00 2001 From: gdetrez Date: Sun, 18 Feb 2007 22:35:16 +0100 Subject: [PATCH] import initial, styles de la page d'accueil darcs-hash:20070218213516-f46e9-495fc1320bf9a1d16afe0f2fda75e42a6c3bc2ef.gz --- intranet/static/css/accueil.css | 76 +++++++++++++++++++++++++++++++++ 1 file changed, 76 insertions(+) create mode 100644 intranet/static/css/accueil.css diff --git a/intranet/static/css/accueil.css b/intranet/static/css/accueil.css new file mode 100644 index 00000000..82b3e582 --- /dev/null +++ b/intranet/static/css/accueil.css @@ -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; +}