Merge branch 'refs/heads/develop'
This commit is contained in:
commit
c66608e753
2 changed files with 0 additions and 254 deletions
|
@ -702,129 +702,3 @@ aside .widget li:hover {
|
||||||
margin: 20px auto;
|
margin: 20px auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Photo Albums */
|
|
||||||
.photo-album-actions .icon-padding,
|
|
||||||
.photo-edit-link-wrap .icon-padding {
|
|
||||||
margin-left: 10px !important;
|
|
||||||
}
|
|
||||||
.photos-upload-link {
|
|
||||||
font-size: 28px;
|
|
||||||
color: var(--link-color) !important;
|
|
||||||
opacity: 1 !important;
|
|
||||||
border-radius: 8px;
|
|
||||||
padding: 0px 8px;
|
|
||||||
}
|
|
||||||
#photo-album-link {
|
|
||||||
opacity: 1 !important;
|
|
||||||
}
|
|
||||||
.photos-upload-link i,
|
|
||||||
#photo-album-link i,
|
|
||||||
#photo-edit-link i,
|
|
||||||
#photo-toprofile-link i,
|
|
||||||
#album-edit-link i,
|
|
||||||
#album-drop-link i,
|
|
||||||
.photos-order-link i {
|
|
||||||
font-size: 24px !important;
|
|
||||||
color: var(--link-color) !important;
|
|
||||||
opacity: 1 !important;
|
|
||||||
border-radius: 100% !important;
|
|
||||||
padding: 8px 11px !important;
|
|
||||||
height: 40px;
|
|
||||||
width: 40px;
|
|
||||||
}
|
|
||||||
#photo-edit-link i.fa-image {
|
|
||||||
padding: 6px 7px !important;
|
|
||||||
}
|
|
||||||
.photos-order-link {
|
|
||||||
margin-top: 5px !important;
|
|
||||||
}
|
|
||||||
.photos-upload-link:hover i,
|
|
||||||
.photos-upload-link:focus i,
|
|
||||||
#photo-album-link:hover i,
|
|
||||||
#photo-album-link:focus i,
|
|
||||||
#photo-edit-link:hover i,
|
|
||||||
#photo-toprofile-link:hover i,
|
|
||||||
#photo-toprofile-link:focus i,
|
|
||||||
#album-edit-link:hover i,
|
|
||||||
#album-edit-link:focus i,
|
|
||||||
#album-drop-link:hover i,
|
|
||||||
#album-drop-link:focus i,
|
|
||||||
.photos-order-link:hover i,
|
|
||||||
.photos-upload-link:hover i,
|
|
||||||
.photos-upload-link:focus i {
|
|
||||||
background-color: rgba(255,255,255,.1) !important;
|
|
||||||
}
|
|
||||||
.photos-content-wrapper .photos-upload-link::before {
|
|
||||||
content: 'Add Photos';
|
|
||||||
font-size: 15px;
|
|
||||||
vertical-align: middle;
|
|
||||||
margin-top: -10px;
|
|
||||||
display: inline-block;
|
|
||||||
}
|
|
||||||
.justified-gallery {
|
|
||||||
overflow: visible !important;
|
|
||||||
}
|
|
||||||
.justified-gallery > a,
|
|
||||||
.justified-gallery > div,
|
|
||||||
.justified-gallery > figure{
|
|
||||||
height: 180px !important;
|
|
||||||
width: 180px !important;
|
|
||||||
border: 1px solid #ccc;
|
|
||||||
position: relative !important;
|
|
||||||
top: auto !important;
|
|
||||||
left: auto !important;
|
|
||||||
border-radius: 8px;
|
|
||||||
margin: 4px !important;
|
|
||||||
}
|
|
||||||
.justified-gallery > .jg-entry-visible > img,
|
|
||||||
.justified-gallery > .jg-entry-visible > a > img,
|
|
||||||
.justified-gallery > .jg-entry-visible > svg,
|
|
||||||
.justified-gallery > .jg-entry-visible > a > svg{
|
|
||||||
width: 100% !important;
|
|
||||||
height: 100% !important;
|
|
||||||
margin: 0 !important;
|
|
||||||
top: 0 !important;
|
|
||||||
left: 0 !important;
|
|
||||||
object-fit:cover;
|
|
||||||
object-position: center;
|
|
||||||
}
|
|
||||||
#photo-photo {
|
|
||||||
margin: 0 auto !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
@media screen and (max-width: 1280px) {
|
|
||||||
#search-box {
|
|
||||||
width: 18% !important;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@media screen and (max-width: 991px){
|
|
||||||
#search-box {
|
|
||||||
left: 15%;
|
|
||||||
}
|
|
||||||
#jotOpen::before {
|
|
||||||
content: '';
|
|
||||||
margin: 0;
|
|
||||||
}
|
|
||||||
#mention-link span:last-of-type {
|
|
||||||
margin-right: 42px;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@media screen and (max-width: 768px){
|
|
||||||
#topbar-first .navbar-toggle[data-target="#search-mobile"]{
|
|
||||||
position: fixed !important;
|
|
||||||
left: 15%;
|
|
||||||
}
|
|
||||||
#search-mobile {
|
|
||||||
top: 110px !important;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@media screen and (max-width: 480px){
|
|
||||||
#topbar-first .navbar-toggle[data-target="#search-mobile"]{
|
|
||||||
left: 10%;
|
|
||||||
}
|
|
||||||
.topbar ul.nav {
|
|
||||||
position: relative !important;
|
|
||||||
left: 10% !important;
|
|
||||||
margin-left: 0!important;
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -638,131 +638,3 @@
|
||||||
margin: 20px auto;
|
margin: 20px auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Photo Albums */
|
|
||||||
.photo-album-actions .icon-padding,
|
|
||||||
.photo-edit-link-wrap .icon-padding {
|
|
||||||
margin-left: 10px !important;
|
|
||||||
}
|
|
||||||
.photos-upload-link {
|
|
||||||
font-size: 28px;
|
|
||||||
color: var(--link-color) !important;
|
|
||||||
opacity: 1 !important;
|
|
||||||
border-radius: 8px;
|
|
||||||
padding: 0px 8px;
|
|
||||||
}
|
|
||||||
#photo-album-link {
|
|
||||||
opacity: 1 !important;
|
|
||||||
}
|
|
||||||
.photos-upload-link i,
|
|
||||||
#photo-album-link i,
|
|
||||||
#photo-edit-link i,
|
|
||||||
#photo-toprofile-link i,
|
|
||||||
#album-edit-link i,
|
|
||||||
#album-drop-link i,
|
|
||||||
.photos-order-link i {
|
|
||||||
font-size: 24px !important;
|
|
||||||
color: var(--link-color) !important;
|
|
||||||
opacity: 1 !important;
|
|
||||||
border-radius: 100% !important;
|
|
||||||
padding: 8px 11px !important;
|
|
||||||
height: 40px;
|
|
||||||
width: 40px;
|
|
||||||
}
|
|
||||||
#photo-edit-link i.fa-image {
|
|
||||||
padding: 6px 7px !important;
|
|
||||||
}
|
|
||||||
.photos-order-link {
|
|
||||||
margin-top: 5px !important;
|
|
||||||
}
|
|
||||||
.photos-upload-link:hover i,
|
|
||||||
.photos-upload-link:focus i,
|
|
||||||
#photo-album-link:hover i,
|
|
||||||
#photo-album-link:focus i,
|
|
||||||
#photo-edit-link:hover i,
|
|
||||||
#photo-toprofile-link:hover i,
|
|
||||||
#photo-toprofile-link:focus i,
|
|
||||||
#album-edit-link:hover i,
|
|
||||||
#album-edit-link:focus i,
|
|
||||||
#album-drop-link:hover i,
|
|
||||||
#album-drop-link:focus i,
|
|
||||||
.photos-order-link:hover i,
|
|
||||||
.photos-upload-link:hover i,
|
|
||||||
.photos-upload-link:focus i {
|
|
||||||
background-color: rgba(128,128,128,.1) !important;
|
|
||||||
}
|
|
||||||
.photos-content-wrapper .photos-upload-link::before {
|
|
||||||
content: 'Add Photos';
|
|
||||||
font-size: 15px;
|
|
||||||
vertical-align: middle;
|
|
||||||
margin-top: -10px;
|
|
||||||
display: inline-block;
|
|
||||||
}
|
|
||||||
.justified-gallery {
|
|
||||||
overflow: visible !important;
|
|
||||||
}
|
|
||||||
.justified-gallery > a,
|
|
||||||
.justified-gallery > div,
|
|
||||||
.justified-gallery > figure{
|
|
||||||
height: 180px !important;
|
|
||||||
width: 180px !important;
|
|
||||||
border: 1px solid #ccc;
|
|
||||||
position: relative !important;
|
|
||||||
top: auto !important;
|
|
||||||
left: auto !important;
|
|
||||||
border-radius: 8px;
|
|
||||||
margin: 4px !important;
|
|
||||||
}
|
|
||||||
.justified-gallery > .jg-entry-visible > img,
|
|
||||||
.justified-gallery > .jg-entry-visible > a > img,
|
|
||||||
.justified-gallery > .jg-entry-visible > svg,
|
|
||||||
.justified-gallery > .jg-entry-visible > a > svg{
|
|
||||||
width: 100% !important;
|
|
||||||
height: 100% !important;
|
|
||||||
margin: 0 !important;
|
|
||||||
top: 0 !important;
|
|
||||||
left: 0 !important;
|
|
||||||
object-fit:cover;
|
|
||||||
object-position: center;
|
|
||||||
}
|
|
||||||
#photo-photo {
|
|
||||||
margin: 0 auto !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@media screen and (max-width: 1280px) {
|
|
||||||
#search-box {
|
|
||||||
width: 18% !important;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@media screen and (max-width: 991px){
|
|
||||||
#search-box {
|
|
||||||
left: 15%;
|
|
||||||
}
|
|
||||||
#jotOpen::before {
|
|
||||||
content: '';
|
|
||||||
margin: 0;
|
|
||||||
}
|
|
||||||
#mention-link span:last-of-type {
|
|
||||||
margin-right: 42px;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@media screen and (max-width: 768px){
|
|
||||||
#topbar-first .navbar-toggle[data-target="#search-mobile"]{
|
|
||||||
position: fixed !important;
|
|
||||||
left: 15%;
|
|
||||||
}
|
|
||||||
#search-mobile {
|
|
||||||
top: 110px !important;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@media screen and (max-width: 480px){
|
|
||||||
#topbar-first .navbar-toggle[data-target="#search-mobile"]{
|
|
||||||
left: 10%;
|
|
||||||
}
|
|
||||||
.topbar ul.nav {
|
|
||||||
position: relative !important;
|
|
||||||
left: 10% !important;
|
|
||||||
margin-left: 0!important;
|
|
||||||
}
|
|
||||||
}
|
|
Loading…
Add table
Reference in a new issue