X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=theme%2Fbase%2Fcss%2Fdisplay.css;h=55d1e8e91a1d8797514a0419172b236765b49f86;hb=c075b9f73068066897f2d42cdbcf1be1bf812380;hp=1f4d2f3f15da298e748fdebce08ef800c558ac2b;hpb=4fa286801e3ecbe07568a03c7b625f6749b771e8;p=quix0rs-gnu-social.git diff --git a/theme/base/css/display.css b/theme/base/css/display.css index 1f4d2f3f15..55d1e8e91a 100644 --- a/theme/base/css/display.css +++ b/theme/base/css/display.css @@ -176,15 +176,19 @@ option { address { float: left; position: relative; - top: 1px; - left: 2px; - margin: 0px; + margin: -2px 0 3px 0; padding: 0px; - height: 24px; - width: 148px; z-index: 99; } +address a, address img { + display: block; +} + +address img { + max-width: 158px; +} + address img + .fn { display: none; } @@ -218,6 +222,13 @@ address .poweredby { margin-right: 0px; } +#header-search { + float: right; + position: relative; + top: -8px; + margin-left: 10px; +} + #site_notice { float: right; width: 300px; @@ -286,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; } @@ -513,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; } @@ -524,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; } @@ -588,10 +599,6 @@ address .poweredby { margin-bottom: 20px; } -body[id$=adminpanel] #aside_primary { - display:none; -} - /* notices */ @@ -627,6 +634,10 @@ body[id$=adminpanel] #aside_primary { content: '\25B8'; } +.notice .addressees .group { + font-style: italic; +} + .fn { overflow: hidden; } @@ -677,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; @@ -735,6 +746,7 @@ left:0; float: right; margin-top: 12px; margin-right: -6px; + margin-bottom: 10px; } .notice-options fieldset { @@ -820,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; } @@ -884,7 +869,7 @@ content: ":"; } .threaded-replies:empty { - display: none; + margin-bottom: 0px; } .user_in .threaded-replies { @@ -992,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 */ @@ -1145,12 +1147,6 @@ display:none; /* secondary elements */ -.processing { /* XXX ? */ -background-image:url(../images/icons/icon_processing.gif); -background-repeat:no-repeat; -background-position:47% 47%; -} - .error, .success, .notice-status { background-color: #F7E8E8; padding: 4px 10px; @@ -1183,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; @@ -1247,14 +1233,6 @@ padding-left:4px; margin-bottom:0; } -#wrap form.processing input.submit, -.entity_actions a.processing, -.dialogbox.processing .submit_dialogbox { -cursor:wait; -outline:none; -text-indent:-9999px; -} - #pagination { background-color: #f2f2f2; clear: left; @@ -1275,6 +1253,15 @@ text-indent:-9999px; float: right; } +#wrap form.processing input.submit, +#wrap a.processing, +.dialogbox.processing .submit_dialogbox { + background: url(../images/icons/icon_processing.gif) no-repeat 47% 47%; + cursor: wait; + outline: none; + text-indent: -9999px; +} + /* footer elements */ #site_nav_global_secondary dt { @@ -1343,6 +1330,7 @@ margin-left:11px; .form_settings .form_data li { width:100%; float:left; + margin-bottom: 22px; } .form_settings .form_data label { float:left; @@ -1353,6 +1341,12 @@ float:left; margin-left:1.795%; float:left; } + +.form_settings .form_data select { + margin-top: 0px; +} + + .form_settings .form_data input { width:39%; } @@ -1371,17 +1365,13 @@ margin-left:0; .form_settings label { margin-top:2px; -width:24%; + width: 25%; text-align: right; } -.form_settings label.checkbox { - text-align: left; -} - .form_settings input.checkbox, .form_settings input.radio { - margin-left: 24%; - margin-top: 2px; + margin-left: 25%; + margin-top: 3px; position: relative; left: -14px; } @@ -1390,17 +1380,21 @@ width:24%; width: auto; max-width: 60%; position: relative; - left: -30px; + left: -25px; } -.form_settings li input.radio { - clear: left; +.form_settings label.checkbox { + text-align: left; + line-height: 1.2em; } .form_settings label.radio { - margin-left: 10px; - margin-right: 10px; text-align: left; + margin: 0px; +} + +.form_settings li input.radio { + clear: left; } .form_actions label { @@ -1454,50 +1448,24 @@ width:50px; .form_settings .form_data p.form_guide { clear:both; -margin-left:26%; + margin-left: 27%; margin-bottom:0; + line-height: 1.2em; + padding-top: 4px; } .form_settings p { margin-bottom:11px; } -.form_settings input.checkbox, -.form_settings input.radio { -margin-top:3px; -margin-left:0; -} -.form_settings label.checkbox { -font-weight:normal; -margin-top:0; -margin-right:0; -margin-left:11px; -float:left; -width:90%; -} -.form_settings label.radio { -margin-top:0; -margin-right:47px; -margin-left:11px; -width:auto; -} - -#form_login p.form_guide, -#form_register #settings_rememberme p.form_guide, -#form_openid_login #settings_rememberme p.form_guide, -#settings_twitter_remove p.form_guide, -#form_search ul.form_data #q, -#design_background-image_onoff p.form_guide { -margin-left:0; -} - .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; } @@ -1518,47 +1486,25 @@ content:'☠'; font-size:150%; } -/* override OStatus plugin style */ - -#form_ostatus_connect.form_settings.dialogbox, #form_ostatus_sub.dialogbox { - width: 76%; -} - -#form_ostatus_connect.form_settings.dialogbox legend { - font-size: 1.4em; - font-weight: normal; - padding-bottom: 10px; -} +#content .notice-source-activity div.entry-title, .notice-source-activity div.entry-content { + margin-left: 0; +} -#form_ostatus_connect.dialogbox .form_data label, -#form_ostatus_sub.dialogbox .form_data label { - font-weight: normal; - font-size: 1.2em; - width:34%; +#content .notice-source-activity div.entry-title { + font-style: italic; + min-height: 0; } -#form_ostatus_connect.dialogbox .form_data input, -#form_ostatus_sub.dialogbox .form_data input { - float: right; - width: 52% !important; +#content .notice-source-activity .notice div.entry-title { + font-style: normal; } -#form_ostatus_connect.dialogbox .form_data .form_guide, -#form_ostatus_sub.dialogbox .form_data .form_guide { - background: none !important; +span.rtl { + display: block; + direction: rtl; text-align: right; - margin-right: 16px; -} - -.section .entity_actions { - margin-right: 0px !important; -} - -.section .entity_remote_subscribe { - color:#000 !important; - padding-left: 26px !important; - background-position: 4px -1183px !important; -} + float: right; +} #filter_tags ul li, .entity_send-a-message .form_notice, @@ -1574,7 +1520,7 @@ background:none; } .form_settings .form_note { -background-color:#9BB43E; + background-color: #d1f7cb; } #form_settings_photo .form_data { @@ -1610,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%; @@ -1760,11 +1671,6 @@ display:block; text-align:left; width:100%; } -.entity_actions a { -text-decoration:none; -font-weight:bold; -display:block; -} .entity_actions a, .entity_actions input, .entity_actions p { color: #333 !important; @@ -1773,6 +1679,8 @@ display:block; } .entity_actions a { +text-decoration:none; +display:block; padding: 3px 4px 4px 28px; } @@ -2000,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; @@ -2139,14 +2053,37 @@ max-height:96px; margin-right:18px; float:left; } + +.oauth-desktop-mode #wrap { + min-width: 500px; +} + +.oauth-desktop-mode #content { + width: 480px; + padding: 6px; + margin: 4px 0px 0px 4px; + border-top-left-radius: 7px; + -moz-border-radius-topleft: 7px; + -webkit-border-top-left-radius: 7px; +} + +.oauth-desktop-mode fieldset { + margin-bottom: 10px !important; +} + +#oauth_pin { + text-align: center; + font-size: 3em; +} + #showapplication .entity_profile { width:68%; } #showapplication .entity_profile .entity_fn { margin-left:0; } -#showapplication .entity_profile .entity_fn .fn:before, -#showapplication .entity_profile .entity_fn .fn:after { +#showapplication .entity_profile .fn:before, +#showapplication .entity_profile .fn:after { content:''; } #showapplication .entity_data { @@ -2156,16 +2093,10 @@ margin-bottom:18px; #showapplication .entity_data h2 { display:none; } -#showapplication .entity_data dl { -margin-bottom:18px; -} -#showapplication .entity_data dt { -font-weight:bold; -} #showapplication .entity_data dd { -margin-left:1.795%; font-family:monospace; font-size:1.3em; + margin-bottom: 10px; } .form_data #application_types label.radio, .form_data #default_access_types label.radio { @@ -2550,6 +2481,11 @@ display:none; display:none; } +.profile_block_otherprofile_list li { + display: inline; + list-style-type: none; +} + /*end of @media screen, projection, tv*/