2018-07-16 06:04:44 +01:00
|
|
|
.activity-grid {
|
|
|
|
font-size: smaller;
|
|
|
|
}
|
|
|
|
|
2018-08-06 14:02:45 +01:00
|
|
|
.activity-grid th,
|
|
|
|
.activity-grid td {
|
2018-07-16 06:04:44 +01:00
|
|
|
padding: 5px !important;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.activity-grid td {
|
|
|
|
color: #fff;
|
2018-08-06 14:02:45 +01:00
|
|
|
height: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.activity-grid .has-activity {
|
|
|
|
background-color: #1e90ff;
|
|
|
|
}
|
|
|
|
|
|
|
|
.activity-grid .invalid-date {
|
|
|
|
background-color: #e5e5e5;
|
|
|
|
}
|
|
|
|
|
|
|
|
.activity-grid .no-activity {
|
|
|
|
background-color: #fff;
|
|
|
|
}
|
|
|
|
|
|
|
|
.activity-grid th:first-child,
|
|
|
|
.activity-grid td:first-child {
|
|
|
|
border-left: 1px solid #dee2e6;
|
|
|
|
}
|
|
|
|
|
|
|
|
.activity-grid th,
|
|
|
|
.activity-grid td {
|
|
|
|
border-right: 1px solid #dee2e6;
|
|
|
|
}
|
|
|
|
|
|
|
|
.activity-grid tr:last-child td {
|
|
|
|
border-bottom: 1px solid #dee2e6;
|
2018-07-16 06:04:44 +01:00
|
|
|
}
|
|
|
|
|
2018-08-08 09:31:56 +01:00
|
|
|
.activity-grid .border-spacer-element {
|
|
|
|
border-right-width: 0;
|
|
|
|
padding: 0 !important;
|
|
|
|
width: 1px;
|
|
|
|
}
|
|
|
|
|
2017-09-04 20:47:05 +01:00
|
|
|
.album-slideshow-container #image-preview {
|
|
|
|
height: 600px;
|
|
|
|
max-width: 100%;
|
|
|
|
width: 800px;
|
|
|
|
}
|
|
|
|
|
2017-09-17 11:49:36 +01:00
|
|
|
.album-slideshow-container #image-preview img {
|
|
|
|
max-width: 100%;
|
|
|
|
}
|
|
|
|
|
2017-09-04 20:47:05 +01:00
|
|
|
.album-slideshow-container .thumbnails {
|
|
|
|
overflow-x: scroll;
|
|
|
|
overflow-y: hidden;
|
|
|
|
white-space: nowrap;
|
|
|
|
width: auto;
|
2017-09-10 17:02:15 +01:00
|
|
|
}
|
|
|
|
|
2018-09-19 13:49:53 +01:00
|
|
|
.photo-comment .card-subtitle {
|
|
|
|
font-size: smaller;
|
|
|
|
}
|
|
|
|
|
2017-09-10 17:02:15 +01:00
|
|
|
.stats-table .icon-col {
|
|
|
|
font-size: 1.4em;
|
2017-09-10 21:42:08 +01:00
|
|
|
width: 20%;
|
2017-09-10 17:02:15 +01:00
|
|
|
vertical-align: middle;
|
|
|
|
}
|
|
|
|
|
|
|
|
.stats-table .stat-col {
|
|
|
|
font-size: 1.8em;
|
|
|
|
font-weight: bold;
|
2017-09-10 21:42:08 +01:00
|
|
|
width: 40%;
|
2017-09-10 17:02:15 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.stats-table .text-col {
|
|
|
|
font-size: 1.2em;
|
|
|
|
vertical-align: middle;
|
2017-09-10 21:42:08 +01:00
|
|
|
width: 40%;
|
2017-09-04 20:47:05 +01:00
|
|
|
}
|