X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=theme%2Fbase%2Fcss%2Fdisplay.css;h=55d1e8e91a1d8797514a0419172b236765b49f86;hb=c075b9f73068066897f2d42cdbcf1be1bf812380;hp=75e48c0958eeb2f8a71ca27fe2f4a44323c719e2;hpb=0cbb7411a69f63a4c2947d5c66e62f28e0714532;p=quix0rs-gnu-social.git diff --git a/theme/base/css/display.css b/theme/base/css/display.css index 75e48c0958..55d1e8e91a 100644 --- a/theme/base/css/display.css +++ b/theme/base/css/display.css @@ -634,6 +634,10 @@ address .poweredby { content: '\25B8'; } +.notice .addressees .group { + font-style: italic; +} + .fn { overflow: hidden; } @@ -684,26 +688,26 @@ font-style:italic; display:none; } +#remoteprofile .notice .entry-title, #remoteprofile .notice div.entry-content, #showstream .notice .entry-title, #showstream .notice div.entry-content { margin-left: 0; } +#remoteprofile .notice .entry-title, #showstream .notice .entry-title { min-height: 1px; } +#remoteprofile #content .notice .author, #showstream #content .notice .author { display: none; } +#remoteprofile .notice, #showstream .notice { min-height: 1em; } -#shownotice .vcard .photo { - margin-bottom: 4px; -} - #shownotice .notice .entry-title { font-size:2.2em; min-height:123px; @@ -828,34 +832,7 @@ float:left; clear:both; } -#jOverlayContent, -#jOverlayContent #content, -#jOverlayContent #content_inner { /* TODO can remove this now? */ -width: auto !important; -margin-bottom:0; -} -#jOverlayContent #content { -padding:11px; -min-height:auto; - border: 1px solid #fff; -} -#jOverlayContent .entry-title { -display:block; -margin-bottom:11px; -} -#jOverlayContent button { - position:absolute; - top: 5px; - right: 20px; -} -#jOverlayContent h1 { -max-width:425px; -} -#jOverlayLoading { -top:5%; -left:40%; -} -#attachment_view img { +#attachment_view img, #attachment_view .attachment_player { max-width:480px; max-height:480px; } @@ -1000,7 +977,24 @@ content: ":"; display: none; } +/* old school conversation style */ + +#conversation .notices .notices { + float: left; + background-color:rgba(200, 200, 200, 0.050); + margin-left: 15px; + width: auto; +} + +#conversation .notices .threaded-replies { + margin-left: 59px; + background: #fafafa; +} +#conversation .notices .notices .notices .notices .notices .notices .notices .notices .notices .notices .notices .notices .notices { + background: none; + margin-left: 0px; +} /* aside primary specific styles */ @@ -1185,16 +1179,6 @@ display:none; clear:both; } -#bookmarklet address { -display:none; -} -#bookmarklet .form_notice { -width:auto; -} -#bookmarklet #wrap { -min-width:0; -} - button.close, button.minimize { width:16px; @@ -1572,41 +1556,6 @@ clear:both; margin-bottom:0; } -#settings_design_background-image img { - max-width:480px; - max-height:480px; - clear: left; - display: block; - margin-bottom: 10px; -} - -#settings_design_background-image .form_guide { - float: left; - margin-top: 10px; -} - -#settings_design_color .form_data, -#color-picker { -float:left; -} -#settings_design_color .form_data { -width:400px; -margin-right:1%; -} - -#settings_design_color .form_data li { -width:33%; -} -#settings_design_color .form_data label { -float:none; -display:block; -} -#settings_design_color .form_data .swatch { -padding:11px; -margin-left:0; -width:auto; -} - .entity_profile { position:relative; width:73%; @@ -1959,6 +1908,12 @@ display:block; width:auto; } +.profile_block .group_aliases .group_alias { + display:inline; + list-style-type: none; + font-style: italic; +} + .profile_block .entity_tags dt { display: inline; margin-right: 3px; @@ -2526,6 +2481,11 @@ display:none; display:none; } +.profile_block_otherprofile_list li { + display: inline; + list-style-type: none; +} + /*end of @media screen, projection, tv*/