Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- @import url(http://fonts.googleapis.com/css?family=Titan+One);
- .tm-countdown {display: none;}
- .tm-widget .notification-box {background: none;}
- #tnotifier-console {display: none;}
- /* BODY */
- body {
- position: absolute;
- top: 0;
- left: 0;
- right: 0;
- bottom: 0;
- width: 100%;
- height: 100%;
- background-attachment: fixed;
- background-size: 100% 100%;
- overflow: hidden;
- background: transparent;
- }
- ::selection {
- background: transparent;
- }
- /* JUMP */
- b {
- cursor: default;
- position: absolute;
- top: 30px;
- left: 0;
- right: 0;
- bottom: 0;
- height: 100px;
- margin: auto;
- display: block;
- -webkit-animation: bounce .3s ease infinite alternate;
- font-family: 'Titan One', cursive;
- font-size: 110px;
- color: #ba;
- text-align: center;
- line-height: 100px;
- text-shadow: 0 1px 0 #CCC,
- 0 2px 0 #CCC,
- 0 3px 0 #CCC,
- 0 4px 0 #CCC,
- 0 5px 0 #CCC,
- 0 6px 0 transparent,
- 0 7px 0 transparent,
- 0 8px 0 transparent,
- 0 9px 0 transparent,
- 0 10px 10px rgba(0, 0, 0, .6);
- }
- /* ANIMATION */
- @-webkit-keyframes bounce {
- 100% {
- top: -30px;
- text-shadow: 0 1px 0 #CCC,
- 0 2px 0 #CCC,
- 0 3px 0 #CCC,
- 0 4px 0 #CCC,
- 0 5px 0 #CCC,
- 0 6px 0 #CCC,
- 0 7px 0 #CCC,
- 0 8px 0 #CCC,
- 0 9px 0 #CCC,
- 0 30px 30px rgba(0, 0, 0, .3);
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment