2015-03-16 15:14:33 -04:00
|
|
|
.directory {
|
|
|
|
margin-bottom: 100px;
|
|
|
|
|
|
|
|
.period-chooser {
|
|
|
|
float: left;
|
|
|
|
}
|
2015-03-19 18:07:31 -04:00
|
|
|
.filter-name {
|
|
|
|
float: right;
|
|
|
|
}
|
2015-03-16 15:14:33 -04:00
|
|
|
.total-rows {
|
2015-03-20 14:55:46 -04:00
|
|
|
color: dark-light-diff($primary, $secondary, 50%, -50%);
|
2015-03-19 18:07:31 -04:00
|
|
|
text-align: right;
|
2015-03-16 15:14:33 -04:00
|
|
|
}
|
|
|
|
.spinner {
|
|
|
|
clear: both;
|
|
|
|
}
|
|
|
|
|
|
|
|
table {
|
|
|
|
width: 100%;
|
|
|
|
margin-bottom: 1em;
|
|
|
|
|
|
|
|
td, th {
|
|
|
|
padding: 0.5em;
|
|
|
|
text-align: left;
|
2015-06-14 22:59:49 -04:00
|
|
|
border-bottom: 1px solid dark-light-diff($primary, $secondary, 90%, -60%);
|
2015-03-19 16:50:01 -04:00
|
|
|
|
|
|
|
.number, .time-read {
|
|
|
|
font-size: 1.4em;
|
2015-03-20 14:55:46 -04:00
|
|
|
color: dark-light-diff($primary, $secondary, 50%, -50%);
|
2015-03-19 16:50:01 -04:00
|
|
|
}
|
2015-03-16 15:14:33 -04:00
|
|
|
}
|
|
|
|
|
2015-03-19 15:31:29 -04:00
|
|
|
tr.me {
|
|
|
|
td {
|
2015-03-25 21:29:01 -04:00
|
|
|
background-color: dark-light-diff($highlight, $secondary, 70%, -80%);
|
2015-03-20 14:55:46 -04:00
|
|
|
|
|
|
|
.username a, .name, .title, .number, .time-read {
|
|
|
|
color: scale-color($highlight, $lightness: -50%);
|
|
|
|
}
|
2015-03-19 15:31:29 -04:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2015-03-16 15:14:33 -04:00
|
|
|
th.sortable {
|
|
|
|
cursor: pointer;
|
2015-03-19 11:48:16 -04:00
|
|
|
white-space: nowrap;
|
2015-03-16 15:14:33 -04:00
|
|
|
|
|
|
|
width: 13%;
|
2015-03-19 11:48:16 -04:00
|
|
|
i.fa-heart {
|
|
|
|
margin-right: 0.5em;
|
|
|
|
}
|
|
|
|
i.fa-chevron-down, i.fa-chevron-up {
|
2015-03-19 16:50:01 -04:00
|
|
|
margin-left: 0.5em;
|
2015-03-16 15:14:33 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
&:hover {
|
2015-06-14 22:59:49 -04:00
|
|
|
background-color: dark-light-diff($primary, $secondary, 90%, -60%);
|
2015-03-16 15:14:33 -04:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|