Advertisement
hanimjay

Homicidal Maniac (thread)

Oct 21st, 2019
214
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.91 KB | None | 0 0
  1. <link href="https://fonts.googleapis.com/css?family=Orbitron:900|Open+Sans:400" rel="stylesheet">
  2.  
  3. <style>
  4. #wednesday-thread{
  5. position: relative;
  6. margin: 10px auto;
  7. overflow: hidden;
  8. width: 440px;
  9. height: 640px;
  10. background: #000000;
  11. cursor: url(http://cur.cursors-4u.net/holidays/hol-1/hol37.cur), auto !important;
  12. }
  13.  
  14. #wednesday-thread .main-bg{
  15. position: relative;
  16. margin: 20px auto;
  17. overflow: hidden;
  18. width: 400px;
  19. height: 600px;
  20. border: 1px solid #E27C04;
  21. background: rgb(226,124,4);
  22. background: linear-gradient(360deg, rgba(226,124,4,1) 0%, rgba(0,0,0,1) 100%);
  23. }
  24.  
  25. #wednesday-thread ::-webkit-scrollbar {
  26. background: transparent;
  27. width: 8px;
  28. }
  29.  
  30. #wednesday-thread ::-webkit-scrollbar-track {
  31. background: transparent;
  32. border: 0px solid #fff;
  33. }
  34.  
  35. #wednesday-thread ::-webkit-scrollbar-thumb {
  36. background: transparent;
  37. border: 1px solid #C46918;
  38. }
  39.  
  40. #wednesday-thread .title1{
  41. position: absolute;
  42. width: 400px;
  43. height: 600px;
  44. top: 50.5px;
  45. left: -3.5px;
  46. text-align: left;
  47. font-family: 'Orbitron', sans-serif;
  48. font-weight: 900;
  49. font-size: 60px;
  50. line-height: 60px;
  51. color: transparent;
  52. text-transform: uppercase;
  53. text-stroke: 1px #E27C04;
  54. -webkit-text-stroke: 1px #E27C04;
  55. }
  56.  
  57. #wednesday-thread .title2{
  58. position: absolute;
  59. width: 400px;
  60. height: 600px;
  61. top: 93px;
  62. right: -4px;
  63. text-align: right;
  64. font-family: 'Orbitron', sans-serif;
  65. font-weight: 900;
  66. font-size: 60px;
  67. line-height: 60px;
  68. color: #E27C04;
  69. text-transform: uppercase;
  70. text-stroke: 1px #000000;
  71. -webkit-text-stroke: 1px #000000;
  72. }
  73.  
  74. #wednesday-thread .header{
  75. position: absolute;
  76. overflow: hidden;
  77. width: 401px;
  78. height: 130px;
  79. top: 101.5px;
  80. left: -2px;
  81. border: 1px solid #E27C04;
  82. background: url(https://i.imgur.com/YTzpKHY.jpg);
  83. background-size: 400px;
  84. background-position: bottom;
  85. opacity: 0.85;
  86. }
  87.  
  88. #wednesday-thread .text-bg{
  89. position: absolute;
  90. width: 296px;
  91. height: 312.5px;
  92. bottom: 53px;
  93. left: 53px;
  94. background: #000000;
  95. opacity: 0.9;
  96. transition: 0.5s;
  97. border: 1px solid #E27C04;
  98. }
  99.  
  100. #wednesday-thread .textbox{
  101. position: absolute;
  102. overflow: auto;
  103. width: 165px;
  104. height: 197px;
  105. top: 55px;
  106. left: 60px;
  107. text-align: justify;
  108. font-family: 'Open Sans', sans-serif;
  109. font-weight: 400;
  110. font-size: 9px;
  111. line-height: 17px;
  112. color: #dddddd;
  113. padding-right: 15px;
  114. }
  115.  
  116. #wednesday-thread .credit a{
  117. text-decoration: none;
  118. position: absolute;
  119. width: 100px;
  120. color: #000000;
  121. bottom: 20px;
  122. right: 50px;
  123. font-size: 18px;
  124. text-align: right;
  125. }
  126.  
  127. </style>
  128.  
  129. <center>
  130. <div id="wednesday-thread">
  131.  
  132. <div class="main-bg">
  133. <div class="header"></div>
  134.  
  135. <div class="title1">Homicidal</div>
  136. <div class="title2">Maniac</div>
  137.  
  138. <div class="text-bg">
  139. <div class="textbox">
  140. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam ut massa pellentesque eros pharetra rhoncus. Integer purus est, ultrices ultrices ligula at, aliquet laoreet neque. Duis lobortis, eros nec consectetur pulvinar, augue nisi dignissim ipsum, id viverra ipsum quam at erat. Nam sit amet eros tortor. Duis egestas mi nisi, a rutrum metus consectetur non. Aenean porta sem finibus consectetur iaculis. Morbi ipsum quam, pulvinar sit amet erat quis, efficitur hendrerit arcu. Morbi vitae ultrices sem, non pulvinar dui. Pellentesque vitae pharetra augue. Nulla et nibh sed risus bibendum pulvinar pellentesque sed ex. Vestibulum ut diam diam. Fusce accumsan dolor quis nisl consequat pretium. Mauris tristique, libero quis finibus cursus, elit nisl porta metus, at pretium mauris nulla vitae enim.
  141. </div>
  142. </div>
  143.  
  144. <div class="credit">
  145. <a href="https://shadowplayers.jcink.net/index.php?showuser=95" title="Hanie ©">
  146. ...</a>
  147. </div>
  148.  
  149. </div>
  150.  
  151. </div>
  152. </center>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement