Advertisement
MegsnToast

Untitled

Aug 9th, 2018
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.96 KB | None | 0 0
  1. CSS BULLSHIT:
  2.  
  3. #profile-container {
  4. background: none;
  5. }
  6.  
  7. .pfor {display: none; visibility: hidden;}
  8.  
  9. body {
  10. background: #222;
  11. }
  12.  
  13. body,
  14. a:hover {
  15. cursor: url(http://68.media.tumblr.com/tumblr_m2umkqvNUT1qfamg6.gif), progress !important;
  16. }
  17.  
  18.  
  19. @font-face {
  20. font-family: text;
  21. src: url(https://dl.dropbox.com/s/xlqmeg3vrx0j8wd/AnonymousPro-Regular.ttf?dl=0);
  22. }
  23.  
  24. .pic {
  25. position: absolute;
  26. z-index: 2;
  27. width: 170px;
  28. height: 170px;
  29. background: url(https://imgur.com/pFZj8Hd.jpg);
  30. background-size: 100%;
  31. left: 585px;
  32. top: 235px;
  33. }
  34.  
  35. .box1 {
  36. position: absolute;
  37. z-index: 1;
  38. overflow: auto;
  39. border: none;
  40. background: #000;
  41. width: 190px;
  42. height: 380px;
  43. left: 370px;
  44. top: 20px;
  45. padding: 5px;
  46. }
  47.  
  48. .info1 {
  49. position: absolute;
  50. z-index: 2;
  51. overflow: auto;
  52. border: none;
  53. background: #000;
  54. font-family: text;
  55. font-size: 12px;
  56. color: #aaa;
  57. width: 190px;
  58. height: 380px;
  59. left: 370px;
  60. top: 20px;
  61. padding: 5px;
  62. opacity: 0;
  63. -webkit-transition: all .5s ease;
  64. }
  65.  
  66. .info1:hover {
  67. opacity: 1;
  68. -webkit-transition: all .5s ease;
  69. }
  70.  
  71. .box2 {
  72. position: absolute;
  73. z-index: 1;
  74. overflow: auto;
  75. border: none;
  76. background: #000;
  77. width: 380px;
  78. height: 190px;
  79. left: 580px;
  80. top: 20px;
  81. padding: 5px;
  82. }
  83.  
  84. .info2 {
  85. position: absolute;
  86. z-index: 2;
  87. overflow: auto;
  88. border: none;
  89. background: #000;
  90. font-family: text;
  91. font-size: 12px;
  92. color: #aaa;
  93. width: 380px;
  94. height: 190px;
  95. left: 580px;
  96. top: 20px;
  97. padding: 5px;
  98. opacity: 0;
  99. -webkit-transition: all .5s ease;
  100. }
  101.  
  102. .info2:hover {
  103. opacity: 1;
  104. -webkit-transition: all .5s ease;
  105. }
  106.  
  107. .box3 {
  108. position: absolute;
  109. z-index: 2;
  110. overflow: auto;
  111. border: none;
  112. background: #000;
  113. width: 190px;
  114. height: 380px;
  115. left: 770px;
  116. top: 230px;
  117. padding: 5px;
  118. }
  119.  
  120. .info3 {
  121. position: absolute;
  122. z-index: 2;
  123. overflow: auto;
  124. border: none;
  125. background: #000;
  126. font-family: text;
  127. font-size: 12px;
  128. color: #aaa;
  129. width: 190px;
  130. height: 380px;
  131. left: 770px;
  132. top: 230px;
  133. padding: 5px;
  134. opacity: 0;
  135. -webkit-transition: all .5s ease;
  136. }
  137.  
  138. .info3:hover {
  139. opacity: 1;
  140. -webkit-transition: all .5s ease;
  141. }
  142.  
  143. .box4 {
  144. position: absolute;
  145. z-index: 2;
  146. overflow: auto;
  147. border: none;
  148. background: #000;
  149. font-family: text;
  150. font-size: 12px;
  151. color: #aaa;
  152. width: 380px;
  153. height: 190px;
  154. left: 370px;
  155. top: 420px;
  156. padding: 5px;
  157. }
  158.  
  159. .info4 {
  160. position: absolute;
  161. z-index: 2;
  162. overflow: auto;
  163. border: none;
  164. background: #000;
  165. font-family: text;
  166. font-size: 12px;
  167. color: #aaa;
  168. width: 380px;
  169. height: 190px;
  170. left: 370px;
  171. top: 420px;
  172. padding: 5px;
  173. opacity: 0;
  174. -webkit-transition: all .5s ease;
  175. }
  176.  
  177. .info4:hover {
  178. opacity: 1;
  179. -webkit-transition: all .5s ease;
  180. }
  181.  
  182. .smolbox {
  183. position: absolute;
  184. z-index: 1;
  185. width: 180px;
  186. height: 180px;
  187. background: #000;
  188. left: 580px;
  189. top: 230px;
  190. }
  191.  
  192. a:link,
  193. a:visited,
  194. a:active {
  195. text-decoration: none;
  196. color: #fff;
  197. -webkit-transition: all .5s ease;
  198. }
  199.  
  200. a:hover {
  201. color: #aaa;
  202. -webkit-transition: all .5s ease;
  203. }
  204.  
  205. ::-webkit-scrollbar {
  206. display: none;
  207. }
  208.  
  209. hr {
  210. border: none;
  211. height: 1px;
  212. background: -webkit-linear-gradient(left, #000, #fff, #000);
  213. }
  214.  
  215. .Credit {
  216. position: fixed;
  217. right: 50px;
  218. bottom: 50px;
  219. width: 20px;
  220. height: 20px;
  221. border-radius: 20px;
  222. border-color: #fff;
  223. border-style: dotted;
  224. border-width: 2px;
  225. background: #000;
  226. -webkit-transition: all 1s ease;
  227. }
  228.  
  229. .Credit:hover {
  230. background: #fff;
  231. border-color: #000;
  232. }
  233.  
  234.  
  235. HTML BULLSHIT:
  236.  
  237. <div class="box1">
  238. <p>&nbsp;</p>
  239. </div>
  240. <div class="box2">
  241. <p>&nbsp;</p>
  242. </div>
  243. <div class="box3">
  244. <p>&nbsp;</p>
  245. </div>
  246. <div class="box4">
  247. <p>&nbsp;</p>
  248. </div>
  249. <div class="info1">
  250. <p>Name:&nbsp;Anthony Michael Lucciano</p>
  251. <p>Favorite Color: Silver</p>
  252. <p>Occupation: Accountant?</p>
  253. <p>Gender:&nbsp;Male</p>
  254. <p>Hair Color:&nbsp;Black</p>
  255. <p>Eye Color:&nbsp;Ocean Blue</p>
  256. <p>Height: 6'1"</p>
  257. <p>Weight:&nbsp;205lbs</p>
  258. <p>Age: 33 - June 21st</p>
  259. <p>&nbsp;</p>
  260. <p>&nbsp;</p>
  261. <p><span>&ldquo;&rdquo;</span></p>
  262. </div>
  263. <div class="info2">
  264. <p>History:</p>
  265. <p>Anthony Lucciano is the second descendant of a Russian mafia leader Anatoly Lucciano. His family was consistently involved in the shadier deals within the military, his father and grandfather both taking jobs for the black market in the exchange of weaponry and information. He now owns the results of his father's endeavors, his mother having moved away and then passing away in the United States while Anthony was in Europe, and his father having died from a sellout to the Italian government two years prior. The money has since been turned into stock investments and high rated hedge funds. A percentage of the yearly earnings from all going to funding his upper-middle-class lifestyle with little issue other than the occasional rogue CPA or a loss in stock value. He got his taste of the high action life and decided it wasn't for him, preferring to rest on his laurels and make them a little bigger every year by doing only what he enjoys. Drink with friends, work various jobs, and generally enjoy life. Tony is a pretty laid back man once the jawline and stride can be looked past. Sometimes sooner.</p>
  266. </div>
  267. <div class="info3">
  268. <p>Talents:</p>
  269. <p>-Menial work</p>
  270. <p>-Working with money</p>
  271. <p>-Suit tastes</p>
  272. <p>-Decently fit</p>
  273. <p>-Finding strangely good alcoholic combinations</p>
  274. <p>-Pretty sharp memory if it is something he cares about.</p>
  275. <p>-First aid</p>
  276. <p>-Apparently, a dog whisper, though cats hate him.</p>
  277. </div>
  278. <div class="info4">
  279. <p>Personality:</p>
  280. <p>Stubborn, good-hearted, competitive, a little lazy, and somewhat vicariously vindictive. Doesn't believe in rushing around and needlessly pushing people around, but will gladly go 20MPH over the limit and loves cutting in line. Enjoys sitting by a fire and chainsmoking the night away by himself as much as he enjoys drinking with whatever friends are available and playing card games. Amicability is right next to professionalism for him, and sometimes all that he wants is to know that he's doing the right thing.</p>
  281. <p>&nbsp;</p>
  282. </div>
  283. <div class="smolbox">
  284. <p>&nbsp;</p>
  285. </div>
  286. <div class="pic">
  287. <p>&nbsp;</p>
  288. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement