File: skin.css

package info (click to toggle)
jscommunicator 2.0.3-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 1,768 kB
  • ctags: 70
  • sloc: xml: 39; sh: 33; makefile: 13
file content (45 lines) | stat: -rw-r--r-- 489 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
span {
  color:#FFF;
 }

 #peer {
  color:#FFF;
}

#lang_selection {
  background-color: #888;
  color:#FFF;
}

#communicator {
  border-radius: 6px;
  border-style: solid;
  border-color: #FFF;
  border-width: 1px;
}

#dtmf-pad {
  border: 1px solid #FFF;
  opacity: 0.8;
}

#encapsulate {
  background-color: #888;
  border-radius: 6px;
}

#error span, #ws span, #reg span {
  color: white;
}

#header h1 {
  color: white;
}

#jsc-logout-button {
  color: #FFF;
}

h3 {
  color: white;
}