Better readability for H2 titles in openweb skin (especially in wiki)
[platal.git] / htdocs / css / lists.archives.css
CommitLineData
0337d704 1/***************************************************************************
5ddeb07c 2 * Copyright (C) 2003-2007 Polytechnique.org *
0337d704 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
21table.bicol+table.bicol { margin: 1ex; }
22table.bicol td.right { white-space: nowrap; }
23table.bicol td.subj { white-space: nowrap; }
24table.bicol tr:hover td { background: yellow; }
25table.bicol tr.pair:hover td { background: inherit; }
26table.bicol tr.impair:hover td { background: inherit; }
27table.bicol img { margin: 1ex; }
28td.subj a { overflow: hidden; display: block; }
29td.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}