X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftheme%2Fvier%2Fstyle.css;h=507b4b5709f4db7e88394f29e07ae7e31ccac58a;hb=dc4b38441483a6267c81b39bba2c267b1e7819e9;hp=cbb850c130afadabf98f70ff17455936bc2abee1;hpb=cc16369b6f45eff2c0faa91bda96ae619f9f80e4;p=friendica.git diff --git a/view/theme/vier/style.css b/view/theme/vier/style.css index cbb850c130..507b4b5709 100644 --- a/view/theme/vier/style.css +++ b/view/theme/vier/style.css @@ -71,11 +71,11 @@ img { clear:left; } -#adminpage #pluginslist { +#adminpage #addonslist { margin: 0px; padding: 0px; } -#adminpage .plugin { +#adminpage .addon { list-style: none; display: block; /* border: 1px solid #888888; */ @@ -84,7 +84,7 @@ img { clear: left; } -#adminpage .toggleplugin { +#adminpage .toggleaddon { float:left; margin-right: 1em; } @@ -247,6 +247,10 @@ div.pager { float: left; } +.pager .disabled { + display: none; +} + .hide-comments-outer { margin-left: 80px; margin-bottom: 5px; @@ -496,10 +500,10 @@ a.sidebar-group-element { margin-bottom: 3px; } -.posted-date-selector-months { - margin-left: 10px; +#datebrowse-sidebar .datebrowse-ul .posted-date-selector-months { + padding: 0; + margin-left: 10px; } - #sidebar-ungrouped, .side-link { padding-top: 5px; } @@ -3024,7 +3028,8 @@ a.btn#contact-edit-actions-button { } /* photo album page */ -.photo-top-image-wrapper { +.photo-top-image-wrapper, +.photo-album-image-wrapper { position: relative; float: left; margin-top: 15px; @@ -3054,11 +3059,33 @@ a.btn#contact-edit-actions-button { float: left; width: 175px; } -img.photo-top-photo { +img.photo-top-photo, +img.photo-album-photo { width: 100%; height: 100%; object-fit: cover; } +.photo-album-photo { + float: none; +} +.photo-album-image-wrapper .caption { + opacity: 0; + width: 100%; + position: absolute; + bottom: 0px; + padding: 3px 5px; + background-color: rgb(255, 255, 255); + margin: 0; + overflow: hidden; + -webkit-transition: all 0.5s ease-in-out; + -moz-transition: all 0.5s ease-in-out; + -o-transition: all 0.5s ease-in-out; + -ms-transition: all 0.5s ease-in-out; + transition: all 0.5s ease-in-out; +} +.photo-album-image-wrapper:hover .caption { + opacity: 1; +} .menu-profile-list{ height: auto; @@ -3295,10 +3322,6 @@ img.photo-top-photo { margin: 0px 10px 10px 0px; position: relative; } -.videos .video-top-wrapper .video-js { - width: 300px!important; - height: 232px!important; -} .videos .video-top-wrapper .video-delete { position: absolute; opacity: 0;