~ubuntu-branches/ubuntu/trusty/jwchat/trusty

« back to all changes in this revision

Viewing changes to src/jwchat.css

  • Committer: Bazaar Package Importer
  • Author(s): Lincoln de Sousa, Lincoln de Sousa, Marcelo Jorge Vieira
  • Date: 2010-09-16 11:42:28 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20100916114228-5s5ne28n1w6wrfbl
Tags: 1.0+dfsg-1
[Lincoln de Sousa]

* Switch to dpkg-source 3.0 (quilt) format
* Migrating package from cdbs to debhelper 7.0.50~
* Changing the rule get-orig-source to generate a dfsg compatible
  package striping swf files from the orig (Closes: #591962)
* Updated Standards-Version to 3.9.1
* Removing po-debconf from the Build-Depends-Indep list.

[Marcelo Jorge Vieira]

* Fixing the default backend
* Fixing Debugger dependency
* Changing information about packaging from old maintainers to
  Debian XMPP Team.
* Removing sound support.
* Setting a port for apache VirtualHost.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
body { 
 
2
  font-family: Verdana, sans-serif;
 
3
  font-size: 12px;
 
4
  margin: 0;
 
5
  padding: 0;
 
6
/*  background-color: #b8dbff; */
 
7
  background-color: #81addc;
 
8
}
 
9
 
 
10
button {
 
11
  font-family: Verdana, sans-serif;
 
12
  font-size: 10px;
 
13
  border-style: solid;
 
14
  border-width: 1px; 
 
15
  border-color: #666666;
 
16
  padding: 2px;
 
17
}
 
18
 
 
19
button:hover { border-style: outset; }
 
20
button:active { border-style: inset; }
 
21
 
 
22
input,label,td {
 
23
  font-family: Verdana, sans-serif;
 
24
  font-size: 12px;
 
25
}
 
26
 
 
27
fieldset { 
 
28
  margin: 2px;
 
29
  padding: 2px;
 
30
}
 
31
 
 
32
/* roster */
 
33
#roster {
 
34
  width: 100%;
 
35
  cursor: default;
 
36
}
 
37
 
 
38
.roster { 
 
39
  background-color: white;
 
40
  color: black;
 
41
}
 
42
 
 
43
.hidden {
 
44
  display: none;
 
45
}
 
46
 
 
47
.rosterUser { 
 
48
  padding: 2px; 
 
49
}
 
50
 
 
51
.rosterUserSelected {
 
52
/*  color: HighlightText; */
 
53
  color: black;
 
54
  background-color: Highlight;
 
55
  padding: 2px;
 
56
}
 
57
 
 
58
.rosterGroupHeader {
 
59
/*      background-color: #d6d6d6; */
 
60
  font-weight: bold;
 
61
}
 
62
 
 
63
.rosterGroupHeaderHidden {
 
64
/*      background-color: #d6d6d6; */
 
65
  font-weight: bold;
 
66
  display: none;
 
67
}
 
68
 
 
69
/* context menu */
 
70
.skin0{
 
71
  position: absolute;
 
72
  /*width:100px;*/
 
73
  border: 2px outset ThreeDHighlight;
 
74
  background-color: Menu;
 
75
  color: ButtonText;
 
76
  font-family: Verdana, sans-serif;
 
77
  line-height: 16px;
 
78
  cursor: default;
 
79
  font-size: 12px;
 
80
  z-index: 100;
 
81
  visibility: hidden;
 
82
}
 
83
 
 
84
.menuitems{
 
85
  padding-left:4px;
 
86
  padding-right:4px;
 
87
}
 
88
 
 
89
/* END context menu */
 
90
 
 
91
#chat { 
 
92
  width:100%;
 
93
  height:100%;
 
94
}
 
95
 
 
96
.chatbox {
 
97
  margin: 4px;
 
98
  background-color: white;
 
99
  color: black;
 
100
}
 
101
 
 
102
.msgBox {
 
103
  width: 100%;
 
104
  height: 100%;
 
105
}
 
106
 
 
107
.rosterInnerElement { padding: 4px; padding-left:10px; padding-right:12px; }
 
108
 
 
109
td.menubar {
 
110
  padding: 2px;
 
111
  border-bottom: 1px outset ThreeDFace;
 
112
  background-color: Menu;
 
113
  color: ButtonText;
 
114
}
 
115
 
 
116
a.menubar { 
 
117
  font-size: 90%;
 
118
/*  font-weight: bold; */
 
119
  cursor: pointer;
 
120
  text-decoration: none;
 
121
  color: ButtonText;
 
122
}
 
123
 
 
124
a.menubar:hover { 
 
125
  text-decoration: underline;
 
126
}
 
127
 
 
128
#myNickname {
 
129
  font-weight: bold;
 
130
  cursor: pointer;
 
131
}
 
132
 
 
133
#myNickname:hover { text-decoration: underline; }
 
134
 
 
135
.nickName {
 
136
  padding: 2px;
 
137
}
 
138
 
 
139
.statusMsg { 
 
140
  font-size: smaller;
 
141
  padding-left: 22px;
 
142
}
 
143
 
 
144
#statusMsg { 
 
145
  font-size: smaller;
 
146
  padding-left: 2px;
 
147
  width: 100%;
 
148
 }
 
149
 
 
150
.myStatusMsg {  
 
151
  cursor: pointer;
 
152
  border: 0;
 
153
/*  background-color: #b8dbff; */
 
154
  background-color: #aecbe9;
 
155
}
 
156
 
 
157
.myStatusMsgSelected { 
 
158
  cursor: text;
 
159
  border: 1px;
 
160
  background-color: #f9fae1;
 
161
}
 
162
 
 
163
.msgnick {
 
164
  cursor: default;
 
165
  white-space:nowrap;
 
166
}
 
167
 
 
168
.highlighted { 
 
169
  color: darkorange;
 
170
}
 
171
 
 
172
.vcardBox { 
 
173
  border: 0;
 
174
  background-color: #b8dbff;
 
175
  width: 100%;
 
176
}
 
177
 
 
178
.vcardBoxEditable { 
 
179
  border: 1px;
 
180
  background-color: white;
 
181
  width: 100%;
 
182
}
 
183
 
 
184
#statusLed { 
 
185
  cursor: pointer;
 
186
  padding-bottom: 4px;
 
187
}
 
188
 
 
189
.link { 
 
190
  font-weight: bold;
 
191
  text-decoration: underline;
 
192
  cursor: pointer;
 
193
}
 
194
 
 
195
img.actionButton { cursor: pointer; }
 
196
 
 
197
h1 { font-size: 1.4em; }
 
198
 
 
199
h2 { 
 
200
  font-size: 1.2em; 
 
201
  margin-bottom: 0.8em; 
 
202
}
 
203
 
 
204
h3 { 
 
205
  font-size: 1.0em; 
 
206
  font-style: italic;
 
207
}
 
 
b'\\ No newline at end of file'