annotate public/libervia.css @ 65:8f421a12b8f9

browser side: register box CSS update
author Adrien Vigneron <adrienvigneron@mailoo.org>
date Wed, 15 Jun 2011 00:49:34 +0200
parents 4419ef07bb2b
children c378653792b8
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
65
8f421a12b8f9 browser side: register box CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents: 52
diff changeset
3 Copyright (C) 2011 Jérôme Poisson <goffi@goffi.org>
8f421a12b8f9 browser side: register box CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents: 52
diff changeset
4 Copyright (C) 2011 Adrien Vigneron <adrienvigneron@mailoo.org>
0
140cec48224a Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
5
140cec48224a Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
6 This program is free software: you can redistribute it and/or modify
140cec48224a Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
7 it under the terms of the GNU Affero General Public License as published by
140cec48224a Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
8 the Free Software Foundation, either version 3 of the License, or
140cec48224a Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
9 (at your option) any later version.
140cec48224a Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
10
140cec48224a Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
11 This program is distributed in the hope that it will be useful,
140cec48224a Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
12 but WITHOUT ANY WARRANTY; without even the implied warranty of
140cec48224a Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
13 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
140cec48224a Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
14 GNU Affero General Public License for more details.
140cec48224a Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
15
140cec48224a Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
16 You should have received a copy of the GNU Affero General Public License
140cec48224a Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
17 along with this program. If not, see <http://www.gnu.org/licenses/>.
140cec48224a Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
18 */
140cec48224a Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
19
7
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 /*
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
22 * CSS Reset: see http://pyjs.org/wiki/csshellandhowtodealwithit/
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
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
25 /* reset/default styles */
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
26
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
27 html, body, div, span, applet, object, iframe,
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
28 h1, h2, h3, h4, h5, h6, p, blockquote, pre,
65
8f421a12b8f9 browser side: register box CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents: 52
diff changeset
29 a, abbr, acronym, address, big, button, cite, code,
7
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
30 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
31 small, strike, strong, sub, sup, tt, var,
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
32 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
33 fieldset, form, label, legend, table, caption,
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
34 tbody, tfoot, thead, tr, th, td {
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
35 margin: 0;
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
36 padding: 0;
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
37 border: 0;
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
38 outline: 0;
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
39 font-size: 100%;
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
40 vertical-align: baseline;
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
41 background: transparent;
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
42 color: #444;
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
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
46 ol, ul { list-style: none; }
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
47 blockquote, q { quotes: none; }
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
48
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
49 blockquote:before, blockquote:after,
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
50 q:before, q:after {
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
51 content: '';
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
52 content: none;
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
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
56 :focus { outline: 0; }
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
57 ins { text-decoration: none; }
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
58 del { text-decoration: line-through; }
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
59
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
60 table {
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
61 border-collapse: collapse;
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
62 border-spacing: 0;
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
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
66 /* pyjamas iframe hide */
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
67 iframe { position: absolute; }
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
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
70 html, body {
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
71 width: 100%;
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
72 height: 100%;
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
73 min-height: 100%;
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
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
77 body {
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
78 line-height: 1em;
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
79 font-size: 1em;
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
80 overflow: auto;
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
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
84 .scrollpanel {
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
85 margin-bottom: -10000px;
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
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
89 .iescrollpanelfix {
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
90 position: relative;
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
91 top: 100%;
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
92 margin-bottom: -10000px;
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
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
96 /* undo part of the above (non-IE) */
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
97 html>body .iescrollpanelfix { position: static; }
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
98
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
99 /* CSS Reset END */
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
100
29
8152f019d334 browser-side: CSS misc udpates
Goffi <goffi@goffi.org>
parents: 25
diff changeset
101 /* Misc Pyjamas stuff */
8152f019d334 browser-side: CSS misc udpates
Goffi <goffi@goffi.org>
parents: 25
diff changeset
102
0
140cec48224a Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
103 .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
104 background-color: #01FF78;
0
140cec48224a Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
105 border: 1px solid #87B3FF;
140cec48224a Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
106 cursor: default;
140cec48224a Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
107 }
140cec48224a Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
108
140cec48224a Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
109 .gwt-MenuBar-horizontal .gwt-MenuItem {
140cec48224a Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
110 }
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
111 .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
112 padding: 1px 20px 1px 10px;
0
140cec48224a Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
113 font-size: smaller;
140cec48224a Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
114 cursor: default;
140cec48224a Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
115 }
140cec48224a Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
116
140cec48224a Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
117 .gwt-MenuBar .gwt-MenuItem-selected {
140cec48224a Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
118 background-color: #E8EEF7;
140cec48224a Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
119 }
140cec48224a Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
120
140cec48224a Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
121 .gwt-AutoCompleteTextBox {
140cec48224a Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
122 width: 80%;
140cec48224a Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
123 border: 1px solid #87B3FF;
140cec48224a Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
124 margin-top: 20px;
140cec48224a Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
125 }
140cec48224a Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
126 .gwt-DialogBox {
140cec48224a Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
127 border: 2px outset;
140cec48224a Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
128 background-color: white;
140cec48224a Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
129 }
140cec48224a Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
130
140cec48224a Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
131 .gwt-DialogBox .Caption {
140cec48224a Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
132 background-color: #C3D9FF;
140cec48224a Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
133 padding: 3px;
140cec48224a Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
134 margin: 2px;
140cec48224a Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
135 font-weight: bold;
140cec48224a Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
136 cursor: default;
48
153de5d461a4 added Social Contract \o. (in French only so far)
Goffi <goffi@goffi.org>
parents: 47
diff changeset
137 text-align: center;
0
140cec48224a Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
138 }
140cec48224a Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
139
52
4419ef07bb2b browser side: adding contact, first draft
Goffi <goffi@goffi.org>
parents: 48
diff changeset
140 .gwt-ListBox {
4419ef07bb2b browser side: adding contact, first draft
Goffi <goffi@goffi.org>
parents: 48
diff changeset
141 width: 100%;
4419ef07bb2b browser side: adding contact, first draft
Goffi <goffi@goffi.org>
parents: 48
diff changeset
142 }
4419ef07bb2b browser side: adding contact, first draft
Goffi <goffi@goffi.org>
parents: 48
diff changeset
143
25
46c8d5431198 browser side: added CSS for contactsChooser class
Goffi <goffi@goffi.org>
parents: 23
diff changeset
144 /* Custom Dialogs */
46
c3ee630914ba Account creation
Goffi <goffi@goffi.org>
parents: 37
diff changeset
145
c3ee630914ba Account creation
Goffi <goffi@goffi.org>
parents: 37
diff changeset
146 .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
147 font-weight: bold;
c3ee630914ba Account creation
Goffi <goffi@goffi.org>
parents: 37
diff changeset
148 color: red;
c3ee630914ba Account creation
Goffi <goffi@goffi.org>
parents: 37
diff changeset
149 }
c3ee630914ba Account creation
Goffi <goffi@goffi.org>
parents: 37
diff changeset
150
25
46c8d5431198 browser side: added CSS for contactsChooser class
Goffi <goffi@goffi.org>
parents: 23
diff changeset
151 .contactsChooser {
46c8d5431198 browser side: added CSS for contactsChooser class
Goffi <goffi@goffi.org>
parents: 23
diff changeset
152 text-align: center;
46c8d5431198 browser side: added CSS for contactsChooser class
Goffi <goffi@goffi.org>
parents: 23
diff changeset
153 }
46c8d5431198 browser side: added CSS for contactsChooser class
Goffi <goffi@goffi.org>
parents: 23
diff changeset
154
48
153de5d461a4 added Social Contract \o. (in French only so far)
Goffi <goffi@goffi.org>
parents: 47
diff changeset
155 .infoDialogBody {
153de5d461a4 added Social Contract \o. (in French only so far)
Goffi <goffi@goffi.org>
parents: 47
diff changeset
156 width: 100%;
153de5d461a4 added Social Contract \o. (in French only so far)
Goffi <goffi@goffi.org>
parents: 47
diff changeset
157 height: 100%
153de5d461a4 added Social Contract \o. (in French only so far)
Goffi <goffi@goffi.org>
parents: 47
diff changeset
158 }
1
0a7c685faa53 ContactPanel: first draft
Goffi <goffi@goffi.org>
parents: 0
diff changeset
159 /* Contact List */
0a7c685faa53 ContactPanel: first draft
Goffi <goffi@goffi.org>
parents: 0
diff changeset
160
0a7c685faa53 ContactPanel: first draft
Goffi <goffi@goffi.org>
parents: 0
diff changeset
161 .contactTitle {
0a7c685faa53 ContactPanel: first draft
Goffi <goffi@goffi.org>
parents: 0
diff changeset
162 font-style: italic;
0a7c685faa53 ContactPanel: first draft
Goffi <goffi@goffi.org>
parents: 0
diff changeset
163 border-bottom: 1px solid gray;
0a7c685faa53 ContactPanel: first draft
Goffi <goffi@goffi.org>
parents: 0
diff changeset
164 text-align: center;
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
0a7c685faa53 ContactPanel: first draft
Goffi <goffi@goffi.org>
parents: 0
diff changeset
167 .group {
0a7c685faa53 ContactPanel: first draft
Goffi <goffi@goffi.org>
parents: 0
diff changeset
168 font-weight: bold;
0a7c685faa53 ContactPanel: first draft
Goffi <goffi@goffi.org>
parents: 0
diff changeset
169 font-size: small;
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
0a7c685faa53 ContactPanel: first draft
Goffi <goffi@goffi.org>
parents: 0
diff changeset
172 div.group:hover {
0a7c685faa53 ContactPanel: first draft
Goffi <goffi@goffi.org>
parents: 0
diff changeset
173 text-decoration:underline;
0a7c685faa53 ContactPanel: first draft
Goffi <goffi@goffi.org>
parents: 0
diff changeset
174 }
0a7c685faa53 ContactPanel: first draft
Goffi <goffi@goffi.org>
parents: 0
diff changeset
175 .contact {
0a7c685faa53 ContactPanel: first draft
Goffi <goffi@goffi.org>
parents: 0
diff changeset
176 font-size: small;
0a7c685faa53 ContactPanel: first draft
Goffi <goffi@goffi.org>
parents: 0
diff changeset
177 }
0a7c685faa53 ContactPanel: first draft
Goffi <goffi@goffi.org>
parents: 0
diff changeset
178
47
7cabe3c1a5f2 browser side: connected contacts now appear differently
Goffi <goffi@goffi.org>
parents: 46
diff changeset
179 .contactConnected {
7cabe3c1a5f2 browser side: connected contacts now appear differently
Goffi <goffi@goffi.org>
parents: 46
diff changeset
180 color: blue;
7cabe3c1a5f2 browser side: connected contacts now appear differently
Goffi <goffi@goffi.org>
parents: 46
diff changeset
181 }
7cabe3c1a5f2 browser side: connected contacts now appear differently
Goffi <goffi@goffi.org>
parents: 46
diff changeset
182
1
0a7c685faa53 ContactPanel: first draft
Goffi <goffi@goffi.org>
parents: 0
diff changeset
183 .selected {
0a7c685faa53 ContactPanel: first draft
Goffi <goffi@goffi.org>
parents: 0
diff changeset
184 background-color: yellow;
0a7c685faa53 ContactPanel: first draft
Goffi <goffi@goffi.org>
parents: 0
diff changeset
185 }
7
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
186
29
8152f019d334 browser-side: CSS misc udpates
Goffi <goffi@goffi.org>
parents: 25
diff changeset
187 /* UniBox & Status */
8152f019d334 browser-side: CSS misc udpates
Goffi <goffi@goffi.org>
parents: 25
diff changeset
188
8152f019d334 browser-side: CSS misc udpates
Goffi <goffi@goffi.org>
parents: 25
diff changeset
189 .uniBoxPanel {
8152f019d334 browser-side: CSS misc udpates
Goffi <goffi@goffi.org>
parents: 25
diff changeset
190 margin: auto;
8152f019d334 browser-side: CSS misc udpates
Goffi <goffi@goffi.org>
parents: 25
diff changeset
191 width: 80%;
8152f019d334 browser-side: CSS misc udpates
Goffi <goffi@goffi.org>
parents: 25
diff changeset
192 }
20
8f4b1a8914c3 - User status is now updated
Goffi <goffi@goffi.org>
parents: 19
diff changeset
193
8f4b1a8914c3 - User status is now updated
Goffi <goffi@goffi.org>
parents: 19
diff changeset
194 .statusPanel {
8f4b1a8914c3 - User status is now updated
Goffi <goffi@goffi.org>
parents: 19
diff changeset
195 margin: auto;
8f4b1a8914c3 - User status is now updated
Goffi <goffi@goffi.org>
parents: 19
diff changeset
196 text-align: center;
8f4b1a8914c3 - User status is now updated
Goffi <goffi@goffi.org>
parents: 19
diff changeset
197 width: 80%;
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
8f4b1a8914c3 - User status is now updated
Goffi <goffi@goffi.org>
parents: 19
diff changeset
200 .status {
8f4b1a8914c3 - User status is now updated
Goffi <goffi@goffi.org>
parents: 19
diff changeset
201 font-style: italic;
8f4b1a8914c3 - User status is now updated
Goffi <goffi@goffi.org>
parents: 19
diff changeset
202 }
8f4b1a8914c3 - User status is now updated
Goffi <goffi@goffi.org>
parents: 19
diff changeset
203
65
8f421a12b8f9 browser side: register box CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents: 52
diff changeset
204 /* RegisterBox */
8f421a12b8f9 browser side: register box CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents: 52
diff changeset
205
8f421a12b8f9 browser side: register box CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents: 52
diff changeset
206 .registerPanel_main div, .registerPanel_main button {
8f421a12b8f9 browser side: register box CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents: 52
diff changeset
207 color: #fff;
8f421a12b8f9 browser side: register box CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents: 52
diff changeset
208 font-family: Verdana, sans-serif;
8f421a12b8f9 browser side: register box CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents: 52
diff changeset
209 text-decoration: none;
8f421a12b8f9 browser side: register box CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents: 52
diff changeset
210 }
8f421a12b8f9 browser side: register box CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents: 52
diff changeset
211
8f421a12b8f9 browser side: register box CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents: 52
diff changeset
212 .registerPanel_main{
8f421a12b8f9 browser side: register box CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents: 52
diff changeset
213 height: 100%;
8f421a12b8f9 browser side: register box CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents: 52
diff changeset
214 }
8f421a12b8f9 browser side: register box CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents: 52
diff changeset
215
8f421a12b8f9 browser side: register box CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents: 52
diff changeset
216 .registerPanel_tabs .gwt-Label {
8f421a12b8f9 browser side: register box CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents: 52
diff changeset
217 margin-top: 20px;
8f421a12b8f9 browser side: register box CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents: 52
diff changeset
218 margin-left: 15px;
8f421a12b8f9 browser side: register box CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents: 52
diff changeset
219 cursor: pointer;
8f421a12b8f9 browser side: register box CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents: 52
diff changeset
220 }
8f421a12b8f9 browser side: register box CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents: 52
diff changeset
221
8f421a12b8f9 browser side: register box CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents: 52
diff changeset
222 .registerPanel_tabs .gwt-TabBarItem div {
8f421a12b8f9 browser side: register box CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents: 52
diff changeset
223 color: #444444;
8f421a12b8f9 browser side: register box CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents: 52
diff changeset
224 }
8f421a12b8f9 browser side: register box CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents: 52
diff changeset
225
8f421a12b8f9 browser side: register box CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents: 52
diff changeset
226 .registerPanel_tabs .gwt-TabBarItem div:hover {
8f421a12b8f9 browser side: register box CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents: 52
diff changeset
227 color: #fff;
8f421a12b8f9 browser side: register box CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents: 52
diff changeset
228 }
8f421a12b8f9 browser side: register box CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents: 52
diff changeset
229
8f421a12b8f9 browser side: register box CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents: 52
diff changeset
230 .registerPanel_tabs .gwt-TabBarItem-selected div {
8f421a12b8f9 browser side: register box CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents: 52
diff changeset
231 color: #fff;
8f421a12b8f9 browser side: register box CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents: 52
diff changeset
232 }
8f421a12b8f9 browser side: register box CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents: 52
diff changeset
233
8f421a12b8f9 browser side: register box CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents: 52
diff changeset
234 .registerPanel_right_side {
8f421a12b8f9 browser side: register box CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents: 52
diff changeset
235 background: #111 url('popup_right.png');
8f421a12b8f9 browser side: register box CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents: 52
diff changeset
236 height: 100%;
8f421a12b8f9 browser side: register box CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents: 52
diff changeset
237 width: 100%;
8f421a12b8f9 browser side: register box CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents: 52
diff changeset
238 }
8f421a12b8f9 browser side: register box CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents: 52
diff changeset
239 .registerPanel_content {
8f421a12b8f9 browser side: register box CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents: 52
diff changeset
240 margin-left: 50px;
8f421a12b8f9 browser side: register box CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents: 52
diff changeset
241 margin-top: 30px;
8f421a12b8f9 browser side: register box CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents: 52
diff changeset
242 }
8f421a12b8f9 browser side: register box CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents: 52
diff changeset
243
8f421a12b8f9 browser side: register box CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents: 52
diff changeset
244 .registerPanel_content div {
8f421a12b8f9 browser side: register box CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents: 52
diff changeset
245 font-size: 0.8em;
8f421a12b8f9 browser side: register box CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents: 52
diff changeset
246 margin-left: 10px;
8f421a12b8f9 browser side: register box CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents: 52
diff changeset
247 margin-top: 15px;
8f421a12b8f9 browser side: register box CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents: 52
diff changeset
248 font-style: bold;
8f421a12b8f9 browser side: register box CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents: 52
diff changeset
249 color: #888;
8f421a12b8f9 browser side: register box CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents: 52
diff changeset
250 }
8f421a12b8f9 browser side: register box CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents: 52
diff changeset
251
8f421a12b8f9 browser side: register box CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents: 52
diff changeset
252 .registerPanel_content input {
8f421a12b8f9 browser side: register box CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents: 52
diff changeset
253 height: 25px;
8f421a12b8f9 browser side: register box CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents: 52
diff changeset
254 line-height: 25px;
8f421a12b8f9 browser side: register box CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents: 52
diff changeset
255 width: 200px;
8f421a12b8f9 browser side: register box CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents: 52
diff changeset
256 text-indent: 11px;
8f421a12b8f9 browser side: register box CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents: 52
diff changeset
257 background: #000;
8f421a12b8f9 browser side: register box CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents: 52
diff changeset
258 color: #aaa;
8f421a12b8f9 browser side: register box CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents: 52
diff changeset
259 border: 1px solid #222;
8f421a12b8f9 browser side: register box CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents: 52
diff changeset
260 border-radius:15px;
8f421a12b8f9 browser side: register box CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents: 52
diff changeset
261 -webkit-border-radius: 15px;
8f421a12b8f9 browser side: register box CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents: 52
diff changeset
262 -moz-border-radius: 15px;
8f421a12b8f9 browser side: register box CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents: 52
diff changeset
263 }
8f421a12b8f9 browser side: register box CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents: 52
diff changeset
264
8f421a12b8f9 browser side: register box CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents: 52
diff changeset
265 .registerPanel_content input:focus {
8f421a12b8f9 browser side: register box CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents: 52
diff changeset
266 border: 1px solid #444;
8f421a12b8f9 browser side: register box CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents: 52
diff changeset
267 }
8f421a12b8f9 browser side: register box CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents: 52
diff changeset
268
8f421a12b8f9 browser side: register box CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents: 52
diff changeset
269
8f421a12b8f9 browser side: register box CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents: 52
diff changeset
270 .registerPanel_content .button, .registerPanel_content .button:visited {
8f421a12b8f9 browser side: register box CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents: 52
diff changeset
271 background: #222 url('gradient.png') repeat-x;
8f421a12b8f9 browser side: register box CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents: 52
diff changeset
272 display: inline-block;
8f421a12b8f9 browser side: register box CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents: 52
diff changeset
273 text-decoration: none;
8f421a12b8f9 browser side: register box CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents: 52
diff changeset
274 -moz-border-radius: 6px;
8f421a12b8f9 browser side: register box CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents: 52
diff changeset
275 -webkit-border-radius: 6px;
8f421a12b8f9 browser side: register box CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents: 52
diff changeset
276 -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
8f421a12b8f9 browser side: register box CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents: 52
diff changeset
277 -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
8f421a12b8f9 browser side: register box CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents: 52
diff changeset
278 border-bottom: 1px solid rgba(0,0,0,0.25);
8f421a12b8f9 browser side: register box CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents: 52
diff changeset
279 cursor: pointer;
8f421a12b8f9 browser side: register box CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents: 52
diff changeset
280 margin-top: 30px;
8f421a12b8f9 browser side: register box CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents: 52
diff changeset
281 }
8f421a12b8f9 browser side: register box CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents: 52
diff changeset
282
8f421a12b8f9 browser side: register box CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents: 52
diff changeset
283 .registerPanel_content .button:hover { background-color: #111; color: #fff; }
8f421a12b8f9 browser side: register box CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents: 52
diff changeset
284 .registerPanel_content .button:active { top: 1px; }
8f421a12b8f9 browser side: register box CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents: 52
diff changeset
285 .registerPanel_content .button, .registerPanel_content .button:visited { font-size: 14px; font-weight: bold; line-height: 1; text-shadow: 0 -1px 1px rgba(0,0,0,0.25); padding: 7px 10px 8px; }
8f421a12b8f9 browser side: register box CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents: 52
diff changeset
286 .registerPanel_content .red.button, .registerPanel_content .red.button:visited { background-color: #000; }
8f421a12b8f9 browser side: register box CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents: 52
diff changeset
287 .registerPanel_content .red.button:hover { background-color: #bc0000; }
8f421a12b8f9 browser side: register box CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents: 52
diff changeset
288
7
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
289 /* Microblog */
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
290
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
291 .microblogPanel {
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
292 margin: auto;
34
ed935f763cc8 browser side: misc css/layout fixes
Goffi <goffi@goffi.org>
parents: 29
diff changeset
293 width: 95% !important;
9
c80b75bf2e91 browser: misc appearance change
Goffi <goffi@goffi.org>
parents: 7
diff changeset
294 }
c80b75bf2e91 browser: misc appearance change
Goffi <goffi@goffi.org>
parents: 7
diff changeset
295
c80b75bf2e91 browser: misc appearance change
Goffi <goffi@goffi.org>
parents: 7
diff changeset
296 .mb_panel_header{
c80b75bf2e91 browser: misc appearance change
Goffi <goffi@goffi.org>
parents: 7
diff changeset
297 text-align: center;
c80b75bf2e91 browser: misc appearance change
Goffi <goffi@goffi.org>
parents: 7
diff changeset
298 background-color: lightGray;
c80b75bf2e91 browser: misc appearance change
Goffi <goffi@goffi.org>
parents: 7
diff changeset
299 font-style: italic;
c80b75bf2e91 browser: misc appearance change
Goffi <goffi@goffi.org>
parents: 7
diff changeset
300 margin-top: 5px;
c80b75bf2e91 browser: misc appearance change
Goffi <goffi@goffi.org>
parents: 7
diff changeset
301 -moz-border-radius: 50px;
c80b75bf2e91 browser: misc appearance change
Goffi <goffi@goffi.org>
parents: 7
diff changeset
302 -webkit-border-radius: 50px;
c80b75bf2e91 browser: misc appearance change
Goffi <goffi@goffi.org>
parents: 7
diff changeset
303 border-radius: 50px;
7
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
304 }
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
305
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
306 .microblogEntry {
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
307 text-align:center;
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
308
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
309 border: 1px solid LightGray;
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
310
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
311 border-bottom-width: 1px;
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
312 margin-bottom: 5px;
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
313 margin-top: 5px;
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
314 padding-left: 10px;
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
315 padding-right: 10px;
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
316 padding-top: 5px;
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
317 padding-bottom: 5px;
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 -moz-border-radius: 15px;
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
320 -webkit-border-radius: 15px;
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
321 border-radius: 15px;
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
322 }
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
323
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
324 .mb_entry_header {
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
325 font-size: small;
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
326 }
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
327
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
328 .mb_entry_author {
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
329 font-weight: bold;
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
330 }
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
331
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
332 .mb_entry_timestamp {
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
333 font-style: italic;
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
334 }
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
335
29
8152f019d334 browser-side: CSS misc udpates
Goffi <goffi@goffi.org>
parents: 25
diff changeset
336 /* Chat & MUC Room */
19
e8e3704eb97f Added basic chat panel
Goffi <goffi@goffi.org>
parents: 9
diff changeset
337
23
0ce2a57b34ca added tab panel
Goffi <goffi@goffi.org>
parents: 21
diff changeset
338 .chatPanel {
34
ed935f763cc8 browser side: misc css/layout fixes
Goffi <goffi@goffi.org>
parents: 29
diff changeset
339 height: 100%;
ed935f763cc8 browser side: misc css/layout fixes
Goffi <goffi@goffi.org>
parents: 29
diff changeset
340 width: 100%;
29
8152f019d334 browser-side: CSS misc udpates
Goffi <goffi@goffi.org>
parents: 25
diff changeset
341 }
8152f019d334 browser-side: CSS misc udpates
Goffi <goffi@goffi.org>
parents: 25
diff changeset
342
8152f019d334 browser-side: CSS misc udpates
Goffi <goffi@goffi.org>
parents: 25
diff changeset
343 .chatPanel_body {
34
ed935f763cc8 browser side: misc css/layout fixes
Goffi <goffi@goffi.org>
parents: 29
diff changeset
344 height: 100%;
ed935f763cc8 browser side: misc css/layout fixes
Goffi <goffi@goffi.org>
parents: 29
diff changeset
345 width: 100%;
29
8152f019d334 browser-side: CSS misc udpates
Goffi <goffi@goffi.org>
parents: 25
diff changeset
346 }
8152f019d334 browser-side: CSS misc udpates
Goffi <goffi@goffi.org>
parents: 25
diff changeset
347
8152f019d334 browser-side: CSS misc udpates
Goffi <goffi@goffi.org>
parents: 25
diff changeset
348 .chatContent {
8152f019d334 browser-side: CSS misc udpates
Goffi <goffi@goffi.org>
parents: 25
diff changeset
349 overflow: auto;
23
0ce2a57b34ca added tab panel
Goffi <goffi@goffi.org>
parents: 21
diff changeset
350 }
0ce2a57b34ca added tab panel
Goffi <goffi@goffi.org>
parents: 21
diff changeset
351
19
e8e3704eb97f Added basic chat panel
Goffi <goffi@goffi.org>
parents: 9
diff changeset
352 .chatText {
e8e3704eb97f Added basic chat panel
Goffi <goffi@goffi.org>
parents: 9
diff changeset
353 /* font-size: smaller; */
e8e3704eb97f Added basic chat panel
Goffi <goffi@goffi.org>
parents: 9
diff changeset
354 }
e8e3704eb97f Added basic chat panel
Goffi <goffi@goffi.org>
parents: 9
diff changeset
355
35
d43d6e4b9dc8 room user joining/leaving
Goffi <goffi@goffi.org>
parents: 34
diff changeset
356 .chatTextInfo {
d43d6e4b9dc8 room user joining/leaving
Goffi <goffi@goffi.org>
parents: 34
diff changeset
357 font-weight: bold;
d43d6e4b9dc8 room user joining/leaving
Goffi <goffi@goffi.org>
parents: 34
diff changeset
358 }
d43d6e4b9dc8 room user joining/leaving
Goffi <goffi@goffi.org>
parents: 34
diff changeset
359
d43d6e4b9dc8 room user joining/leaving
Goffi <goffi@goffi.org>
parents: 34
diff changeset
360 .chatTextInfo {
d43d6e4b9dc8 room user joining/leaving
Goffi <goffi@goffi.org>
parents: 34
diff changeset
361 font-style: italic;
d43d6e4b9dc8 room user joining/leaving
Goffi <goffi@goffi.org>
parents: 34
diff changeset
362 }
d43d6e4b9dc8 room user joining/leaving
Goffi <goffi@goffi.org>
parents: 34
diff changeset
363
29
8152f019d334 browser-side: CSS misc udpates
Goffi <goffi@goffi.org>
parents: 25
diff changeset
364 .chatArea {
34
ed935f763cc8 browser side: misc css/layout fixes
Goffi <goffi@goffi.org>
parents: 29
diff changeset
365 height:100%;
35
d43d6e4b9dc8 room user joining/leaving
Goffi <goffi@goffi.org>
parents: 34
diff changeset
366 width:100%;
29
8152f019d334 browser-side: CSS misc udpates
Goffi <goffi@goffi.org>
parents: 25
diff changeset
367 }
8152f019d334 browser-side: CSS misc udpates
Goffi <goffi@goffi.org>
parents: 25
diff changeset
368
19
e8e3704eb97f Added basic chat panel
Goffi <goffi@goffi.org>
parents: 9
diff changeset
369 .chat_text_timestamp {
e8e3704eb97f Added basic chat panel
Goffi <goffi@goffi.org>
parents: 9
diff changeset
370 font-style: italic;
e8e3704eb97f Added basic chat panel
Goffi <goffi@goffi.org>
parents: 9
diff changeset
371 }
e8e3704eb97f Added basic chat panel
Goffi <goffi@goffi.org>
parents: 9
diff changeset
372
e8e3704eb97f Added basic chat panel
Goffi <goffi@goffi.org>
parents: 9
diff changeset
373 .chat_text_nick {
e8e3704eb97f Added basic chat panel
Goffi <goffi@goffi.org>
parents: 9
diff changeset
374 font-weight: bold;
e8e3704eb97f Added basic chat panel
Goffi <goffi@goffi.org>
parents: 9
diff changeset
375 }
e8e3704eb97f Added basic chat panel
Goffi <goffi@goffi.org>
parents: 9
diff changeset
376
e8e3704eb97f Added basic chat panel
Goffi <goffi@goffi.org>
parents: 9
diff changeset
377 .chat_text_mymess {
e8e3704eb97f Added basic chat panel
Goffi <goffi@goffi.org>
parents: 9
diff changeset
378 color: blue;
e8e3704eb97f Added basic chat panel
Goffi <goffi@goffi.org>
parents: 9
diff changeset
379 }
e8e3704eb97f Added basic chat panel
Goffi <goffi@goffi.org>
parents: 9
diff changeset
380
29
8152f019d334 browser-side: CSS misc udpates
Goffi <goffi@goffi.org>
parents: 25
diff changeset
381 .occupant {
8152f019d334 browser-side: CSS misc udpates
Goffi <goffi@goffi.org>
parents: 25
diff changeset
382 padding-right: 15px;
8152f019d334 browser-side: CSS misc udpates
Goffi <goffi@goffi.org>
parents: 25
diff changeset
383 }
8152f019d334 browser-side: CSS misc udpates
Goffi <goffi@goffi.org>
parents: 25
diff changeset
384
8152f019d334 browser-side: CSS misc udpates
Goffi <goffi@goffi.org>
parents: 25
diff changeset
385 .occupantsList {
8152f019d334 browser-side: CSS misc udpates
Goffi <goffi@goffi.org>
parents: 25
diff changeset
386 border-right: 1px solid lightGray;
8152f019d334 browser-side: CSS misc udpates
Goffi <goffi@goffi.org>
parents: 25
diff changeset
387 margin-left: 5px;
8152f019d334 browser-side: CSS misc udpates
Goffi <goffi@goffi.org>
parents: 25
diff changeset
388 margin-right: 10px;
8152f019d334 browser-side: CSS misc udpates
Goffi <goffi@goffi.org>
parents: 25
diff changeset
389 height: 100%;
8152f019d334 browser-side: CSS misc udpates
Goffi <goffi@goffi.org>
parents: 25
diff changeset
390 }
8152f019d334 browser-side: CSS misc udpates
Goffi <goffi@goffi.org>
parents: 25
diff changeset
391
36
1d406077b49b Tarot Game: first draft
Goffi <goffi@goffi.org>
parents: 35
diff changeset
392 /* Games */
1d406077b49b Tarot Game: first draft
Goffi <goffi@goffi.org>
parents: 35
diff changeset
393
1d406077b49b Tarot Game: first draft
Goffi <goffi@goffi.org>
parents: 35
diff changeset
394 .cardPanel {
37
b306aa090438 Tarot game: game launching (first hand showed), and contract selection
Goffi <goffi@goffi.org>
parents: 36
diff changeset
395 background: #02FE03;
36
1d406077b49b Tarot Game: first draft
Goffi <goffi@goffi.org>
parents: 35
diff changeset
396 margin: 0 auto;
1d406077b49b Tarot Game: first draft
Goffi <goffi@goffi.org>
parents: 35
diff changeset
397 }
1d406077b49b Tarot Game: first draft
Goffi <goffi@goffi.org>
parents: 35
diff changeset
398
37
b306aa090438 Tarot game: game launching (first hand showed), and contract selection
Goffi <goffi@goffi.org>
parents: 36
diff changeset
399 .cardGamePlayerNick {
b306aa090438 Tarot game: game launching (first hand showed), and contract selection
Goffi <goffi@goffi.org>
parents: 36
diff changeset
400 font-weight: bold;
b306aa090438 Tarot game: game launching (first hand showed), and contract selection
Goffi <goffi@goffi.org>
parents: 36
diff changeset
401 }
b306aa090438 Tarot game: game launching (first hand showed), and contract selection
Goffi <goffi@goffi.org>
parents: 36
diff changeset
402
36
1d406077b49b Tarot Game: first draft
Goffi <goffi@goffi.org>
parents: 35
diff changeset
403 /* Drag and drop */
7
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
404
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
405 .dragover {
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
406 background: #8f8;
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
407 }
19
e8e3704eb97f Added basic chat panel
Goffi <goffi@goffi.org>
parents: 9
diff changeset
408
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
409 /* 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
410
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 .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
412 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
413 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
414 background-color: white;
34
ed935f763cc8 browser side: misc css/layout fixes
Goffi <goffi@goffi.org>
parents: 29
diff changeset
415 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
416 }
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
417
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
418 .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
419 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
420 }
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
421
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
422 .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
423 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
424 }
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
425
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
426 .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
427 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
428 }
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
429
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
430 .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
431 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
432 }
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
433
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
434 .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
435 }
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
436
23
0ce2a57b34ca added tab panel
Goffi <goffi@goffi.org>
parents: 21
diff changeset
437 /* Tab panel */
29
8152f019d334 browser-side: CSS misc udpates
Goffi <goffi@goffi.org>
parents: 25
diff changeset
438
8152f019d334 browser-side: CSS misc udpates
Goffi <goffi@goffi.org>
parents: 25
diff changeset
439 .mainTabPanel {
8152f019d334 browser-side: CSS misc udpates
Goffi <goffi@goffi.org>
parents: 25
diff changeset
440 }
8152f019d334 browser-side: CSS misc udpates
Goffi <goffi@goffi.org>
parents: 25
diff changeset
441
8152f019d334 browser-side: CSS misc udpates
Goffi <goffi@goffi.org>
parents: 25
diff changeset
442 .gwt-TabPanel {
8152f019d334 browser-side: CSS misc udpates
Goffi <goffi@goffi.org>
parents: 25
diff changeset
443 }
23
0ce2a57b34ca added tab panel
Goffi <goffi@goffi.org>
parents: 21
diff changeset
444
0ce2a57b34ca added tab panel
Goffi <goffi@goffi.org>
parents: 21
diff changeset
445 .gwt-TabPanelBottom {
0ce2a57b34ca added tab panel
Goffi <goffi@goffi.org>
parents: 21
diff changeset
446 height: 100%;
0ce2a57b34ca added tab panel
Goffi <goffi@goffi.org>
parents: 21
diff changeset
447 }
0ce2a57b34ca added tab panel
Goffi <goffi@goffi.org>
parents: 21
diff changeset
448
0ce2a57b34ca added tab panel
Goffi <goffi@goffi.org>
parents: 21
diff changeset
449 .gwt-TabBar {
0ce2a57b34ca added tab panel
Goffi <goffi@goffi.org>
parents: 21
diff changeset
450 /*background-color: #C3D9FF;*/
0ce2a57b34ca added tab panel
Goffi <goffi@goffi.org>
parents: 21
diff changeset
451 position: fixed;
29
8152f019d334 browser-side: CSS misc udpates
Goffi <goffi@goffi.org>
parents: 25
diff changeset
452 z-index: 10;
23
0ce2a57b34ca added tab panel
Goffi <goffi@goffi.org>
parents: 21
diff changeset
453 bottom: 0;
0ce2a57b34ca added tab panel
Goffi <goffi@goffi.org>
parents: 21
diff changeset
454 font-size: small;
0ce2a57b34ca added tab panel
Goffi <goffi@goffi.org>
parents: 21
diff changeset
455 }
0ce2a57b34ca added tab panel
Goffi <goffi@goffi.org>
parents: 21
diff changeset
456
0ce2a57b34ca added tab panel
Goffi <goffi@goffi.org>
parents: 21
diff changeset
457 .gwt-TabBar .gwt-TabBarFirst {
0ce2a57b34ca added tab panel
Goffi <goffi@goffi.org>
parents: 21
diff changeset
458 height: 100%;
0ce2a57b34ca added tab panel
Goffi <goffi@goffi.org>
parents: 21
diff changeset
459 padding-left: 3px;
0ce2a57b34ca added tab panel
Goffi <goffi@goffi.org>
parents: 21
diff changeset
460 }
0ce2a57b34ca added tab panel
Goffi <goffi@goffi.org>
parents: 21
diff changeset
461
0ce2a57b34ca added tab panel
Goffi <goffi@goffi.org>
parents: 21
diff changeset
462 .gwt-TabBar .gwt-TabBarRest {
0ce2a57b34ca added tab panel
Goffi <goffi@goffi.org>
parents: 21
diff changeset
463 padding-right: 3px;
0ce2a57b34ca added tab panel
Goffi <goffi@goffi.org>
parents: 21
diff changeset
464 }
0ce2a57b34ca added tab panel
Goffi <goffi@goffi.org>
parents: 21
diff changeset
465
65
8f421a12b8f9 browser side: register box CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents: 52
diff changeset
466 .mainTabPanel .gwt-TabBar .gwt-TabBarItem {
23
0ce2a57b34ca added tab panel
Goffi <goffi@goffi.org>
parents: 21
diff changeset
467 border-top: 1px solid #C3D9FF;
0ce2a57b34ca added tab panel
Goffi <goffi@goffi.org>
parents: 21
diff changeset
468 border-bottom: 1px solid #C3D9FF;
29
8152f019d334 browser-side: CSS misc udpates
Goffi <goffi@goffi.org>
parents: 25
diff changeset
469 border-right: 1px solid #C3D9FF;
8152f019d334 browser-side: CSS misc udpates
Goffi <goffi@goffi.org>
parents: 25
diff changeset
470 background: white;
23
0ce2a57b34ca added tab panel
Goffi <goffi@goffi.org>
parents: 21
diff changeset
471 padding: 2px;
0ce2a57b34ca added tab panel
Goffi <goffi@goffi.org>
parents: 21
diff changeset
472 cursor: pointer;
0ce2a57b34ca added tab panel
Goffi <goffi@goffi.org>
parents: 21
diff changeset
473 }
0ce2a57b34ca added tab panel
Goffi <goffi@goffi.org>
parents: 21
diff changeset
474
65
8f421a12b8f9 browser side: register box CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents: 52
diff changeset
475 .mainTabPanel div.gwt-TabBarItem:hover {
29
8152f019d334 browser-side: CSS misc udpates
Goffi <goffi@goffi.org>
parents: 25
diff changeset
476 background: yellow;
8152f019d334 browser-side: CSS misc udpates
Goffi <goffi@goffi.org>
parents: 25
diff changeset
477 }
8152f019d334 browser-side: CSS misc udpates
Goffi <goffi@goffi.org>
parents: 25
diff changeset
478
65
8f421a12b8f9 browser side: register box CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents: 52
diff changeset
479 .mainTabPanel .gwt-TabBar .gwt-TabBarItem-selected {
23
0ce2a57b34ca added tab panel
Goffi <goffi@goffi.org>
parents: 21
diff changeset
480 font-weight: bold;
0ce2a57b34ca added tab panel
Goffi <goffi@goffi.org>
parents: 21
diff changeset
481 background-color: #E8EEF7;
0ce2a57b34ca added tab panel
Goffi <goffi@goffi.org>
parents: 21
diff changeset
482 border-top: 1px solid #87B3FF;
0ce2a57b34ca added tab panel
Goffi <goffi@goffi.org>
parents: 21
diff changeset
483 border-left: 1px solid #87B3FF;
0ce2a57b34ca added tab panel
Goffi <goffi@goffi.org>
parents: 21
diff changeset
484 border-right: 1px solid #87B3FF;
0ce2a57b34ca added tab panel
Goffi <goffi@goffi.org>
parents: 21
diff changeset
485 border-bottom: 1px solid #E8EEF7;
0ce2a57b34ca added tab panel
Goffi <goffi@goffi.org>
parents: 21
diff changeset
486 padding: 2px;
0ce2a57b34ca added tab panel
Goffi <goffi@goffi.org>
parents: 21
diff changeset
487 cursor: default;
0ce2a57b34ca added tab panel
Goffi <goffi@goffi.org>
parents: 21
diff changeset
488 }
0ce2a57b34ca added tab panel
Goffi <goffi@goffi.org>
parents: 21
diff changeset
489
0ce2a57b34ca added tab panel
Goffi <goffi@goffi.org>
parents: 21
diff changeset
490
19
e8e3704eb97f Added basic chat panel
Goffi <goffi@goffi.org>
parents: 9
diff changeset
491 /* Misc */
e8e3704eb97f Added basic chat panel
Goffi <goffi@goffi.org>
parents: 9
diff changeset
492
e8e3704eb97f Added basic chat panel
Goffi <goffi@goffi.org>
parents: 9
diff changeset
493 .selected_widget {
e8e3704eb97f Added basic chat panel
Goffi <goffi@goffi.org>
parents: 9
diff changeset
494 /* 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
495 * (messages entered in unibox will be sent to this widget)
e8e3704eb97f Added basic chat panel
Goffi <goffi@goffi.org>
parents: 9
diff changeset
496 */
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
497 border: 3px dashed red;
19
e8e3704eb97f Added basic chat panel
Goffi <goffi@goffi.org>
parents: 9
diff changeset
498 }
34
ed935f763cc8 browser side: misc css/layout fixes
Goffi <goffi@goffi.org>
parents: 29
diff changeset
499
48
153de5d461a4 added Social Contract \o. (in French only so far)
Goffi <goffi@goffi.org>
parents: 47
diff changeset
500 .infoFrame {
153de5d461a4 added Social Contract \o. (in French only so far)
Goffi <goffi@goffi.org>
parents: 47
diff changeset
501 position: relative;
153de5d461a4 added Social Contract \o. (in French only so far)
Goffi <goffi@goffi.org>
parents: 47
diff changeset
502 width: 100%;
153de5d461a4 added Social Contract \o. (in French only so far)
Goffi <goffi@goffi.org>
parents: 47
diff changeset
503 height: 100%;
153de5d461a4 added Social Contract \o. (in French only so far)
Goffi <goffi@goffi.org>
parents: 47
diff changeset
504 }