changement d'annee pour les copyrights
[platal.git] / htdocs / css / lists.archives.css
1 /***************************************************************************
2 * Copyright (C) 2003-2006 Polytechnique.org *
3 * http://opensource.polytechnique.org/ *
4 * *
5 * This program is free software; you can redistribute it and/or modify *
6 * it under the terms of the GNU General Public License as published by *
7 * the Free Software Foundation; either version 2 of the License, or *
8 * (at your option) any later version. *
9 * *
10 * This program is distributed in the hope that it will be useful, *
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of *
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
13 * GNU General Public License for more details. *
14 * *
15 * You should have received a copy of the GNU General Public License *
16 * along with this program; if not, write to the Free Software *
17 * Foundation, Inc., *
18 * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA *
19 ***************************************************************************/
20
21 table.bicol+table.bicol { margin: 1ex; }
22 table.bicol td.right { white-space: nowrap; }
23 table.bicol td.subj { white-space: nowrap; }
24 table.bicol tr:hover td { background: yellow; }
25 table.bicol tr.pair:hover td { background: inherit; }
26 table.bicol tr.impair:hover td { background: inherit; }
27 table.bicol img { margin: 1ex; }
28 td.subj a { overflow: hidden; display: block; }
29 td.subj strong { overflow: hidden; display: block; }
30
31 .quote {
32 font-style: italic;
33 margin: 0em 0.3em;
34 padding-left: 0.3em;
35 color: green;
36 border-left: green solid 2px;
37 }
38 .quote .quote {
39 color: #95b;
40 border-left: #95b solid 2px;
41 }
42 .quote .quote .quote {
43 color: #888;
44 border-left: #888 solid 2px;
45 }