From: x2003bruneau Date: Mon, 4 Oct 2004 22:27:55 +0000 (+0000) Subject: Some improvements on skin Linux X-Git-Tag: xorg/old~1438 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=11d8ab940652bb2538142fbbd66a517a1539536f;p=platal.git Some improvements on skin Linux --- diff --git a/htdocs/css/linux.css b/htdocs/css/linux.css index 68035b7..ebcf268 100644 --- a/htdocs/css/linux.css +++ b/htdocs/css/linux.css @@ -40,18 +40,6 @@ div.rubrique { [ Tableaux à lignes alternées, en taille normale, ou tiny ] *******************************************************************************/ -table.tinybicol, table.bicol { - background: #ccddff; - border: 1px solid #0067fe; - border-collapse: collapse; -} - -table.tinybicol tr, table.bicol tr { } -table.tinybicol tr.pair, table.bicol tr.pair { background: #ddffcc; } -table.tinybicol th, table.bicol th { - background-color: #0067fe; -} - /******************************************************************************* 4 Tableau de choix de skins [ Styles pour les tableaux de types de ceux des skins ] @@ -62,6 +50,10 @@ table.tinybicol th, table.bicol th { [ Styles liés à l'affichage de contacts ] *******************************************************************************/ +div.contact-list div.contact { + background-color: #d0d0ff; +} + /******************************************************************************* 6 Profil [ onglets des profils ] @@ -83,7 +75,7 @@ table.tinybicol th, table.bicol th { } #body-top { - border-bottom: none; + border-bottom: 2px solid #777777; } #body-menu { @@ -98,4 +90,4 @@ table.tinybicol th, table.bicol th { } /* vim: set et ts=4 sts=4 sw=4: */ -/* $Id: linux.css,v 1.2 2004-10-03 17:35:34 x2003cortot Exp $ */ +/* $Id: linux.css,v 1.3 2004-10-04 22:27:55 x2003bruneau Exp $ */