annotate public/libervia.css @ 0:140cec48224a

Initial commit
author Goffi <goffi@goffi.org>
date Sun, 30 Jan 2011 21:50:22 +0100
parents
children 0a7c685faa53
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
140cec48224a Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
1 /*
140cec48224a Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
2 Libervia: a Salut à Toi frontend
140cec48224a Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
3 Copyright (C) 2011 Jérôme Poisson (goffi@goffi.org)
140cec48224a Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
4
140cec48224a Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
5 This program is free software: you can redistribute it and/or modify
140cec48224a Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
6 it under the terms of the GNU Affero General Public License as published by
140cec48224a Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
7 the Free Software Foundation, either version 3 of the License, or
140cec48224a Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
8 (at your option) any later version.
140cec48224a Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
9
140cec48224a Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
10 This program is distributed in the hope that it will be useful,
140cec48224a Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
11 but WITHOUT ANY WARRANTY; without even the implied warranty of
140cec48224a Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
140cec48224a Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
13 GNU Affero General Public License for more details.
140cec48224a Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
14
140cec48224a Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
15 You should have received a copy of the GNU Affero General Public License
140cec48224a Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
16 along with this program. If not, see <http://www.gnu.org/licenses/>.
140cec48224a Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
17 */
140cec48224a Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
18
140cec48224a Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
19 .gwt-MenuBar,.gwt-MenuBar-horizontal {
140cec48224a Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
20 background-color: #C3D9FF;
140cec48224a Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
21 border: 1px solid #87B3FF;
140cec48224a Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
22 cursor: default;
140cec48224a Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
23 }
140cec48224a Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
24
140cec48224a Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
25 .gwt-MenuBar-horizontal .gwt-MenuItem {
140cec48224a Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
26 }
140cec48224a Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
27 .gwt-MenuBar .gwt-MenuItem {
140cec48224a Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
28 padding: 1px 4px 1px 4px;
140cec48224a Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
29 font-size: smaller;
140cec48224a Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
30 cursor: default;
140cec48224a Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
31 }
140cec48224a Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
32
140cec48224a Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
33 .gwt-MenuBar .gwt-MenuItem-selected {
140cec48224a Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
34 background-color: #E8EEF7;
140cec48224a Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
35 }
140cec48224a Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
36
140cec48224a Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
37 .gwt-AutoCompleteTextBox {
140cec48224a Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
38 width: 80%;
140cec48224a Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
39 border: 1px solid #87B3FF;
140cec48224a Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
40 margin-top: 20px;
140cec48224a Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
41 }
140cec48224a Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
42 .gwt-DialogBox {
140cec48224a Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
43 border: 2px outset;
140cec48224a Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
44 background-color: white;
140cec48224a Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
45 }
140cec48224a Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
46
140cec48224a Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
47 .gwt-DialogBox .Caption {
140cec48224a Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
48 background-color: #C3D9FF;
140cec48224a Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
49 padding: 3px;
140cec48224a Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
50 margin: 2px;
140cec48224a Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
51 font-weight: bold;
140cec48224a Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
52 cursor: default;
140cec48224a Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
53 }
140cec48224a Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
54
140cec48224a Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
55 .gwt-DialogBox .Registration {
140cec48224a Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
56 padding: 10px;
140cec48224a Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
57 }
140cec48224a Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
58