fix autocomplete for IE
[platal.git] / htdocs / css / sharky.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
21/*******************************************************************************
22 1 Styles par défauts
23 [ balises sans attributs ou classes sans contexte ]
24*******************************************************************************/
25
26body {
27 background: #99afc1;
28 color: #000000;
29}
30fieldset {
31 border: 1px #305070 solid;
32 background: #80a0c0;
33 color: inherit;
34}
35legend {
36 border: 1px #305070 solid;
37 background: #99b9d0;
38 color: inherit;
39}
40
41/*******************************************************************************
42 2 Styles <p>, <div>, <span>, <li>
43 [ styles classiques d'effets de texte ]
44*******************************************************************************/
45
46h1 {
47 color: #ffffff;
48 background: #657590;
49 border-top: 1px solid #305070;
50 border-bottom: 1px solid #305070;
51 font-family: "Verdana", sans-serif;
52 font-size: 100%;
53}
54
55/*******************************************************************************
56 3 Tableaux bicolores + classes utiles
57 [ Tableaux à lignes alternées, en taille normale, ou tiny ]
58*******************************************************************************/
59
60table.tinybicol, table.bicol {
61 background: #80a0c0;
62 border: 1px solid #305070;
63 border-collapse: collapse;
64}
65table.tinybicol tr, table.bicol tr { }
66table.tinybicol tr.impair , table.bicol tr.impair { background: #80a0c0; }
67table.tinybicol tr.pair, table.bicol tr.pair { background: #99b9d0; }
68table.tinybicol th, table.bicol th {
69 background: #305070;
70 color: #ffffff;
71}
72
73/*******************************************************************************
74 4 Tableau de choix de skins
75 [ Styles pour les tableaux de types de ceux des skins ]
76*******************************************************************************/
77
78#skin {
79 background: #99b9d0;
80 border-top: 1px solid #305070;
81 border-bottom: none;
82}
83
84#skin td {
85 border-top: none;
86 border-bottom: 1px solid #305070;
87 vertical-align: middle;
88}
89
90#skin td.skigauche {
91 background: #99b9d0;
92}
93
94/*******************************************************************************
95 5 Contacts
96 [ Styles liés à l'affichage de contacts ]
97*******************************************************************************/
98
99div.contact-list div.contact {
100 border-top: 1px solid #305070;
101 background: #80a0c0;
102 color: inherit;
103}
104
105div.contact div.long {
106 background: #99b9d0;
107 color: inherit;
108}
109
110/*******************************************************************************
111 6 Profil
112 [ onglets des profils ]
113*******************************************************************************/
114
115/*******************************************************************************
116 7 fiche.php
117 [ cas de la fiche ]
118*******************************************************************************/
119
120/*******************************************************************************
121 A SKIN
122 [ choix de classes faites par le skinneur
123*******************************************************************************/
124
125#body-logo {
126 border-top: 1px solid #305070;
127 border-right: 1px solid #305070;
128 border-left: 1px solid #305070;
129 border-bottom: none;
130}
131
132#body-top {
133 border-bottom: 1px solid #305070;
134}
135
136#body-bottom {
137 border-top: 1px solid #305070;
138}
139
140#body-menu {
141 border-left: 1px solid #305070;
142 border-right: 1px solid #305070;
73d4315e 143 background-image: url("../images/skins/sharky_bubbles.png");
0337d704 144 background-position: 0px 100px;
145 background-repeat: repeat-y;
146}
147
148#body-menu .menu_title {
149 color : #ffffff;
150 background: #657590;
151 border-top: 1px solid #305070;
152 border-bottom: 1px solid #305070;
153}
154
155#body-menu .menu_item {
156 padding-left: 4px;
157 text-align: left;
158}
159
160/* vim: set et ts=4 sts=4 sw=4: */