annotate public/libervia.css @ 46:c3ee630914ba

Account creation * browser side: - login dialog has been extended to manage subscription * server side: - SATActionIDHandler to manage replies to action - account is created on subscribtion form, a password is created, and 2 emails are send (one to user, one to administrator) - access of main microblog is set to open
author Goffi <goffi@goffi.org>
date Thu, 26 May 2011 16:43:30 +0200
parents b306aa090438
children 7cabe3c1a5f2
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;
140cec48224a Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
136 }
140cec48224a Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
137
140cec48224a Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
138 .gwt-DialogBox .Registration {
140cec48224a Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
139 padding: 10px;
140cec48224a Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
140 }
140cec48224a Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
141
25
46c8d5431198 browser side: added CSS for contactsChooser class
Goffi <goffi@goffi.org>
parents: 23
diff changeset
142 /* Custom Dialogs */
46
c3ee630914ba Account creation
Goffi <goffi@goffi.org>
parents: 37
diff changeset
143
c3ee630914ba Account creation
Goffi <goffi@goffi.org>
parents: 37
diff changeset
144 .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
145 font-weight: bold;
c3ee630914ba Account creation
Goffi <goffi@goffi.org>
parents: 37
diff changeset
146 color: red;
c3ee630914ba Account creation
Goffi <goffi@goffi.org>
parents: 37
diff changeset
147 }
c3ee630914ba Account creation
Goffi <goffi@goffi.org>
parents: 37
diff changeset
148
25
46c8d5431198 browser side: added CSS for contactsChooser class
Goffi <goffi@goffi.org>
parents: 23
diff changeset
149 .contactsChooser {
46c8d5431198 browser side: added CSS for contactsChooser class
Goffi <goffi@goffi.org>
parents: 23
diff changeset
150 text-align: center;
46c8d5431198 browser side: added CSS for contactsChooser class
Goffi <goffi@goffi.org>
parents: 23
diff changeset
151 }
46c8d5431198 browser side: added CSS for contactsChooser class
Goffi <goffi@goffi.org>
parents: 23
diff changeset
152
1
0a7c685faa53 ContactPanel: first draft
Goffi <goffi@goffi.org>
parents: 0
diff changeset
153 /* Contact List */
0a7c685faa53 ContactPanel: first draft
Goffi <goffi@goffi.org>
parents: 0
diff changeset
154
0a7c685faa53 ContactPanel: first draft
Goffi <goffi@goffi.org>
parents: 0
diff changeset
155 .contactTitle {
0a7c685faa53 ContactPanel: first draft
Goffi <goffi@goffi.org>
parents: 0
diff changeset
156 font-style: italic;
0a7c685faa53 ContactPanel: first draft
Goffi <goffi@goffi.org>
parents: 0
diff changeset
157 border-bottom: 1px solid gray;
0a7c685faa53 ContactPanel: first draft
Goffi <goffi@goffi.org>
parents: 0
diff changeset
158 text-align: center;
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
0a7c685faa53 ContactPanel: first draft
Goffi <goffi@goffi.org>
parents: 0
diff changeset
161 .group {
0a7c685faa53 ContactPanel: first draft
Goffi <goffi@goffi.org>
parents: 0
diff changeset
162 font-weight: bold;
0a7c685faa53 ContactPanel: first draft
Goffi <goffi@goffi.org>
parents: 0
diff changeset
163 font-size: small;
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 div.group:hover {
0a7c685faa53 ContactPanel: first draft
Goffi <goffi@goffi.org>
parents: 0
diff changeset
167 text-decoration:underline;
0a7c685faa53 ContactPanel: first draft
Goffi <goffi@goffi.org>
parents: 0
diff changeset
168 }
0a7c685faa53 ContactPanel: first draft
Goffi <goffi@goffi.org>
parents: 0
diff changeset
169 .contact {
0a7c685faa53 ContactPanel: first draft
Goffi <goffi@goffi.org>
parents: 0
diff changeset
170 font-size: small;
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
0a7c685faa53 ContactPanel: first draft
Goffi <goffi@goffi.org>
parents: 0
diff changeset
173 .selected {
0a7c685faa53 ContactPanel: first draft
Goffi <goffi@goffi.org>
parents: 0
diff changeset
174 background-color: yellow;
0a7c685faa53 ContactPanel: first draft
Goffi <goffi@goffi.org>
parents: 0
diff changeset
175 }
7
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
176
29
8152f019d334 browser-side: CSS misc udpates
Goffi <goffi@goffi.org>
parents: 25
diff changeset
177 /* UniBox & Status */
8152f019d334 browser-side: CSS misc udpates
Goffi <goffi@goffi.org>
parents: 25
diff changeset
178
8152f019d334 browser-side: CSS misc udpates
Goffi <goffi@goffi.org>
parents: 25
diff changeset
179 .uniBoxPanel {
8152f019d334 browser-side: CSS misc udpates
Goffi <goffi@goffi.org>
parents: 25
diff changeset
180 margin: auto;
8152f019d334 browser-side: CSS misc udpates
Goffi <goffi@goffi.org>
parents: 25
diff changeset
181 width: 80%;
8152f019d334 browser-side: CSS misc udpates
Goffi <goffi@goffi.org>
parents: 25
diff changeset
182 }
20
8f4b1a8914c3 - User status is now updated
Goffi <goffi@goffi.org>
parents: 19
diff changeset
183
8f4b1a8914c3 - User status is now updated
Goffi <goffi@goffi.org>
parents: 19
diff changeset
184 .statusPanel {
8f4b1a8914c3 - User status is now updated
Goffi <goffi@goffi.org>
parents: 19
diff changeset
185 margin: auto;
8f4b1a8914c3 - User status is now updated
Goffi <goffi@goffi.org>
parents: 19
diff changeset
186 text-align: center;
8f4b1a8914c3 - User status is now updated
Goffi <goffi@goffi.org>
parents: 19
diff changeset
187 width: 80%;
8f4b1a8914c3 - User status is now updated
Goffi <goffi@goffi.org>
parents: 19
diff changeset
188 }
8f4b1a8914c3 - User status is now updated
Goffi <goffi@goffi.org>
parents: 19
diff changeset
189
8f4b1a8914c3 - User status is now updated
Goffi <goffi@goffi.org>
parents: 19
diff changeset
190 .status {
8f4b1a8914c3 - User status is now updated
Goffi <goffi@goffi.org>
parents: 19
diff changeset
191 font-style: italic;
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
7
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
194 /* Microblog */
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
195
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
196 .microblogPanel {
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
197 margin: auto;
34
ed935f763cc8 browser side: misc css/layout fixes
Goffi <goffi@goffi.org>
parents: 29
diff changeset
198 width: 95% !important;
9
c80b75bf2e91 browser: misc appearance change
Goffi <goffi@goffi.org>
parents: 7
diff changeset
199 }
c80b75bf2e91 browser: misc appearance change
Goffi <goffi@goffi.org>
parents: 7
diff changeset
200
c80b75bf2e91 browser: misc appearance change
Goffi <goffi@goffi.org>
parents: 7
diff changeset
201 .mb_panel_header{
c80b75bf2e91 browser: misc appearance change
Goffi <goffi@goffi.org>
parents: 7
diff changeset
202 text-align: center;
c80b75bf2e91 browser: misc appearance change
Goffi <goffi@goffi.org>
parents: 7
diff changeset
203 background-color: lightGray;
c80b75bf2e91 browser: misc appearance change
Goffi <goffi@goffi.org>
parents: 7
diff changeset
204 font-style: italic;
c80b75bf2e91 browser: misc appearance change
Goffi <goffi@goffi.org>
parents: 7
diff changeset
205 margin-top: 5px;
c80b75bf2e91 browser: misc appearance change
Goffi <goffi@goffi.org>
parents: 7
diff changeset
206 -moz-border-radius: 50px;
c80b75bf2e91 browser: misc appearance change
Goffi <goffi@goffi.org>
parents: 7
diff changeset
207 -webkit-border-radius: 50px;
c80b75bf2e91 browser: misc appearance change
Goffi <goffi@goffi.org>
parents: 7
diff changeset
208 border-radius: 50px;
7
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
209 }
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
210
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
211 .microblogEntry {
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
212 text-align:center;
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
213
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
214 border: 1px solid LightGray;
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
215
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
216 border-bottom-width: 1px;
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
217 margin-bottom: 5px;
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
218 margin-top: 5px;
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
219 padding-left: 10px;
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
220 padding-right: 10px;
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
221 padding-top: 5px;
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
222 padding-bottom: 5px;
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
223
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
224 -moz-border-radius: 15px;
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
225 -webkit-border-radius: 15px;
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
226 border-radius: 15px;
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
227 }
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
228
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
229 .mb_entry_header {
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
230 font-size: small;
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
231 }
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 .mb_entry_author {
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
234 font-weight: bold;
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
235 }
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 .mb_entry_timestamp {
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
238 font-style: italic;
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
239 }
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
240
29
8152f019d334 browser-side: CSS misc udpates
Goffi <goffi@goffi.org>
parents: 25
diff changeset
241 /* Chat & MUC Room */
19
e8e3704eb97f Added basic chat panel
Goffi <goffi@goffi.org>
parents: 9
diff changeset
242
23
0ce2a57b34ca added tab panel
Goffi <goffi@goffi.org>
parents: 21
diff changeset
243 .chatPanel {
34
ed935f763cc8 browser side: misc css/layout fixes
Goffi <goffi@goffi.org>
parents: 29
diff changeset
244 height: 100%;
ed935f763cc8 browser side: misc css/layout fixes
Goffi <goffi@goffi.org>
parents: 29
diff changeset
245 width: 100%;
29
8152f019d334 browser-side: CSS misc udpates
Goffi <goffi@goffi.org>
parents: 25
diff changeset
246 }
8152f019d334 browser-side: CSS misc udpates
Goffi <goffi@goffi.org>
parents: 25
diff changeset
247
8152f019d334 browser-side: CSS misc udpates
Goffi <goffi@goffi.org>
parents: 25
diff changeset
248 .chatPanel_body {
34
ed935f763cc8 browser side: misc css/layout fixes
Goffi <goffi@goffi.org>
parents: 29
diff changeset
249 height: 100%;
ed935f763cc8 browser side: misc css/layout fixes
Goffi <goffi@goffi.org>
parents: 29
diff changeset
250 width: 100%;
29
8152f019d334 browser-side: CSS misc udpates
Goffi <goffi@goffi.org>
parents: 25
diff changeset
251 }
8152f019d334 browser-side: CSS misc udpates
Goffi <goffi@goffi.org>
parents: 25
diff changeset
252
8152f019d334 browser-side: CSS misc udpates
Goffi <goffi@goffi.org>
parents: 25
diff changeset
253 .chatContent {
8152f019d334 browser-side: CSS misc udpates
Goffi <goffi@goffi.org>
parents: 25
diff changeset
254 overflow: auto;
23
0ce2a57b34ca added tab panel
Goffi <goffi@goffi.org>
parents: 21
diff changeset
255 }
0ce2a57b34ca added tab panel
Goffi <goffi@goffi.org>
parents: 21
diff changeset
256
19
e8e3704eb97f Added basic chat panel
Goffi <goffi@goffi.org>
parents: 9
diff changeset
257 .chatText {
e8e3704eb97f Added basic chat panel
Goffi <goffi@goffi.org>
parents: 9
diff changeset
258 /* font-size: smaller; */
e8e3704eb97f Added basic chat panel
Goffi <goffi@goffi.org>
parents: 9
diff changeset
259 }
e8e3704eb97f Added basic chat panel
Goffi <goffi@goffi.org>
parents: 9
diff changeset
260
35
d43d6e4b9dc8 room user joining/leaving
Goffi <goffi@goffi.org>
parents: 34
diff changeset
261 .chatTextInfo {
d43d6e4b9dc8 room user joining/leaving
Goffi <goffi@goffi.org>
parents: 34
diff changeset
262 font-weight: bold;
d43d6e4b9dc8 room user joining/leaving
Goffi <goffi@goffi.org>
parents: 34
diff changeset
263 }
d43d6e4b9dc8 room user joining/leaving
Goffi <goffi@goffi.org>
parents: 34
diff changeset
264
d43d6e4b9dc8 room user joining/leaving
Goffi <goffi@goffi.org>
parents: 34
diff changeset
265 .chatTextInfo {
d43d6e4b9dc8 room user joining/leaving
Goffi <goffi@goffi.org>
parents: 34
diff changeset
266 font-style: italic;
d43d6e4b9dc8 room user joining/leaving
Goffi <goffi@goffi.org>
parents: 34
diff changeset
267 }
d43d6e4b9dc8 room user joining/leaving
Goffi <goffi@goffi.org>
parents: 34
diff changeset
268
29
8152f019d334 browser-side: CSS misc udpates
Goffi <goffi@goffi.org>
parents: 25
diff changeset
269 .chatArea {
34
ed935f763cc8 browser side: misc css/layout fixes
Goffi <goffi@goffi.org>
parents: 29
diff changeset
270 height:100%;
35
d43d6e4b9dc8 room user joining/leaving
Goffi <goffi@goffi.org>
parents: 34
diff changeset
271 width:100%;
29
8152f019d334 browser-side: CSS misc udpates
Goffi <goffi@goffi.org>
parents: 25
diff changeset
272 }
8152f019d334 browser-side: CSS misc udpates
Goffi <goffi@goffi.org>
parents: 25
diff changeset
273
19
e8e3704eb97f Added basic chat panel
Goffi <goffi@goffi.org>
parents: 9
diff changeset
274 .chat_text_timestamp {
e8e3704eb97f Added basic chat panel
Goffi <goffi@goffi.org>
parents: 9
diff changeset
275 font-style: italic;
e8e3704eb97f Added basic chat panel
Goffi <goffi@goffi.org>
parents: 9
diff changeset
276 }
e8e3704eb97f Added basic chat panel
Goffi <goffi@goffi.org>
parents: 9
diff changeset
277
e8e3704eb97f Added basic chat panel
Goffi <goffi@goffi.org>
parents: 9
diff changeset
278 .chat_text_nick {
e8e3704eb97f Added basic chat panel
Goffi <goffi@goffi.org>
parents: 9
diff changeset
279 font-weight: bold;
e8e3704eb97f Added basic chat panel
Goffi <goffi@goffi.org>
parents: 9
diff changeset
280 }
e8e3704eb97f Added basic chat panel
Goffi <goffi@goffi.org>
parents: 9
diff changeset
281
e8e3704eb97f Added basic chat panel
Goffi <goffi@goffi.org>
parents: 9
diff changeset
282 .chat_text_mymess {
e8e3704eb97f Added basic chat panel
Goffi <goffi@goffi.org>
parents: 9
diff changeset
283 color: blue;
e8e3704eb97f Added basic chat panel
Goffi <goffi@goffi.org>
parents: 9
diff changeset
284 }
e8e3704eb97f Added basic chat panel
Goffi <goffi@goffi.org>
parents: 9
diff changeset
285
29
8152f019d334 browser-side: CSS misc udpates
Goffi <goffi@goffi.org>
parents: 25
diff changeset
286 .occupant {
8152f019d334 browser-side: CSS misc udpates
Goffi <goffi@goffi.org>
parents: 25
diff changeset
287 padding-right: 15px;
8152f019d334 browser-side: CSS misc udpates
Goffi <goffi@goffi.org>
parents: 25
diff changeset
288 }
8152f019d334 browser-side: CSS misc udpates
Goffi <goffi@goffi.org>
parents: 25
diff changeset
289
8152f019d334 browser-side: CSS misc udpates
Goffi <goffi@goffi.org>
parents: 25
diff changeset
290 .occupantsList {
8152f019d334 browser-side: CSS misc udpates
Goffi <goffi@goffi.org>
parents: 25
diff changeset
291 border-right: 1px solid lightGray;
8152f019d334 browser-side: CSS misc udpates
Goffi <goffi@goffi.org>
parents: 25
diff changeset
292 margin-left: 5px;
8152f019d334 browser-side: CSS misc udpates
Goffi <goffi@goffi.org>
parents: 25
diff changeset
293 margin-right: 10px;
8152f019d334 browser-side: CSS misc udpates
Goffi <goffi@goffi.org>
parents: 25
diff changeset
294 height: 100%;
8152f019d334 browser-side: CSS misc udpates
Goffi <goffi@goffi.org>
parents: 25
diff changeset
295 }
8152f019d334 browser-side: CSS misc udpates
Goffi <goffi@goffi.org>
parents: 25
diff changeset
296
36
1d406077b49b Tarot Game: first draft
Goffi <goffi@goffi.org>
parents: 35
diff changeset
297 /* Games */
1d406077b49b Tarot Game: first draft
Goffi <goffi@goffi.org>
parents: 35
diff changeset
298
1d406077b49b Tarot Game: first draft
Goffi <goffi@goffi.org>
parents: 35
diff changeset
299 .cardPanel {
37
b306aa090438 Tarot game: game launching (first hand showed), and contract selection
Goffi <goffi@goffi.org>
parents: 36
diff changeset
300 background: #02FE03;
36
1d406077b49b Tarot Game: first draft
Goffi <goffi@goffi.org>
parents: 35
diff changeset
301 margin: 0 auto;
1d406077b49b Tarot Game: first draft
Goffi <goffi@goffi.org>
parents: 35
diff changeset
302 }
1d406077b49b Tarot Game: first draft
Goffi <goffi@goffi.org>
parents: 35
diff changeset
303
37
b306aa090438 Tarot game: game launching (first hand showed), and contract selection
Goffi <goffi@goffi.org>
parents: 36
diff changeset
304 .cardGamePlayerNick {
b306aa090438 Tarot game: game launching (first hand showed), and contract selection
Goffi <goffi@goffi.org>
parents: 36
diff changeset
305 font-weight: bold;
b306aa090438 Tarot game: game launching (first hand showed), and contract selection
Goffi <goffi@goffi.org>
parents: 36
diff changeset
306 }
b306aa090438 Tarot game: game launching (first hand showed), and contract selection
Goffi <goffi@goffi.org>
parents: 36
diff changeset
307
36
1d406077b49b Tarot Game: first draft
Goffi <goffi@goffi.org>
parents: 35
diff changeset
308 /* Drag and drop */
7
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
309
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
310 .dragover {
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
311 background: #8f8;
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
312 }
19
e8e3704eb97f Added basic chat panel
Goffi <goffi@goffi.org>
parents: 9
diff changeset
313
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
314 /* 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
315
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
316 .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
317 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
318 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
319 background-color: white;
34
ed935f763cc8 browser side: misc css/layout fixes
Goffi <goffi@goffi.org>
parents: 29
diff changeset
320 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
321 }
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
322
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 .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
324 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
325 }
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
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 .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
328 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
329 }
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 .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
332 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
333 }
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 .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
336 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
337 }
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 .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
340 }
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
23
0ce2a57b34ca added tab panel
Goffi <goffi@goffi.org>
parents: 21
diff changeset
342 /* Tab panel */
29
8152f019d334 browser-side: CSS misc udpates
Goffi <goffi@goffi.org>
parents: 25
diff changeset
343
8152f019d334 browser-side: CSS misc udpates
Goffi <goffi@goffi.org>
parents: 25
diff changeset
344 .mainTabPanel {
8152f019d334 browser-side: CSS misc udpates
Goffi <goffi@goffi.org>
parents: 25
diff changeset
345 }
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 .gwt-TabPanel {
8152f019d334 browser-side: CSS misc udpates
Goffi <goffi@goffi.org>
parents: 25
diff changeset
348 }
23
0ce2a57b34ca added tab panel
Goffi <goffi@goffi.org>
parents: 21
diff changeset
349
0ce2a57b34ca added tab panel
Goffi <goffi@goffi.org>
parents: 21
diff changeset
350 .gwt-TabPanelBottom {
0ce2a57b34ca added tab panel
Goffi <goffi@goffi.org>
parents: 21
diff changeset
351 height: 100%;
0ce2a57b34ca added tab panel
Goffi <goffi@goffi.org>
parents: 21
diff changeset
352 }
0ce2a57b34ca added tab panel
Goffi <goffi@goffi.org>
parents: 21
diff changeset
353
0ce2a57b34ca added tab panel
Goffi <goffi@goffi.org>
parents: 21
diff changeset
354 .gwt-TabBar {
0ce2a57b34ca added tab panel
Goffi <goffi@goffi.org>
parents: 21
diff changeset
355 /*background-color: #C3D9FF;*/
0ce2a57b34ca added tab panel
Goffi <goffi@goffi.org>
parents: 21
diff changeset
356 position: fixed;
29
8152f019d334 browser-side: CSS misc udpates
Goffi <goffi@goffi.org>
parents: 25
diff changeset
357 z-index: 10;
23
0ce2a57b34ca added tab panel
Goffi <goffi@goffi.org>
parents: 21
diff changeset
358 bottom: 0;
0ce2a57b34ca added tab panel
Goffi <goffi@goffi.org>
parents: 21
diff changeset
359 font-size: small;
0ce2a57b34ca added tab panel
Goffi <goffi@goffi.org>
parents: 21
diff changeset
360 }
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 .gwt-TabBar .gwt-TabBarFirst {
0ce2a57b34ca added tab panel
Goffi <goffi@goffi.org>
parents: 21
diff changeset
363 height: 100%;
0ce2a57b34ca added tab panel
Goffi <goffi@goffi.org>
parents: 21
diff changeset
364 padding-left: 3px;
0ce2a57b34ca added tab panel
Goffi <goffi@goffi.org>
parents: 21
diff changeset
365 }
0ce2a57b34ca added tab panel
Goffi <goffi@goffi.org>
parents: 21
diff changeset
366
0ce2a57b34ca added tab panel
Goffi <goffi@goffi.org>
parents: 21
diff changeset
367 .gwt-TabBar .gwt-TabBarRest {
0ce2a57b34ca added tab panel
Goffi <goffi@goffi.org>
parents: 21
diff changeset
368 padding-right: 3px;
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-TabBarItem {
0ce2a57b34ca added tab panel
Goffi <goffi@goffi.org>
parents: 21
diff changeset
372 border-top: 1px solid #C3D9FF;
0ce2a57b34ca added tab panel
Goffi <goffi@goffi.org>
parents: 21
diff changeset
373 border-bottom: 1px solid #C3D9FF;
29
8152f019d334 browser-side: CSS misc udpates
Goffi <goffi@goffi.org>
parents: 25
diff changeset
374 border-right: 1px solid #C3D9FF;
8152f019d334 browser-side: CSS misc udpates
Goffi <goffi@goffi.org>
parents: 25
diff changeset
375 background: white;
23
0ce2a57b34ca added tab panel
Goffi <goffi@goffi.org>
parents: 21
diff changeset
376 padding: 2px;
0ce2a57b34ca added tab panel
Goffi <goffi@goffi.org>
parents: 21
diff changeset
377 cursor: pointer;
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
29
8152f019d334 browser-side: CSS misc udpates
Goffi <goffi@goffi.org>
parents: 25
diff changeset
380 div.gwt-TabBarItem:hover {
8152f019d334 browser-side: CSS misc udpates
Goffi <goffi@goffi.org>
parents: 25
diff changeset
381 background: yellow;
8152f019d334 browser-side: CSS misc udpates
Goffi <goffi@goffi.org>
parents: 25
diff changeset
382 }
8152f019d334 browser-side: CSS misc udpates
Goffi <goffi@goffi.org>
parents: 25
diff changeset
383
23
0ce2a57b34ca added tab panel
Goffi <goffi@goffi.org>
parents: 21
diff changeset
384 .gwt-TabBar .gwt-TabBarItem-selected {
0ce2a57b34ca added tab panel
Goffi <goffi@goffi.org>
parents: 21
diff changeset
385 font-weight: bold;
0ce2a57b34ca added tab panel
Goffi <goffi@goffi.org>
parents: 21
diff changeset
386 background-color: #E8EEF7;
0ce2a57b34ca added tab panel
Goffi <goffi@goffi.org>
parents: 21
diff changeset
387 border-top: 1px solid #87B3FF;
0ce2a57b34ca added tab panel
Goffi <goffi@goffi.org>
parents: 21
diff changeset
388 border-left: 1px solid #87B3FF;
0ce2a57b34ca added tab panel
Goffi <goffi@goffi.org>
parents: 21
diff changeset
389 border-right: 1px solid #87B3FF;
0ce2a57b34ca added tab panel
Goffi <goffi@goffi.org>
parents: 21
diff changeset
390 border-bottom: 1px solid #E8EEF7;
0ce2a57b34ca added tab panel
Goffi <goffi@goffi.org>
parents: 21
diff changeset
391 padding: 2px;
0ce2a57b34ca added tab panel
Goffi <goffi@goffi.org>
parents: 21
diff changeset
392 cursor: default;
0ce2a57b34ca added tab panel
Goffi <goffi@goffi.org>
parents: 21
diff changeset
393 }
0ce2a57b34ca added tab panel
Goffi <goffi@goffi.org>
parents: 21
diff changeset
394
0ce2a57b34ca added tab panel
Goffi <goffi@goffi.org>
parents: 21
diff changeset
395
19
e8e3704eb97f Added basic chat panel
Goffi <goffi@goffi.org>
parents: 9
diff changeset
396 /* Misc */
e8e3704eb97f Added basic chat panel
Goffi <goffi@goffi.org>
parents: 9
diff changeset
397
e8e3704eb97f Added basic chat panel
Goffi <goffi@goffi.org>
parents: 9
diff changeset
398 .selected_widget {
e8e3704eb97f Added basic chat panel
Goffi <goffi@goffi.org>
parents: 9
diff changeset
399 /* 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
400 * (messages entered in unibox will be sent to this widget)
e8e3704eb97f Added basic chat panel
Goffi <goffi@goffi.org>
parents: 9
diff changeset
401 */
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
402 border: 3px dashed red;
19
e8e3704eb97f Added basic chat panel
Goffi <goffi@goffi.org>
parents: 9
diff changeset
403 }
34
ed935f763cc8 browser side: misc css/layout fixes
Goffi <goffi@goffi.org>
parents: 29
diff changeset
404