X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftheme%2Fvier%2Fstyle.css;h=848a2a419007e9b6f9e389608c332a6e44d53151;hb=cf5c1b550b730ed52b9a72c453a3adf31c29d64d;hp=e36bad4e3164eb7631622e1f8897f9c2b77a83f6;hpb=d204e2524b5e61f56f98ba8bfeda286c2fe79d6f;p=friendica.git diff --git a/view/theme/vier/style.css b/view/theme/vier/style.css index e36bad4e31..848a2a4190 100644 --- a/view/theme/vier/style.css +++ b/view/theme/vier/style.css @@ -746,8 +746,10 @@ nav #nav-user-linkmenu { top: 56px; } +.notify-unseen { background-color: #FFF; } + .notify-seen { - background: none repeat scroll 0 0 #DDDDDD; + background: none repeat scroll 0 0 #EEE; } ul.menu-popup { @@ -1107,6 +1109,9 @@ section { section.minimal { top: 0px; left: 0px; + position: absolute; + width: 100%; + height: 100%; } /* wall item */ @@ -1214,6 +1219,7 @@ section.minimal { .wall-item-container .wall-item-content img { max-width: 100%; + vertical-align: middle; /* max-width: 650px; */ /* max-width: 580px; */ } @@ -1346,10 +1352,87 @@ section.minimal { width: calc(100% - 90px); border-bottom: 1px solid hsl(198, 21%, 79%); } +.wall-item-container.thread_level_2 { + margin-left: 80px; + width: calc(100% - 90px); +} +.wall-item-container.thread_level_3 { + margin-left: 95px; + width: calc(100% - 105px); +} +.wall-item-container.thread_level_4 { + margin-left: 110px; + width: calc(100% - 120px); +} +.wall-item-container.thread_level_5 { + margin-left: 125px; + width: calc(100% - 135px); +} +.wall-item-container.thread_level_6 { + margin-left: 140px; + width: calc(100% - 150px); +} +.wall-item-container.thread_level_7 { + margin-left: 155px; + width: calc(100% - 165px); +} .wall-item-container.comment .wall-item-content { max-width: 585px; } +.wall-item-container.thread_level_3 .wall-item-content { + max-width: 570px; +} +.wall-item-container.thread_level_4 .wall-item-content { + max-width: 555px; +} +.wall-item-container.thread_level_5 .wall-item-content { + max-width: 540px; +} +.wall-item-container.thread_level_6 .wall-item-content { + max-width: 525px; +} +.wall-item-container.thread_level_7 .wall-item-content { + max-width: 510px; +} + +.children .wall-item-comment-wrapper textarea { + width: 570px; +} +.wall-item-container.thread_level_3 .wall-item-comment-wrapper textarea { + width: 555px; +} +.wall-item-container.thread_level_4 .wall-item-comment-wrapper textarea { + width: 540px; +} +.wall-item-container.thread_level_5 .wall-item-comment-wrapper textarea { + width: 525px; +} +.wall-item-container.thread_level_6 .wall-item-comment-wrapper textarea { + width: 510px; +} +.wall-item-container.thread_level_7 .wall-item-comment-wrapper textarea { + width: 495px; +} + +.children .wall-item-bottom .comment-edit-preview { + width: 575px; +} +.wall-item-container.thread_level_3 .wall-item-bottom .comment-edit-preview { + width: 560px; +} +.wall-item-container.thread_level_4 .wall-item-bottom .comment-edit-preview { + width: 545px; +} +.wall-item-container.thread_level_5 .wall-item-bottom .comment-edit-preview { + width: 530px; +} +.wall-item-container.thread_level_6 .wall-item-bottom .comment-edit-preview { + width: 515px; +} +.wall-item-container.thread_level_7 .wall-item-bottom .comment-edit-preview { + width: 500px; +} .wall-item-container.comment .contact-photo { width: 32px; @@ -2849,3 +2932,6 @@ a.mail-list-link { .videos .video-top-wrapper:hover .video-delete { opacity: 1; } + +/* upload/select popup */ +.fbrowser.image .photo-album-image-wrapper { margin-left: 10px; }