X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftheme%2Fvier%2Fstyle.css;h=507b4b5709f4db7e88394f29e07ae7e31ccac58a;hb=dc4b38441483a6267c81b39bba2c267b1e7819e9;hp=ebe8a895b4998304418f068da00faa83c482441e;hpb=714eb1a296b2529a1d1b410c0225fc1c6a3e48d0;p=friendica.git diff --git a/view/theme/vier/style.css b/view/theme/vier/style.css index ebe8a895b4..507b4b5709 100644 --- a/view/theme/vier/style.css +++ b/view/theme/vier/style.css @@ -24,69 +24,69 @@ img { } #pending-update { - float:right; - color: #ffffff; - font-weight: bold; - background-color: #FF0000; - padding: 0em 0.3em; + float:right; + color: #ffffff; + font-weight: bold; + background-color: #FF0000; + padding: 0em 0.3em; } .admin.linklist { - border: 0px; - padding: 0px; - list-style: none; - margin-top: 0px; + border: 0px; + padding: 0px; + list-style: none; + margin-top: 0px; } .admin.link { - list-style-position: inside; - font-size: 1em; -/* padding-left: 5px; - margin: 5px; */ + list-style-position: inside; + font-size: 1em; +/* padding-left: 5px; + margin: 5px; */ } #adminpage dl { - clear: left; - margin-bottom: 2px; - padding-bottom: 2px; - border-bottom: 1px solid black; + clear: left; + margin-bottom: 2px; + padding-bottom: 2px; + border-bottom: 1px solid black; } #adminpage dt { - width: 200px; - float: left; - font-weight: bold; + width: 200px; + float: left; + font-weight: bold; } #adminpage dd { - margin-left: 200px; + margin-left: 200px; } #adminpage h3 { - border-bottom: 1px solid #898989; - margin-bottom: 5px; - margin-top: 10px; + border-bottom: 1px solid #898989; + margin-bottom: 5px; + margin-top: 10px; } #adminpage .submit { - clear:left; + clear:left; } -#adminpage #pluginslist { - margin: 0px; padding: 0px; +#adminpage #addonslist { + margin: 0px; padding: 0px; } -#adminpage .plugin { - list-style: none; - display: block; - /* border: 1px solid #888888; */ - padding: 1em; - margin-bottom: 5px; - clear: left; +#adminpage .addon { + list-style: none; + display: block; + /* border: 1px solid #888888; */ + padding: 1em; + margin-bottom: 5px; + clear: left; } -#adminpage .toggleplugin { - float:left; - margin-right: 1em; +#adminpage .toggleaddon { + float:left; + margin-right: 1em; } #adminpage table {width:100%; border-bottom: 1px solid #000000; margin: 5px 0px;} @@ -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; } @@ -1426,6 +1430,15 @@ section.minimal { font-size: 12px; } +.shared-time { + color: #999; + font-size: 12px; +} + +.shared_header { + line-height: 14px; +} + .wall-item-network { color: #999; font-size: 12px; @@ -1504,7 +1517,8 @@ section.minimal { color: #36c; } -.wall-item-container .wall-item-name { +.wall-item-container .wall-item-name, +.wall-item-container .shared-author { color: black; font-weight: bold; -webkit-transition: all 0.2s ease-in-out; @@ -1515,7 +1529,9 @@ section.minimal { } .toplevel_item:hover .wall-item-name, -.wall-item-container:hover .wall-item-name { +.wall-item-container:hover .wall-item-name, +.toplevel_item:hover .shared-author, +.wall-item-container:hover .shared-author { color: #36c; font-weight: bold; -webkit-transition: all 0.2s ease-in-out; @@ -1571,6 +1587,11 @@ section.minimal { margin-right: 1em; cursor: pointer; } +.wall-item-container .wall-item-actions-social a.active, +.wall-item-container .wall-item-actions-isevent a.active { + color: #36C; +} + .wall-item-container .wall-item-actions-tools { float: right; width: 80px; @@ -1626,7 +1647,7 @@ section.minimal { max-width: calc(100% - 1px); } -.children .wall-item-comment-wrapper textarea, +.children .wall-item-comment-wrapper textarea, .wall-item-container.thread_level_3 .wall-item-comment-wrapper textarea, .wall-item-container.thread_level_4 .wall-item-comment-wrapper textarea, .wall-item-container.thread_level_5 .wall-item-comment-wrapper textarea, @@ -3007,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; @@ -3037,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; @@ -3278,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;