-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathclient.css
More file actions
79 lines (67 loc) · 952 Bytes
/
client.css
File metadata and controls
79 lines (67 loc) · 952 Bytes
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
html{
margin:0;
padding:0;
}
body{
font-family: 'Merriweather', serif;
font-size:18px;
margin:0;
padding:0;
}
div[contenteditable], textarea{
border: 2px dashed #ccc;
outline :none;
min-height:100px;
padding:15px;
margin:15px;
font-size:18px;
font-family: 'Merriweather', serif;
background: white;
position: relative;
z-index: 1;
}
textarea{
width:95%;
}
.session{
text-align:right;
font-size:12px;
color:#999;
padding: 0 10px;
}
.mute{
display:none;
}
.empty{
color : #AAA;
}
#full_url, #count, #url{
color:black;
}
.footer{
position: absolute;
bottom:5px;
width:100%;
color : #AAA;
font-size: 12px;
}
.footer a{
float:right;
text-decoration: none;
font-weight: normal;
color: black;
text-decoration: underline;
margin-left: 3px;
}
h1{
font-size:12px;
text-align:right;
font-weight: normal;
margin : 15px 15px 10px 15px
}
.oye-oye{
position: absolute;
top:50%;
width: 100%;
text-align: center;
}