Advertisement
Guest User

Hiru almost

a guest
Nov 17th, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.36 KB | None | 0 0
  1. <style>
  2.  
  3. body {background: #FEE972;}
  4. ::-webkit-scrollbar {display:none}
  5.  
  6. .container {position: fixed;
  7. background: url('https://images3.pixlis.com/background-image-stripes-and-lines-seamless-tileable-lavender-blush-biloba-flower-2323h5.png');
  8. height: 500px;
  9. width: 620px;
  10. left: 20px;
  11. bottom: 100px;
  12. border: 4px solid #A06020;
  13. }
  14.  
  15. .backbox {position: absolute;
  16. background: #FEE972;
  17. height: 455px;
  18. width: 570px;
  19. left: 20px;
  20. bottom: 20px;
  21. border: 4px solid #A06020;
  22. }
  23.  
  24. .image {position: absolute;
  25. background: url('https://i.imgur.com/m7WStlE.png') no-repeat;
  26. background-size: 500px;
  27. height: 500px;
  28. width: 400px;
  29. left: 80px;
  30. bottom: 0px;
  31. }
  32.  
  33. .stats {position: absolute;
  34. overflow: auto;
  35. padding: 5px;
  36. background: #F6F5FB;
  37. font-family: Tahoma;
  38. font-size: 12px;
  39. color: #A06020;
  40. text-align: justify;
  41. height: 250px;
  42. width: 160px;
  43. left: 30px;
  44. top: 27px;
  45. border: 1px solid #A06020;
  46. }
  47.  
  48. .friends {position: absolute;
  49. overflow: auto;
  50. padding: 5px;
  51. background: #F6F5FB;
  52. font-family: Tahoma;
  53. font-size: 12px;
  54. color: #A06020;
  55. text-align: justify;
  56. height: 163px;
  57. width: 160px;
  58. left: 30px;
  59. bottom: 30px;
  60. border: 1px solid #A06020;
  61. }
  62.  
  63. .history {position: absolute;
  64. overflow: auto;
  65. padding: 5px;
  66. background: #F6F5FB;
  67. font-family: Tahoma;
  68. font-size: 12px;
  69. color: #A06020;
  70. text-align: justify;
  71. height: 250px;
  72. width: 160px;
  73. right: 32px;
  74. top: 27px;
  75. border: 1px solid #A06020;
  76. }
  77.  
  78. .ooc {position: absolute;
  79. overflow: auto;
  80. padding: 5px;
  81. background: #F6F5FB;
  82. font-family: Tahoma;
  83. font-size: 12px;
  84. color: #A06020;
  85. text-align: justify;
  86. height: 163px;
  87. width: 160px;
  88. right: 32px;
  89. bottom: 30px;
  90. border: 1px solid #A06020;
  91. }
  92.  
  93. </style>
  94.  
  95. <div class="container">
  96. <div class="backbox"></div>
  97.  
  98. <div class="stats">
  99. This is where you'd put your character's statistics. You can style it any way you want. I'd suggest keeping it within the box, just so you can keep the emojis at the bottom and made it look pretty.
  100. <br><br>
  101. <font style="float:left"><b>STAT</b></font> <font style="float:right">Answer</font><br>
  102. <br><br>
  103. 📷
  104. </div>
  105.  
  106. <div class="friends">
  107. </div>
  108.  
  109. <div class="history">
  110. This is where you'd put your character's history. Write as little or as much as you want, the box scrolls.
  111. </div>
  112.  
  113. <div class="ooc">
  114. This is where you'd put your OOC. Write as little or as much as you want, the box scrolls.
  115. </div>
  116.  
  117. <div class="image"></div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement