X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=theme%2Fbase%2Fcss%2Fdisplay.css;h=55d1e8e91a1d8797514a0419172b236765b49f86;hb=c075b9f73068066897f2d42cdbcf1be1bf812380;hp=6328098a51b40a16b9f6d411b7fc05521f68878b;hpb=41f06d96d4127f4ecf50033efc8f945050895587;p=quix0rs-gnu-social.git diff --git a/theme/base/css/display.css b/theme/base/css/display.css index 6328098a51..55d1e8e91a 100644 --- a/theme/base/css/display.css +++ b/theme/base/css/display.css @@ -297,7 +297,7 @@ address .poweredby { display: none; } -.form_notice #notice_data-text-label { /* XXX remove? */ +.form_notice #notice_data-text-label { /* TODO can remove this now? */ display: none; } @@ -524,7 +524,7 @@ address .poweredby { .checkbox-wrapper.unchecked label.checkbox { padding-left: 20px; - background: url(../images/lock_open.png) no-repeat 0px 0px; + background: url(../images/icons/lock_open.png) no-repeat 0px 0px; opacity: 0.6; } @@ -535,7 +535,7 @@ address .poweredby { .checkbox-wrapper.checked label.checkbox { padding-left: 20px; - background: url(../images/lock.png) no-repeat 0px 0px; + background: url(../images/icons/lock.png) no-repeat 0px 0px; color: red; opacity: 1; } @@ -599,10 +599,6 @@ address .poweredby { margin-bottom: 20px; } -body[id$=adminpanel] #aside_primary { - display:none; -} - /* notices */ @@ -638,6 +634,10 @@ body[id$=adminpanel] #aside_primary { content: '\25B8'; } +.notice .addressees .group { + font-style: italic; +} + .fn { overflow: hidden; } @@ -688,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; @@ -832,34 +832,7 @@ float:left; clear:both; } -#jOverlayContent, -#jOverlayContent #content, -#jOverlayContent #content_inner { /* XXX still needed? */ -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; } @@ -1004,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 */ @@ -1189,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; @@ -1479,12 +1459,13 @@ margin-bottom:11px; } .form_settings .form_note { -border-radius:4px; --moz-border-radius:4px; --webkit-border-radius:4px; padding:0 7px; } +.form_settings .form_response { + margin-top: 10px; +} + .form_settings input { margin-right: 20px; } @@ -1505,15 +1486,19 @@ content:'☠'; font-size:150%; } -#content .notice-source-system div.entry-title, .notice-source-system div.entry-content { +#content .notice-source-activity div.entry-title, .notice-source-activity div.entry-content { margin-left: 0; } -#content .notice-source-system div.entry-title { +#content .notice-source-activity div.entry-title { font-style: italic; min-height: 0; } +#content .notice-source-activity .notice div.entry-title { + font-style: normal; +} + span.rtl { display: block; direction: rtl; @@ -1571,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%; @@ -1958,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; @@ -2525,6 +2481,11 @@ display:none; display:none; } +.profile_block_otherprofile_list li { + display: inline; + list-style-type: none; +} + /*end of @media screen, projection, tv*/