Advertisement
100percentJuice

001. Rontel

Jul 16th, 2019
910
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.82 KB | None | 0 0
  1. <style type="text/css">
  2. @import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,700,800');
  3. @import url('https://fonts.googleapis.com/css?family=Spectral:300,300i,400,400i,600,700,700i');
  4.  
  5. .pfor {
  6. display: none;
  7. }
  8. body, a, a:hover {
  9. cursor: url(http://i.picpar.com/KA5d.png), auto;
  10. }
  11. #profile {
  12. background-color: transparent; border: 0px;
  13. }
  14. body{
  15. background: #aaadad;
  16. }
  17. ::-webkit-scrollbar-thumb:vertical{
  18. width: 0px;
  19. background-color: transparent;
  20. }
  21. ::-webkit-scrollbar {
  22. width: 0px;
  23. background-color: transparent;
  24. }
  25. ::selection {
  26. background: #222;
  27. color: #fff;
  28. }
  29. ::-moz-selection {
  30. background: #222;
  31. color: #fff;
  32. }
  33.  
  34.  
  35. .image{
  36. position: fixed; margin: auto;
  37. top: -250; left: 0; right: 0; bottom: 0;
  38. height: 200px; width: 300px;
  39. background-repeat: no-repeat;
  40. background-position: center;
  41.  
  42. background-image: url('http://i.picpar.com/aB5d.png'); /* - insert image url here. -*/
  43.  
  44. }
  45.  
  46. .border{
  47. position: fixed; margin: auto;
  48. top: -30px; left: 0; right: 0; bottom: 0;
  49. height: 1px; width: 50px;
  50.  
  51. background: linear-gradient(to right, transparent, #222, transparent); /*- change the middle number to match font. */
  52. }
  53.  
  54. .title{
  55. position: fixed; margin: auto;
  56. top: 0; left: 0; right: 0; bottom: 0;
  57. height: 25px; width: 300px;
  58. text-align: center;
  59. font-family: spectral;
  60. font-size: 15px;
  61. font-weight: 100;
  62. text-transform: uppercase;
  63. letter-spacing: 2px;
  64. word-spacing: 3px;
  65. line-height: 25px;
  66.  
  67. color: #222; /*- change text color here. */
  68. }
  69.  
  70. .text{
  71. position: fixed; margin: auto;
  72. top: 0; left: 0; right: 0; bottom: -205px;
  73. height: 150px; width: 300px;
  74. text-align: justify;
  75. font-family: open sans;
  76. font-size: 11px;
  77. line-height: 115%;
  78. font-weight: 500;
  79. overflow: auto;
  80.  
  81. color: #222; /*- change text color here. */
  82. }
  83.  
  84. a{
  85. text-decoration: none;
  86. padding: 1px;
  87. margin: 2px;
  88. font-family: spectral;
  89. font-size: 10px;
  90. font-style: italic;
  91.  
  92. background: transparent;
  93. border-bottom: 1px solid #636381; /*- link border color. -*/
  94. color: #232323; /*- link text color. -*/
  95. transition: .4s linear;
  96. }
  97.  
  98. a:hover{
  99. background: #636381; /*- link bg color, on hover. -*/
  100. color: #fff; /*- link text color, on hover. -*/
  101. transition: .4s linear;
  102. }
  103.  
  104. a.friend{
  105. text-decoration: none;
  106. background: #636381; /*- friend bg color. -*/
  107. border-bottom: 1px solid #636381; /*- friend border color. -*/
  108. color: #fff; /*- friend link color. */
  109. padding: 2px;
  110. margin: 1px;
  111. transition: .4s linear;
  112. }
  113. a.friend:hover{
  114. background: transparent;
  115. color: #222; /*- friend link color, on hover. */
  116. transition: .4s linear;
  117. }
  118.  
  119. h1{
  120. text-align: center;
  121. font-family: spectral;
  122. font-size: 13px;
  123. font-weight: 500;
  124. text-transform: lowercase;
  125. letter-spacing: 2px;
  126. word-spacing: 3px;
  127. line-height: 10px;
  128. color: #232323;
  129. }
  130.  
  131. </style>
  132.  
  133. <div class="image"></div>
  134. <div class="border"></div>
  135. <div class="border" style="top: 0; bottom: -30px;"></div>
  136. <div class="border" style="top: 0; bottom: -390px;"></div>
  137.  
  138. <div class="title"> Rontel by Sam Pink </div>
  139. <div class="text">
  140. Maybe no series. Nothing connected. Blankness responding to my sonar. No people to talk to. No signs. No things. No, there were things. But there was no single thing, only things. And I couldn’t get the things to work together. I’d make like, two or three work, but then I’d realize those two or three things were attached to everything else, which never worked. Because other things would say, “No, we’re not going to work with these things.” And the possibility of mishandling the events of my life or any life was so likely and so final, it stunned me from wanting anything. Which was terrible because I was always the furthermost moment in time, passing into the next furthermost moment. Chicago, Illinois. United States of America. 2012. The latest in shithead technology. Breathing, on a street corner. Endless options, mine.
  141. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement