X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=theme%2Fneo-quitter%2Fcss%2Fdisplay.css;h=0500395514ccb081cbc70d6325dc2c1a291b2a3e;hb=cd6ad8571f75f5cebd2c697362a6671206962691;hp=dab85ef6743054b703b4c67c51ca0f35995e1786;hpb=6137d301be8e9a5a5ac10d5af5736ac637796b11;p=quix0rs-gnu-social.git diff --git a/theme/neo-quitter/css/display.css b/theme/neo-quitter/css/display.css index dab85ef674..0500395514 100644 --- a/theme/neo-quitter/css/display.css +++ b/theme/neo-quitter/css/display.css @@ -585,24 +585,39 @@ ul.profile_list li { margin-right: 10px; } -.profile .entity_profile .p-name, -.profile .entity_profile .p-locality, -.profile .entity_profile .role, -.profile .entity_profile > span, -.profile .entity_profile .u-url[rel~="contact"] { + +/* these apply to both profiles and groups */ +.entity_profile .p-name, +.entity_profile .p-locality, +.entity_profile .role, +.entity_profile > span, +.entity_profile .u-url[rel~="contact"] { display: inline; - margin-left: 0; - font-size:0.88em; + font-size:1.0em; color:#9197a3; } -.entity_profile .p-name:before, +.entity_profile .p-nickname { + color:#666 !important; + display: block !important; +} + +.entity_profile .label { + display: inline !important; +} + .entity_profile .p-name:after { content: ""; } .profile .entity_profile .u-url { - font-size:0.88em; + font-size:1.0em; +} + +/* clear parethesis from base theme */ +.entity_profile .p-name:before, +.entity_profile .p-name:after { + content: ""; } .entity_profile .role:before { @@ -613,6 +628,7 @@ ul.profile_list li { content: ")"; } +.entity_profile .label:before, .profile .entity_profile .p-locality:before { content:" · "; } @@ -684,7 +700,12 @@ ul.profile_list li { .threaded-replies { margin-top: 4px; - float: unset; + float: none; +} + +#conversation .notices .notices { + float: none; + margin-left: 55px; } .threaded-replies .placeholder { /* TODO combine all these declarations */ @@ -1317,6 +1338,7 @@ div.entry-content a.response:after { #realtime_actions { padding-top: 0px !important; + top: -25px !important; } #realtime_actions button {