2018-05-20 03:14:28 +00:00
|
|
|
body, button, input, textarea {
|
|
|
|
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",
|
|
|
|
Roboto,Helvetica,Arial,sans-serif;
|
|
|
|
}
|
|
|
|
|
2018-04-16 01:35:11 +00:00
|
|
|
.navbar-laravel {
|
|
|
|
background-color: #fff;
|
|
|
|
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
|
2018-05-20 03:14:28 +00:00
|
|
|
}
|
|
|
|
|
2018-05-30 02:50:06 +00:00
|
|
|
.bg-pixelfed {
|
|
|
|
background:#10c5f8;
|
|
|
|
background:-webkit-gradient(linear,left top,right bottom,from(#6736dd),to(#10c5f8));
|
|
|
|
background:linear-gradient(to bottom right,#6736dd,#10c5f8);
|
|
|
|
}
|
|
|
|
|
2018-05-20 03:14:28 +00:00
|
|
|
@media (min-width: 1200px) {
|
|
|
|
.container {
|
|
|
|
max-width: 935px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.text-dark {
|
|
|
|
color: #212529 !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.search-form {
|
|
|
|
min-width: 125px;
|
|
|
|
width: 265px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.search-form input,
|
|
|
|
.search-form .form-inline,
|
|
|
|
.search-form .form-control {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.settings-nav .active {
|
|
|
|
border-left: 2px solid #6c757d !important
|
|
|
|
}
|
|
|
|
|
|
|
|
.settings-nav .active .nav-link{
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
.card-disabled {
|
|
|
|
background-color: rgba(245, 245, 245, 1);
|
|
|
|
opacity: .4;
|
|
|
|
}
|
|
|
|
|
|
|
|
.card.status-container {
|
|
|
|
}
|
|
|
|
|
2018-06-01 07:17:14 +00:00
|
|
|
.card-img-top {
|
2018-06-01 07:12:13 +00:00
|
|
|
height: auto;
|
|
|
|
}
|
|
|
|
|
2018-05-20 03:14:28 +00:00
|
|
|
.card.status-container .status-photo {
|
|
|
|
display: -webkit-box !important;
|
|
|
|
display: -ms-flexbox !important;
|
|
|
|
display: flex !important;
|
|
|
|
-webkit-box-align: center !important;
|
|
|
|
-ms-flex-align: center !important;
|
|
|
|
align-items: center !important;
|
|
|
|
padding: 0;
|
|
|
|
background-color: #fff;
|
|
|
|
}
|
|
|
|
|
|
|
|
.card.status-container .status-comments {
|
|
|
|
height: 220px;
|
|
|
|
overflow-y: scroll;
|
|
|
|
border-bottom:1px solid rgba(0, 0, 0, 0.1);
|
|
|
|
}
|
|
|
|
|
|
|
|
.card.status-container.orientation-square .status-comments {
|
|
|
|
height: 360px !important;
|
|
|
|
}
|
|
|
|
|
2018-05-31 21:57:42 +00:00
|
|
|
|
2018-05-20 03:14:28 +00:00
|
|
|
.card.status-container.orientation-portrait .status-comments {
|
|
|
|
height: 528px !important;
|
|
|
|
}
|
|
|
|
|
2018-05-31 21:57:42 +00:00
|
|
|
.card.status-container.orientation-landscape .status-photo img {
|
|
|
|
max-height: 451px !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.card.status-container.orientation-square .status-photo img {
|
|
|
|
max-height: 601px !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.card.status-container.orientation-portrait .status-photo img {
|
|
|
|
max-height: 772px !important;
|
|
|
|
}
|
|
|
|
|
2018-05-20 03:14:28 +00:00
|
|
|
.no-caret.dropdown-toggle {
|
|
|
|
text-decoration: none !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.no-caret.dropdown-toggle::after {
|
|
|
|
display:none;
|
2018-05-27 03:25:04 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.notification-page .profile-link {
|
|
|
|
color: #212529;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
.notification-page .list-group-item:first-child {
|
|
|
|
border-top: none;
|
2018-06-01 07:12:13 +00:00
|
|
|
}
|