X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Fglobal.css;h=b48fa1a24abd3986a4047a57947350eb7ad198bf;hb=33689a8d4ef284c38f3e956e5dda25b759cd3667;hp=ef76b5ffbe8f3a67a1ee93c6e8e3d41bb88a0bd4;hpb=c845415a99ebc348103815a7b2c55b15c75cdd24;p=friendica.git diff --git a/view/global.css b/view/global.css index ef76b5ffbe..b48fa1a24a 100644 --- a/view/global.css +++ b/view/global.css @@ -1,6 +1,10 @@ /* General style rules .*/ .pull-right { float: right } +details > summary { + cursor: pointer; +} + /* General designing elements */ .btn { outline: none; @@ -90,6 +94,15 @@ span.connector { margin-right: 0px; } + +.wall-item-like-expanded, +.wall-item-dislike-expanded, +.wall-item-attendyes-expanded, +.wall-item-attendno-expanded, +.wall-item-attendmaybe-expanded { + margin: 0; +} + .type-link blockquote, .type-video blockquote { margin-left: 0px; max-height: 160px; @@ -201,6 +214,16 @@ blockquote.shared_content { content: ' »'; } +#profile-photo-wrapper { + clear: both; + overflow: hidden; +} + +#newmember-tips { + margin-top: -3px; + font-size: 1.2em; +} + /* headers */ h1, h2, h3, h4, h5, h6 { margin: 5px 0px 5px 0px; @@ -237,15 +260,7 @@ span.oembed, h4 { margin: 0px 0px 0px 0px; } -code { - display: block; - background-color: #eee; - color: #666; - padding: 1em; - font-size: 0.85em; - font-family: monospace; -} -key { +code, key { display: inline; background-color: #eee; color: #666; @@ -452,6 +467,22 @@ td.federation-data { opacity: 0.3; } +/* help widget */ +aside .help-aside-wrapper ul { + padding-left: 1em; +} + +aside .help-aside-wrapper h1 { + font-size:2em +} + +.md_warning { + padding: 1em; + border: #ff0000 solid 2px; + background-color: #f9a3a3; + color: #ffffff; +} + #forum-widget-collapse:hover { opacity: 1.0; } @@ -519,6 +550,7 @@ td.pendingnote > p > span { } /* warning message */ +.crepair-error-message, .warning-message { padding: 10px; margin: 5px; @@ -580,3 +612,12 @@ img.invalid-src:after { vertical-align: top;} .tag-cloud { word-wrap: break-word; } + +#register-explicid-content { + font-weight: bold; +} + +span.emoji.mastodon img { + height: 1.2em; + vertical-align: middle; +}