Happy New Year !
[platal.git] / htdocs / css / igoogle.css
1 /***************************************************************************
2 * Copyright (C) 2003-2013 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 body {
22 font-family: "Arial", sans-serif;
23 font-size: small;
24 color: #000000;
25 background: #ffffff;
26 background-position: center;
27 margin: 0.2em 0em;
28 }
29
30 a:link, a:visited, a:active, a:hover { color: #003399; background: none; }
31 img { vertical-align: middle; }
32 a img { border: 0px; }
33 td { vertical-align: top; }
34 div.more { font-size: x-small; text-align: right; }
35
36 /* Events */
37 div.events ul { margin: 0; padding: 0 0.2em 0 1em; }
38 div.events ul li { margin: 0.5em 0.2em; padding: 0; }
39 li.unread { font-weight: bold; }
40
41 /* Search gadget: frame */
42 div.welcome {
43 text-align: center;
44 }
45
46 div.search {
47 text-align: center;
48 margin-top: 1em;
49 }
50
51 div.error {
52 color: red;
53 font-weight: bold;
54 }
55
56 /* Search gadget: result page */
57 div.contact-list div.contact {
58 width: 100%;
59 text-align: left;
60 border-top: 1px solid #003399;
61 background: #F4D09C;
62 color: inherit;
63 }
64
65 div.grayed {
66 color: #444444;
67 font-style: italic;
68 }
69
70 div.grayed div.contact {
71 background: #eee;
72 }
73
74 div.contact div.nom {
75 font-weight: bold;
76 float: left;
77 }
78
79 div.contact div.autre {
80 text-align: right;
81 float: right;
82 }
83
84 div.contact div.long {
85 width: 100%;
86 clear: both;
87 background: white;
88 color: inherit;
89 padding-top: 1px;
90 padding-bottom: 1px;
91 }
92
93 div.long table { width: 100%; }
94 div.long td.lt { width: 35%; }
95 div.long td.rt { width: 65%; }
96
97 /* vim: set et ts=4 sts=4 sw=4: */