Advertisement
conception

supernatural layout

Sep 15th, 2015
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.85 KB | None | 0 0
  1. <center><style>
  2. .main_content_title, #user_default_image, #user_profile_info_outer, #user_profile_info, .middle_panel, .friends-list, #user_newsfeed, .panel-footer, .panel-title, .panel-heading, #main-navbar {display: none; }
  3.  
  4. .panel-body, .user_profile_box {background: transparent; border: none;
  5. }
  6.  
  7. .maintop, .leftnav, .profilename, .profilepages, .topbar, .defaultpic, .thumbnail, .gallery, .videos, .userinfo, .journal_entry, .profile_title, .likes_title, .dislikes_title, .music_title, .buttons1, .buttons2, .buttons3, .friends, .rate, .comment_title, .comments, .tagline, .menu2, .profilepages, .footer_links { display: none; }
  8.  
  9. .googleactiveviewclass, .side_td {position: absolute; left: 1000px;}
  10.  
  11. body, html {
  12. background-color: #242424;
  13. background-image: url('http://i.imgur.com/z1l47db.png');
  14. background-size: 500px 500px;
  15. background-repeat: no-repeat;
  16. background-position: left top;
  17. background-attachment: fixed;
  18. }
  19.  
  20. body, div, table {
  21. font-family: calibri;
  22. font-size: 12px;
  23. line-height: 11px;
  24. color: #dddddd;
  25. }
  26.  
  27. b {
  28. color: #6FBEDE;
  29. font-size: 11px;
  30. font-family: trebuchet MS;
  31. font-weight: lighter;
  32. text-transform: uppercase;
  33. }
  34.  
  35. i {
  36. color: #87DAE0;
  37. font-size: 11px;
  38. font-family: georgia;
  39. font-weight: lighter;
  40. }
  41.  
  42. u {
  43. color: #6FBEDE;
  44. border-bottom: 1px dotted #87DAE0;
  45. font-size: 11px;
  46. font-family: trebuchet MS;
  47. font-weight: lighter;
  48. }
  49.  
  50. s {
  51. color: #87DAE0;
  52. font-size: 11px;
  53. font-family: trebuchet MS;
  54. font-weight: lighter;
  55. }
  56.  
  57. a:link, .menu2, .menu2 a:link {
  58. color: #6FBEDE;
  59. font-size: 8pt;
  60. font-family : trebuchet MS;
  61. text-transform: none;
  62. text-decoration: none;
  63. -webkit-transition: all 0.5s ease-out;
  64. -moz-transition: all 0.5s ease-out;
  65. }
  66.  
  67. a:visited, .menu2 a:visited {
  68. color: #6FBEDE;
  69. font-family : trebuchet MS;
  70. }
  71.  
  72. a:hover, .menu, .menu a:link, .menu a:visited {
  73. color: #87DAE0;
  74. font-family : trebuchet MS;
  75. background: transparent;
  76. -webkit-transition: all 0.5s ease-out;
  77. -moz-transition: all 0.5s ease-out;
  78. }
  79.  
  80. h1 {
  81. color: #dddddd;
  82. text-transform: uppercase;
  83. font-style: none;
  84. font-family: trebuchet MS;
  85. letter-spacing: 3pt;
  86. text-align: center;
  87. font-weight: lighter;
  88. line-height: 16pt;
  89. font-size: 14pt;
  90. margin-top: 2px;
  91. margin-bottom: 2px;
  92. margin-left: 2px;
  93. margin-bottom: 4px;
  94. background-color: #666FE8;
  95. border-bottom: 2px solid #6FBEDE;
  96. }
  97.  
  98. h3 {
  99. font-size: 8pt;
  100. line-height: 12pt;
  101. font-family: trebuchet MS;
  102. text-align: center;
  103. letter-spacing: 2px;
  104. color: #242424;
  105. font-weight: lighter;
  106. text-transform: uppercase;
  107. font-style: none;
  108. margin-top: 2px;
  109. margin-bottom: 2px;
  110. background-color: #6FBEDE;
  111. border-bottom: 2px solid #666FE8;
  112. border-radius: 0px;
  113. }
  114.  
  115. small {
  116. font-size: 7pt;
  117. text-transform: uppercase;
  118. }
  119.  
  120. body {
  121. position: absolute;
  122. top: 0;
  123. left: 0;
  124. bottom: 0;
  125. right: 10px;
  126. overflow-y: scroll;
  127. overflow-x: hidden;
  128. }
  129.  
  130. ::-webkit-scrollbar {
  131. width: 5px;
  132. height: 10px;
  133. }
  134.  
  135. ::-webkit-scrollbar-button:start:decrement,
  136. ::-webkit-scrollbar-button:end:increment {
  137. height: 0px;
  138. display: block;
  139. background-color: transparent;
  140. }
  141.  
  142. ::-webkit-scrollbar-track-piece {
  143. background-color: #242424;
  144. -webkit-border-radius: 0px;
  145. }
  146.  
  147. ::-webkit-scrollbar-thumb:vertical {
  148. height: 50px;
  149. background-color: #6FBEDE;
  150. border: none;
  151. -webkit-border-radius: 0px;
  152. }
  153.  
  154. a:link img, a:visited img {
  155. filter: alpha(opacity=100)
  156. -moz-opacity:100;
  157. opacity: 100;
  158. -webkit-border-radius: 0px;
  159. -moz-border-radius: 0px;
  160. -webkit-transition: all 0.5s ease-out;
  161. -moz-transition: all 0.5s ease-out;
  162. }
  163.  
  164. a:hover img {
  165. filter: alpha(opacity=70)
  166. -moz-opacity:.70;
  167. opacity: .70;
  168. -webkit-border-radius: 0px;
  169. -moz-border-radius: 0px;
  170. -webkit-transition: all 0.5s ease-out;
  171. -moz-transition: all 0.5s ease-out;
  172. }
  173.  
  174. .gall img {
  175. width: 180px;
  176. height: 96px;
  177. filter: alpha(opacity=100);
  178. -moz-opacity:100;
  179. opacity: 100;
  180. margin: 4px;
  181. padding: 3px;
  182. border-radius: 0px;
  183. background-color: #666FE8;
  184. border: 2px solid #6FBEDE;
  185. -webkit-transition: all 0.5s ease-out;
  186. -moz-transition: all 0.5s ease-out;
  187. }
  188. .gall img:hover {
  189. background-color: #6FBEDE;
  190. border: 2px solid #666FE8;
  191. filter: alpha(opacity=70);
  192. -moz-opacity:.80;
  193. opacity: .80;
  194. filter: none;
  195. -webkit-transition: all 0.5s ease-out;
  196. -moz-transition: all 0.5s ease-out;
  197. }
  198.  
  199. .furbae img {
  200. width: 186px;
  201. height: 74px;
  202. filter: alpha(opacity=100);
  203. -moz-opacity:100;
  204. opacity: 100;
  205. margin: 4px;
  206. padding: 3px;
  207. border-radius: 0px;
  208. background-color: #666FE8;
  209. border: 2px solid #6FBEDE;
  210. -webkit-transition: all 0.5s ease-out;
  211. -moz-transition: all 0.5s ease-out;
  212. }
  213. .furbae img:hover {
  214. background-color: #6FBEDE;
  215. border: 2px solid #666FE8;
  216. filter: alpha(opacity=70);
  217. -moz-opacity:.80;
  218. opacity: .80;
  219. filter: none;
  220. -webkit-transition: all 0.5s ease-out;
  221. -moz-transition: all 0.5s ease-out;
  222. }
  223.  
  224. .fri img {
  225. width: 38px;
  226. height: 52px;
  227. filter: alpha(opacity=100);
  228. -moz-opacity:100;
  229. opacity: 100;
  230. margin: 1px;
  231. padding: 3px;
  232. border-radius: 0px;
  233. background-color: #666FE8;
  234. border: 2px solid #6FBEDE;
  235. -webkit-transition: all 0.5s ease-out;
  236. -moz-transition: all 0.5s ease-out;
  237. }
  238. .fri img:hover {
  239. background-color: #6FBEDE;
  240. border: 2px solid #666FE8;
  241. filter: alpha(opacity=70);
  242. -moz-opacity:.80;
  243. opacity: .80;
  244. filter: none;
  245. -webkit-transition: all 0.5s ease-out;
  246. -moz-transition: all 0.5s ease-out;
  247. }
  248.  
  249. .cull img {
  250. width: 88px;
  251. height: 31px;
  252. filter: alpha(opacity=100);
  253. -moz-opacity:100;
  254. opacity: 100;
  255. margin: 1px;
  256. padding: 3px;
  257. border-radius: 0px;
  258. background-color: #666FE8;
  259. border: 2px solid #6FBEDE;
  260. -webkit-transition: all 0.5s ease-out;
  261. -moz-transition: all 0.5s ease-out;
  262. }
  263. .cull img:hover {
  264. background-color: #6FBEDE;
  265. border: 2px solid #666FE8;
  266. filter: alpha(opacity=70);
  267. -moz-opacity:.80;
  268. opacity: .80;
  269. filter: none;
  270. -webkit-transition: all 0.5s ease-out;
  271. -moz-transition: all 0.5s ease-out;
  272. }
  273.  
  274. .navlink:link, .navlink:active, .navlink:visited {
  275. color: #dddddd;
  276. font-family: calibri;
  277. font-size: 20pt;
  278. text-transform: uppercase;
  279. font-weight: lighter;
  280. padding: 6px;
  281. margin: 1px;
  282. width: 22px;
  283. height: 22px;
  284. line-height: 22px;
  285. text-align: center;
  286. display: inline-table;
  287. background-color: #666FE8;
  288. border-radius: 100px;
  289. border: none;
  290. -webkit-transition: all 0.5s ease-out;
  291. -moz-transition: all 0.5s ease-out;
  292. text-shadow: 0px 0px 0px 0px #000;
  293. }
  294.  
  295. .navlink:hover {
  296. background-color: #65AAE6;
  297. -webkit-transition: all 0.5s ease-out;
  298. -moz-transition: all 0.5s ease-out;
  299. }
  300.  
  301. #about {
  302. position: fixed;
  303. top: 28px;
  304. left: 480px;
  305. width: 420px;
  306. height: 160px;
  307. padding: 6px;
  308. border: 0px solid #000;
  309. overflow: auto;
  310. text-align: justify;
  311. background-color: #2d2d2d;
  312. border-top-right-radius: 10px;
  313. border-top-left-radius: 10px;
  314. }
  315.  
  316. #galpic {
  317. position: fixed;
  318. top: 200px;
  319. left: 480px;
  320. width: 204px;
  321. height: 116px;
  322. padding: 6px;
  323. border: 0px solid #000;
  324. overflow: auto;
  325. text-align: center;
  326. background-color: #2d2d2d;
  327. border-radius: 0px;
  328. }
  329.  
  330. #furbab {
  331. position: fixed;
  332. top: 200px;
  333. left: 696px;
  334. width: 204px;
  335. height: 116px;
  336. padding: 6px;
  337. border: 0px solid #000;
  338. overflow: auto;
  339. text-align: center;
  340. background-color: #2d2d2d;
  341. border-radius: 0px;
  342. }
  343.  
  344. #frie {
  345. position: fixed;
  346. top: 328px;
  347. left: 480px;
  348. width: 420px;
  349. height: 164px;
  350. padding: 6px;
  351. border-bottom: 3px solid #65AAE6;
  352. overflow: auto;
  353. text-align: center;
  354. background-color: #2d2d2d;
  355. border-bottom-right-radius: 10px;
  356. border-bottom-left-radius: 10px;
  357. }
  358.  
  359. #culs {
  360. position: fixed;
  361. top: 48px;
  362. left: 912px;
  363. width: 100px;
  364. height: auto;
  365. padding: 6px;
  366. border-right: 3px solid #65AAE6;
  367. overflow: auto;
  368. text-align: center;
  369. background-color: #2d2d2d;
  370. border-top-right-radius: 10px;
  371. border-bottom-right-radius: 10px;
  372. }
  373.  
  374. #directory {
  375. position: fixed;
  376. top: 430px;
  377. left: 30px;
  378. width: 300px;
  379. height: auto;
  380. padding: 0px;
  381. overflow: auto;
  382. text-align: center;
  383. border: 0px solid #000;
  384. }
  385.  
  386. </style>
  387.  
  388. <div id="about">
  389.  
  390. <h1>About Me</h1>
  391.  
  392. My name is Kariann. 20 years old. I go to college for computer programming, in my third year but second with this major - I was in Architecture at first. I have 4 years experience in drafting - both residential and commercial. I work as a web designer a couple days a week, and a hostess one day a week. I have a dog named Snickers and I love her more than anything.
  393. <br /><br />I do graphic design as a hobby. I'm not the best, but hey, whatever.
  394. <br /><br />I'm generally nice unless you're a perv. The religion I would identify as is Omnism.
  395. <embed src="http://www.sheepproductions.com/billy/billy.swf?autoplay=true&f0=http://k003.kiwi6.com/hotlink/qprmdwfubz/Nothing_More_-_Mr._MTV.mp3&t0=Mr. MTV&f1=http://k003.kiwi6.com/hotlink/hvtolx9lnh/Candlebox_-_You_Music_Video_official_.mp3&t1=You&f2=http://k003.kiwi6.com/hotlink/sw7rkujh0p/STARSET_-_MY_DEMONS_official_transmission_.mp3&t2=My Demons&total=3" wmode="transparent" width="200" height="10" name="billy" align="middle" type="application/x-shockwave-flash" />
  396. </div>
  397.  
  398. <div id="galpic">
  399.  
  400. <a href="/gallery/Voltage" class="gall"><img src="http://i.imgur.com/vBcE1xt.png" title="Gallery" /></a>
  401.  
  402. <br />
  403.  
  404. </div>
  405.  
  406. <div id="furbab">
  407.  
  408. <h3>Snickers</h3>
  409.  
  410. <a href="/gallery/Voltage" class="furbae"><img src="http://i.imgur.com/tE8heTb.png" title="Snickers" /></a>
  411.  
  412. <br />
  413.  
  414. </div>
  415.  
  416. <div id="frie">
  417.  
  418. <h1>Friends</h1>
  419.  
  420. <a href="/Ayasha" class="fri"><img src="http://i.imgur.com/YXTIMvZ.png" title="Aya" /></a>
  421. <a href="/Usami" class="fri"><img src="http://i.imgur.com/ZGkWUG3.png" /></a>
  422. <a href="/Krechar" class="fri"><img src="http://i.imgur.com/kXpR5JR.png" title="Krech" /></a>
  423. <a href="/bobmandude12" class="fri"><img src="http://i.imgur.com/7pJXWVn.png" title="DJ" /></a>
  424. <a href="/Zenith-" class="fri"><img src="http://i.imgur.com/dOXIsGG.png" title="Savvy" /></a>
  425. <a href="/Xx__TigerClaws" class="fri"><img src="http://i.imgur.com/3oolWL8.png" title="Verushka" /></a>
  426. <a href="/ChemicalxUnbalance" class="fri"><img src="http://i.imgur.com/B6hmDca.png" title="Kim" /></a>
  427. <a href="/Sollertia" class="fri"><img src="http://i.imgur.com/Keh27Sw.png" title="Julie" /></a>
  428. <a href="/xRainbowsRAWRx" class="fri"><img src="http://i.imgur.com/5xSAbZQ.png" title="Jordan" /></a>
  429. <a href="/arachnidsGrip" class="fri"><img src="http://i.imgur.com/10nCMji.png" title="Melly" /></a>
  430. <a href="" class="fri"><img src="http://i.imgur.com/IIxjOM4.png" title="Username" /></a>
  431. <a href="" class="fri"><img src="http://i.imgur.com/IIxjOM4.png" title="Username" /></a>
  432. <a href="" class="fri"><img src="http://i.imgur.com/IIxjOM4.png" title="Username" /></a>
  433. <a href="" class="fri"><img src="http://i.imgur.com/IIxjOM4.png" title="Username" /></a>
  434. <a href="" class="fri"><img src="http://i.imgur.com/IIxjOM4.png" title="Username" /></a>
  435.  
  436. <br />
  437.  
  438. </div>
  439.  
  440. <div id="culs">
  441.  
  442. <h1>Cults</h1>
  443. <a href="/cult/Socius" class="cull"><img src="http://i.imgur.com/bQbYD2K.gif" title="Socius || Owner" /></a>
  444. <a href="/cult/Inspiration" class="cull"><img src="http://i.imgur.com/vCcHDAX.gif" title="Inspiration || Co-Owner" /></a>
  445.  
  446.  
  447. <br />
  448.  
  449. </div>
  450.  
  451. <div id="directory">
  452.  
  453. <a href="http://vampirefreaks.com/profiles/home.php" class="navlink"><img src="http://i.imgur.com/2EJfyiR.png" title="VF Home" /></a>
  454. <a href="http://vampirefreaks.com/user_comment.php?user=Voltage&rate=1" class="navlink"><img src="http://i.imgur.com/U52ot13.png" title="Contact" /></a>
  455. <a href="http://vampirefreaks.com/profile_action.php?user=Voltage" class="navlink"><img src="http://i.imgur.com/TZCxlV0.png" title="Add Friend" /></a>
  456. <a href="/gallery/Voltage" class="navlink"><img src="http://i.imgur.com/HudLCUv.png" title="Gallery" /></a>
  457. <a href="/journal/Voltage" class="navlink"><img src="http://i.imgur.com/KNQI3ih.png" title="Journal" /></a>
  458. <a href="http://vampirefreaks.com/members/voltage/highvoltagedesigns/" class="navlink"><img src="http://i.imgur.com/0GOhJbM.png" title="Portfolio" /></a>
  459. <a href="/StungByFate" class="navlink"><img src="http://i.imgur.com/LLudbFa.png" title="© 2014" /></a>
  460.  
  461. <br />
  462.  
  463. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement