Advertisement
Guest User

Untitled

a guest
Apr 18th, 2019
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.94 KB | None | 0 0
  1. <style>
  2. @import url('https://fonts.googleapis.com/css?family=Baloo+Bhai');
  3. @import url('https://fonts.googleapis.com/css?family=Mirza');
  4. @import url('https://fonts.googleapis.com/css?family=Parisienne');
  5. @import url('https://fonts.googleapis.com/css?family=Cinzel+Decorative');
  6. @import url('https://fonts.googleapis.com/css?family=Courgette');
  7. @import url('https://fonts.googleapis.com/css?family=Satisfy');
  8. @import url('https://fonts.googleapis.com/css?family=Merienda');
  9.  
  10. body {background-image: linear-gradient(to right, #bd827a, #33369b, #bd827a); margin:auto;
  11. cursor:url(http://media.tumblr.com/d867d8c0827140bcce868f3bdbbd5e4f/tumblr_inline_mwwd9dv65Z1srowmh.png), auto !important;}
  12.  
  13. .badbaby {
  14. position:fixed;
  15. bottom:10px;
  16. right:10px;
  17. text-align:center;
  18. color:#FFF;
  19. font-size:11px;
  20. font-family: 'Baloo Bhai', cursive;
  21. z-index:999;
  22. }
  23.  
  24. .badbaby img{
  25. height:50px;
  26. }
  27.  
  28. a {text-decoration:none; font-size:15px;}
  29. a:hover {cursor:pointer;}
  30. b {color:#555;}
  31.  
  32. a.sd {text-decoration:none; font-family: 'Pacifico', cursive; font-size:14px; color:#FE2EF7; transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;-webkit-transition: all 0.3s ease-in-out;}
  33. a.sd:hover {color:#81BEF7;transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;-webkit-transition: all 0.3s ease-in-out;}
  34.  
  35. .box2{
  36. position:absolute;
  37. height:100px;
  38. width:20px;
  39.  
  40. top:100px;
  41. }
  42.  
  43. .box {position:fixed; bottom:60px; left:0px; right:0px; margin:auto;
  44. width:850px; height:591px; background-color:#bd827a; box-shadow: 0 0 100px #000;
  45. border-right:7px double #552a66; border-top:7px double #01368a; border-left:7px double #552a66; border-bottom:7px double #01368a;
  46. border-radius:0 20% 0 0%;}
  47.  
  48. .star {margin-top:2px; margin-left: 50px; z-index: 99;}
  49. .star img {width:800px;}
  50.  
  51. .voicebox{position:absolute; top:245px; left:-80px; right:0px; margin:auto; }
  52.  
  53. ::-webkit-scrollbar { width: 1px; height: 0px; background: transparent;}
  54. ::-webkit-scrollbar-thumb { background-color: #transparent; -webkit-border-radius: 0px; border-radius: 0px;}
  55.  
  56. .skirt {position:fixed; margin-left:50px; margin-top:-560px; width:250px; height:300px; border:1px double #555; padding:35px; color:#3b313a; overflow:auto;
  57. font-family: 'Mirza', cursive; text-align:justify; font-size:13px; line-height:15px; color:#FFF; box-shadow:0 0 100px #000; z-index:9999;}
  58. .skirt2 {margin-top:50px; height:100px; overflow:auto; border:1px solid #FFF; padding:10px; font-family: 'Merienda', cursive; font-size:12px;}
  59.  
  60. .title {position:absolute; bottom:10px; text-align:center; width:850px;}
  61.  
  62. h2 {font-family: 'Satisfy', cursive; line-height:0px; text-align:center; text-shadow:2px 2px 0 #555; letter-spacing:1px;}
  63. h3 {font-family: 'Cinzel Decorative', cursive; text-transform:uppercase; text-align:center; font-size:40px; letter-spacing:2px; color:#101752; text-shadow:1px 1px #fff; line-height:0px;}
  64.  
  65. .name {position:absolute; bottom:20px; width:850px; text-align:center; z-index:99999999999;
  66. font-family: 'Parisienne', cursive; font-size:130px; letter-spacing:0px; -webkit-text-stroke: 1px #fff;
  67. background: url('https://66.media.tumblr.com/583a381fa5ec81417c8b757d0923692b/tumblr_ob4lapZJky1u7gnm9o1_400.gif') 0px 0px repeat;
  68. background-size: 300px; -webkit-background-clip: text; -webkit-text-fill-color: transparent; word-wrap: break-word; overflow: hidden; }
  69.  
  70. b {
  71. padding:2px;
  72. background-color:#7a81c7;
  73. border:1px solid #FFF;
  74. text-transform:lowercase;
  75. font-family: calibri light;
  76. color:FFF;
  77. font-size:10px;
  78. letter-spacing:1px;
  79. }
  80.  
  81. i {
  82. padding:3px;
  83. background-color:#003689;
  84. border:1px solid #FFF;
  85. color:#FFF;
  86. font-family:times;
  87. font-size:9px;
  88. letter-spacing:1px;
  89. }
  90.  
  91. img.xx {
  92. float:left;
  93. height:55px;
  94. width:55px;
  95. margin-right:5px;
  96. border-radius:50%;
  97. border:2px solid #FFF;
  98. -webkit-transition: all 0.5s ease-in-out;
  99. -moz-transition: all 0.5s ease-in-out;
  100. -o-transition: all 0.5s ease-in-out;
  101. }
  102.  
  103. img.xx:hover {
  104. border:2px solid #003689;
  105. -webkit-transition: all 0.5s ease-in-out;
  106. -moz-transition: all 0.5s ease-in-out;
  107. -o-transition: all 0.5s ease-in-out;
  108. }
  109.  
  110. .voicebox{position:absolute; margin-top:100px; left:0px; right:0px; margin:auto;
  111. width:600px; font-size:100px;
  112. -webkit-transition: all 1s ease-out; transition: all 1s ease-out; transition-delay: 0.3s;
  113. border-radius: 360px; color: FFF; overflow: hidden; z-index: 9999;}
  114.  
  115. .tune{ margin-top: -40px; margin-left: 15px; width: 70px; overflow: hidden; opacity: 0;}
  116.  
  117. </style>
  118.  
  119. <div class="voicebox"><img src="https://thumbs.gfycat.com/LiquidTanEyelashpitviper-max-1mb.gif" width="90">
  120. <div class="tune"><audio controls><source src="http://k007.kiwi6.com/hotlink/isk61pd43s/DBangz_-_Thick_N_s_and_Anime_Tiddies_Audio_PREMIERE.mp3"></audio>
  121. </div></div>
  122.  
  123.  
  124. <div class="box">
  125. <div class="star"><img src="https://i.imgur.com/HNoYl2z.png"></div>
  126. <div class="name">Saramosa</div>
  127. <div class="title"><h3>The Unfairest</h3></div>
  128. <div class="skirt">
  129.  
  130. <font style="float:right;"><h2>Dossier or Stats</h2></font>
  131. <br><br><br>
  132. <font style="line-height:25px;">
  133. <font style="float:left;"><i>Stat</i></font><font style="float:right;">Lorem ipsum dolor sit amet.</font><br>
  134. <font style="float:left;"><i>Italic Line</i></font><font style="float:right;">Lorem ipsum dolor sit amet.</font><br>
  135. <font style="float:left;"><i>Whatever you want</i></font><font style="float:right;">Lorem ipsum dolor sit amet.</font><br>
  136. </font>
  137. <br>
  138. <font style="float:left;">
  139. <h2>Write a title here</h2></font>
  140. <div class="skirt2">
  141. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
  142. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
  143. </div>
  144.  
  145. <br><br>
  146. <h2>Friends & Encounters</h2>
  147. <br>
  148. <a href="https://roleplay.chat/profile.php?user=" target="_blank"><img src="https://i.imgur.com/U4kIGDU.png?1" class="xx"></a>
  149. You can write something about your friends here if you want. You can make it as short or as long as you want. ( :
  150. <br><br>
  151. <a href="https://roleplay.chat/profile.php?user=" target="_blank"><img src="https://i.imgur.com/U4kIGDU.png?1" class="xx"></a>
  152. You can write something about your friends here if you want. You can make it as short or as long as you want. ( :
  153. <br><br>
  154. <a href="https://roleplay.chat/profile.php?user=" target="_blank"><img src="https://i.imgur.com/U4kIGDU.png?1" class="xx"></a>
  155. You can write something about your friends here if you want. You can make it as short or as long as you want. ( :
  156. <br><br><br>
  157.  
  158. <h2>Out of Character</h2><br>
  159. <center>
  160. <i>Rule</i> Write your ooc rules line here.<br>
  161. <i>Rule</i> Write your ooc rules line here.<br>
  162. <i>Rule</i> Write your ooc rules line here.<br>
  163. <i>Rule</i> Write your ooc rules line here.<br>
  164. <i>Rule</i> Write your ooc rules line here.<br>
  165. </center>
  166.  
  167. </div>
  168.  
  169.  
  170. <div class="badbaby">
  171. <a href="https://roleplay.chat/profile.php?user=badbaby" target="_blank">
  172. <img src="https://i.imgur.com/cQAvAAO.png"></a><br>badbabylayouts</div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement