X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Fglobal.css;h=0eaf4482dccce4f31f0314dbe0ad25a13778d40d;hb=80f4214d91a5c2b1e263a7b9d56415cbcf8157ae;hp=afab5d9032e6839f2b615d26c821302c50a704ea;hpb=4375edd63e44b71913bd45bf25a4a554582b581e;p=friendica.git diff --git a/view/global.css b/view/global.css index afab5d9032..0eaf4482dc 100644 --- a/view/global.css +++ b/view/global.css @@ -1,7 +1,11 @@ /* General style rules .*/ .pull-right { float: right } -/* General designing elements */ +details > summary { + cursor: pointer; +} + +/* General design elements */ .btn { outline: none; -moz-box-shadow: inset 0px 1px 0px 0px #ffffff; @@ -83,7 +87,6 @@ span.connector { .wall-item-container .wall-item-content .type-link img.attachment-image, .type-link img.attachment-image, .type-video img.attachment-image { - /* max-width: 640px; */ max-width: 100%; max-height: initial; float: initial; @@ -617,3 +620,22 @@ span.emoji.mastodon img { height: 1.2em; vertical-align: middle; } + +/* Exception page */ + +#exception { + overflow: hidden; + background-image: url('../images/friendica-404_svg_hare-bottom-light-inside.png'); + background-position: 50px bottom; + background-repeat: no-repeat; +} + +#exception .hare { + float: right; +} + +@media screen and (max-width: 600px) { + #exception .hare { + display: none; + } +}