test.css
7.31 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
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
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
/* Cubic Bezier Transition */
.mt-comments .mt-comment {
padding: 10px;
margin: 0 0 10px 0; }
.mt-comments .mt-comment .mt-comment-img {
width: 40px;
float: left; }
.mt-comments .mt-comment .mt-comment-img > img {
border-radius: 50% !important; }
.mt-comments .mt-comment .mt-comment-body {
padding-left: 20px;
position: relative;
overflow: hidden; }
.mt-comments .mt-comment .mt-comment-body .mt-comment-info:before,
.mt-comments .mt-comment .mt-comment-body .mt-comment-info:after {
content: " ";
display: table; }
.mt-comments .mt-comment .mt-comment-body .mt-comment-info:after {
clear: both; }
.mt-comments .mt-comment .mt-comment-body .mt-comment-info .mt-comment-author {
display: inline-block;
float: left;
margin: 0px 0px 10px 0;
color: #060606;
font-weight: 600; }
.mt-comments .mt-comment .mt-comment-body .mt-comment-info .mt-comment-date {
display: inline-block;
float: right;
margin: 0px;
color: #BABABA; }
.mt-comments .mt-comment .mt-comment-body .mt-comment-text {
color: #a6a6a6; }
.mt-comments .mt-comment .mt-comment-body .mt-comment-details {
margin: 10px 0px 0px 0; }
.mt-comments .mt-comment .mt-comment-body .mt-comment-details .mt-comment-status {
text-transform: uppercase;
float: left; }
.mt-comments .mt-comment .mt-comment-body .mt-comment-details .mt-comment-status.mt-comment-status-pending {
color: #B8C0F5; }
.mt-comments .mt-comment .mt-comment-body .mt-comment-details .mt-comment-status.mt-comment-status-approved {
color: #6BD873; }
.mt-comments .mt-comment .mt-comment-body .mt-comment-details .mt-comment-status.mt-comment-status-rejected {
color: red; }
.mt-comments .mt-comment .mt-comment-body .mt-comment-details .mt-comment-actions {
display: none;
list-style: none;
margin: 0;
padding: 0;
float: right; }
.mt-comments .mt-comment .mt-comment-body .mt-comment-details .mt-comment-actions > li {
float: left;
padding: 0 5px;
margin: 0; }
.mt-comments .mt-comment .mt-comment-body .mt-comment-details .mt-comment-actions > li > a {
text-transform: uppercase;
color: #999999; }
.mt-comments .mt-comment .mt-comment-body .mt-comment-details .mt-comment-actions > li > a:hover {
color: #666666;
text-decoration: none; }
.mt-comments .mt-comment:hover {
background: #f9f9f9; }
.mt-comments .mt-comment:hover .mt-comment-body .mt-comment-details .mt-comment-actions {
display: inline-block; }
.mt-actions .mt-action {
margin: 0px;
padding: 15px 0 15px 0;
border-bottom: 1px solid #f7f8f9; }
.mt-actions .mt-action:last-child {
border-bottom: 0px; }
.mt-actions .mt-action .mt-action-img {
width: 40px;
float: left; }
.mt-actions .mt-action .mt-action-img > img {
border-radius: 50% !important;
margin-bottom: 2px; }
.mt-actions .mt-action .mt-action-body {
padding-left: 15px;
position: relative;
overflow: hidden; }
.mt-actions .mt-action .mt-action-body .mt-action-row {
display: table;
width: 100%; }
.mt-actions .mt-action .mt-action-body .mt-action-row .mt-action-info {
display: table-cell;
vertical-align: top; }
.mt-actions .mt-action .mt-action-body .mt-action-row .mt-action-info .mt-action-icon {
display: table-cell;
padding: 6px 20px 6px 6px; }
.mt-actions .mt-action .mt-action-body .mt-action-row .mt-action-info .mt-action-icon > i {
display: inline-block;
position: relative;
top: 10px;
font-size: 25px;
color: #78E0E8; }
.mt-actions .mt-action .mt-action-body .mt-action-row .mt-action-info .mt-action-details {
display: table-cell;
vertical-align: top; }
.mt-actions .mt-action .mt-action-body .mt-action-row .mt-action-info .mt-action-details .mt-action-author {
color: #060606;
font-weight: 600; }
.mt-actions .mt-action .mt-action-body .mt-action-row .mt-action-info .mt-action-details .mt-action-desc {
margin-bottom: 0;
color: #A6A8A8; }
.mt-actions .mt-action .mt-action-body .mt-action-row .mt-action-datetime {
vertical-align: top;
display: table-cell;
text-align: center;
width: 150px;
white-space: nowrap;
padding-top: 15px;
color: #A6A8A8; }
.mt-actions .mt-action .mt-action-body .mt-action-row .mt-action-datetime .mt-action-dot {
display: inline-block;
width: 10px;
height: 10px;
background-color: red;
border-radius: 50% !important;
margin-left: 5px;
margin-right: 5px; }
.mt-actions .mt-action .mt-action-body .mt-action-row .mt-action-buttons {
vertical-align: top;
display: table-cell;
text-align: center;
width: 120px;
white-space: nowrap;
padding-top: 10px; }
@media (max-width: 767px) {
/* 767px */
.mt-actions .mt-action .mt-action-body .mt-action-row {
display: block; }
.mt-actions .mt-action .mt-action-body .mt-action-row .mt-action-info {
display: block; }
.mt-actions .mt-action .mt-action-body .mt-action-row .mt-action-datetime {
display: inline-block;
margin-left: 40px; }
.mt-actions .mt-action .mt-action-body .mt-action-row .mt-action-buttons {
display: inline-block;
float: right; } }
.mt-wiget-1 {
border: 1px solid #e7ecf1;
text-align: center;
border-radius: 4px !important;
position: relative; }
.mt-wiget-1 .mt-icon {
position: absolute;
right: 10px;
top: 10px;
margin: 7px;
font-size: 20px; }
.mt-wiget-1 .mt-icon > a > i {
color: #a1e5e1; }
.mt-wiget-1 .mt-icon > a:hover > i {
color: #79dad5; }
.mt-wiget-1 .mt-img {
display: inline-block;
border-radius: 50% !important;
border: 4px solid #e7ecf1;
margin: 40px 0 30px 0; }
.mt-wiget-1 .mt-img > img {
border: 1px solid trnsparent;
border-radius: 50% !important; }
.mt-wiget-1 .mt-body .mt-username {
text-align: center;
margin: 5px 10px; }
.mt-wiget-1 .mt-body .mt-user-title {
text-align: center;
margin: 10px 10px 10px 10px;
color: #D1D4D6;
font-size: 12px; }
.mt-wiget-1 .mt-body .mt-stats {
margin: 30px 0px 0px 0px; }
.mt-wiget-1 .mt-body .mt-stats .btn-group {
border-top: 1px solid #e7ecf1; }
.mt-wiget-1 .mt-body .mt-stats .btn-group .btn {
padding: 10px 10px;
font-size: 10px;
border-right: 1px solid #e7ecf1; }
.mt-wiget-1 .mt-body .mt-stats .btn-group .btn:hover {
background-color: #e7ecf1; }
.mt-wiget-1 .mt-body .mt-stats .btn-group .btn:last-child {
border: 0; }
.mt-wiget-1 .mt-body .mt-stats .btn-group .btn > i {
position: relative;
top: 3px;
right: 2px;
color: #79dad5;
font-size: 16px; }
.mt-wiget-1 .mt-body .mt-stats .btn-group .btn:first-child {
border-bottom-left-radius: 4px !important; }
.mt-wiget-1 .mt-body .mt-stats .btn-group .btn:last-child {
border-bottom-right-radius: 4px !important; }