annotate public/libervia.css @ 70:386d27dd3fbb

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