Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <style>
- * {
- padding: 0;
- margin: 0;
- box-sizing: border-box;
- }
- ::selection {
- color: #fbe790;
- }
- @font-face {
- font-family: lovely script;
- src: url(https://dl.dropbox.com/s/ss5bqbogijw4zfj/Lovely%20Script.otf);
- }
- @font-face {
- font-family: berkshire;
- src:url(https://dl.dropbox.com/s/49tg0oklrpc2u71/BerkshireSwash-Regular.ttf?);
- }
- @font-face {
- font-family: baligle;
- src:url(https://dl.dropbox.com/s/iu9a60e3nidrio6/KittenSlantTrial.ttf);
- }
- @font-face {
- font-family:'handy';
- src: url(https://dl.dropbox.com/s/kqvt2miu9r4y9ye/handy00.ttf);
- }
- body {
- background: #ffffc2;
- }
- html {
- height: 100vh;
- width: 100vw;
- font-size: 16px;
- position: fixed;
- display: flex;
- align-items: center;
- justify-content: center;
- }
- #box {
- width: 19em;
- height: 15em;
- position:relativa;
- left:-1.2em;
- background: #f9e076;
- border-radius: 10px;
- position: relative;
- }
- .title {
- font-family: lovely script;
- position: absolute;
- top: -7%;
- line-height: 0.1;
- color: #f9e076;
- -webkit-text-stroke: 0.8px #aaa;
- -webkit-filter: drop-shadow(0px 0px 1px #aaa);
- font-size: 2.7em;
- right: 20%;
- }
- img { pointer-events: none;}
- .icon {
- position: absolute;
- left: -7%;
- width: 120px;
- height: 120px;
- transform: rotate(-25deg);
- top: 22%;
- object-fit: cover;
- -webkit-mask-image: url(https://i.imgur.com/AUWVRo6.png);
- -webkit-mask-size: 100%;
- -webkit-mask-repeat: no-repeat;
- -webkit-mask-position: center;
- }
- @-moz-keyframes spin {
- 100% {
- -moz-transform: rotate(360deg);
- }
- }
- @-webkit-keyframes spin {
- 100% {
- -webkit-transform: rotate(360deg);
- }
- }
- @keyframes spin {
- 100% {
- -webkit-transform: rotate(360deg);
- transform:rotate(360deg);
- }
- }
- .tile-cont {
- position: absolute;
- bottom: 15px;
- right:2%;
- width: 63%;
- height: 88%;
- background: transparent;
- border-radius: 10px;
- overflow-x: scroll;
- overflow-y: hidden;
- white-space: nowrap;
- padding: 0px;
- }
- .tile {
- margin-right: 15px;
- border: 1px solid #aaa;
- position: relative;
- width: 100%;
- height: 100%;
- white-space: normal;
- display: inline-block;
- -webkit-backdrop-filter: blur(2px);
- backdrop-filter: blur(2px);
- box-shadow: 0 0 2px rgba(140,140,140,.2);
- background: rgb(255, 255, 255, 0.5);
- border-radius: 10px;
- padding: 10px;
- font-family: 'Archivo', sans-serif;
- font-size: 12px;
- overflow-y: scroll;
- text-align: left;
- }
- .bubble {
- -webkit-filter: drop-shadow(0px 0px 2px #000000);
- position: absolute;
- top: 19%;
- left: -7%;
- line-height: 16px;
- background: #fff;
- border-radius: 40px;
- padding-left: 7px;
- padding-right: 7px;
- padding-top: 2px;
- padding-bottom: 2px;
- text-align: center;
- color: #000;
- font-family: handy;
- font-size: 0.71em;
- }
- .bubble p{
- }
- .bubble-bottom-left:before {
- content: "";
- font-family: handy;
- -webkit-transform: scaleX(1);
- transform: scaleX(1);
- width: 0px;
- height: 0px;
- position: absolute;
- border-left: 10px solid #fff;
- border-right: 8px solid transparent;
- border-top: 7px solid #fff;
- border-bottom: 10px solid transparent;
- right: 32px;
- bottom: -14px;
- }
- .dollie {
- width: auto;
- height: 100%;
- margin-right: 10px;
- -webkit-filter: drop-shadow(0px 0px 2px #000000);
- }
- .infp {
- font-size: 0.7em;
- font-family: handy;
- position: absolute;
- bottom: 17%;
- left: 12px;
- color: #000;
- -webkit-backdrop-filter: blur(2px);
- backdrop-filter: blur(2px);
- background: rgb(255, 255, 255, 0.5);
- padding: 7px;
- border-radius: 10px;
- text-align: center;
- }
- .exp{
- border-radius: 100%;
- border: 4px plain #fff;
- position:relative;
- left:7px;
- top: 5px;
- height:50px;
- }
- mark {
- background-image: radial-gradient( #ffffc2 20%, #ffffc2 20%, #fbeeba 60%); padding-left: 10px;
- padding-right: 10px;
- padding-top: 5px;
- padding-bottom: 5px;
- font-size: 12px;
- font-family: handy;
- color: #f9e076;
- text-shadow: -1px 0 #000000, 0 1px #000000, 1px 0 #000000, 0 -1px #000000 0 0;
- }
- </style>
Add Comment
Please, Sign In to add comment