CartoonCartoons

Reese

Jun 10th, 2020
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.87 KB | None | 0 0
  1. ----------- PLACE IN STYLE ---------
  2.  
  3.  
  4.  
  5. @import url('//fonts.googleapis.com/css?family=Teko');
  6. @import url('//fonts.googleapis.com/css?family=Sriracha');
  7. @import url('//fonts.googleapis.com/css?family=Lobster');
  8.  
  9. ::-webkit-scrollbar {width: .3vw; height: 1vw; background: #; }
  10. ::-webkit-scrollbar-thumb { background-color:#; border-radius:5vw;}
  11.  
  12. a:link, a:visited, a:active{color:#C62064;text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; text-decoration:none;}
  13.  
  14. a:hover { color: #000;text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; }
  15.  
  16. h1 {text-align: center;font-family:'Sriracha';text-align:center;color:#C9265C;text-shadow:1px 1px 0px #000;font-size: 30px;line-height:25px;letter-spacing:5px;}
  17.  
  18. i {color:#379255;font-style: italic;}
  19. b {color:#379255;font-weight: bold;}
  20.  
  21. body{background-image: linear-gradient(to left, #D75AA5,#FEC2DB);overflow:hidden;-webkit-animation: fadein 5s;
  22. -moz-animation: fadein 5s;
  23. -ms-animation: fadein 5s;
  24. -o-animation: fadein 5s;
  25. animation: fadein 5s;}
  26.  
  27.  
  28. @keyframes fadein {
  29. from { opacity: 0; }
  30. to { opacity: 1; }
  31. }
  32.  
  33.  
  34. @-moz-keyframes fadein {
  35. from { opacity: 0; }
  36. to { opacity: 1; }
  37. }
  38.  
  39.  
  40. @-webkit-keyframes fadein {
  41. from { opacity: 0; }
  42. to { opacity: 1; }
  43. }
  44.  
  45. @-ms-keyframes fadein {
  46. from { opacity: 0; }
  47. to { opacity: 1; }
  48. }
  49.  
  50.  
  51. @-o-keyframes fadein {
  52. from { opacity: 0; }
  53. to { opacity: 1; }
  54. }
  55.  
  56.  
  57. #content {position: fixed;left: 0px;top: 0px; right: 0px; bottom: 0px;}
  58.  
  59.  
  60. #tab1,#tab2{opacity:0;}
  61.  
  62. #tabbed1,#tabbed2{opacity: 0;position: absolute;transition: all 1s;-webkit-transition: all 1s;color:#fff;font-family:'Teko', sans-serif;z-index:6;font-size: 18px;left:-1500px;width:370px;height:230px;bottom:0px;overflow-y:scroll;line-height:18px;transition: all 1s ease-in-out;-moz-transition: all 1s ease-in-out;-ms-transition: all 1s ease-in-out;-o-transition: all 1s ease-in-out;transition: all 1s ease-in-out;}
  63.  
  64. #Tab1:checked ~ #topt #tabbed1
  65. {opacity: 1;z-index:6;left:55px;transition: all 1s ease-in-out;-moz-transition: all 1s ease-in-out;-ms-transition: all 1s ease-in-out;-o-transition: all 1s ease-in-out;transition: all 1s ease-in-out;}
  66.  
  67.  
  68.  
  69. #Tab1:checked ~ .text,#Tab1:checked ~ .text{left:60px;opacity:.5;z-index:2;}
  70. #Tab2:checked ~ .text,#Tab2:checked ~ .text{left:-1500px;opacity:.5;z-index:2;}
  71.  
  72.  
  73. .holder{z-index:3;opacity:1;}
  74.  
  75. .button{background-image:url(http://i.picpar.com/Ct7e.gif);background-size:100%;height:70px;Width:70px;left:120px;bottom: 310px;position:absolute;opacity:1;z-index:10;transition: all 1s ease-in-out;-moz-transition: all 1s ease-in-out;-ms-transition: all 1s ease-in-out;-o-transition: all 1s ease-in-out;transition: all 1s ease-in-out;}
  76. .button:hover{background-image:url(https://i.pinimg.com/originals/31/be/31/31be31b51107acade897943084a2abed.gif);background-size:100%;position:absolute;opacity:1;z-index:10;transition: all 1s ease-in-out;-moz-transition: all 1s ease-in-out;-ms-transition: all 1s ease-in-out;-o-transition: all 1s ease-in-out;transition: all 1s ease-in-out;}
  77.  
  78. .button2{background-image:url(http://i.picpar.com/Ct7e.gif);background-size:100%;height:70px;Width:70px;left:190px;bottom: 310px;position:absolute;opacity:1;z-index:10;transition: all 1s ease-in-out;-moz-transition: all 1s ease-in-out;-ms-transition: all 1s ease-in-out;-o-transition: all 1s ease-in-out;transition: all 1s ease-in-out;}
  79. .button2:hover{background-image:url(https://i.pinimg.com/originals/31/be/31/31be31b51107acade897943084a2abed.gif);background-size:100%;position:absolute;opacity:1;z-index:10;transition: all 1s ease-in-out;-moz-transition: all 1s ease-in-out;-ms-transition: all 1s ease-in-out;-o-transition: all 1s ease-in-out;transition: all 1s ease-in-out;}
  80.  
  81. .text{background-color:#fff;position:absolute;z-index:5;border-radius:5px;width:380px;height:230px;bottom:60px;left:-1500px;border-radius:5px 5px 5px 5px;opacity:.5;transition: all 1s ease-in-out;-moz-transition: all 1s ease-in-out;-ms-transition: all 1s ease-in-out;-o-transition: all 1s ease-in-out;transition: all 1s ease-in-out;}
  82.  
  83.  
  84. #topt{width:380px;height:230px;bottom:60px;position:absolute;opacity:1;}
  85.  
  86. #topt{opacity: 1; transition: all 1s; -webkit-transition: all 1s;}
  87.  
  88. .overlay{background:url(https://www.transparenttextures.com/patterns/always-grey.png);background-repeat:repeat;position:absolute;width:100%;height:100%;bottom:0px;left:0px;}
  89.  
  90. .pic{position:absolute;background:url(http://i.picpar.com/mq7e.jpg);background-size:100%;background-position:50% 50%;background-repeat:no-repeat;width:200px;height:250px;bottom:50px;left:455px;z-index:2;opacity:1;border-radius:0px 5px 5px 0px;box-shadow: 10px 10px 0px #C9255B;}
  91.  
  92. .avatar{position:absolute;background:url(http://i.picpar.com/lt7e.png);background-size:400%;background-position:25% 15%;background-repeat:no-repeat;width:100px;height:100px;bottom:270px;left:10px;z-index:3;opacity:1;border-radius:5px 5px 5px 5px;box-shadow: 10px 10px 0px #C9255B;}
  93.  
  94. .back{background-image:url();position:absolute;background-color:#DF5F76;width:400px;height:250px;bottom:50px;left:50px;z-index:1;border-radius:5px 0px 0px 5px;box-shadow: 10px 10px 0px #C9255B;}
  95.  
  96. .title{position:absolute;z-index:6;bottom:290px;font-size:70px;width:400px;left:170px;opacity:1;line-height:80px;font-family:'Lobster';text-align:center;background-image:url(https://cdn165.picsart.com/221503071004202.gif?to=crop&r=256);-webkit-background-clip: text; -webkit-text-fill-color: transparent;-webkit-transition: all 1s;}
  97.  
  98. .title2{position:absolute;z-index:6;bottom:290px;font-size:70px;width:400px;opacity:1;left:170px;line-height:80px;font-family:'Lobster';text-align:center;text-shadow: 2px 0 0 #000, -2px 0 0 #000, 0 2px 0 #000, 0 -2px 0 #000, 1px 1px #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000;}
  99.  
  100.  
  101. .chibi{position:absolute;background-image:url(https://images-wixmp-ed30a86b8c4ca887773594c2.wixmp.com/f/09d1bb39-e220-4c34-8d81-0d90553218fe/d8l2zlq-ffd7758c-07c0-4de9-bef4-4c3d618dadc4.png?token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJ1cm46YXBwOiIsImlzcyI6InVybjphcHA6Iiwib2JqIjpbW3sicGF0aCI6IlwvZlwvMDlkMWJiMzktZTIyMC00YzM0LThkODEtMGQ5MDU1MzIxOGZlXC9kOGwyemxxLWZmZDc3NThjLTA3YzAtNGRlOS1iZWY0LTRjM2Q2MThkYWRjNC5wbmcifV1dLCJhdWQiOlsidXJuOnNlcnZpY2U6ZmlsZS5kb3dubG9hZCJdfQ.EZrwa0PnCI8w1S4JLFoLwdlB15hBBmK63VpSdKEs1SA);background-size:100%;width:150px;height:150px;left:480px;bottom:290px;background-repeat:no-repeat;}
  102.  
  103. .div1 {float: left;color:#C9255B;text-shadow:1px 1px 0px #000;}
  104.  
  105. .div2 {float:right;text-align: right;color:#DF5F76;text-shadow:1px 1px 0px #000;}
  106.  
  107. .credit{bottom:0vw;left:96vw;width: 5vw;height: 6vw;opacity: 1;overflow: hidden;position: fixed;}
  108.  
  109.  
  110.  
  111.  
  112. --------- PLACE IN BODY -------
  113.  
  114.  
  115. <input type="radio" name="HubSwitch" id="Tab1">
  116. <input type="radio" name="HubSwitch" id="Tab2">
  117.  
  118. <div class="back"></div><div class="overlay"></div><div class="chibi"></div>
  119.  
  120. <div class="title2">Reese</div><div class="title">Reese</div>
  121.  
  122. <div class="pic"></div><div class="avatar"></div><div class="text"></div>
  123.  
  124. <div id="topt">
  125. <div id="tabbed1">
  126. <h1>Title</h1>
  127. <div class="div1">info</div>
  128. <div class="div2">info</div><Br>
  129. <div class="div1">info</div>
  130. <div class="div2">info</div><Br>
  131. <div class="div1">info</div>
  132. <div class="div2">info</div><Br>
  133. <div class="div1">info</div>
  134. <div class="div2">info</div><Br>
  135.  
  136. </div>
  137. </div>
  138.  
  139. <div class="holder">
  140. <label for="Tab1"><div class="button"></div></label>
  141. <label for="Tab2"><div class="button2"></div></label>
  142. </div>
  143. </div>
  144.  
  145.  
  146. <div class="credit"><a target="_blank" href="https://roleplay.chat/profile.php?user=ReverieStyles" target="_blank"><img src="https://i.imgur.com/fgKTyd3.png" width="100%"></a>
Add Comment
Please, Sign In to add comment