Beeline

Lee-James-Profile

Oct 17th, 2015
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.43 KB | None | 0 0
  1. <style>
  2. .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; }
  3.  
  4.  
  5. body, html {
  6. background-color: #292828;
  7. background-image: url('http://i.imgur.com/BumXiYe.png'); 00px 0px no-repeat;
  8. background-position: left bottom;
  9. background-repeat: no-repeat;
  10. background-attachment: fixed;
  11. position:fixed;
  12.  
  13. }
  14. html, div {
  15. font-family: trebuchet MS;
  16. color: #c56d10;
  17. font-size: 8px;
  18. font-style: normal;
  19.  
  20. }
  21. a:link, .menu2, .menu2 a:link {
  22. color: #d2d1cd;
  23. font-size: 6pt;
  24. font-family : trebuchet ms;
  25. text-transform: uppercase;
  26. text-decoration: none;
  27. -webkit-transition: all 0.5s ease-out;
  28. -moz-transition: all 0.5s ease-out;
  29. }
  30.  
  31. a:visited, .menu2 a:visited {
  32. color: #d2d1cd;
  33. text-transform: none;
  34. font-family : trebuchet ms;
  35. text-transform: none;
  36. text-decoration: none;
  37. }
  38.  
  39. a:hover, .menu, .menu a:link, .menu a:visited {
  40. color: ;
  41. text-decoration: none;
  42. font-family : trebuchet ms;
  43. text-transform: uppercase;
  44. background: transparent;
  45. -webkit-transition: all 0.5s ease-out;
  46. -moz-transition: all 0.5s ease-out;
  47. }
  48. h1 {
  49. color: #949390;
  50. -webkit-box-shadow: inset 1px 3px 1px rgba(7,6,6,0.5);
  51. text-align: center;
  52. font-weight: lighter;
  53. text-transform: uppercase;
  54. font-style: none;
  55. font-family: trebuchet MS;
  56. font-size: 14pt;
  57. line-height: 8px;
  58. margin-top: 2px;
  59. padding: 2px:
  60. height: 45px;
  61. letter-spacing: 5pt;
  62. padding: 8px;
  63. margin: 3px;
  64. background-color: #1e1d1d;
  65. border: 0px solid #272525;
  66. border-radius: 0.0em;
  67. width: auto;
  68. }
  69. h3 {
  70. color: #fdfdfd;
  71. background-color: #c56d10;
  72. -webkit-box-shadow: inset 0px 0px 0px rgba(7,6,6,0.5);
  73. text-align: center;
  74. font-weight: lighter;
  75. text-transform: uppercase;
  76. font-style: none;
  77. font-family: trebuchet MS;
  78. font-size: 8pt;
  79. line-height: 8px;
  80. margin-top: 8px;
  81. letter-spacing: 5pt;
  82. padding: 2px;
  83. margin: 0px;
  84. border: 1px solid #272525;
  85. border-top-left-radius: 0.1em;
  86. border-top-right-radius: 0.1em;
  87. width: auto;
  88. }
  89. b {
  90. text-transform: uppercase;
  91. font-family: trebuchet MS;
  92. color: #d98a59;
  93. font-size: 10px;
  94. letter-spacing: 0px;
  95. }
  96.  
  97. i {
  98. text-transform: none;
  99. font-family: trebuchet MS;
  100. color: #d98a59;
  101. font-size: 10px;
  102. letter-spacing: 0px;
  103. }
  104.  
  105. s {
  106. text-transform: none;
  107. font-family: trebuchet MS;
  108. color: #d98a59;
  109. font-size: 11px;
  110. letter-spacing: 1px;
  111. }
  112.  
  113. u {
  114. border-bottom: 1px solid #d98a59;
  115. text-transform: none;
  116. font-family: georgia;
  117. font-size: 11px;
  118. letter-spacing: 1px;
  119. }
  120. blockquote {
  121. text-align: center;
  122. background-color: #181818;
  123. padding: 4px;
  124. border-left: 2px solid #333333;
  125. }
  126.  
  127. ::-webkit-scrollbar-thumb:vertical {
  128. background-color: #3c6d35;
  129. border-radius: 0.1em;
  130. border: 0px solid #272525;
  131. height: 4px;
  132. width:6px;
  133. -webkit-box-shadow: inset 1px 1px 5px rgba(82,11,5,0.5);
  134. }
  135. ::-webkit-scrollbar {
  136. width: 8px;
  137. background-color: #2d2c2c;
  138. -webkit-box-shadow: inset 0 0px 0px rgba(218,144,108,0.6);
  139. border-bottom-right-radius: 0em;
  140. }
  141.  
  142. .Hangouts {
  143. background: url('http://i.imgur.com/pvrlusg.png'); background-repeat: repeat;
  144. width: 88px;
  145. height: 31px;
  146. margin: 0px;
  147. opacity: .7;
  148. border-radius: 2px;
  149. border: 2px solid #19191a;
  150. background-color: #3EC9A7;
  151. transition: all 0.45s ease-out;
  152. -ms-transition: all 0.45s ease-out;
  153. -o-transition: all 0.45s ease-out;
  154. -webkit-transition: all 0.45s ease-out;
  155. -moz-transition: all 0.45s ease-out;
  156. }
  157. .Hangouts:hover {
  158. background: url('http://i.imgur.com/pvrlusg.png'); background-repeat: repeat;
  159. opacity: .7;
  160. border-radius: 2px;
  161. border: 2px solid #3c6d35;
  162. background-color: #98D9B6;
  163. transition: all 0.45s ease-out;
  164. -ms-transition: all 0.45s ease-out;
  165. -o-transition: all 0.45s ease-out;
  166. -webkit-transition: all 0.45s ease-out;
  167. -moz-transition: all 0.45s ease-out;
  168. }
  169. .Frienss {
  170. background: url('http://i.imgur.com/tDHStkl.png'); background-repeat: repeat;
  171. width: 88px;
  172. height: 31px;
  173. margin: 2px;
  174. opacity: .7;
  175. border-radius: 2px;
  176. border: 2px solid white;
  177. background-color: #3EC9A7;
  178. transition: all 0.45s ease-out;
  179. -ms-transition: all 0.45s ease-out;
  180. -o-transition: all 0.45s ease-out;
  181. -webkit-transition: all 0.45s ease-out;
  182. -moz-transition: all 0.45s ease-out;
  183. }
  184. .Frienss:hover {
  185. background: url('http://i.imgur.com/tDHStkl.png'); background-repeat: repeat;
  186. opacity: .7;
  187. border-radius: 2px;
  188. border: 2px solid #872D24;
  189. background-color: #98D9B6;
  190. transition: all 0.45s ease-out;
  191. -ms-transition: all 0.45s ease-out;
  192. -o-transition: all 0.45s ease-out;
  193. -webkit-transition: all 0.45s ease-out;
  194. -moz-transition: all 0.45s ease-out;
  195. }
  196. .basicimage {
  197. background: url('http://i.imgur.com/tDHStkl.png'); background-repeat: repeat;
  198. width: 75px;
  199. height: 65px;
  200. margin: 2px;
  201. border-radius: 2px;
  202. border: 4px solid #3c6d35;
  203. background-color: #3EC9A7;
  204. transition: all 0.45s ease-out;
  205. -ms-transition: all 0.45s ease-out;
  206. -o-transition: all 0.45s ease-out;
  207. -webkit-transition: all 0.45s ease-out;
  208. -moz-transition: all 0.45s ease-out;
  209. }
  210. .basicimage:hover {
  211. background: url('http://i.imgur.com/ydtDNPG.png'); background-repeat: repeat;
  212. opacity: .90;
  213. border-radius: 2px;
  214. border: 4px solid #a9614e;
  215. background-color: #872D24;
  216. transition: all 0.45s ease-out;
  217. -ms-transition: all 0.45s ease-out;
  218. -o-transition: all 0.45s ease-out;
  219. -webkit-transition: all 0.45s ease-out;
  220. -moz-transition: all 0.45s ease-out;
  221.  
  222. }
  223. .nav {
  224. color: #3d3b3b;
  225. display: inline-block;
  226. font-family:Trebuchet MS1, Trebuchet MS, sans-serif;
  227. font-size: 8px;
  228. text-transform: uppercase;
  229. font-weight: lighter;
  230. line-height: 55px;
  231. text-align: center;
  232. padding:2px;
  233. margin:8px;
  234. margin-top:0px;
  235. background:#c56d10;
  236. border: 2px #a5afaa;
  237. box-shadow: 0px 1px 1px #111;
  238. width: 55px;
  239. height: 55px;
  240. -webkit-transition: all 0.5s ease-out;
  241. -moz-transition: all 0.5s ease-out;
  242. border-radius: 0.0em;
  243. }
  244. .nav:hover {
  245. color: white;
  246. text-align: center;
  247. background: #433331;
  248. border: 2px #4f110c;
  249. box-shadow: 0px 1px 1px #111;
  250. border-radius: 0.0em;
  251. -webkit-transition: all 0.5s ease-out;
  252. -moz-transition: all 0.5s ease-out;
  253. }
  254.  
  255. </style>
  256.  
  257. <style>
  258. .overlay {
  259. position: absolute;
  260. margin-left: 500px;
  261. margin-bottom:0px;
  262. top: 25px;
  263. width: 450px;
  264. height: 420px;
  265. background-color: #161616;
  266. box-shadow: 1px 1px 1px #111;
  267. border-top: 3px solid #111111;
  268. border-left: 3px solid #111111;
  269. border-right: 3px solid #111111;
  270. border-bottom: 3px solid #111111;
  271. border-top-left-radius: 0.0em;
  272. border-top-right-radius: 0.0em;
  273. border-bottom-left-radius: 0em;
  274. border-bottom-right-radius: 0em;
  275. z-index:0%;
  276. }
  277. .overlayjr{
  278. position: absolute;
  279. overflow: auto;
  280. }
  281. #Maininfo {
  282. top: 140px;
  283. right: 6px;
  284. width: 240px;
  285. height: 199px;
  286. overflow: auto;
  287. padding: 4px;
  288. padding-top: 0px;
  289. color: #c56d10;
  290. font-family: trebuchet ms;
  291. font-size: 10px;
  292. font-style: normal;
  293. text-align: center;
  294. letter-spacing: 1px;
  295. background-color: #181819;
  296. border: 0px solid ;
  297. box-shadow: 1px 1px 1px #111;
  298.  
  299. }
  300. #music {
  301. top: 635px;
  302. right: 2px;
  303. width: 688px;
  304. height: 75px;
  305. padding: 3px;
  306. padding-top: 0px;
  307. overflow: auto;
  308. color: #BFBFD7;
  309. font-family: trebuchet ms;
  310. font-style: normal;
  311. font-size: 11px;
  312. line-height: 14px;
  313. text-align: center;
  314. text-transform: none;
  315. padding-left: 5px;
  316. background-color: #31272f;
  317. border: 1px solid #8e8da1;
  318. border-bottom-right-radius: 0em;
  319. box-shadow: 1px 1px 1px #111;
  320. }
  321. #Likes{
  322. top: 344px;
  323. right: -23px;
  324. width: 490px;
  325. height: 100px;
  326. padding: 3px;
  327. padding-top: 0px;
  328. overflow: auto;
  329. color: #BFBFD7;
  330. font-family: trebuchet ms;
  331. font-style: normal;
  332. font-size: 11px;
  333. line-height: 14px;
  334. text-align: center;
  335. text-transform: none;
  336. padding-left: 5px;
  337. background-color: ;
  338. border: 0px solid #8e8da1;
  339. border-bottom-right-radius: 0em;
  340.  
  341. }
  342. #Basic{
  343. top: 0px;
  344. right: 260px;
  345. width: 120px;
  346. height: 130px;
  347. padding: 3px;
  348. padding-top: 0px;
  349. overflow: auto;
  350. color: #BFBFD7;
  351. font-family: trebuchet ms;
  352. font-style: normal;
  353. font-size: 11px;
  354. line-height: 14px;
  355. text-align:left;
  356. text-transform: none;
  357. padding-left: 5px;
  358. background-color: #181819;
  359. border: 0px solid rgba(13,13,13,.50);
  360. border-bottom-right-radius: 0em;
  361. box-shadow: 1px 1px 1px #111;
  362. }
  363. #DisLikes{
  364. top: 140px;
  365. right: 260px;
  366. width: 120px;
  367. height: 200px;
  368. padding: 3px;
  369. padding-top: 0px;
  370. overflow: auto;
  371. color: #c56d10;
  372. font-family: trebuchet ms;
  373. font-style: normal;
  374. font-size: 8px;
  375. line-height: 14px;
  376. text-align: center;
  377. text-transform: none;
  378. padding-left: 5px;
  379. background-color: #181819;
  380. border: 0px solid #8e8da1;
  381. border-bottom-right-radius: 0em;
  382. box-shadow: 1px 1px 1px #111;
  383. }
  384. #navi {
  385. top: 10px;
  386. right: 390px;
  387. width: 65px;
  388. height: 350px;
  389. padding: 4px;
  390. padding-top: 0px;
  391. overflow: hidden;
  392. text-align: center;
  393. letter-spacing: 1px;
  394. background: #;
  395. box-shadow: 0 0 0px transparent;
  396.  
  397.  
  398. }
  399. #hangoutss {
  400. overflow: auto;
  401. padding: 4px;
  402. padding-top: 0px;
  403. top: 0px;
  404. right: 6px;
  405. width: 240px;
  406. height: 130px;
  407. color: #BFBFD7;
  408. font-family: trebuchet ms;
  409. font-size: 10px;
  410. font-style: normal;
  411. text-align: center;
  412. letter-spacing: 1px;
  413. background-color: #181819;
  414. border: 0px solid #8e8da1;
  415. border-bottom-left-radius: 0em;
  416. border-bottom-right-radius: 0em;
  417. box-shadow: 1px 1px 1px #111;
  418. }
  419. #Header {
  420. width: 1200px;
  421. height: 500px;
  422. background: url('http://i.imgur.com/zxVWqx5.png') 0px 0px no-repeat;
  423. position: relative;
  424. padding: 0px;
  425. margin-top: -10px;
  426. left:20px;
  427. }
  428.  
  429. </style>
  430.  
  431. <div class="overlay">
  432.  
  433.  
  434.  
  435.  
  436. <div class="overlayjr" id="Maininfo">
  437. <h1>About me</h1>
  438. About here About here About here About here About here About here About here About here About here About here About here About here About here About here About here About here About here About here About here About here About here About here About here About here About here About here About here About here About here About here
  439. </div>
  440.  
  441. <div class="overlayjr" id="Likes">
  442. <img src="http://i.imgur.com/LEiTtRf.png" class="basicimage" />
  443. <img src="http://i.imgur.com/LEiTtRf.png" class="basicimage" />
  444. <img src="http://i.imgur.com/LEiTtRf.png" class="basicimage" />
  445. <img src="http://i.imgur.com/LEiTtRf.png" class="basicimage" />
  446. <img src="http://i.imgur.com/LEiTtRf.png" class="basicimage" />
  447. </div>
  448.  
  449. <div class="overlay" id="Basic">
  450. <h3>The Basics</h3>
  451. <center>
  452. <div style="background: rgba(13,13,13,.50); border-bottom: 2px solid rgba(197,109,16,.5); width: 50px; display: inline-block; padding: 1px; color: #c6c2bf; text-transform: uppercase; font-size: 6pt; letter-spacing: 2px; padding: 0px; padding-left: 3px; margin-bottom: 1px;"> Name:</div>
  453.  
  454. <div style="background: #c6c2bf; width: 50px; display: inline-block; padding: 1px; color: #1e1d1d; border-bottom: 2px solid #346c36; text-transform: uppercase; font-size: 6pt; letter-spacing: 1px;padding: 0px; padding-left: 3px; margin-bottom: 1px;">Name</div><br />
  455.  
  456. <div style="background: rgba(13,13,13,.50); width: 50px; display: inline-block; border-bottom: 2px solid rgba(197,109,16,.5); padding: 1px; color: #c6c2bf; text-transform: uppercase; font-size: 6pt; letter-spacing: 2px; padding: 0px; padding-left: 3px; margin-bottom: 1px;">Age:</div>
  457.  
  458. <div style="background: #c6c2bf; width: 50px; display: inline-block; padding: 1px; border-bottom: 2px solid #346c36; color: #1e1d1d; text-transform: uppercase; font-size: 6pt; letter-spacing: 1px; padding: 0px; padding-left: 3px; margin-bottom: 1px;">##</div><br />
  459.  
  460. <div style="background: rgba(13,13,13,.50); width: 50px; display: inline-block; border-bottom: 2px solid rgba(197,109,16,.5); padding: 1px; color: #c6c2bf; text-transform: uppercase; font-size: 6pt; letter-spacing: 2px; padding: 0px; padding-left: 3px; margin-bottom: 1px;">Location:</div>
  461.  
  462. <div style="background: #c6c2bf; width: 50px; display: inline-block; padding: 1px; border-bottom: 2px solid #346c36; color: #1e1d1d; text-transform: uppercase; font-size: 6pt; letter-spacing: 1px; padding: 0px; padding-left: 3px; margin-bottom: 1px;">Area</div><br />
  463. <a href="http://www.vampirefreaks.com/members/Lee-James/True+Despair+Gallery"><img src="http://i.imgur.com/ZMZH2tB.gif" title="Portfolio" class="Frienss" /></a></center>
  464. </div>
  465.  
  466. <div class="overlayjr" id="DisLikes">
  467. <h3>Likes</h3>
  468. likes<br />
  469. likes<br />
  470. likes<br />
  471. likes<br />
  472. likes<br />
  473. likes<br />
  474. </div>
  475.  
  476.  
  477. <div class="overlayjr" id="navi">
  478. <center>
  479. <a href="http://vampirefreaks.com/profiles/home.php" class="nav"> Home</a><br />
  480. <a href="http://vampirefreaks.com/profile_action.php?user=Lee-James" class="nav">Add</a>
  481. <a href="http://vampirefreaks.com/user_comment.php?user=Lee-James&amp;rate=1" class="nav">Cmmnt</a>
  482. <a href="http://vampirefreaks.com/gallery/Lee-James" class="nav">Gallery</a>
  483. <a href="http://lindmarybee.wix.com/silvertongued" class="nav">Credit</a>
  484.  
  485. </center>
  486. </div>
  487.  
  488. <div class="overlayjr" id="hangoutss">
  489. <h1>My Cults</h1>
  490. <center>
  491. <a href="CULTHERE"><img src="http://i.imgur.com/LEiTtRf.png" class="Hangouts" /></a>
  492. <a href="CULTHEREr"><img src="http://i.imgur.com/LEiTtRf.png" class="Hangouts" /></a>
  493. <a href="CULTHERE"><img src="http://i.imgur.com/LEiTtRf.png" class="Hangouts" /></a>
  494. <a href="CULTHERE"><img src="http://i.imgur.com/LEiTtRf.png" class="Hangouts" /></a>
  495. <a href="CULTHERE"><img src="http://i.imgur.com/LEiTtRf.png" class="Hangouts" /></a>
  496. <a href="CULTHEREr"><img src="http://i.imgur.com/LEiTtRf.png" class="Hangouts" /></a>
  497. <a href="CULTHERE"><img src="http://i.imgur.com/LEiTtRf.png" class="Hangouts" /></a>
  498. <a href="CULTHERE"><img src="http://i.imgur.com/LEiTtRf.png" class="Hangouts" /></a> </center>
  499. </div>
Advertisement
Add Comment
Please, Sign In to add comment