-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfancy.css
124 lines (119 loc) · 1.85 KB
/
fancy.css
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
body,html {
padding: 0;
margin: 0;
font-family: Arial;
background-color: #eee;
color: #444;
font-size: 15px;
line-height: 18px;
text-shadow: 0 1px 0 rgba(255,255,255,0.4);
}
.connection {
float: left;
height: 250px;
width: 200px;
overflow: scroll;
background-color: #fff;
padding: 10px;
margin: 5px;
border: 1px solid #ccc;
}
.connection div {
margin: 5px 0;
}
.connection.active {
border-color: #FF7500;
}
h1 {
font-size: 15px;
padding: 5px 10px;
margin: 0 -10px 0 -10px;
border-bottom: 1px solid #ccc;
font-weight: 300;
}
.active h1 strong {
color: #FF7500;
}
.file, em {
color: #999;
font-style: italic;
}
#wrap {
background-color: #ddd;
border-width: 1px 0;
border-color: #ccc;
border-style: solid;
}
.clear {
clear: both;
}
.peer {
color: #FF7500;
font-weight: 600;
}
.you {
color: #0C6BA1;
font-weight: 600;
}
#pid {
display: inline-block;
padding: 5px;
margin: 5px;
border: 1px solid #ccc;
background-color: #fff;
color: #0C6BA1;
font-weight: 600;
}
.warning {
font-size: 12px;
line-height: 20px;
padding: 10px;
background-color: #333;
color: #fff;
text-shadow: 0 1px 0 rgba(0,0,0,0.4);
font-weight: 300;
border-width: 1px 0;
border-color: #000;
border-style: solid;
}
a {
color: #F2C777;
}
.filler {
display: block;
padding: 10px;
}
#webrtc {
padding: 10px;
}
button, input {
font-size: 15px;
font-family: Arial;
border: 1px solid #ccc;
border-right: 0;
padding: 5px;
background: #fff;
margin: 0;
color: #444;
text-shadow: 0 1px 0 rgba(255,255,255,0.4);
}
input:focus {
outline: none;
}
.button, button {
cursor: pointer;
background-color: #ddd;
border: 1px solid #ccc;
}
form {
display: inline-block;
}
#close {
background-color: #FF7500;
border-color: #c15c06;
}
.important {
font-size: 15px;
color: #F2C777;
margin-bottom: 10px;
}