annotate public/libervia.css @ 69:4a157389a981

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