Advertisement
Guest User

Good / Abel

a guest
Nov 17th, 2018
222
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.53 KB | None | 0 0
  1. <style>
  2.  
  3. @import url('https://fonts.googleapis.com/css?family=Kristi|Unica+One');
  4.  
  5. body {background-image: linear-gradient(180deg, #AFCBE0, #CCDBE2, #D2DDDF, #BFCCD2);}
  6.  
  7. i {font-style: normal; font-family: 'Kristi', cursive; font-size: 130px; color: #EFF4F8; margin-right: 20px; margin-left: 10px; line-height: 45px;}
  8. a.box {transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out;-webkit-transition: all 0.4s ease-in-out;}
  9. a.box:hover {transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out;-webkit-transition: all 0.4s ease-in-out;}
  10. a {text-decoration: none; color: #EAF2F5; transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out;-webkit-transition: all 0.4s ease-in-out}
  11. a:hover {color: #828C95; transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out;-webkit-transition: all 0.4s ease-in-out}
  12.  
  13. .container {position: fixed;
  14. height: 100px;
  15. width: 100px;
  16. left: 480px;
  17. bottom: 60px;
  18. }
  19.  
  20. .image {position: absolute;
  21. background: url('https://i.pinimg.com/564x/db/d0/79/dbd079c59d06bb35769ef571e862a250.jpg') no-repeat;
  22. background-size: 510px;
  23. background-position: -10px 0px;
  24. height: 640px;
  25. width: 500px;
  26. left: 0px;
  27. bottom: 0px;
  28. border: 3px solid #EAF2F5;
  29. box-shadow: 0px 0px 50px #828C95;
  30. }
  31.  
  32. .text {position: absolute;
  33. font-family: 'Unica One', cursive;
  34. font-size: 12px;
  35. color: #828C95;
  36. text-align: justify;
  37. height: 500px;
  38. width: 372px;
  39. left: 61px;
  40. bottom: 53px;
  41. opacity: 0;
  42. transition:all .9s ease-in-out;
  43. -webkit-transition:all .9s ease-in-out;
  44. -o-transition:all .9s ease-in-out;
  45. -moz-transition:all .9s ease-in-out;
  46. }
  47. .text:hover {opacity: 1;
  48. transition:all .9s ease-in-out;
  49. -webkit-transition:all .9s ease-in-out;
  50. -o-transition:all .9s ease-in-out;
  51. -moz-transition:all .9s ease-in-out;}
  52.  
  53. .tab1 {position: absolute;
  54. background: #E1F0F5;
  55. height: 20px;
  56. width: 20px;
  57. border-radius: 100%;
  58. left: 390px;
  59. bottom: 30px;
  60. box-shadow: 0px 0px 10px #E1F0F5;
  61. }
  62.  
  63. .tab2 {position: absolute;
  64. background: #E1F0F5;
  65. height: 20px;
  66. width: 20px;
  67. border-radius: 100%;
  68. left: 420px;
  69. bottom: 30px;
  70. box-shadow: 0px 0px 10px #E1F0F5;
  71. }
  72.  
  73. a.box span {position:absolute;
  74. bottom: 5%;
  75. right: 56%;
  76. margin:auto;
  77. display:none;
  78. padding:5px;
  79. z-index:100;
  80. }
  81.  
  82. a.box:hover span {position: fixed;
  83. background: #C2CDCF;
  84. display:inline;
  85. font-family: 'Unica One', cursive;
  86. font-size: 11px;
  87. color: #EAF2F5;
  88. border: 3px solid #EAF2F5;
  89. opacity: 0.9;
  90. width: 307px;
  91. text-align:justify;
  92. left: 537px;
  93. bottom: 72px;
  94. }
  95.  
  96. .coder {position: absolute;
  97. font-family: 'Unica One', cursive;
  98. font-size: 13px;
  99. color: #EAF2F5;
  100. text-align: center;
  101. height: 100px;
  102. width: 372px;
  103. left: 70px;
  104. bottom: -120px;
  105. }
  106.  
  107. </style>
  108.  
  109. <div class="container">
  110. <div class="image"></div>
  111.  
  112. <div class="text">
  113. <br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
  114. <font style="float:left"><i>abel</i></font>
  115. A young man of friendly, cheerful disposition. He seems to be nothing out of the ordinary save for being perfectly <b>angelic</b>.
  116. </div>
  117.  
  118. <a target="_blank" href="https://imgur.com/a/o1np7gY" class="box"><div class="tab1"><span><center><br>Click for Gallery<br><br></center></span></div></a>
  119. <a class="box"><div class="tab2"><span>Always open to interaction! main/dm, approach in character. character development, adventure, and exploration. slice of life and modern fantasy preferred. no drama zone. ic =/= ooc.</span></div></a>
  120.  
  121. <div class="coder"><a target="_blank" href="https://roleplay.chat/profile.php?user=words">coded by words</a>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement