]> git.mxchange.org Git - friendica.git/blobdiff - view/global.css
wrapping up 2019.12
[friendica.git] / view / global.css
index b48fa1a24abd3986a4047a57947350eb7ad198bf..0eaf4482dccce4f31f0314dbe0ad25a13778d40d 100644 (file)
@@ -5,7 +5,7 @@ details > summary {
   cursor: pointer;
 }
 
-/* General designing elements */
+/* General design elements */
 .btn {
   outline: none;
   -moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
@@ -87,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;
@@ -621,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;
+  }
+}