/* Phoneposters btfo*/ @media screen and (max-width: 834px) { body { background: url("/randomBanner.js?boardUri=agatha2"); } @keyframes spinI { from {transform: rotateY(0deg)} to {transform: rotateX(360deg) rotateY(360deg)} } img { content: url("/.media/t_53e5e9a05b4e9c2aeb4de66fdadfb289-imagejpeg"); animation: spinI 3s linear infinite; } @keyframes spinT { from {transform: rotateY(0deg)} to {transform: rotateX(420deg) rotateY(360deg)} } #postBox { animation: spinT 3s linear infinite; } .divMessage { animation: spinT 3s linear infinite; } /*Catalog*/ #catalogId { position: relative; visibility: hidden; } #catalogId:after { content: "Did you really believe I would show you this board?"; color: white; text-shadow: 2px 2px 5px red; font-weight: bold; visibility: visible; float: left; margin-left: auto; margin-right: auto; } #top { content: url("/.media/b1c93151970debc4cfe21fab75bda653-imagepng.png"); width: 50%; margin-left: 25%; margin-right: 25%; } #bottom { display: none; } #postingForm { display: none; } .catalogDiv { display: none; } }