annotate public/libervia.css @ 68:c378653792b8

browser side: menu CSS update
author Adrien Vigneron <adrienvigneron@mailoo.org>
date Wed, 15 Jun 2011 20:22:53 +0200
parents 8f421a12b8f9
children 4a157389a981
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 {
68
c378653792b8 browser side: menu CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents: 65
diff changeset
104 /*background-color: #01FF78;
0
140cec48224a Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
105 border: 1px solid #87B3FF;
68
c378653792b8 browser side: menu CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents: 65
diff changeset
106 cursor: default;*/
c378653792b8 browser side: menu CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents: 65
diff changeset
107 width: 97%;
c378653792b8 browser side: menu CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents: 65
diff changeset
108 height: 28px;
c378653792b8 browser side: menu CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents: 65
diff changeset
109 margin: 0 0 0 1.5%;
c378653792b8 browser side: menu CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents: 65
diff changeset
110 font: normal 0.8em/1.4em Arial, Helvetica, sans-serif;
c378653792b8 browser side: menu CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents: 65
diff changeset
111 padding: 5px 0 0 5px;
c378653792b8 browser side: menu CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents: 65
diff changeset
112 line-height: 100%;
c378653792b8 browser side: menu CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents: 65
diff changeset
113 box-shadow:0px 1px 4px #000
c378653792b8 browser side: menu CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents: 65
diff changeset
114 -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.6);
c378653792b8 browser side: menu CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents: 65
diff changeset
115 -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.6);
c378653792b8 browser side: menu CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents: 65
diff changeset
116 border: 1px solid #ddd;
c378653792b8 browser side: menu CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents: 65
diff changeset
117 border-radius: 0 0 1em 1em;
c378653792b8 browser side: menu CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents: 65
diff changeset
118 -webkit-border-radius: 0 0 1em 1em;
c378653792b8 browser side: menu CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents: 65
diff changeset
119 -moz-border-radius: 0 0 1em 1em;
c378653792b8 browser side: menu CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents: 65
diff changeset
120 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=’444444, endColorstr=’#222222);
c378653792b8 browser side: menu CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents: 65
diff changeset
121 background: -webkit-gradient(linear, left top, left bottom, from(#444444), to(#222222));
c378653792b8 browser side: menu CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents: 65
diff changeset
122 background: -moz-linear-gradient(top, #444444, #222222);
c378653792b8 browser side: menu CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents: 65
diff changeset
123 background-image: -o-linear-gradient(#444444,#222222);
c378653792b8 browser side: menu CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents: 65
diff changeset
124 display: inline-block;
0
140cec48224a Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
125 }
140cec48224a Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
126
140cec48224a Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
127 .gwt-MenuBar-horizontal .gwt-MenuItem {
68
c378653792b8 browser side: menu CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents: 65
diff changeset
128 text-decoration: none;
c378653792b8 browser side: menu CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents: 65
diff changeset
129 font-weight: bold;
c378653792b8 browser side: menu CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents: 65
diff changeset
130 height: 100%;
c378653792b8 browser side: menu CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents: 65
diff changeset
131 color: #e7e5e5;
c378653792b8 browser side: menu CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents: 65
diff changeset
132 padding: 3px 15px;
c378653792b8 browser side: menu CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents: 65
diff changeset
133 /*display: block;*/
c378653792b8 browser side: menu CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents: 65
diff changeset
134 text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
c378653792b8 browser side: menu CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents: 65
diff changeset
135 border-radius: 1em;
c378653792b8 browser side: menu CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents: 65
diff changeset
136 -webkit-border-radius: 1em;
c378653792b8 browser side: menu CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents: 65
diff changeset
137 -moz-border-radius: 1em;
c378653792b8 browser side: menu CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents: 65
diff changeset
138 -webkit-transition: color 0.2s linear;
c378653792b8 browser side: menu CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents: 65
diff changeset
139 -moz-transition: color 0.2s linear;
c378653792b8 browser side: menu CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents: 65
diff changeset
140 -o-transition: color 0.2s linear;
0
140cec48224a Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
141 }
68
c378653792b8 browser side: menu CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents: 65
diff changeset
142
c378653792b8 browser side: menu CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents: 65
diff changeset
143
c378653792b8 browser side: menu CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents: 65
diff changeset
144 .gwt-MenuBar-horizontal .gwt-MenuItem-selected {
c378653792b8 browser side: menu CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents: 65
diff changeset
145 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=’#eee, endColorstr=’#aaa);
c378653792b8 browser side: menu CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents: 65
diff changeset
146 background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#aaa));
c378653792b8 browser side: menu CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents: 65
diff changeset
147 background: -moz-linear-gradient(top, #eee, #aaa);
c378653792b8 browser side: menu CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents: 65
diff changeset
148 background-image: -o-linear-gradient(#eee,#aaa);
c378653792b8 browser side: menu CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents: 65
diff changeset
149 color: #444;
c378653792b8 browser side: menu CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents: 65
diff changeset
150 /*border-top: solid 1px #fff;*/
c378653792b8 browser side: menu CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents: 65
diff changeset
151 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.8);
c378653792b8 browser side: menu CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents: 65
diff changeset
152 -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.8);
c378653792b8 browser side: menu CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents: 65
diff changeset
153 -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.8);
c378653792b8 browser side: menu CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents: 65
diff changeset
154 text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6);
c378653792b8 browser side: menu CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents: 65
diff changeset
155 cursor: pointer;
c378653792b8 browser side: menu CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents: 65
diff changeset
156 }
c378653792b8 browser side: menu CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents: 65
diff changeset
157
c378653792b8 browser side: menu CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents: 65
diff changeset
158 .gwt-MenuBar {
c378653792b8 browser side: menu CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents: 65
diff changeset
159 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=’#fff, endColorstr=’#ccc);
c378653792b8 browser side: menu CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents: 65
diff changeset
160 background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ccc));
c378653792b8 browser side: menu CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents: 65
diff changeset
161 background: -moz-linear-gradient(top, #fff, #ccc);
c378653792b8 browser side: menu CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents: 65
diff changeset
162 background-image: -o-linear-gradient(#fff,#ccc);
c378653792b8 browser side: menu CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents: 65
diff changeset
163 /*display: none;*/
c378653792b8 browser side: menu CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents: 65
diff changeset
164 height: 100%;
c378653792b8 browser side: menu CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents: 65
diff changeset
165 min-width: 148px;
c378653792b8 browser side: menu CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents: 65
diff changeset
166 margin: 0;
c378653792b8 browser side: menu CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents: 65
diff changeset
167 padding: 0;
c378653792b8 browser side: menu CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents: 65
diff changeset
168 /*min-width: 148px;
c378653792b8 browser side: menu CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents: 65
diff changeset
169 top: 28px;*/
c378653792b8 browser side: menu CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents: 65
diff changeset
170 border: solid 1px #aaa;
c378653792b8 browser side: menu CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents: 65
diff changeset
171 -webkit-border-radius: 0 0 10px 10px;
c378653792b8 browser side: menu CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents: 65
diff changeset
172 -moz-border-radius: 0 0 10px 10px;
c378653792b8 browser side: menu CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents: 65
diff changeset
173 border-radius: 0 0 10px 10px;
c378653792b8 browser side: menu CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents: 65
diff changeset
174 -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
c378653792b8 browser side: menu CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents: 65
diff changeset
175 -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
c378653792b8 browser side: menu CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents: 65
diff changeset
176 box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
c378653792b8 browser side: menu CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents: 65
diff changeset
177 }
c378653792b8 browser side: menu CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents: 65
diff changeset
178
c378653792b8 browser side: menu CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents: 65
diff changeset
179 .gwt-MenuBar table {
c378653792b8 browser side: menu CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents: 65
diff changeset
180 width: 100%;
c378653792b8 browser side: menu CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents: 65
diff changeset
181 display: inline-table;
c378653792b8 browser side: menu CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents: 65
diff changeset
182 }
c378653792b8 browser side: menu CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents: 65
diff changeset
183
c378653792b8 browser side: menu CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents: 65
diff changeset
184 .gwt-MenuBar .gwt-MenuItem {
c378653792b8 browser side: menu CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents: 65
diff changeset
185 padding: 8px 15px;
0
140cec48224a Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
186 }
140cec48224a Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
187
140cec48224a Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
188 .gwt-MenuBar .gwt-MenuItem-selected {
68
c378653792b8 browser side: menu CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents: 65
diff changeset
189 background: #cf2828 !important;
c378653792b8 browser side: menu CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents: 65
diff changeset
190 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=’#cf2828, endColorstr=’#b01e1e);
c378653792b8 browser side: menu CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents: 65
diff changeset
191 background: -webkit-gradient(linear, left top, left bottom, from(#cf2828), to(#b01e1e)) !important;
c378653792b8 browser side: menu CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents: 65
diff changeset
192 background: -moz-linear-gradient(top, #cf2828, #b01e1e) !important;
c378653792b8 browser side: menu CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents: 65
diff changeset
193 background-image: -o-linear-gradient(#cf2828,#b01e1e);
c378653792b8 browser side: menu CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents: 65
diff changeset
194 color: #fff !important;
c378653792b8 browser side: menu CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents: 65
diff changeset
195 -webkit-border-radius: 0;
c378653792b8 browser side: menu CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents: 65
diff changeset
196 -moz-border-radius: 0;
c378653792b8 browser side: menu CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents: 65
diff changeset
197 border-radius: 0;
c378653792b8 browser side: menu CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents: 65
diff changeset
198 text-shadow: 0 1px 1px rgba(0, 0, 0, .1);
c378653792b8 browser side: menu CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents: 65
diff changeset
199 transition: color 0.2s linear;
c378653792b8 browser side: menu CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents: 65
diff changeset
200 -webkit-transition: color 0.2s linear;
c378653792b8 browser side: menu CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents: 65
diff changeset
201 -moz-transition: color 0.2s linear;
c378653792b8 browser side: menu CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents: 65
diff changeset
202 -o-transition: color 0.2s linear;
c378653792b8 browser side: menu CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents: 65
diff changeset
203 cursor: pointer;
0
140cec48224a Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
204 }
140cec48224a Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
205
68
c378653792b8 browser side: menu CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents: 65
diff changeset
206 .gwt-MenuBar tr:last-child td {
c378653792b8 browser side: menu CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents: 65
diff changeset
207 border-radius: 0 0 9px 9px;
c378653792b8 browser side: menu CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents: 65
diff changeset
208 -webkit-border-radius: 0 0 9px 9px;
c378653792b8 browser side: menu CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents: 65
diff changeset
209 -moz-border-radius: 0 0 9px 9px;
c378653792b8 browser side: menu CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents: 65
diff changeset
210 }
c378653792b8 browser side: menu CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents: 65
diff changeset
211
c378653792b8 browser side: menu CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents: 65
diff changeset
212 .gwt-MenuItem {
c378653792b8 browser side: menu CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents: 65
diff changeset
213 /*padding: 1px 20px 1px 10px;
c378653792b8 browser side: menu CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents: 65
diff changeset
214 font-size: smaller;
c378653792b8 browser side: menu CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents: 65
diff changeset
215 cursor: default;*/
c378653792b8 browser side: menu CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents: 65
diff changeset
216 }
c378653792b8 browser side: menu CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents: 65
diff changeset
217
c378653792b8 browser side: menu CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents: 65
diff changeset
218
0
140cec48224a Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
219 .gwt-AutoCompleteTextBox {
140cec48224a Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
220 width: 80%;
140cec48224a Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
221 border: 1px solid #87B3FF;
140cec48224a Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
222 margin-top: 20px;
140cec48224a Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
223 }
140cec48224a Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
224 .gwt-DialogBox {
140cec48224a Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
225 border: 2px outset;
140cec48224a Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
226 background-color: white;
140cec48224a Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
227 }
140cec48224a Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
228
140cec48224a Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
229 .gwt-DialogBox .Caption {
140cec48224a Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
230 background-color: #C3D9FF;
140cec48224a Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
231 padding: 3px;
140cec48224a Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
232 margin: 2px;
140cec48224a Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
233 font-weight: bold;
140cec48224a Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
234 cursor: default;
48
153de5d461a4 added Social Contract \o. (in French only so far)
Goffi <goffi@goffi.org>
parents: 47
diff changeset
235 text-align: center;
0
140cec48224a Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
236 }
140cec48224a Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
237
52
4419ef07bb2b browser side: adding contact, first draft
Goffi <goffi@goffi.org>
parents: 48
diff changeset
238 .gwt-ListBox {
4419ef07bb2b browser side: adding contact, first draft
Goffi <goffi@goffi.org>
parents: 48
diff changeset
239 width: 100%;
4419ef07bb2b browser side: adding contact, first draft
Goffi <goffi@goffi.org>
parents: 48
diff changeset
240 }
4419ef07bb2b browser side: adding contact, first draft
Goffi <goffi@goffi.org>
parents: 48
diff changeset
241
25
46c8d5431198 browser side: added CSS for contactsChooser class
Goffi <goffi@goffi.org>
parents: 23
diff changeset
242 /* Custom Dialogs */
46
c3ee630914ba Account creation
Goffi <goffi@goffi.org>
parents: 37
diff changeset
243
c3ee630914ba Account creation
Goffi <goffi@goffi.org>
parents: 37
diff changeset
244 .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
245 font-weight: bold;
c3ee630914ba Account creation
Goffi <goffi@goffi.org>
parents: 37
diff changeset
246 color: red;
c3ee630914ba Account creation
Goffi <goffi@goffi.org>
parents: 37
diff changeset
247 }
c3ee630914ba Account creation
Goffi <goffi@goffi.org>
parents: 37
diff changeset
248
25
46c8d5431198 browser side: added CSS for contactsChooser class
Goffi <goffi@goffi.org>
parents: 23
diff changeset
249 .contactsChooser {
46c8d5431198 browser side: added CSS for contactsChooser class
Goffi <goffi@goffi.org>
parents: 23
diff changeset
250 text-align: center;
46c8d5431198 browser side: added CSS for contactsChooser class
Goffi <goffi@goffi.org>
parents: 23
diff changeset
251 }
46c8d5431198 browser side: added CSS for contactsChooser class
Goffi <goffi@goffi.org>
parents: 23
diff changeset
252
48
153de5d461a4 added Social Contract \o. (in French only so far)
Goffi <goffi@goffi.org>
parents: 47
diff changeset
253 .infoDialogBody {
153de5d461a4 added Social Contract \o. (in French only so far)
Goffi <goffi@goffi.org>
parents: 47
diff changeset
254 width: 100%;
153de5d461a4 added Social Contract \o. (in French only so far)
Goffi <goffi@goffi.org>
parents: 47
diff changeset
255 height: 100%
153de5d461a4 added Social Contract \o. (in French only so far)
Goffi <goffi@goffi.org>
parents: 47
diff changeset
256 }
1
0a7c685faa53 ContactPanel: first draft
Goffi <goffi@goffi.org>
parents: 0
diff changeset
257 /* Contact List */
0a7c685faa53 ContactPanel: first draft
Goffi <goffi@goffi.org>
parents: 0
diff changeset
258
0a7c685faa53 ContactPanel: first draft
Goffi <goffi@goffi.org>
parents: 0
diff changeset
259 .contactTitle {
0a7c685faa53 ContactPanel: first draft
Goffi <goffi@goffi.org>
parents: 0
diff changeset
260 font-style: italic;
0a7c685faa53 ContactPanel: first draft
Goffi <goffi@goffi.org>
parents: 0
diff changeset
261 border-bottom: 1px solid gray;
0a7c685faa53 ContactPanel: first draft
Goffi <goffi@goffi.org>
parents: 0
diff changeset
262 text-align: center;
0a7c685faa53 ContactPanel: first draft
Goffi <goffi@goffi.org>
parents: 0
diff changeset
263 }
0a7c685faa53 ContactPanel: first draft
Goffi <goffi@goffi.org>
parents: 0
diff changeset
264
0a7c685faa53 ContactPanel: first draft
Goffi <goffi@goffi.org>
parents: 0
diff changeset
265 .group {
0a7c685faa53 ContactPanel: first draft
Goffi <goffi@goffi.org>
parents: 0
diff changeset
266 font-weight: bold;
0a7c685faa53 ContactPanel: first draft
Goffi <goffi@goffi.org>
parents: 0
diff changeset
267 font-size: small;
0a7c685faa53 ContactPanel: first draft
Goffi <goffi@goffi.org>
parents: 0
diff changeset
268 }
0a7c685faa53 ContactPanel: first draft
Goffi <goffi@goffi.org>
parents: 0
diff changeset
269
0a7c685faa53 ContactPanel: first draft
Goffi <goffi@goffi.org>
parents: 0
diff changeset
270 div.group:hover {
0a7c685faa53 ContactPanel: first draft
Goffi <goffi@goffi.org>
parents: 0
diff changeset
271 text-decoration:underline;
0a7c685faa53 ContactPanel: first draft
Goffi <goffi@goffi.org>
parents: 0
diff changeset
272 }
0a7c685faa53 ContactPanel: first draft
Goffi <goffi@goffi.org>
parents: 0
diff changeset
273 .contact {
0a7c685faa53 ContactPanel: first draft
Goffi <goffi@goffi.org>
parents: 0
diff changeset
274 font-size: small;
0a7c685faa53 ContactPanel: first draft
Goffi <goffi@goffi.org>
parents: 0
diff changeset
275 }
0a7c685faa53 ContactPanel: first draft
Goffi <goffi@goffi.org>
parents: 0
diff changeset
276
47
7cabe3c1a5f2 browser side: connected contacts now appear differently
Goffi <goffi@goffi.org>
parents: 46
diff changeset
277 .contactConnected {
7cabe3c1a5f2 browser side: connected contacts now appear differently
Goffi <goffi@goffi.org>
parents: 46
diff changeset
278 color: blue;
7cabe3c1a5f2 browser side: connected contacts now appear differently
Goffi <goffi@goffi.org>
parents: 46
diff changeset
279 }
7cabe3c1a5f2 browser side: connected contacts now appear differently
Goffi <goffi@goffi.org>
parents: 46
diff changeset
280
1
0a7c685faa53 ContactPanel: first draft
Goffi <goffi@goffi.org>
parents: 0
diff changeset
281 .selected {
0a7c685faa53 ContactPanel: first draft
Goffi <goffi@goffi.org>
parents: 0
diff changeset
282 background-color: yellow;
0a7c685faa53 ContactPanel: first draft
Goffi <goffi@goffi.org>
parents: 0
diff changeset
283 }
7
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
284
29
8152f019d334 browser-side: CSS misc udpates
Goffi <goffi@goffi.org>
parents: 25
diff changeset
285 /* UniBox & Status */
8152f019d334 browser-side: CSS misc udpates
Goffi <goffi@goffi.org>
parents: 25
diff changeset
286
8152f019d334 browser-side: CSS misc udpates
Goffi <goffi@goffi.org>
parents: 25
diff changeset
287 .uniBoxPanel {
8152f019d334 browser-side: CSS misc udpates
Goffi <goffi@goffi.org>
parents: 25
diff changeset
288 margin: auto;
8152f019d334 browser-side: CSS misc udpates
Goffi <goffi@goffi.org>
parents: 25
diff changeset
289 width: 80%;
8152f019d334 browser-side: CSS misc udpates
Goffi <goffi@goffi.org>
parents: 25
diff changeset
290 }
20
8f4b1a8914c3 - User status is now updated
Goffi <goffi@goffi.org>
parents: 19
diff changeset
291
8f4b1a8914c3 - User status is now updated
Goffi <goffi@goffi.org>
parents: 19
diff changeset
292 .statusPanel {
8f4b1a8914c3 - User status is now updated
Goffi <goffi@goffi.org>
parents: 19
diff changeset
293 margin: auto;
8f4b1a8914c3 - User status is now updated
Goffi <goffi@goffi.org>
parents: 19
diff changeset
294 text-align: center;
8f4b1a8914c3 - User status is now updated
Goffi <goffi@goffi.org>
parents: 19
diff changeset
295 width: 80%;
8f4b1a8914c3 - User status is now updated
Goffi <goffi@goffi.org>
parents: 19
diff changeset
296 }
8f4b1a8914c3 - User status is now updated
Goffi <goffi@goffi.org>
parents: 19
diff changeset
297
8f4b1a8914c3 - User status is now updated
Goffi <goffi@goffi.org>
parents: 19
diff changeset
298 .status {
8f4b1a8914c3 - User status is now updated
Goffi <goffi@goffi.org>
parents: 19
diff changeset
299 font-style: italic;
8f4b1a8914c3 - User status is now updated
Goffi <goffi@goffi.org>
parents: 19
diff changeset
300 }
8f4b1a8914c3 - User status is now updated
Goffi <goffi@goffi.org>
parents: 19
diff changeset
301
65
8f421a12b8f9 browser side: register box CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents: 52
diff changeset
302 /* RegisterBox */
8f421a12b8f9 browser side: register box CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents: 52
diff changeset
303
8f421a12b8f9 browser side: register box CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents: 52
diff changeset
304 .registerPanel_main div, .registerPanel_main button {
8f421a12b8f9 browser side: register box CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents: 52
diff changeset
305 color: #fff;
8f421a12b8f9 browser side: register box CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents: 52
diff changeset
306 font-family: Verdana, sans-serif;
8f421a12b8f9 browser side: register box CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents: 52
diff changeset
307 text-decoration: none;
8f421a12b8f9 browser side: register box CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents: 52
diff changeset
308 }
8f421a12b8f9 browser side: register box CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents: 52
diff changeset
309
8f421a12b8f9 browser side: register box CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents: 52
diff changeset
310 .registerPanel_main{
8f421a12b8f9 browser side: register box CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents: 52
diff changeset
311 height: 100%;
8f421a12b8f9 browser side: register box CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents: 52
diff changeset
312 }
8f421a12b8f9 browser side: register box CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents: 52
diff changeset
313
8f421a12b8f9 browser side: register box CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents: 52
diff changeset
314 .registerPanel_tabs .gwt-Label {
8f421a12b8f9 browser side: register box CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents: 52
diff changeset
315 margin-top: 20px;
8f421a12b8f9 browser side: register box CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents: 52
diff changeset
316 margin-left: 15px;
8f421a12b8f9 browser side: register box CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents: 52
diff changeset
317 cursor: pointer;
8f421a12b8f9 browser side: register box CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents: 52
diff changeset
318 }
8f421a12b8f9 browser side: register box CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents: 52
diff changeset
319
8f421a12b8f9 browser side: register box CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents: 52
diff changeset
320 .registerPanel_tabs .gwt-TabBarItem div {
8f421a12b8f9 browser side: register box CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents: 52
diff changeset
321 color: #444444;
8f421a12b8f9 browser side: register box CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents: 52
diff changeset
322 }
8f421a12b8f9 browser side: register box CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents: 52
diff changeset
323
8f421a12b8f9 browser side: register box CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents: 52
diff changeset
324 .registerPanel_tabs .gwt-TabBarItem div:hover {
8f421a12b8f9 browser side: register box CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents: 52
diff changeset
325 color: #fff;
8f421a12b8f9 browser side: register box CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents: 52
diff changeset
326 }
8f421a12b8f9 browser side: register box CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents: 52
diff changeset
327
8f421a12b8f9 browser side: register box CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents: 52
diff changeset
328 .registerPanel_tabs .gwt-TabBarItem-selected div {
8f421a12b8f9 browser side: register box CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents: 52
diff changeset
329 color: #fff;
8f421a12b8f9 browser side: register box CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents: 52
diff changeset
330 }
8f421a12b8f9 browser side: register box CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents: 52
diff changeset
331
8f421a12b8f9 browser side: register box CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents: 52
diff changeset
332 .registerPanel_right_side {
8f421a12b8f9 browser side: register box CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents: 52
diff changeset
333 background: #111 url('popup_right.png');
8f421a12b8f9 browser side: register box CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents: 52
diff changeset
334 height: 100%;
8f421a12b8f9 browser side: register box CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents: 52
diff changeset
335 width: 100%;
8f421a12b8f9 browser side: register box CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents: 52
diff changeset
336 }
8f421a12b8f9 browser side: register box CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents: 52
diff changeset
337 .registerPanel_content {
8f421a12b8f9 browser side: register box CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents: 52
diff changeset
338 margin-left: 50px;
8f421a12b8f9 browser side: register box CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents: 52
diff changeset
339 margin-top: 30px;
8f421a12b8f9 browser side: register box CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents: 52
diff changeset
340 }
8f421a12b8f9 browser side: register box CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents: 52
diff changeset
341
8f421a12b8f9 browser side: register box CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents: 52
diff changeset
342 .registerPanel_content div {
8f421a12b8f9 browser side: register box CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents: 52
diff changeset
343 font-size: 0.8em;
8f421a12b8f9 browser side: register box CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents: 52
diff changeset
344 margin-left: 10px;
8f421a12b8f9 browser side: register box CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents: 52
diff changeset
345 margin-top: 15px;
8f421a12b8f9 browser side: register box CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents: 52
diff changeset
346 font-style: bold;
8f421a12b8f9 browser side: register box CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents: 52
diff changeset
347 color: #888;
8f421a12b8f9 browser side: register box CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents: 52
diff changeset
348 }
8f421a12b8f9 browser side: register box CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents: 52
diff changeset
349
8f421a12b8f9 browser side: register box CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents: 52
diff changeset
350 .registerPanel_content input {
8f421a12b8f9 browser side: register box CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents: 52
diff changeset
351 height: 25px;
8f421a12b8f9 browser side: register box CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents: 52
diff changeset
352 line-height: 25px;
8f421a12b8f9 browser side: register box CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents: 52
diff changeset
353 width: 200px;
8f421a12b8f9 browser side: register box CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents: 52
diff changeset
354 text-indent: 11px;
8f421a12b8f9 browser side: register box CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents: 52
diff changeset
355 background: #000;
8f421a12b8f9 browser side: register box CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents: 52
diff changeset
356 color: #aaa;
8f421a12b8f9 browser side: register box CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents: 52
diff changeset
357 border: 1px solid #222;
8f421a12b8f9 browser side: register box CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents: 52
diff changeset
358 border-radius:15px;
8f421a12b8f9 browser side: register box CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents: 52
diff changeset
359 -webkit-border-radius: 15px;
8f421a12b8f9 browser side: register box CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents: 52
diff changeset
360 -moz-border-radius: 15px;
8f421a12b8f9 browser side: register box CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents: 52
diff changeset
361 }
8f421a12b8f9 browser side: register box CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents: 52
diff changeset
362
8f421a12b8f9 browser side: register box CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents: 52
diff changeset
363 .registerPanel_content input:focus {
8f421a12b8f9 browser side: register box CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents: 52
diff changeset
364 border: 1px solid #444;
8f421a12b8f9 browser side: register box CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents: 52
diff changeset
365 }
8f421a12b8f9 browser side: register box CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents: 52
diff changeset
366
8f421a12b8f9 browser side: register box CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents: 52
diff changeset
367
8f421a12b8f9 browser side: register box CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents: 52
diff changeset
368 .registerPanel_content .button, .registerPanel_content .button:visited {
8f421a12b8f9 browser side: register box CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents: 52
diff changeset
369 background: #222 url('gradient.png') repeat-x;
8f421a12b8f9 browser side: register box CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents: 52
diff changeset
370 display: inline-block;
8f421a12b8f9 browser side: register box CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents: 52
diff changeset
371 text-decoration: none;
8f421a12b8f9 browser side: register box CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents: 52
diff changeset
372 -moz-border-radius: 6px;
8f421a12b8f9 browser side: register box CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents: 52
diff changeset
373 -webkit-border-radius: 6px;
8f421a12b8f9 browser side: register box CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents: 52
diff changeset
374 -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
375 -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
376 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
377 cursor: pointer;
8f421a12b8f9 browser side: register box CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents: 52
diff changeset
378 margin-top: 30px;
8f421a12b8f9 browser side: register box CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents: 52
diff changeset
379 }
8f421a12b8f9 browser side: register box CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents: 52
diff changeset
380
8f421a12b8f9 browser side: register box CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents: 52
diff changeset
381 .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
382 .registerPanel_content .button:active { top: 1px; }
8f421a12b8f9 browser side: register box CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents: 52
diff changeset
383 .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
384 .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
385 .registerPanel_content .red.button:hover { background-color: #bc0000; }
8f421a12b8f9 browser side: register box CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents: 52
diff changeset
386
7
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
387 /* Microblog */
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
388
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
389 .microblogPanel {
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
390 margin: auto;
34
ed935f763cc8 browser side: misc css/layout fixes
Goffi <goffi@goffi.org>
parents: 29
diff changeset
391 width: 95% !important;
9
c80b75bf2e91 browser: misc appearance change
Goffi <goffi@goffi.org>
parents: 7
diff changeset
392 }
c80b75bf2e91 browser: misc appearance change
Goffi <goffi@goffi.org>
parents: 7
diff changeset
393
c80b75bf2e91 browser: misc appearance change
Goffi <goffi@goffi.org>
parents: 7
diff changeset
394 .mb_panel_header{
c80b75bf2e91 browser: misc appearance change
Goffi <goffi@goffi.org>
parents: 7
diff changeset
395 text-align: center;
c80b75bf2e91 browser: misc appearance change
Goffi <goffi@goffi.org>
parents: 7
diff changeset
396 background-color: lightGray;
c80b75bf2e91 browser: misc appearance change
Goffi <goffi@goffi.org>
parents: 7
diff changeset
397 font-style: italic;
c80b75bf2e91 browser: misc appearance change
Goffi <goffi@goffi.org>
parents: 7
diff changeset
398 margin-top: 5px;
c80b75bf2e91 browser: misc appearance change
Goffi <goffi@goffi.org>
parents: 7
diff changeset
399 -moz-border-radius: 50px;
c80b75bf2e91 browser: misc appearance change
Goffi <goffi@goffi.org>
parents: 7
diff changeset
400 -webkit-border-radius: 50px;
c80b75bf2e91 browser: misc appearance change
Goffi <goffi@goffi.org>
parents: 7
diff changeset
401 border-radius: 50px;
7
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
402 }
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
403
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
404 .microblogEntry {
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
405 text-align:center;
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
406
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
407 border: 1px solid LightGray;
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
408
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
409 border-bottom-width: 1px;
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
410 margin-bottom: 5px;
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
411 margin-top: 5px;
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
412 padding-left: 10px;
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
413 padding-right: 10px;
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
414 padding-top: 5px;
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
415 padding-bottom: 5px;
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
416
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
417 -moz-border-radius: 15px;
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
418 -webkit-border-radius: 15px;
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
419 border-radius: 15px;
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
420 }
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
421
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
422 .mb_entry_header {
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
423 font-size: small;
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
424 }
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
425
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
426 .mb_entry_author {
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
427 font-weight: bold;
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
428 }
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
429
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
430 .mb_entry_timestamp {
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
431 font-style: italic;
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
432 }
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
433
29
8152f019d334 browser-side: CSS misc udpates
Goffi <goffi@goffi.org>
parents: 25
diff changeset
434 /* Chat & MUC Room */
19
e8e3704eb97f Added basic chat panel
Goffi <goffi@goffi.org>
parents: 9
diff changeset
435
23
0ce2a57b34ca added tab panel
Goffi <goffi@goffi.org>
parents: 21
diff changeset
436 .chatPanel {
34
ed935f763cc8 browser side: misc css/layout fixes
Goffi <goffi@goffi.org>
parents: 29
diff changeset
437 height: 100%;
ed935f763cc8 browser side: misc css/layout fixes
Goffi <goffi@goffi.org>
parents: 29
diff changeset
438 width: 100%;
29
8152f019d334 browser-side: CSS misc udpates
Goffi <goffi@goffi.org>
parents: 25
diff changeset
439 }
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 .chatPanel_body {
34
ed935f763cc8 browser side: misc css/layout fixes
Goffi <goffi@goffi.org>
parents: 29
diff changeset
442 height: 100%;
ed935f763cc8 browser side: misc css/layout fixes
Goffi <goffi@goffi.org>
parents: 29
diff changeset
443 width: 100%;
29
8152f019d334 browser-side: CSS misc udpates
Goffi <goffi@goffi.org>
parents: 25
diff changeset
444 }
8152f019d334 browser-side: CSS misc udpates
Goffi <goffi@goffi.org>
parents: 25
diff changeset
445
8152f019d334 browser-side: CSS misc udpates
Goffi <goffi@goffi.org>
parents: 25
diff changeset
446 .chatContent {
8152f019d334 browser-side: CSS misc udpates
Goffi <goffi@goffi.org>
parents: 25
diff changeset
447 overflow: auto;
23
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
19
e8e3704eb97f Added basic chat panel
Goffi <goffi@goffi.org>
parents: 9
diff changeset
450 .chatText {
e8e3704eb97f Added basic chat panel
Goffi <goffi@goffi.org>
parents: 9
diff changeset
451 /* font-size: smaller; */
e8e3704eb97f Added basic chat panel
Goffi <goffi@goffi.org>
parents: 9
diff changeset
452 }
e8e3704eb97f Added basic chat panel
Goffi <goffi@goffi.org>
parents: 9
diff changeset
453
35
d43d6e4b9dc8 room user joining/leaving
Goffi <goffi@goffi.org>
parents: 34
diff changeset
454 .chatTextInfo {
d43d6e4b9dc8 room user joining/leaving
Goffi <goffi@goffi.org>
parents: 34
diff changeset
455 font-weight: bold;
d43d6e4b9dc8 room user joining/leaving
Goffi <goffi@goffi.org>
parents: 34
diff changeset
456 }
d43d6e4b9dc8 room user joining/leaving
Goffi <goffi@goffi.org>
parents: 34
diff changeset
457
d43d6e4b9dc8 room user joining/leaving
Goffi <goffi@goffi.org>
parents: 34
diff changeset
458 .chatTextInfo {
d43d6e4b9dc8 room user joining/leaving
Goffi <goffi@goffi.org>
parents: 34
diff changeset
459 font-style: italic;
d43d6e4b9dc8 room user joining/leaving
Goffi <goffi@goffi.org>
parents: 34
diff changeset
460 }
d43d6e4b9dc8 room user joining/leaving
Goffi <goffi@goffi.org>
parents: 34
diff changeset
461
29
8152f019d334 browser-side: CSS misc udpates
Goffi <goffi@goffi.org>
parents: 25
diff changeset
462 .chatArea {
34
ed935f763cc8 browser side: misc css/layout fixes
Goffi <goffi@goffi.org>
parents: 29
diff changeset
463 height:100%;
35
d43d6e4b9dc8 room user joining/leaving
Goffi <goffi@goffi.org>
parents: 34
diff changeset
464 width:100%;
29
8152f019d334 browser-side: CSS misc udpates
Goffi <goffi@goffi.org>
parents: 25
diff changeset
465 }
8152f019d334 browser-side: CSS misc udpates
Goffi <goffi@goffi.org>
parents: 25
diff changeset
466
19
e8e3704eb97f Added basic chat panel
Goffi <goffi@goffi.org>
parents: 9
diff changeset
467 .chat_text_timestamp {
e8e3704eb97f Added basic chat panel
Goffi <goffi@goffi.org>
parents: 9
diff changeset
468 font-style: italic;
e8e3704eb97f Added basic chat panel
Goffi <goffi@goffi.org>
parents: 9
diff changeset
469 }
e8e3704eb97f Added basic chat panel
Goffi <goffi@goffi.org>
parents: 9
diff changeset
470
e8e3704eb97f Added basic chat panel
Goffi <goffi@goffi.org>
parents: 9
diff changeset
471 .chat_text_nick {
e8e3704eb97f Added basic chat panel
Goffi <goffi@goffi.org>
parents: 9
diff changeset
472 font-weight: bold;
e8e3704eb97f Added basic chat panel
Goffi <goffi@goffi.org>
parents: 9
diff changeset
473 }
e8e3704eb97f Added basic chat panel
Goffi <goffi@goffi.org>
parents: 9
diff changeset
474
e8e3704eb97f Added basic chat panel
Goffi <goffi@goffi.org>
parents: 9
diff changeset
475 .chat_text_mymess {
e8e3704eb97f Added basic chat panel
Goffi <goffi@goffi.org>
parents: 9
diff changeset
476 color: blue;
e8e3704eb97f Added basic chat panel
Goffi <goffi@goffi.org>
parents: 9
diff changeset
477 }
e8e3704eb97f Added basic chat panel
Goffi <goffi@goffi.org>
parents: 9
diff changeset
478
29
8152f019d334 browser-side: CSS misc udpates
Goffi <goffi@goffi.org>
parents: 25
diff changeset
479 .occupant {
8152f019d334 browser-side: CSS misc udpates
Goffi <goffi@goffi.org>
parents: 25
diff changeset
480 padding-right: 15px;
8152f019d334 browser-side: CSS misc udpates
Goffi <goffi@goffi.org>
parents: 25
diff changeset
481 }
8152f019d334 browser-side: CSS misc udpates
Goffi <goffi@goffi.org>
parents: 25
diff changeset
482
8152f019d334 browser-side: CSS misc udpates
Goffi <goffi@goffi.org>
parents: 25
diff changeset
483 .occupantsList {
8152f019d334 browser-side: CSS misc udpates
Goffi <goffi@goffi.org>
parents: 25
diff changeset
484 border-right: 1px solid lightGray;
8152f019d334 browser-side: CSS misc udpates
Goffi <goffi@goffi.org>
parents: 25
diff changeset
485 margin-left: 5px;
8152f019d334 browser-side: CSS misc udpates
Goffi <goffi@goffi.org>
parents: 25
diff changeset
486 margin-right: 10px;
8152f019d334 browser-side: CSS misc udpates
Goffi <goffi@goffi.org>
parents: 25
diff changeset
487 height: 100%;
8152f019d334 browser-side: CSS misc udpates
Goffi <goffi@goffi.org>
parents: 25
diff changeset
488 }
8152f019d334 browser-side: CSS misc udpates
Goffi <goffi@goffi.org>
parents: 25
diff changeset
489
36
1d406077b49b Tarot Game: first draft
Goffi <goffi@goffi.org>
parents: 35
diff changeset
490 /* Games */
1d406077b49b Tarot Game: first draft
Goffi <goffi@goffi.org>
parents: 35
diff changeset
491
1d406077b49b Tarot Game: first draft
Goffi <goffi@goffi.org>
parents: 35
diff changeset
492 .cardPanel {
37
b306aa090438 Tarot game: game launching (first hand showed), and contract selection
Goffi <goffi@goffi.org>
parents: 36
diff changeset
493 background: #02FE03;
36
1d406077b49b Tarot Game: first draft
Goffi <goffi@goffi.org>
parents: 35
diff changeset
494 margin: 0 auto;
1d406077b49b Tarot Game: first draft
Goffi <goffi@goffi.org>
parents: 35
diff changeset
495 }
1d406077b49b Tarot Game: first draft
Goffi <goffi@goffi.org>
parents: 35
diff changeset
496
37
b306aa090438 Tarot game: game launching (first hand showed), and contract selection
Goffi <goffi@goffi.org>
parents: 36
diff changeset
497 .cardGamePlayerNick {
b306aa090438 Tarot game: game launching (first hand showed), and contract selection
Goffi <goffi@goffi.org>
parents: 36
diff changeset
498 font-weight: bold;
b306aa090438 Tarot game: game launching (first hand showed), and contract selection
Goffi <goffi@goffi.org>
parents: 36
diff changeset
499 }
b306aa090438 Tarot game: game launching (first hand showed), and contract selection
Goffi <goffi@goffi.org>
parents: 36
diff changeset
500
36
1d406077b49b Tarot Game: first draft
Goffi <goffi@goffi.org>
parents: 35
diff changeset
501 /* Drag and drop */
7
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
502
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
503 .dragover {
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
504 background: #8f8;
7acca1ce1ca4 CSS: microbloging style + using CSS reset
Goffi <goffi@goffi.org>
parents: 1
diff changeset
505 }
19
e8e3704eb97f Added basic chat panel
Goffi <goffi@goffi.org>
parents: 9
diff changeset
506
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
507 /* 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
508
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
509 .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
510 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
511 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
512 background-color: white;
34
ed935f763cc8 browser side: misc css/layout fixes
Goffi <goffi@goffi.org>
parents: 29
diff changeset
513 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
514 }
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
515
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
516 .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
517 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
518 }
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
519
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
520 .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
521 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
522 }
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
523
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
524 .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
525 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
526 }
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
527
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
528 .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
529 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
530 }
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
531
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
532 .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
533 }
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
534
23
0ce2a57b34ca added tab panel
Goffi <goffi@goffi.org>
parents: 21
diff changeset
535 /* Tab panel */
29
8152f019d334 browser-side: CSS misc udpates
Goffi <goffi@goffi.org>
parents: 25
diff changeset
536
8152f019d334 browser-side: CSS misc udpates
Goffi <goffi@goffi.org>
parents: 25
diff changeset
537 .mainTabPanel {
8152f019d334 browser-side: CSS misc udpates
Goffi <goffi@goffi.org>
parents: 25
diff changeset
538 }
8152f019d334 browser-side: CSS misc udpates
Goffi <goffi@goffi.org>
parents: 25
diff changeset
539
8152f019d334 browser-side: CSS misc udpates
Goffi <goffi@goffi.org>
parents: 25
diff changeset
540 .gwt-TabPanel {
8152f019d334 browser-side: CSS misc udpates
Goffi <goffi@goffi.org>
parents: 25
diff changeset
541 }
23
0ce2a57b34ca added tab panel
Goffi <goffi@goffi.org>
parents: 21
diff changeset
542
0ce2a57b34ca added tab panel
Goffi <goffi@goffi.org>
parents: 21
diff changeset
543 .gwt-TabPanelBottom {
0ce2a57b34ca added tab panel
Goffi <goffi@goffi.org>
parents: 21
diff changeset
544 height: 100%;
0ce2a57b34ca added tab panel
Goffi <goffi@goffi.org>
parents: 21
diff changeset
545 }
0ce2a57b34ca added tab panel
Goffi <goffi@goffi.org>
parents: 21
diff changeset
546
0ce2a57b34ca added tab panel
Goffi <goffi@goffi.org>
parents: 21
diff changeset
547 .gwt-TabBar {
0ce2a57b34ca added tab panel
Goffi <goffi@goffi.org>
parents: 21
diff changeset
548 /*background-color: #C3D9FF;*/
0ce2a57b34ca added tab panel
Goffi <goffi@goffi.org>
parents: 21
diff changeset
549 position: fixed;
29
8152f019d334 browser-side: CSS misc udpates
Goffi <goffi@goffi.org>
parents: 25
diff changeset
550 z-index: 10;
23
0ce2a57b34ca added tab panel
Goffi <goffi@goffi.org>
parents: 21
diff changeset
551 bottom: 0;
0ce2a57b34ca added tab panel
Goffi <goffi@goffi.org>
parents: 21
diff changeset
552 font-size: small;
0ce2a57b34ca added tab panel
Goffi <goffi@goffi.org>
parents: 21
diff changeset
553 }
0ce2a57b34ca added tab panel
Goffi <goffi@goffi.org>
parents: 21
diff changeset
554
0ce2a57b34ca added tab panel
Goffi <goffi@goffi.org>
parents: 21
diff changeset
555 .gwt-TabBar .gwt-TabBarFirst {
0ce2a57b34ca added tab panel
Goffi <goffi@goffi.org>
parents: 21
diff changeset
556 height: 100%;
0ce2a57b34ca added tab panel
Goffi <goffi@goffi.org>
parents: 21
diff changeset
557 padding-left: 3px;
0ce2a57b34ca added tab panel
Goffi <goffi@goffi.org>
parents: 21
diff changeset
558 }
0ce2a57b34ca added tab panel
Goffi <goffi@goffi.org>
parents: 21
diff changeset
559
0ce2a57b34ca added tab panel
Goffi <goffi@goffi.org>
parents: 21
diff changeset
560 .gwt-TabBar .gwt-TabBarRest {
0ce2a57b34ca added tab panel
Goffi <goffi@goffi.org>
parents: 21
diff changeset
561 padding-right: 3px;
0ce2a57b34ca added tab panel
Goffi <goffi@goffi.org>
parents: 21
diff changeset
562 }
0ce2a57b34ca added tab panel
Goffi <goffi@goffi.org>
parents: 21
diff changeset
563
65
8f421a12b8f9 browser side: register box CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents: 52
diff changeset
564 .mainTabPanel .gwt-TabBar .gwt-TabBarItem {
23
0ce2a57b34ca added tab panel
Goffi <goffi@goffi.org>
parents: 21
diff changeset
565 border-top: 1px solid #C3D9FF;
0ce2a57b34ca added tab panel
Goffi <goffi@goffi.org>
parents: 21
diff changeset
566 border-bottom: 1px solid #C3D9FF;
29
8152f019d334 browser-side: CSS misc udpates
Goffi <goffi@goffi.org>
parents: 25
diff changeset
567 border-right: 1px solid #C3D9FF;
8152f019d334 browser-side: CSS misc udpates
Goffi <goffi@goffi.org>
parents: 25
diff changeset
568 background: white;
23
0ce2a57b34ca added tab panel
Goffi <goffi@goffi.org>
parents: 21
diff changeset
569 padding: 2px;
0ce2a57b34ca added tab panel
Goffi <goffi@goffi.org>
parents: 21
diff changeset
570 cursor: pointer;
0ce2a57b34ca added tab panel
Goffi <goffi@goffi.org>
parents: 21
diff changeset
571 }
0ce2a57b34ca added tab panel
Goffi <goffi@goffi.org>
parents: 21
diff changeset
572
65
8f421a12b8f9 browser side: register box CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents: 52
diff changeset
573 .mainTabPanel div.gwt-TabBarItem:hover {
29
8152f019d334 browser-side: CSS misc udpates
Goffi <goffi@goffi.org>
parents: 25
diff changeset
574 background: yellow;
8152f019d334 browser-side: CSS misc udpates
Goffi <goffi@goffi.org>
parents: 25
diff changeset
575 }
8152f019d334 browser-side: CSS misc udpates
Goffi <goffi@goffi.org>
parents: 25
diff changeset
576
65
8f421a12b8f9 browser side: register box CSS update
Adrien Vigneron <adrienvigneron@mailoo.org>
parents: 52
diff changeset
577 .mainTabPanel .gwt-TabBar .gwt-TabBarItem-selected {
23
0ce2a57b34ca added tab panel
Goffi <goffi@goffi.org>
parents: 21
diff changeset
578 font-weight: bold;
0ce2a57b34ca added tab panel
Goffi <goffi@goffi.org>
parents: 21
diff changeset
579 background-color: #E8EEF7;
0ce2a57b34ca added tab panel
Goffi <goffi@goffi.org>
parents: 21
diff changeset
580 border-top: 1px solid #87B3FF;
0ce2a57b34ca added tab panel
Goffi <goffi@goffi.org>
parents: 21
diff changeset
581 border-left: 1px solid #87B3FF;
0ce2a57b34ca added tab panel
Goffi <goffi@goffi.org>
parents: 21
diff changeset
582 border-right: 1px solid #87B3FF;
0ce2a57b34ca added tab panel
Goffi <goffi@goffi.org>
parents: 21
diff changeset
583 border-bottom: 1px solid #E8EEF7;
0ce2a57b34ca added tab panel
Goffi <goffi@goffi.org>
parents: 21
diff changeset
584 padding: 2px;
0ce2a57b34ca added tab panel
Goffi <goffi@goffi.org>
parents: 21
diff changeset
585 cursor: default;
0ce2a57b34ca added tab panel
Goffi <goffi@goffi.org>
parents: 21
diff changeset
586 }
0ce2a57b34ca added tab panel
Goffi <goffi@goffi.org>
parents: 21
diff changeset
587
0ce2a57b34ca added tab panel
Goffi <goffi@goffi.org>
parents: 21
diff changeset
588
19
e8e3704eb97f Added basic chat panel
Goffi <goffi@goffi.org>
parents: 9
diff changeset
589 /* Misc */
e8e3704eb97f Added basic chat panel
Goffi <goffi@goffi.org>
parents: 9
diff changeset
590
e8e3704eb97f Added basic chat panel
Goffi <goffi@goffi.org>
parents: 9
diff changeset
591 .selected_widget {
e8e3704eb97f Added basic chat panel
Goffi <goffi@goffi.org>
parents: 9
diff changeset
592 /* 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
593 * (messages entered in unibox will be sent to this widget)
e8e3704eb97f Added basic chat panel
Goffi <goffi@goffi.org>
parents: 9
diff changeset
594 */
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
595 border: 3px dashed red;
19
e8e3704eb97f Added basic chat panel
Goffi <goffi@goffi.org>
parents: 9
diff changeset
596 }
34
ed935f763cc8 browser side: misc css/layout fixes
Goffi <goffi@goffi.org>
parents: 29
diff changeset
597
48
153de5d461a4 added Social Contract \o. (in French only so far)
Goffi <goffi@goffi.org>
parents: 47
diff changeset
598 .infoFrame {
153de5d461a4 added Social Contract \o. (in French only so far)
Goffi <goffi@goffi.org>
parents: 47
diff changeset
599 position: relative;
153de5d461a4 added Social Contract \o. (in French only so far)
Goffi <goffi@goffi.org>
parents: 47
diff changeset
600 width: 100%;
153de5d461a4 added Social Contract \o. (in French only so far)
Goffi <goffi@goffi.org>
parents: 47
diff changeset
601 height: 100%;
153de5d461a4 added Social Contract \o. (in French only so far)
Goffi <goffi@goffi.org>
parents: 47
diff changeset
602 }