-
Notifications
You must be signed in to change notification settings - Fork 1.9k
/
Copy pathnav.css
148 lines (125 loc) · 2.25 KB
/
nav.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
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
.box2 {
height: 106px;
cursor: pointer;
border-radius: 4px;
padding: 0px 30px 0px 30px;
background-color: #fff;
border-radius: 4px;
border: 1px solid #e4ecf3;
margin: 20px 0 0 0;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.box2:hover {
transform: translateY(-6px);
-webkit-transform: translateY(-6px);
-moz-transform: translateY(-6px);
box-shadow: 0 26px 40px -24px rgba(0, 36, 100, 0.3);
-webkit-box-shadow: 0 26px 40px -24px rgba(0, 36, 100, 0.3);
-moz-box-shadow: 0 26px 40px -24px rgba(0, 36, 100, 0.3);
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.xe-comment-entry img {
float: left;
display: block;
margin-right: 10px;
border-radius: 10px;
}
.xe-comment {
transform: translateY(-50%);
position: absolute;
margin-left: 80px;
top: 50%;
}
.xe-comment p {
margin-bottom: 0px;
margin-right: 15px;
}
.overflowClip_1 {
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
}
.overflowClip_2 {
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
.submit-tag {
margin-top: 50px;
}
.img-circle {
padding: 7px 0;
}
.contact {
display: -webkit-box;
margin: 4px 0;
}
.contact a{
display: block;
}
.contact img {
margin-right: 4px;
width: 24px;
cursor: pointer;
float: none;
}
.logo {
color: #fff;
}
.logo span{
color: #31ad79;
}
.logo h2{
margin-top: 0px;
}
.submit {
position: absolute;
left: 0;
right: 0;
font-weight: 500;
bottom: 0;
border-top: 1px solid var(--whiteOp);
padding: 12px 16px;
color: #fff;
line-height: 24px;
font-size: 16px;
}
.submit:hover{
color: #fff;
}
.submit:visited{
color: #fff;
}
.languages{
z-index: 1000 !important;
}
.main-pb{
padding-bottom: 20px !important;
}
.h4-margin{
margin-top: 14px;
margin-bottom:-6px;
}
.div-radius .xe-conversations{
border-radius: 10px
}
.img-div {
float: left;
margin-right: 10px;
margin-bottom: 20px;
width: 100%;
}
.img-div img{
border-radius: 30px;
margin-right: 5px;
}