-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcommentStyle.css
More file actions
123 lines (119 loc) · 1.92 KB
/
Copy pathcommentStyle.css
File metadata and controls
123 lines (119 loc) · 1.92 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
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
body{
background-color: white;
}
.comment-superPadre{
width: 100%;
margin-left: 10px;
padding: 0;
}
.comment-divContainer{
margin-bottom: 3px;
padding: 0;
display: flex;
flex-direction: row;
/*border-bottom: gainsboro solid 1px;*/
}
.comment-divCab {
padding-top: 5px;
width: 100%;
height: 20px;
display: flex;
flex-direction: row;
}
.comment-nick{
color:#3361ad;
margin: 0;
padding: 0;
width: 50%;
font-size: medium;
font-weight: 600;
}
.comment-fecha{
padding-top: 4px;
/*padding-right: 10%;*/
width: 50%;
font-size: small;
color: darkgray;
font-style: oblique;
text-align: right;
}
.comment-divText{
width: 90%;
right: 0;
margin: 0;
height: 80%;
}
.comment-divVal{
margin: 0;
padding: 0;
height: 25px;
display: flex;
flex-direction: row;
}
.comment-valTot {
text-shadow: 0.5px 0.5px lightgrey;
margin: 0;
padding: 0;
width: 45%;
font-size: medium;
text-align: center;
}
.comment-dislike {
margin: 0;
padding: 0;
}
.comment-like{
margin: 0;
padding: 0;
}
.comment-moriartyLike{
margin: 0;
padding: 0;
}
.comment-text{
border-bottom: gainsboro solid 1px;
margin: 0;
width: 90%;
padding-top: 10px;
padding-bottom: 5px;
height: 70%;
}
.comment-minimizar{
margin: 0;
padding: 0;
width: 25px;
}
.comment-hijos{
padding-left: 5px;
'border-top: #3361ad dashed 1px;
width: 90%;
background-color: beige;
}
.iconos{
margin: 5px;
width: 15px;
height: 15px;
}
#readComments{
width: 100%;
height: 75vh;
overflow: scroll;
}
.writeComments{
width: 100%;
height: 25vh;
padding: 10px;
}
.writeText{
position: relative;
padding: 5px;
width: 100%;
max-width: 100%;
min-width: 100%;
height: 60%;
max-height: 80%;
min-height: 80%;
margin-bottom: 3px;
}
#postButton{
}