-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcommentCloud.css
More file actions
executable file
·55 lines (48 loc) · 1.04 KB
/
commentCloud.css
File metadata and controls
executable file
·55 lines (48 loc) · 1.04 KB
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
.CommentHeader {
display: block;
font-family: verdana, sans-serif;
font-size: 10px;
height: 12px;
}
.CommentAuthor {
font-family: verdana, sans-serif;
font-size: 10px;
font-weight: bold;
}
.CommentSubmitButton {
vertical-align:top;
}
.CommentDate {
padding-left: 5.109375px;
}
.CommentEntry {
background-attachment: scroll;
background-clip: border-box;
background-color: rgb(238, 238, 255);
background-image: none;
background-origin: padding-box;
background-size: auto;
border-bottom-color: rgb(170, 170, 255);
border-bottom-style: solid;
border-bottom-width: 1px;
border-left-color: rgb(170, 170, 255);
border-left-style: solid;
border-left-width: 1px;
border-right-color: rgb(170, 170, 255);
border-right-style: solid;
border-right-width: 1px;
border-top-color: rgb(170, 170, 255);
border-top-style: solid;
border-top-width: 1px;
display: block;
font-family: verdana, sans-serif;
font-size: 10px;
margin-bottom: 5px;
margin-left: 20px;
margin-right: 5px;
margin-top: 5px;
padding-bottom: 5px;
padding-left: 5px;
padding-right: 5px;
padding-top: 5px;
}