Beeline

Jakayprofile

Aug 23rd, 2015
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.10 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: #000000;
  7. background-image: url(''), url('http://i.imgur.com/DYCFN0v.png');
  8. background-position: center;
  9. background-repeat: repeat, repeat;
  10. background-attachment: fixed;
  11. position:absolute;
  12.  
  13. }
  14. html, div {
  15. font-family: trebuchet MS;
  16. color: #ffffff;
  17. font-size: 12px;
  18. font-style: normal;
  19.  
  20. }
  21. a:link, .menu2, .menu2 a:link {
  22. color: #b0a2ab;
  23. font-size: 9pt;
  24. font-family : trebuchet ms;
  25. text-transform: none;
  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: #b0a2ab;
  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: #white;
  41. text-align: center;
  42. background: #433331;
  43. border: 2px #4f110c;
  44. box-shadow: 0px 1px 3px #111;
  45. border-radius: 0.4em;
  46. -webkit-transition: all 0.5s ease-out;
  47. -moz-transition: all 0.5s ease-out;
  48. }
  49. ::-webkit-scrollbar-thumb:vertical {
  50. background-color: #872D24;
  51. border-radius: 0.1em;
  52. border: 1px solid #272525;
  53. height: 4px;
  54. width:6px;
  55. -webkit-box-shadow: inset 1px 1px 5px rgba(82,11,5,0.5);
  56. }
  57. ::-webkit-scrollbar {
  58. width: 6px;
  59. background-color: #8e8da1;
  60. -webkit-box-shadow: inset 0 2px 5px rgba(218,144,108,0.6);
  61. border-bottom-right-radius: 2em;
  62. }
  63. h1 {
  64. color:#b0a2ab;
  65. position: relative;
  66. font-family: trebuchet ms;
  67. text-shadow: -1px 2px 0px #333;
  68. text-transform: uppercase;
  69. font-weight: lighter;
  70. font-size:16px;
  71. text-align:center;
  72. line-height:20px;
  73. letter-spacing: 2px;
  74. padding:0px;
  75. width: absolute;
  76. padding-right: 3px;
  77. margin:0px;
  78. background: -webkit-linear-gradient(#5e274f,#6e2c52);
  79. border-radius:0.2em;
  80. }
  81. h3 {
  82. color: white;
  83. position: relative;
  84. font-family: trebuchet ms;
  85. font-size:8px;
  86. text-align:;
  87. line-height:10px;
  88. letter-spacing: 1px;
  89. padding:0px;
  90. margin-bottom: 0px;
  91. margin-top: 4px;
  92. width: absolute;
  93. height: 10px;
  94. padding-right: 2px;
  95. text-transform: uppercase;
  96. text-shadow: 0px 1px 1px transparent;
  97. border-radius:0.2em;
  98. background-color: #342242;
  99. }
  100. b {
  101. text-transform: uppercase;
  102. font-family: trebuchet MS;
  103. color: #331a3e;
  104. font-size: 10px;
  105. letter-spacing: 0px;
  106. }
  107.  
  108. i {
  109. text-transform: none;
  110. font-family: trebuchet MS;
  111. color: #331a3e;
  112. font-size: 10px;
  113. letter-spacing: 0px;
  114. }
  115.  
  116. s {
  117. text-transform: none;
  118. font-family: trebuchet MS;
  119. color: #331a3e;
  120. font-size: 11px;
  121. letter-spacing: 1px;
  122. }
  123.  
  124. u {
  125. border-bottom: 1px solid #331a3e;
  126. text-transform: none;
  127. font-family: trebuchet MS;
  128. font-size: 11px;
  129. letter-spacing: 1px;
  130. }
  131. blockquote {
  132. text-align: center;
  133. background-color: #181818;
  134. padding: 4px;
  135. border-left: 2px solid #333333;
  136. }
  137.  
  138. img {
  139. border: 2px solid #6e3854;
  140. background: #a59cb0;
  141. padding: 2px;
  142. -webkit-transition: all 0.15s ease-out;
  143.  
  144. }
  145. img:hover {
  146. border: 2px solid #a59cb0 ;
  147. background: #a59cb0;
  148. padding: 2px;
  149. -webkit-transition: all 0.15s ease-out;
  150.  
  151. }
  152. .nav {
  153. color: #3d3b3b;
  154. display: inline-block;
  155. font-family:Trebuchet MS1, Trebuchet MS, sans-serif;
  156. font-size: 7px;
  157. text-transform: uppercase;
  158. font-weight: lighter;
  159. line-height: 15px;
  160. text-align: center;
  161. padding:2px;
  162. margin:4px;
  163. margin-top:8px;
  164. background:#5e274f;
  165. border: 2px #a5afaa;
  166. box-shadow: 0px 1px 3px #111;
  167. width: 75px;
  168. height: 15px;
  169. -webkit-transition: all 0.5s ease-out;
  170. -moz-transition: all 0.5s ease-out;
  171. border-radius: 0.4em;
  172. }
  173. .nav:hover {
  174. color: #white;
  175. text-align: center;
  176. background: #433331;
  177. border: 2px #4f110c;
  178. box-shadow: 0px 1px 3px #111;
  179. border-radius: 0.4em;
  180. -webkit-transition: all 0.5s ease-out;
  181. -moz-transition: all 0.5s ease-out;
  182. }
  183.  
  184. </style>
  185.  
  186. <style>
  187. .overlay {
  188. position: relative;
  189. margin-left: 5px;
  190. margin-bottom:-200px;
  191. top: -10px;
  192. left:200px;
  193. width: 850px;
  194. height: 665px;
  195. background: url('http://i.imgur.com/KEXKkTE.png');
  196. background-repeat: no-repeat;
  197. background-position: top center;
  198. background-color: ;
  199. border-top: 0px solid #656776;
  200. border-left: 0px solid #656776;
  201. border-right: 0px solid #656776;
  202. border-bottom: 0px solid #656776;
  203. border-top-left-radius: 0.0em;
  204. border-top-right-radius: 0.0em;
  205. border-bottom-left-radius: 0em;
  206. border-bottom-right-radius: 0em;
  207. }
  208. .overlayjr{
  209. position: absolute;
  210. overflow: auto;
  211. }
  212. #Maininfo {
  213. top: 400px;
  214. left: 255px;
  215. width: 325px;
  216. height: 186px;
  217. overflow: auto;
  218. padding: 4px;
  219. padding-top: 0px;
  220. color: black;
  221. font-family: trebuchet ms;
  222. font-size: 10px;
  223. font-style: normal;
  224. text-align: left;
  225. letter-spacing: 1px;
  226. background-color: #6a5964;
  227. border: 0px solid #8e8da1;
  228.  
  229.  
  230. }
  231. #music {
  232. top: 380px;
  233. left: 125px;
  234. width: 120px;
  235. height: 210px;
  236. color: #BFBFD7;
  237. font-family: trebuchet ms;
  238. font-size: 10px;
  239. font-style: normal;
  240. text-align: left;
  241. letter-spacing: 1px;
  242. background-color: #6a5964;
  243. border: 0px solid #8e8da1;
  244. border-bottom-left-radius: 0em;
  245. border-bottom-right-radius: 0em;
  246.  
  247. }
  248. #navi {
  249. top: 600px;
  250. left: -55px;
  251. width: 950px;
  252. height: 30px;
  253. padding: 4px;
  254. padding-top: 0px;
  255. overflow: hidden;
  256. text-align: center;
  257. letter-spacing: 1px;
  258. background: #;
  259. box-shadow: 0 0 2px transparent;
  260.  
  261.  
  262. }
  263. #hangoutss {
  264. overflow: auto;
  265. padding: 4px;
  266. padding-top: 0px;
  267. top: 380px;
  268. right: 125px;
  269. width: 120px;
  270. height: 204px;
  271. font-family: trebuchet ms;
  272. font-size: 10px;
  273. font-style: normal;
  274. text-align: left;
  275. letter-spacing: 1px;
  276. background-color: #6a5964;
  277. border: 0px solid #8e8da1;
  278. border-bottom-left-radius: 0em;
  279. border-bottom-right-radius: 0em;
  280. }
  281. #Daughters {
  282. overflow-x: hidden;
  283. overflow-y: auto;
  284. top: 11px;
  285. left: -40px;
  286. width: 157px;
  287. height: 355px;
  288. background: transparent;
  289. background-color: #6a5964;
  290. color: #BFBFD7;
  291. font-style: normal;
  292. font-size: 9px;
  293. border: 0px solid #8e8da1;
  294.  
  295. }
  296.  
  297. #Hubby {
  298. overflow-x: hidden;
  299. overflow-y: auto;
  300. top: 11px;
  301. right: -42px;
  302. width: 157px;
  303. height: 355px;
  304. background: transparent;
  305. background-color: #6a5964;
  306. color: #BFBFD7;
  307. font-style: normal;
  308. font-size: 9px;
  309. border: 0px solid #8e8da1;
  310.  
  311. }
  312.  
  313. </style>
  314.  
  315. <div class="overlay">
  316.  
  317.  
  318.  
  319.  
  320. <div class="overlayjr" id="Maininfo">
  321. <h1>About me</h1>
  322. <b>About me</b> <i>About me</i> <u>about me</u> <s>about me</s> about me about me about me about me about me about me about me about me about me about me about me about me about me about me about me about me about me about me about me about me about me about me about me about me about me about me about me about me about me about me about me about me about me about me about me about me about me about me about me about me about me about me about me about me about me about me about me about me about me about me about me about me
  323. </div>
  324.  
  325.  
  326.  
  327. <div class="overlayjr" id="music">
  328. <h1>Friends</h1>
  329. <img src="http://i.imgur.com/KEXKkTE.png" width="100" height="100" />
  330. <img src="http://i.imgur.com/KEXKkTE.png" width="100" height="100" />
  331. <img src="http://i.imgur.com/KEXKkTE.png" width="100" height="100" />
  332. <img src="http://i.imgur.com/KEXKkTE.png" width="100" height="100" />
  333. <img src="http://i.imgur.com/KEXKkTE.png" width="100" height="100" />
  334. <img src="http://i.imgur.com/KEXKkTE.png" width="100" height="100" />
  335. <img src="http://i.imgur.com/KEXKkTE.png" width="100" height="100" />
  336. <img src="http://i.imgur.com/KEXKkTE.png" width="100" height="100" />
  337. </div>
  338.  
  339.  
  340. <div class="overlayjr" id="navi">
  341. <center>
  342. <a href="http://vampirefreaks.com/profiles/home.php" class="nav">Vf Home</a>
  343. <a href="http://vampirefreaks.com/profile_action.php?user=JaKayZombie" class="nav">Add</a>
  344. <a href="http://vampirefreaks.com/user_comment.php?user=JaKayZombie&amp;rate=1" class="nav">Cmmnt</a>
  345. <a href="http://vampirefreaks.com/gallery/JaKayZombie" class="nav">Gallery</a>
  346. <a href="LINKHERE" class="nav">People</a>
  347. <a href="LINKHERE" class="nav">Adore</a>
  348. <a href="http://lindmarybee.wix.com/silvertongued" class="nav">Credit</a>
  349.  
  350. </center>
  351. </div>
  352.  
  353. <div class="overlayjr" id="hangoutss">
  354. <h1>Cults</h1>
  355. <img src="http://i.imgur.com/KEXKkTE.png" width="99" height="45" />
  356. <img src="http://i.imgur.com/KEXKkTE.png" width="99" height="45" />
  357. <img src="http://i.imgur.com/KEXKkTE.png" width="99" height="45" />
  358. <img src="http://i.imgur.com/KEXKkTE.png" width="99" height="45" />
  359. <img src="http://i.imgur.com/KEXKkTE.png" width="99" height="45" />
  360. <img src="http://i.imgur.com/KEXKkTE.png" width="99" height="45" />
  361. <img src="http://i.imgur.com/KEXKkTE.png" width="99" height="45" />
  362. <img src="http://i.imgur.com/KEXKkTE.png" width="99" height="45" />
  363.  
  364. </div>
  365.  
  366. <div class="overlayjr" id="Daughters">
  367. <h1>Daughters</h1>
  368. <h3>Nevaeh</h3>
  369. <img src="http://i.imgur.com/KEXKkTE.png" width="150" height="100" />
  370. <h3> Haven</h3>
  371. <img src="http://i.imgur.com/KEXKkTE.png" width="150" height="100" />
  372. <center></center>
  373. </div>
  374.  
  375. <div class="overlayjr" id="Hubby">
  376. <h1>Husband</h1>
  377. <img src="http://i.imgur.com/KEXKkTE.png" width="150" height="150" />
  378. <center></center>
  379. </div>
  380.  
  381.  
  382. </div>
Advertisement
Add Comment
Please, Sign In to add comment