-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathstyle.css
More file actions
64 lines (52 loc) · 751 Bytes
/
Copy pathstyle.css
File metadata and controls
64 lines (52 loc) · 751 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
body {
padding-top: 60px;
background-color: #F0F0F0;
color: #7C7C7C;
}
.topbar{
background: #F8F8F8;
padding: 5px;
border-bottom: 1px solid #E0E0E0;
}
.logo{
}
.menu{
margin-top: 2px;
}
a{
color: #777789;
}
a:hover{
color: #000000;
}
.max-width-960{
max-width:960px;
}
p.message-chat{
padding-left: 10px;
padding-right: 10px;
margin-bottom: 8px;
}
div.message-box{
background: #FFFFFF;
margin: 20px 20px 0px 20px;
}
.counter{
pointer-events: none;
width: 55px;
}
span.author-chat{
font-size:11px;
font-weight:bold;
}
#wall{
border: 1px solid #CCCCCC;
box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
margin: 0px 20px 0px 20px;
height:400px;
background: #FFFFFF;
overflow: auto;
}
div#register{
display: none;
}