Advertisement
conception

Phantasmagorr

Mar 17th, 2018
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.30 KB | None | 0 0
  1. <style>
  2. .main_content_title, #user_default_image, #main-navbar, .top_commentbox img, .footer_links, .navbar-nav, #user_profile_info, .btn-primary, .top_commentbox textarea, .panel-heading, .friends-list, .top_commentbox, .newsfeed, #right_profile { display: none; }
  3.  
  4. .panel-body, .user_profile_box { background: transparent!important;
  5. border: none!important;
  6. margin-top: 20px;
  7. }
  8.  
  9. #admin_menu {
  10. background-color: #373355;
  11. border: 2px solid #000;
  12. }
  13.  
  14. #user_rating, .panel-footer{display:none;}
  15.  
  16. html, body {
  17. background-color: #231f35;
  18. background-image: url('https://i.imgur.com/9xaUNc6.png');
  19. background-attachment: fixed;
  20. background-size: auto;
  21. background-position: top left;
  22. background-repeat: no-repeat;
  23. }
  24.  
  25. h1 {
  26. padding-left: 5px;
  27. line-height: 15px;
  28. font-size: 25px;
  29. font-family: Georgia;
  30. text-transform: lowercase;
  31. font-style: italic;
  32. letter-spacing: 2px;
  33. font-weight: lighter;
  34. text-align: left;
  35. display: block;
  36. color: #f1f1f1;
  37. background-color: #7d2a4b;
  38. background-image: -webkit-gradient(linear, left top, left bottom, from(#be5f99), to(#7d2a4b));
  39. #be5f99 > top;
  40. #7d2a4b > bottom;
  41. background: -o-linear-gradient(top, #be5f99 0%, #7d2a4b 90%);
  42. background: -webkit-linear-gradient(top, #be5f99 0%, #7d2a4b 90%);
  43. background: -ms-linear-gradient(top, #be5f99 0%, #7d2a4b 90%);
  44. background: linear-gradient(to bottom, #be5f99 0%, #7d2a4b 90%);
  45. background: -moz-linear-gradient(top, #be5f99 0%, #7d2a4b 90%);
  46. text-shadow: 2px 2px 2px #231f35;
  47. border-radius: 2px;
  48. border-left: 10px solid #69639b;
  49. border-right: 3px solid #69639b;
  50. }
  51.  
  52. h3 {
  53. padding-right: 5px;
  54. line-height: 15px;
  55. font-size: 25px;
  56. font-family: Georgia;
  57. text-transform: lowercase;
  58. font-style: italic;
  59. letter-spacing: 2px;
  60. font-weight: lighter;
  61. text-align: right;
  62. display: block;
  63. color: #f1f1f1;
  64. background-color: #645c97;
  65. background-image: -webkit-gradient(linear, left top, left bottom, from(#7878a5), to(#645c97));
  66. #7878a5 > top;
  67. #645c97 > bottom;
  68. background: -o-linear-gradient(top, #7878a5 0%, #645c97 90%);
  69. background: -webkit-linear-gradient(top, #7878a5 0%, #645c97 90%);
  70. background: -ms-linear-gradient(top, #7878a5 0%, #645c97 90%);
  71. background: linear-gradient(to bottom, #7878a5 0%, #645c97 90%);
  72. background: -moz-linear-gradient(top, #7878a5 0%, #645c97 90%);
  73. text-shadow: 2px 2px 2px #231f35;
  74. border-radius: 2px;
  75. border-right: 10px solid #7d2a4b;
  76. border-left: 3px solid #7d2a4b;
  77. }
  78.  
  79. b {
  80. color: #bd5e98;
  81. font-family: Trebuchet MS;
  82. text-transform: uppercase;
  83. font-size: 8pt;
  84. }
  85.  
  86. i {
  87. text-transform: none;
  88. font-family: georgia;
  89. color: #e2e2e2;
  90. text-shadow: 1px 1px 1px #68619a;
  91. font-size: 11px;
  92. letter-spacing: 1px;
  93. }
  94.  
  95. u {
  96. text-transform: none;
  97. text-decoration-style: double;
  98. text-decoration-line: underline;
  99. text-decoration-color: #68619a;
  100. font-family: georgia;
  101. font-size: 11px;
  102. letter-spacing: 2px;
  103. }
  104.  
  105. s {
  106. color: #682746;
  107. }
  108.  
  109. .navlink:link, .navlink:active, .navlink:visited {
  110. display:block;
  111. width: 80px;
  112. border-radius: 10px 0px 0px 10px;
  113. line-height: 20px;
  114. height: 25px;
  115. font-size: 10pt;
  116. font-family: Georgia;
  117. text-transform: lowercase;
  118. font-style: italic;
  119. color: #f1f1f1;
  120. background-color: #645c97;
  121. background-image: -webkit-gradient(linear, left top, left bottom, from(#7878a5), to(#645c97));
  122. #7878a5 > top;
  123. #645c97 > bottom;
  124. background: -o-linear-gradient(top, #7878a5 0%, #645c97 90%);
  125. background: -webkit-linear-gradient(top, #7878a5 0%, #645c97 90%);
  126. background: -ms-linear-gradient(top, #7878a5 0%, #645c97 90%);
  127. background: linear-gradient(to bottom, #7878a5 0%, #645c97 90%);
  128. background: -moz-linear-gradient(top, #7878a5 0%, #645c97 90%);
  129. text-shadow: 1px 1px 1px #231f35;
  130. border-left: 3px solid #7d2a4b;
  131. margin: 1px;
  132. padding: 2px;
  133. -webkit-transition: all 0.5s ease-out;
  134. -moz-transition: all 0.5s ease-out;
  135. }
  136.  
  137. .navlink:hover {
  138. display: block;
  139. width: 80px;
  140. border-radius: 10px 0px 0px 10px;
  141. line-height: 20px;
  142. height: 25px;
  143. font-size: 10pt;
  144. font-family: Georgia;
  145. text-transform: lowercase;
  146. font-style: italic;
  147. color: #7d2a4b;
  148. background-color: #645c97;
  149. background-image: -webkit-gradient(linear, left top, left bottom, from(#7878a5), to(#645c97));
  150. #7878a5 > top;
  151. #645c97 > bottom;
  152. background: -o-linear-gradient(top, #7878a5 0%, #645c97 90%);
  153. background: -webkit-linear-gradient(top, #7878a5 0%, #645c97 90%);
  154. background: -ms-linear-gradient(top, #7878a5 0%, #645c97 90%);
  155. background: linear-gradient(to bottom, #7878a5 0%, #645c97 90%);
  156. background: -moz-linear-gradient(top, #7878a5 0%, #645c97 90%);
  157. text-shadow: 1px 1px 1px #231f35;
  158. border-left: 10px solid #7d2a4b;
  159. margin: 1px;
  160. padding: 2px;
  161. -webkit-transition: all 0.5s ease-out;
  162. -moz-transition: all 0.5s ease-out;
  163. }
  164.  
  165. .cult img {
  166. background: #7878a5;
  167. border: 2px solid #7d2a4b;
  168. padding: 2px!important;
  169. margin: 2px!important;
  170. width: 310px;
  171. height: 70px;
  172. -webkit-transition: all 0.7s ease-out;
  173. -moz-transition: all 0.7s ease-out;
  174. }
  175.  
  176. .cult img:hover {
  177. background: #7878a5;
  178. border: 2px solid #645c97;
  179. padding: 2px!important;
  180. margin: 2px!important;
  181. width: 310px;
  182. height: 70px;
  183. -webkit-transition: all 0.7s ease-out;
  184. -moz-transition: all 0.7s ease-out;
  185. }
  186.  
  187. .overlay {
  188. top: 10px;
  189. width: 660px;
  190. left:0px;
  191. height: 430px;
  192. padding: 2px;
  193. border-radius: 5px;
  194. font-size: 11px;
  195. background: #373355;
  196. box-shadow: 1px 0px 20px #231f35;
  197. position: relative;
  198. }
  199.  
  200. .box {
  201. overflow: auto;
  202. padding: 4px;
  203. position: absolute;
  204. text-align: left;
  205. color: #f1f1f1;
  206. border-radius: 5px;
  207. font-size: 9pt;
  208. background-color: #231f35;
  209. box-shadow: 1px 0px 20px #231f35;
  210. }
  211.  
  212. #navi {
  213. left: -81px;
  214. top: 120px;
  215. width: 82px;
  216. padding: 0px;
  217. height: 300px;
  218. background-color: transparent;
  219. overflow: hidden;
  220. box-shadow: none;
  221. }
  222.  
  223. #about {
  224. top: 10px;
  225. left: 10px;
  226. width: 350px;
  227. height: 300px;
  228. }
  229.  
  230. #likes {
  231. top: 10px;
  232. left: 370px;
  233. height: 145px;
  234. width: 280px;
  235. }
  236.  
  237. #dislikes {
  238. top: 165px;
  239. left: 370px;
  240. height: 145px;
  241. width: 280px;
  242. }
  243.  
  244. #cults {
  245. top: 320px;
  246. left: 10px;
  247. height: 100px;
  248. width: 640px;
  249. text-align: center;
  250. }
  251. </style>
  252.  
  253. <div class="overlay">
  254. <div class="box" id="about"><h1>About Phantasmagorr</h1><b>| Emma | Study Computing | BPD | </b>
  255. <br />Hey there, name's Emma and I am a 22 year old addicted to video games and sleep. I also have an unstable personality which is fun to have on a day to day basis. I am studying an Access course in Computing so I can finally get to university.
  256. <br /><b>I am also engaged to my soulmate, and will never be interested in you.</b>
  257. <br /><br />I am a huge gamer, I play on both console and pc. I love games like Borderlands, Dragon Age, Mass Effect, Sims etc.
  258. <br /><br />I also do some graphic designing as a hobby and have been on and off for years. I can do basic icons and layouts, check out my portfolio if you're interested in making a request.
  259. <br /><b>Some bold text</b>. <i>Some italics text.</i> <u>Some underline text.</u> <s>Some striked text</s>
  260. </div>
  261.  
  262. <div class="box" id="likes"><h3>Likes</h3>
  263. Video Gaming, Graphic Designing, Space, Harry Potter, Game of Thrones, Writing, Baking, Coffee, My PC Andromeda, Make-Up, Halloween, Festivals, Concerts, 420, Cats, Scented Candles, Rock, Industrial, EBM, Metal, Post Hardcore music, Piercings, Tattoos, The North, Sleep, Comedy, Mental Health Awareness.
  264. </div>
  265.  
  266. <div class="box" id="dislikes"><h1>Dislikes</h1>
  267. Politics, People, Socializing, Racists/Homophobes etc., No Coffee, Peanut Butter, Colourful clothing, Sunshine, Migraines, Crowds, Loud Noises, Slamming Doors, Violence, Loud People, Mental Health, Discrimination, Stigma, People overly selfish, Lack of internet, Lack of games, Lack of sleep.
  268. </div>
  269.  
  270. <div class="box" id="navi"><a href="http://www.vampirefreaks.com/" class="navlink">VF Home</a><a href="http://vampirefreaks.com/user_comment.php?user=Phantasmagorr&rate=1" class="navlink">Comment</a><a href="http://vampirefreaks.com/profile_action.php?user=Phantasmagorr" class="navlink">+ Friend</a><a href="http://vampirefreaks.com/journal/Phantasmagorr" class="navlink">Journal</a><a href="http://vampirefreaks.com/gallery/Phantasmagorr" class="navlink">Gallery</a><a href="PUTYOURPORTFOLIOLINKHERE" class="navlink">Portfolio</a><a href="/Voltage" class="navlink">Credit</a></div>
  271.  
  272. <div class="box" id="cults"><h3>Cults</h3>
  273. <a href="/cult/cultnamehere" class="cult"><img src="http://i.imgur.com/OTFzTMu.png" /></a><a href="/cult/cultnamehere" class="cult"><img src="http://i.imgur.com/OTFzTMu.png" /></a>
  274. </div>
  275. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement