annotate public/libervia.css @ 48:153de5d461a4

added Social Contract \o. (in French only so far) - new infoDialog, to show widget, it's used here to show an external webpage - some CSS tuning
author Goffi <goffi@goffi.org>
date Thu, 26 May 2011 18:44:31 +0200
parents 7cabe3c1a5f2
children 4419ef07bb2b
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
7
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
19
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
20 /*
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
21 * CSS Reset: see http://pyjs.org/wiki/csshellandhowtodealwithit/
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
22 */
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
23
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
24 /* reset/default styles */
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
25
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
26 html, body, div, span, applet, object, iframe,
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
27 h1, h2, h3, h4, h5, h6, p, blockquote, pre,
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
28 a, abbr, acronym, address, big, cite, code,
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
29 del, dfn, em, font, img, ins, kbd, q, s, samp,
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
30 small, strike, strong, sub, sup, tt, var,
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
31 b, u, i, center, dl, dt, dd, ol, ul, li,
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
32 fieldset, form, label, legend, table, caption,
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
33 tbody, tfoot, thead, tr, th, td {
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
34 margin: 0;
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
35 padding: 0;
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
36 border: 0;
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
37 outline: 0;
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
38 font-size: 100%;
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
39 vertical-align: baseline;
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
40 background: transparent;
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
41 color: #444;
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
42
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
43 }
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
44
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
45 ol, ul { list-style: none; }
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
46 blockquote, q { quotes: none; }
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
47
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
48 blockquote:before, blockquote:after,
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
49 q:before, q:after {
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
50 content: '';
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
51 content: none;
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
52
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
53 }
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
54
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
55 :focus { outline: 0; }
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
56 ins { text-decoration: none; }
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
57 del { text-decoration: line-through; }
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
58
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
59 table {
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
60 border-collapse: collapse;
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
61 border-spacing: 0;
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
62
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
63 }
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
64
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
65 /* pyjamas iframe hide */
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
66 iframe { position: absolute; }
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
67
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
68
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
69 html, body {
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
70 width: 100%;
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
71 height: 100%;
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
72 min-height: 100%;
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
73
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
74 }
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
75
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
76 body {
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
77 line-height: 1em;
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
78 font-size: 1em;
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
79 overflow: auto;
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
80
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
81 }
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
82
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
83 .scrollpanel {
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
84 margin-bottom: -10000px;
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
85
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
86 }
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
87
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
88 .iescrollpanelfix {
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
89 position: relative;
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
90 top: 100%;
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
91 margin-bottom: -10000px;
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
92
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
93 }
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
94
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
95 /* undo part of the above (non-IE) */
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
96 html>body .iescrollpanelfix { position: static; }
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
97
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
98 /* CSS Reset END */
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
99
29
8152f019d334 browser-side: CSS misc udpates
Goffi <goffi@goffi.org>
parents: 25
diff changeset
100 /* Misc Pyjamas stuff */
8152f019d334 browser-side: CSS misc udpates
Goffi <goffi@goffi.org>
parents: 25
diff changeset
101
0
140cec48224a Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
102 .gwt-MenuBar,.gwt-MenuBar-horizontal {
21
77c2e48efa29 browser side: a warning message now show who will receive the message entered in UniBox, with a color depending on how many people will be able to see it
Goffi <goffi@goffi.org>
parents: 20
diff changeset
103 background-color: #01FF78;
0
140cec48224a Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
104 border: 1px solid #87B3FF;
140cec48224a Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
105 cursor: default;
140cec48224a Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
106 }
140cec48224a Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
107
140cec48224a Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
108 .gwt-MenuBar-horizontal .gwt-MenuItem {
140cec48224a Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
109 }
21
77c2e48efa29 browser side: a warning message now show who will receive the message entered in UniBox, with a color depending on how many people will be able to see it
Goffi <goffi@goffi.org>
parents: 20
diff changeset
110 .gwt-MenuItem {
77c2e48efa29 browser side: a warning message now show who will receive the message entered in UniBox, with a color depending on how many people will be able to see it
Goffi <goffi@goffi.org>
parents: 20
diff changeset
111 padding: 1px 20px 1px 10px;
0
140cec48224a Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
112 font-size: smaller;
140cec48224a Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
113 cursor: default;
140cec48224a Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
114 }
140cec48224a Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
115
140cec48224a Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
116 .gwt-MenuBar .gwt-MenuItem-selected {
140cec48224a Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
117 background-color: #E8EEF7;
140cec48224a Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
118 }
140cec48224a Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
119
140cec48224a Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
120 .gwt-AutoCompleteTextBox {
140cec48224a Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
121 width: 80%;
140cec48224a Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
122 border: 1px solid #87B3FF;
140cec48224a Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
123 margin-top: 20px;
140cec48224a Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
124 }
140cec48224a Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
125 .gwt-DialogBox {
140cec48224a Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
126 border: 2px outset;
140cec48224a Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
127 background-color: white;
140cec48224a Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
128 }
140cec48224a Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
129
140cec48224a Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
130 .gwt-DialogBox .Caption {
140cec48224a Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
131 background-color: #C3D9FF;
140cec48224a Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
132 padding: 3px;
140cec48224a Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
133 margin: 2px;
140cec48224a Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
134 font-weight: bold;
140cec48224a Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
135 cursor: default;
48
153de5d461a4 added Social Contract \o. (in French only so far)
Goffi <goffi@goffi.org>
parents: 47
diff changeset
136 text-align: center;
0
140cec48224a Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
137 }
140cec48224a Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
138
140cec48224a Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
139 .gwt-DialogBox .Registration {
140cec48224a Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
140 padding: 10px;
140cec48224a Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
141 }
140cec48224a Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
142
25
46c8d5431198 browser side: added CSS for contactsChooser class
Goffi <goffi@goffi.org>
parents: 23
diff changeset
143 /* Custom Dialogs */
46
c3ee630914ba Account creation
Goffi <goffi@goffi.org>
parents: 37
diff changeset
144
c3ee630914ba Account creation
Goffi <goffi@goffi.org>
parents: 37
diff changeset
145 .formWarning { /* used when a form is not valid and must be corrected before submission */
c3ee630914ba Account creation
Goffi <goffi@goffi.org>
parents: 37
diff changeset
146 font-weight: bold;
c3ee630914ba Account creation
Goffi <goffi@goffi.org>
parents: 37
diff changeset
147 color: red;
c3ee630914ba Account creation
Goffi <goffi@goffi.org>
parents: 37
diff changeset
148 }
c3ee630914ba Account creation
Goffi <goffi@goffi.org>
parents: 37
diff changeset
149
25
46c8d5431198 browser side: added CSS for contactsChooser class
Goffi <goffi@goffi.org>
parents: 23
diff changeset
150 .contactsChooser {
46c8d5431198 browser side: added CSS for contactsChooser class
Goffi <goffi@goffi.org>
parents: 23
diff changeset
151 text-align: center;
46c8d5431198 browser side: added CSS for contactsChooser class
Goffi <goffi@goffi.org>
parents: 23
diff changeset
152 }
46c8d5431198 browser side: added CSS for contactsChooser class
Goffi <goffi@goffi.org>
parents: 23
diff changeset
153
48
153de5d461a4 added Social Contract \o. (in French only so far)
Goffi <goffi@goffi.org>
parents: 47
diff changeset
154 .infoDialogBody {
153de5d461a4 added Social Contract \o. (in French only so far)
Goffi <goffi@goffi.org>
parents: 47
diff changeset
155 width: 100%;
153de5d461a4 added Social Contract \o. (in French only so far)
Goffi <goffi@goffi.org>
parents: 47
diff changeset
156 height: 100%
153de5d461a4 added Social Contract \o. (in French only so far)
Goffi <goffi@goffi.org>
parents: 47
diff changeset
157 }
1
0a7c685faa53 ContactPanel: first draft
Goffi <goffi@goffi.org>
parents: 0
diff changeset
158 /* Contact List */
0a7c685faa53 ContactPanel: first draft
Goffi <goffi@goffi.org>
parents: 0
diff changeset
159
0a7c685faa53 ContactPanel: first draft
Goffi <goffi@goffi.org>
parents: 0
diff changeset
160 .contactTitle {
0a7c685faa53 ContactPanel: first draft
Goffi <goffi@goffi.org>
parents: 0
diff changeset
161 font-style: italic;
0a7c685faa53 ContactPanel: first draft
Goffi <goffi@goffi.org>
parents: 0
diff changeset
162 border-bottom: 1px solid gray;
0a7c685faa53 ContactPanel: first draft
Goffi <goffi@goffi.org>
parents: 0
diff changeset
163 text-align: center;
0a7c685faa53 ContactPanel: first draft
Goffi <goffi@goffi.org>
parents: 0
diff changeset
164 }
0a7c685faa53 ContactPanel: first draft
Goffi <goffi@goffi.org>
parents: 0
diff changeset
165
0a7c685faa53 ContactPanel: first draft
Goffi <goffi@goffi.org>
parents: 0
diff changeset
166 .group {
0a7c685faa53 ContactPanel: first draft
Goffi <goffi@goffi.org>
parents: 0
diff changeset
167 font-weight: bold;
0a7c685faa53 ContactPanel: first draft
Goffi <goffi@goffi.org>
parents: 0
diff changeset
168 font-size: small;
0a7c685faa53 ContactPanel: first draft
Goffi <goffi@goffi.org>
parents: 0
diff changeset
169 }
0a7c685faa53 ContactPanel: first draft
Goffi <goffi@goffi.org>
parents: 0
diff changeset
170
0a7c685faa53 ContactPanel: first draft
Goffi <goffi@goffi.org>
parents: 0
diff changeset
171 div.group:hover {
0a7c685faa53 ContactPanel: first draft
Goffi <goffi@goffi.org>
parents: 0
diff changeset
172 text-decoration:underline;
0a7c685faa53 ContactPanel: first draft
Goffi <goffi@goffi.org>
parents: 0
diff changeset
173 }
0a7c685faa53 ContactPanel: first draft
Goffi <goffi@goffi.org>
parents: 0
diff changeset
174 .contact {
0a7c685faa53 ContactPanel: first draft
Goffi <goffi@goffi.org>
parents: 0
diff changeset
175 font-size: small;
0a7c685faa53 ContactPanel: first draft
Goffi <goffi@goffi.org>
parents: 0
diff changeset
176 }
0a7c685faa53 ContactPanel: first draft
Goffi <goffi@goffi.org>
parents: 0
diff changeset
177
47
7cabe3c1a5f2 browser side: connected contacts now appear differently
Goffi <goffi@goffi.org>
parents: 46
diff changeset
178 .contactConnected {
7cabe3c1a5f2 browser side: connected contacts now appear differently
Goffi <goffi@goffi.org>
parents: 46
diff changeset
179 color: blue;
7cabe3c1a5f2 browser side: connected contacts now appear differently
Goffi <goffi@goffi.org>
parents: 46
diff changeset
180 }
7cabe3c1a5f2 browser side: connected contacts now appear differently
Goffi <goffi@goffi.org>
parents: 46
diff changeset
181
1
0a7c685faa53 ContactPanel: first draft
Goffi <goffi@goffi.org>
parents: 0
diff changeset
182 .selected {
0a7c685faa53 ContactPanel: first draft
Goffi <goffi@goffi.org>
parents: 0
diff changeset
183 background-color: yellow;
0a7c685faa53 ContactPanel: first draft
Goffi <goffi@goffi.org>
parents: 0
diff changeset
184 }
7
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
185
29
8152f019d334 browser-side: CSS misc udpates
Goffi <goffi@goffi.org>
parents: 25
diff changeset
186 /* UniBox & Status */
8152f019d334 browser-side: CSS misc udpates
Goffi <goffi@goffi.org>
parents: 25
diff changeset
187
8152f019d334 browser-side: CSS misc udpates
Goffi <goffi@goffi.org>
parents: 25
diff changeset
188 .uniBoxPanel {
8152f019d334 browser-side: CSS misc udpates
Goffi <goffi@goffi.org>
parents: 25
diff changeset
189 margin: auto;
8152f019d334 browser-side: CSS misc udpates
Goffi <goffi@goffi.org>
parents: 25
diff changeset
190 width: 80%;
8152f019d334 browser-side: CSS misc udpates
Goffi <goffi@goffi.org>
parents: 25
diff changeset
191 }
20
8f4b1a8914c3 - User status is now updated
Goffi <goffi@goffi.org>
parents: 19
diff changeset
192
8f4b1a8914c3 - User status is now updated
Goffi <goffi@goffi.org>
parents: 19
diff changeset
193 .statusPanel {
8f4b1a8914c3 - User status is now updated
Goffi <goffi@goffi.org>
parents: 19
diff changeset
194 margin: auto;
8f4b1a8914c3 - User status is now updated
Goffi <goffi@goffi.org>
parents: 19
diff changeset
195 text-align: center;
8f4b1a8914c3 - User status is now updated
Goffi <goffi@goffi.org>
parents: 19
diff changeset
196 width: 80%;
8f4b1a8914c3 - User status is now updated
Goffi <goffi@goffi.org>
parents: 19
diff changeset
197 }
8f4b1a8914c3 - User status is now updated
Goffi <goffi@goffi.org>
parents: 19
diff changeset
198
8f4b1a8914c3 - User status is now updated
Goffi <goffi@goffi.org>
parents: 19
diff changeset
199 .status {
8f4b1a8914c3 - User status is now updated
Goffi <goffi@goffi.org>
parents: 19
diff changeset
200 font-style: italic;
8f4b1a8914c3 - User status is now updated
Goffi <goffi@goffi.org>
parents: 19
diff changeset
201 }
8f4b1a8914c3 - User status is now updated
Goffi <goffi@goffi.org>
parents: 19
diff changeset
202
7
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
203 /* Microblog */
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
204
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
205 .microblogPanel {
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
206 margin: auto;
34
ed935f763cc8 browser side: misc css/layout fixes
Goffi <goffi@goffi.org>
parents: 29
diff changeset
207 width: 95% !important;
9
c80b75bf2e91 browser: misc appearance change
Goffi <goffi@goffi.org>
parents: 7
diff changeset
208 }
c80b75bf2e91 browser: misc appearance change
Goffi <goffi@goffi.org>
parents: 7
diff changeset
209
c80b75bf2e91 browser: misc appearance change
Goffi <goffi@goffi.org>
parents: 7
diff changeset
210 .mb_panel_header{
c80b75bf2e91 browser: misc appearance change
Goffi <goffi@goffi.org>
parents: 7
diff changeset
211 text-align: center;
c80b75bf2e91 browser: misc appearance change
Goffi <goffi@goffi.org>
parents: 7
diff changeset
212 background-color: lightGray;
c80b75bf2e91 browser: misc appearance change
Goffi <goffi@goffi.org>
parents: 7
diff changeset
213 font-style: italic;
c80b75bf2e91 browser: misc appearance change
Goffi <goffi@goffi.org>
parents: 7
diff changeset
214 margin-top: 5px;
c80b75bf2e91 browser: misc appearance change
Goffi <goffi@goffi.org>
parents: 7
diff changeset
215 -moz-border-radius: 50px;
c80b75bf2e91 browser: misc appearance change
Goffi <goffi@goffi.org>
parents: 7
diff changeset
216 -webkit-border-radius: 50px;
c80b75bf2e91 browser: misc appearance change
Goffi <goffi@goffi.org>
parents: 7
diff changeset
217 border-radius: 50px;
7
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
218 }
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
219
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
220 .microblogEntry {
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
221 text-align:center;
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
222
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
223 border: 1px solid LightGray;
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
224
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
225 border-bottom-width: 1px;
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
226 margin-bottom: 5px;
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
227 margin-top: 5px;
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
228 padding-left: 10px;
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
229 padding-right: 10px;
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
230 padding-top: 5px;
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
231 padding-bottom: 5px;
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
232
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
233 -moz-border-radius: 15px;
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
234 -webkit-border-radius: 15px;
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
235 border-radius: 15px;
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
236 }
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
237
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
238 .mb_entry_header {
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
239 font-size: small;
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
240 }
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
241
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
242 .mb_entry_author {
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
243 font-weight: bold;
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
244 }
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
245
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
246 .mb_entry_timestamp {
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
247 font-style: italic;
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
248 }
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
249
29
8152f019d334 browser-side: CSS misc udpates
Goffi <goffi@goffi.org>
parents: 25
diff changeset
250 /* Chat & MUC Room */
19
e8e3704eb97f Added basic chat panel
Goffi <goffi@goffi.org>
parents: 9
diff changeset
251
23
0ce2a57b34ca added tab panel
Goffi <goffi@goffi.org>
parents: 21
diff changeset
252 .chatPanel {
34
ed935f763cc8 browser side: misc css/layout fixes
Goffi <goffi@goffi.org>
parents: 29
diff changeset
253 height: 100%;
ed935f763cc8 browser side: misc css/layout fixes
Goffi <goffi@goffi.org>
parents: 29
diff changeset
254 width: 100%;
29
8152f019d334 browser-side: CSS misc udpates
Goffi <goffi@goffi.org>
parents: 25
diff changeset
255 }
8152f019d334 browser-side: CSS misc udpates
Goffi <goffi@goffi.org>
parents: 25
diff changeset
256
8152f019d334 browser-side: CSS misc udpates
Goffi <goffi@goffi.org>
parents: 25
diff changeset
257 .chatPanel_body {
34
ed935f763cc8 browser side: misc css/layout fixes
Goffi <goffi@goffi.org>
parents: 29
diff changeset
258 height: 100%;
ed935f763cc8 browser side: misc css/layout fixes
Goffi <goffi@goffi.org>
parents: 29
diff changeset
259 width: 100%;
29
8152f019d334 browser-side: CSS misc udpates
Goffi <goffi@goffi.org>
parents: 25
diff changeset
260 }
8152f019d334 browser-side: CSS misc udpates
Goffi <goffi@goffi.org>
parents: 25
diff changeset
261
8152f019d334 browser-side: CSS misc udpates
Goffi <goffi@goffi.org>
parents: 25
diff changeset
262 .chatContent {
8152f019d334 browser-side: CSS misc udpates
Goffi <goffi@goffi.org>
parents: 25
diff changeset
263 overflow: auto;
23
0ce2a57b34ca added tab panel
Goffi <goffi@goffi.org>
parents: 21
diff changeset
264 }
0ce2a57b34ca added tab panel
Goffi <goffi@goffi.org>
parents: 21
diff changeset
265
19
e8e3704eb97f Added basic chat panel
Goffi <goffi@goffi.org>
parents: 9
diff changeset
266 .chatText {
e8e3704eb97f Added basic chat panel
Goffi <goffi@goffi.org>
parents: 9
diff changeset
267 /* font-size: smaller; */
e8e3704eb97f Added basic chat panel
Goffi <goffi@goffi.org>
parents: 9
diff changeset
268 }
e8e3704eb97f Added basic chat panel
Goffi <goffi@goffi.org>
parents: 9
diff changeset
269
35
d43d6e4b9dc8 room user joining/leaving
Goffi <goffi@goffi.org>
parents: 34
diff changeset
270 .chatTextInfo {
d43d6e4b9dc8 room user joining/leaving
Goffi <goffi@goffi.org>
parents: 34
diff changeset
271 font-weight: bold;
d43d6e4b9dc8 room user joining/leaving
Goffi <goffi@goffi.org>
parents: 34
diff changeset
272 }
d43d6e4b9dc8 room user joining/leaving
Goffi <goffi@goffi.org>
parents: 34
diff changeset
273
d43d6e4b9dc8 room user joining/leaving
Goffi <goffi@goffi.org>
parents: 34
diff changeset
274 .chatTextInfo {
d43d6e4b9dc8 room user joining/leaving
Goffi <goffi@goffi.org>
parents: 34
diff changeset
275 font-style: italic;
d43d6e4b9dc8 room user joining/leaving
Goffi <goffi@goffi.org>
parents: 34
diff changeset
276 }
d43d6e4b9dc8 room user joining/leaving
Goffi <goffi@goffi.org>
parents: 34
diff changeset
277
29
8152f019d334 browser-side: CSS misc udpates
Goffi <goffi@goffi.org>
parents: 25
diff changeset
278 .chatArea {
34
ed935f763cc8 browser side: misc css/layout fixes
Goffi <goffi@goffi.org>
parents: 29
diff changeset
279 height:100%;
35
d43d6e4b9dc8 room user joining/leaving
Goffi <goffi@goffi.org>
parents: 34
diff changeset
280 width:100%;
29
8152f019d334 browser-side: CSS misc udpates
Goffi <goffi@goffi.org>
parents: 25
diff changeset
281 }
8152f019d334 browser-side: CSS misc udpates
Goffi <goffi@goffi.org>
parents: 25
diff changeset
282
19
e8e3704eb97f Added basic chat panel
Goffi <goffi@goffi.org>
parents: 9
diff changeset
283 .chat_text_timestamp {
e8e3704eb97f Added basic chat panel
Goffi <goffi@goffi.org>
parents: 9
diff changeset
284 font-style: italic;
e8e3704eb97f Added basic chat panel
Goffi <goffi@goffi.org>
parents: 9
diff changeset
285 }
e8e3704eb97f Added basic chat panel
Goffi <goffi@goffi.org>
parents: 9
diff changeset
286
e8e3704eb97f Added basic chat panel
Goffi <goffi@goffi.org>
parents: 9
diff changeset
287 .chat_text_nick {
e8e3704eb97f Added basic chat panel
Goffi <goffi@goffi.org>
parents: 9
diff changeset
288 font-weight: bold;
e8e3704eb97f Added basic chat panel
Goffi <goffi@goffi.org>
parents: 9
diff changeset
289 }
e8e3704eb97f Added basic chat panel
Goffi <goffi@goffi.org>
parents: 9
diff changeset
290
e8e3704eb97f Added basic chat panel
Goffi <goffi@goffi.org>
parents: 9
diff changeset
291 .chat_text_mymess {
e8e3704eb97f Added basic chat panel
Goffi <goffi@goffi.org>
parents: 9
diff changeset
292 color: blue;
e8e3704eb97f Added basic chat panel
Goffi <goffi@goffi.org>
parents: 9
diff changeset
293 }
e8e3704eb97f Added basic chat panel
Goffi <goffi@goffi.org>
parents: 9
diff changeset
294
29
8152f019d334 browser-side: CSS misc udpates
Goffi <goffi@goffi.org>
parents: 25
diff changeset
295 .occupant {
8152f019d334 browser-side: CSS misc udpates
Goffi <goffi@goffi.org>
parents: 25
diff changeset
296 padding-right: 15px;
8152f019d334 browser-side: CSS misc udpates
Goffi <goffi@goffi.org>
parents: 25
diff changeset
297 }
8152f019d334 browser-side: CSS misc udpates
Goffi <goffi@goffi.org>
parents: 25
diff changeset
298
8152f019d334 browser-side: CSS misc udpates
Goffi <goffi@goffi.org>
parents: 25
diff changeset
299 .occupantsList {
8152f019d334 browser-side: CSS misc udpates
Goffi <goffi@goffi.org>
parents: 25
diff changeset
300 border-right: 1px solid lightGray;
8152f019d334 browser-side: CSS misc udpates
Goffi <goffi@goffi.org>
parents: 25
diff changeset
301 margin-left: 5px;
8152f019d334 browser-side: CSS misc udpates
Goffi <goffi@goffi.org>
parents: 25
diff changeset
302 margin-right: 10px;
8152f019d334 browser-side: CSS misc udpates
Goffi <goffi@goffi.org>
parents: 25
diff changeset
303 height: 100%;
8152f019d334 browser-side: CSS misc udpates
Goffi <goffi@goffi.org>
parents: 25
diff changeset
304 }
8152f019d334 browser-side: CSS misc udpates
Goffi <goffi@goffi.org>
parents: 25
diff changeset
305
36
1d406077b49b Tarot Game: first draft
Goffi <goffi@goffi.org>
parents: 35
diff changeset
306 /* Games */
1d406077b49b Tarot Game: first draft
Goffi <goffi@goffi.org>
parents: 35
diff changeset
307
1d406077b49b Tarot Game: first draft
Goffi <goffi@goffi.org>
parents: 35
diff changeset
308 .cardPanel {
37
b306aa090438 Tarot game: game launching (first hand showed), and contract selection
Goffi <goffi@goffi.org>
parents: 36
diff changeset
309 background: #02FE03;
36
1d406077b49b Tarot Game: first draft
Goffi <goffi@goffi.org>
parents: 35
diff changeset
310 margin: 0 auto;
1d406077b49b Tarot Game: first draft
Goffi <goffi@goffi.org>
parents: 35
diff changeset
311 }
1d406077b49b Tarot Game: first draft
Goffi <goffi@goffi.org>
parents: 35
diff changeset
312
37
b306aa090438 Tarot game: game launching (first hand showed), and contract selection
Goffi <goffi@goffi.org>
parents: 36
diff changeset
313 .cardGamePlayerNick {
b306aa090438 Tarot game: game launching (first hand showed), and contract selection
Goffi <goffi@goffi.org>
parents: 36
diff changeset
314 font-weight: bold;
b306aa090438 Tarot game: game launching (first hand showed), and contract selection
Goffi <goffi@goffi.org>
parents: 36
diff changeset
315 }
b306aa090438 Tarot game: game launching (first hand showed), and contract selection
Goffi <goffi@goffi.org>
parents: 36
diff changeset
316
36
1d406077b49b Tarot Game: first draft
Goffi <goffi@goffi.org>
parents: 35
diff changeset
317 /* Drag and drop */
7
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
318
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
319 .dragover {
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
320 background: #8f8;
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
321 }
19
e8e3704eb97f Added basic chat panel
Goffi <goffi@goffi.org>
parents: 9
diff changeset
322
21
77c2e48efa29 browser side: a warning message now show who will receive the message entered in UniBox, with a color depending on how many people will be able to see it
Goffi <goffi@goffi.org>
parents: 20
diff changeset
323 /* Warning message */
77c2e48efa29 browser side: a warning message now show who will receive the message entered in UniBox, with a color depending on how many people will be able to see it
Goffi <goffi@goffi.org>
parents: 20
diff changeset
324
77c2e48efa29 browser side: a warning message now show who will receive the message entered in UniBox, with a color depending on how many people will be able to see it
Goffi <goffi@goffi.org>
parents: 20
diff changeset
325 .warningPopup {
77c2e48efa29 browser side: a warning message now show who will receive the message entered in UniBox, with a color depending on how many people will be able to see it
Goffi <goffi@goffi.org>
parents: 20
diff changeset
326 width: 100%;
77c2e48efa29 browser side: a warning message now show who will receive the message entered in UniBox, with a color depending on how many people will be able to see it
Goffi <goffi@goffi.org>
parents: 20
diff changeset
327 text-align: center;
77c2e48efa29 browser side: a warning message now show who will receive the message entered in UniBox, with a color depending on how many people will be able to see it
Goffi <goffi@goffi.org>
parents: 20
diff changeset
328 background-color: white;
34
ed935f763cc8 browser side: misc css/layout fixes
Goffi <goffi@goffi.org>
parents: 29
diff changeset
329 padding: 4px 0;
21
77c2e48efa29 browser side: a warning message now show who will receive the message entered in UniBox, with a color depending on how many people will be able to see it
Goffi <goffi@goffi.org>
parents: 20
diff changeset
330 }
77c2e48efa29 browser side: a warning message now show who will receive the message entered in UniBox, with a color depending on how many people will be able to see it
Goffi <goffi@goffi.org>
parents: 20
diff changeset
331
77c2e48efa29 browser side: a warning message now show who will receive the message entered in UniBox, with a color depending on how many people will be able to see it
Goffi <goffi@goffi.org>
parents: 20
diff changeset
332 .warningTarget {
77c2e48efa29 browser side: a warning message now show who will receive the message entered in UniBox, with a color depending on how many people will be able to see it
Goffi <goffi@goffi.org>
parents: 20
diff changeset
333 font-weight: bold;
77c2e48efa29 browser side: a warning message now show who will receive the message entered in UniBox, with a color depending on how many people will be able to see it
Goffi <goffi@goffi.org>
parents: 20
diff changeset
334 }
77c2e48efa29 browser side: a warning message now show who will receive the message entered in UniBox, with a color depending on how many people will be able to see it
Goffi <goffi@goffi.org>
parents: 20
diff changeset
335
77c2e48efa29 browser side: a warning message now show who will receive the message entered in UniBox, with a color depending on how many people will be able to see it
Goffi <goffi@goffi.org>
parents: 20
diff changeset
336 .targetPublic {
77c2e48efa29 browser side: a warning message now show who will receive the message entered in UniBox, with a color depending on how many people will be able to see it
Goffi <goffi@goffi.org>
parents: 20
diff changeset
337 background-color: red;
77c2e48efa29 browser side: a warning message now show who will receive the message entered in UniBox, with a color depending on how many people will be able to see it
Goffi <goffi@goffi.org>
parents: 20
diff changeset
338 }
77c2e48efa29 browser side: a warning message now show who will receive the message entered in UniBox, with a color depending on how many people will be able to see it
Goffi <goffi@goffi.org>
parents: 20
diff changeset
339
77c2e48efa29 browser side: a warning message now show who will receive the message entered in UniBox, with a color depending on how many people will be able to see it
Goffi <goffi@goffi.org>
parents: 20
diff changeset
340 .targetGroup {
77c2e48efa29 browser side: a warning message now show who will receive the message entered in UniBox, with a color depending on how many people will be able to see it
Goffi <goffi@goffi.org>
parents: 20
diff changeset
341 background-color: #00FFFB;
77c2e48efa29 browser side: a warning message now show who will receive the message entered in UniBox, with a color depending on how many people will be able to see it
Goffi <goffi@goffi.org>
parents: 20
diff changeset
342 }
77c2e48efa29 browser side: a warning message now show who will receive the message entered in UniBox, with a color depending on how many people will be able to see it
Goffi <goffi@goffi.org>
parents: 20
diff changeset
343
77c2e48efa29 browser side: a warning message now show who will receive the message entered in UniBox, with a color depending on how many people will be able to see it
Goffi <goffi@goffi.org>
parents: 20
diff changeset
344 .targetOne2One {
77c2e48efa29 browser side: a warning message now show who will receive the message entered in UniBox, with a color depending on how many people will be able to see it
Goffi <goffi@goffi.org>
parents: 20
diff changeset
345 background-color: #72FF06;
77c2e48efa29 browser side: a warning message now show who will receive the message entered in UniBox, with a color depending on how many people will be able to see it
Goffi <goffi@goffi.org>
parents: 20
diff changeset
346 }
77c2e48efa29 browser side: a warning message now show who will receive the message entered in UniBox, with a color depending on how many people will be able to see it
Goffi <goffi@goffi.org>
parents: 20
diff changeset
347
77c2e48efa29 browser side: a warning message now show who will receive the message entered in UniBox, with a color depending on how many people will be able to see it
Goffi <goffi@goffi.org>
parents: 20
diff changeset
348 .targetStatus {
77c2e48efa29 browser side: a warning message now show who will receive the message entered in UniBox, with a color depending on how many people will be able to see it
Goffi <goffi@goffi.org>
parents: 20
diff changeset
349 }
77c2e48efa29 browser side: a warning message now show who will receive the message entered in UniBox, with a color depending on how many people will be able to see it
Goffi <goffi@goffi.org>
parents: 20
diff changeset
350
23
0ce2a57b34ca added tab panel
Goffi <goffi@goffi.org>
parents: 21
diff changeset
351 /* Tab panel */
29
8152f019d334 browser-side: CSS misc udpates
Goffi <goffi@goffi.org>
parents: 25
diff changeset
352
8152f019d334 browser-side: CSS misc udpates
Goffi <goffi@goffi.org>
parents: 25
diff changeset
353 .mainTabPanel {
8152f019d334 browser-side: CSS misc udpates
Goffi <goffi@goffi.org>
parents: 25
diff changeset
354 }
8152f019d334 browser-side: CSS misc udpates
Goffi <goffi@goffi.org>
parents: 25
diff changeset
355
8152f019d334 browser-side: CSS misc udpates
Goffi <goffi@goffi.org>
parents: 25
diff changeset
356 .gwt-TabPanel {
8152f019d334 browser-side: CSS misc udpates
Goffi <goffi@goffi.org>
parents: 25
diff changeset
357 }
23
0ce2a57b34ca added tab panel
Goffi <goffi@goffi.org>
parents: 21
diff changeset
358
0ce2a57b34ca added tab panel
Goffi <goffi@goffi.org>
parents: 21
diff changeset
359 .gwt-TabPanelBottom {
0ce2a57b34ca added tab panel
Goffi <goffi@goffi.org>
parents: 21
diff changeset
360 height: 100%;
0ce2a57b34ca added tab panel
Goffi <goffi@goffi.org>
parents: 21
diff changeset
361 }
0ce2a57b34ca added tab panel
Goffi <goffi@goffi.org>
parents: 21
diff changeset
362
0ce2a57b34ca added tab panel
Goffi <goffi@goffi.org>
parents: 21
diff changeset
363 .gwt-TabBar {
0ce2a57b34ca added tab panel
Goffi <goffi@goffi.org>
parents: 21
diff changeset
364 /*background-color: #C3D9FF;*/
0ce2a57b34ca added tab panel
Goffi <goffi@goffi.org>
parents: 21
diff changeset
365 position: fixed;
29
8152f019d334 browser-side: CSS misc udpates
Goffi <goffi@goffi.org>
parents: 25
diff changeset
366 z-index: 10;
23
0ce2a57b34ca added tab panel
Goffi <goffi@goffi.org>
parents: 21
diff changeset
367 bottom: 0;
0ce2a57b34ca added tab panel
Goffi <goffi@goffi.org>
parents: 21
diff changeset
368 font-size: small;
0ce2a57b34ca added tab panel
Goffi <goffi@goffi.org>
parents: 21
diff changeset
369 }
0ce2a57b34ca added tab panel
Goffi <goffi@goffi.org>
parents: 21
diff changeset
370
0ce2a57b34ca added tab panel
Goffi <goffi@goffi.org>
parents: 21
diff changeset
371 .gwt-TabBar .gwt-TabBarFirst {
0ce2a57b34ca added tab panel
Goffi <goffi@goffi.org>
parents: 21
diff changeset
372 height: 100%;
0ce2a57b34ca added tab panel
Goffi <goffi@goffi.org>
parents: 21
diff changeset
373 padding-left: 3px;
0ce2a57b34ca added tab panel
Goffi <goffi@goffi.org>
parents: 21
diff changeset
374 }
0ce2a57b34ca added tab panel
Goffi <goffi@goffi.org>
parents: 21
diff changeset
375
0ce2a57b34ca added tab panel
Goffi <goffi@goffi.org>
parents: 21
diff changeset
376 .gwt-TabBar .gwt-TabBarRest {
0ce2a57b34ca added tab panel
Goffi <goffi@goffi.org>
parents: 21
diff changeset
377 padding-right: 3px;
0ce2a57b34ca added tab panel
Goffi <goffi@goffi.org>
parents: 21
diff changeset
378 }
0ce2a57b34ca added tab panel
Goffi <goffi@goffi.org>
parents: 21
diff changeset
379
0ce2a57b34ca added tab panel
Goffi <goffi@goffi.org>
parents: 21
diff changeset
380 .gwt-TabBar .gwt-TabBarItem {
0ce2a57b34ca added tab panel
Goffi <goffi@goffi.org>
parents: 21
diff changeset
381 border-top: 1px solid #C3D9FF;
0ce2a57b34ca added tab panel
Goffi <goffi@goffi.org>
parents: 21
diff changeset
382 border-bottom: 1px solid #C3D9FF;
29
8152f019d334 browser-side: CSS misc udpates
Goffi <goffi@goffi.org>
parents: 25
diff changeset
383 border-right: 1px solid #C3D9FF;
8152f019d334 browser-side: CSS misc udpates
Goffi <goffi@goffi.org>
parents: 25
diff changeset
384 background: white;
23
0ce2a57b34ca added tab panel
Goffi <goffi@goffi.org>
parents: 21
diff changeset
385 padding: 2px;
0ce2a57b34ca added tab panel
Goffi <goffi@goffi.org>
parents: 21
diff changeset
386 cursor: pointer;
0ce2a57b34ca added tab panel
Goffi <goffi@goffi.org>
parents: 21
diff changeset
387 }
0ce2a57b34ca added tab panel
Goffi <goffi@goffi.org>
parents: 21
diff changeset
388
29
8152f019d334 browser-side: CSS misc udpates
Goffi <goffi@goffi.org>
parents: 25
diff changeset
389 div.gwt-TabBarItem:hover {
8152f019d334 browser-side: CSS misc udpates
Goffi <goffi@goffi.org>
parents: 25
diff changeset
390 background: yellow;
8152f019d334 browser-side: CSS misc udpates
Goffi <goffi@goffi.org>
parents: 25
diff changeset
391 }
8152f019d334 browser-side: CSS misc udpates
Goffi <goffi@goffi.org>
parents: 25
diff changeset
392
23
0ce2a57b34ca added tab panel
Goffi <goffi@goffi.org>
parents: 21
diff changeset
393 .gwt-TabBar .gwt-TabBarItem-selected {
0ce2a57b34ca added tab panel
Goffi <goffi@goffi.org>
parents: 21
diff changeset
394 font-weight: bold;
0ce2a57b34ca added tab panel
Goffi <goffi@goffi.org>
parents: 21
diff changeset
395 background-color: #E8EEF7;
0ce2a57b34ca added tab panel
Goffi <goffi@goffi.org>
parents: 21
diff changeset
396 border-top: 1px solid #87B3FF;
0ce2a57b34ca added tab panel
Goffi <goffi@goffi.org>
parents: 21
diff changeset
397 border-left: 1px solid #87B3FF;
0ce2a57b34ca added tab panel
Goffi <goffi@goffi.org>
parents: 21
diff changeset
398 border-right: 1px solid #87B3FF;
0ce2a57b34ca added tab panel
Goffi <goffi@goffi.org>
parents: 21
diff changeset
399 border-bottom: 1px solid #E8EEF7;
0ce2a57b34ca added tab panel
Goffi <goffi@goffi.org>
parents: 21
diff changeset
400 padding: 2px;
0ce2a57b34ca added tab panel
Goffi <goffi@goffi.org>
parents: 21
diff changeset
401 cursor: default;
0ce2a57b34ca added tab panel
Goffi <goffi@goffi.org>
parents: 21
diff changeset
402 }
0ce2a57b34ca added tab panel
Goffi <goffi@goffi.org>
parents: 21
diff changeset
403
0ce2a57b34ca added tab panel
Goffi <goffi@goffi.org>
parents: 21
diff changeset
404
19
e8e3704eb97f Added basic chat panel
Goffi <goffi@goffi.org>
parents: 9
diff changeset
405 /* Misc */
e8e3704eb97f Added basic chat panel
Goffi <goffi@goffi.org>
parents: 9
diff changeset
406
e8e3704eb97f Added basic chat panel
Goffi <goffi@goffi.org>
parents: 9
diff changeset
407 .selected_widget {
e8e3704eb97f Added basic chat panel
Goffi <goffi@goffi.org>
parents: 9
diff changeset
408 /* this property is set when a widget is the current target of the uniBox
e8e3704eb97f Added basic chat panel
Goffi <goffi@goffi.org>
parents: 9
diff changeset
409 * (messages entered in unibox will be sent to this widget)
e8e3704eb97f Added basic chat panel
Goffi <goffi@goffi.org>
parents: 9
diff changeset
410 */
21
77c2e48efa29 browser side: a warning message now show who will receive the message entered in UniBox, with a color depending on how many people will be able to see it
Goffi <goffi@goffi.org>
parents: 20
diff changeset
411 border: 3px dashed red;
19
e8e3704eb97f Added basic chat panel
Goffi <goffi@goffi.org>
parents: 9
diff changeset
412 }
34
ed935f763cc8 browser side: misc css/layout fixes
Goffi <goffi@goffi.org>
parents: 29
diff changeset
413
48
153de5d461a4 added Social Contract \o. (in French only so far)
Goffi <goffi@goffi.org>
parents: 47
diff changeset
414 .infoFrame {
153de5d461a4 added Social Contract \o. (in French only so far)
Goffi <goffi@goffi.org>
parents: 47
diff changeset
415 position: relative;
153de5d461a4 added Social Contract \o. (in French only so far)
Goffi <goffi@goffi.org>
parents: 47
diff changeset
416 width: 100%;
153de5d461a4 added Social Contract \o. (in French only so far)
Goffi <goffi@goffi.org>
parents: 47
diff changeset
417 height: 100%;
153de5d461a4 added Social Contract \o. (in French only so far)
Goffi <goffi@goffi.org>
parents: 47
diff changeset
418 }