Beeline

JuleahGalleryMH

Aug 11th, 2015
312
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.13 KB | None | 0 0
  1. <style>
  2.  
  3.  
  4.  
  5. .ui-widget {display: none;}
  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. .main {
  10. top: 20px;
  11. left: 98px;
  12. width: 652px;
  13. position:absolute;
  14. background-color:#1a1a1a;
  15. box-shadow: 0px 1px 3px transparent;
  16. border-top: 1px solid #fc67ae;
  17. border-left: 15px solid #ff2880;
  18. border-right: 15px solid #ff2880;
  19. border-bottom: 1px solid #fc67ae;
  20. border-top-left-radius: 2em;
  21. border-top-right-radius: 2em;
  22. border-bottom-left-radius: 0em;
  23. border-bottom-right-radius: 0em;
  24. padding: 10px;
  25.  
  26. }
  27.  
  28. body, html {
  29. background-color: #312c32;
  30. background-image: url('http://i.imgur.com/tdwnf3q.png'), url('');
  31. background-position: right top, center;
  32. background-repeat: no-repeat, repeat;
  33. background-attachment: fixed;
  34.  
  35. }
  36.  
  37. body, div, table {
  38. font-family: trebuchet MS;
  39. font-size: 12px;
  40. line-height: 11px;
  41. color: white;
  42. text-shadow: -2px 4px 5px rgba(46, 28, 28, 0.25);
  43. }
  44.  
  45.  
  46. b {
  47. font: 12px Sans;
  48. font-variant: sans;
  49. font-weight: bold;
  50. color: #ff2880;
  51. background: transparent;
  52. letter-spacing: 2px;
  53. text-shadow: -2px 4px 5px rgba(46, 28, 28, 0.25);
  54. border-radius: 5px;
  55. }
  56.  
  57. i {
  58. font: 14px sans;
  59. font-family: Satisfy, cursive;
  60. font-style: italic;
  61. font-weight: lighter;
  62. color: #ff2880;
  63. letter-spacing: 2px;
  64. text-shadow: 2px 1px 2px #333;
  65.  
  66. }
  67.  
  68. u {
  69. font: 12px Sans;
  70. font-weight: lighter;
  71. color: white;
  72. border-bottom: 1px solid #ff2880;
  73. letter-spacing: 2px;
  74. }
  75.  
  76.  
  77. a:link, .menu2, .menu2 a:link {
  78. color: #68bec7;
  79. font-size: 8pt;
  80. font-family : trebuchet MS;
  81. text-decoration: none;
  82. -webkit-transition: all 0.5s ease-out;
  83. -moz-transition: all 0.5s ease-out;
  84. }
  85.  
  86. a:visited, .menu2 a:visited {
  87. color: #68bec7;
  88. font-family : trebuchet MS;
  89. }
  90.  
  91. a:hover, .menu, .menu a:link, .menu a:visited {
  92. color: #260EC4;
  93. font-family : trebuchet MS;
  94. background: transparent;
  95. -webkit-transition: all 0.5s ease-out;
  96. -moz-transition: all 0.5s ease-out;
  97. }
  98.  
  99. h1{
  100. font-family:"Times New Roman", Times, serif;
  101. font-size: 25px;
  102. color: #bfd025;
  103. text-shadow: #060606 1px 1px 0px;
  104. text-align: center;
  105. font-weight:normal;
  106. letter-spacing:-1px;
  107. font-style: italic;
  108. line-height:30px;
  109. text-transform:uppercase;
  110. margin:0px;padding:2px;
  111. padding-right: 5px;
  112. background-image: url('');
  113. background-color: transparent;
  114. height:35px;
  115. }
  116.  
  117. small {
  118. color: white;
  119. font-family: trebuchet ms;
  120. font-size: 10px;
  121. text-transform: uppercase;
  122. }
  123.  
  124. body {
  125. position: absolute;
  126. top: 0;
  127. left: 0;
  128. bottom: 0;
  129. right: 0px;
  130. overflow-y: scroll;
  131. overflow-x: hidden;
  132. }
  133.  
  134.  
  135. ::-webkit-scrollbar {
  136. width: 5px;
  137. height: 10px;
  138. }
  139.  
  140. ::-webkit-scrollbar-button:start:decrement,
  141. ::-webkit-scrollbar-button:end:increment {
  142. height: 0px;
  143. display: block;
  144. background-color: transparent;
  145. }
  146.  
  147. ::-webkit-scrollbar-track-piece {
  148. background-color: #312c32;
  149. -webkit-border-radius: 0px;
  150. }
  151.  
  152. ::-webkit-scrollbar-thumb:vertical {
  153. height: 50px;
  154. background-color: #fc67ae;
  155. border: none;
  156. -webkit-border-radius: 0px;
  157. }
  158.  
  159. .forum_comment {
  160. font-size: 8px;
  161. line-height: 8px;
  162. text-transform: uppercase;
  163. color: white;
  164. font-family: trebuchet MS;
  165. text-align: center;
  166. font-weight: lighter;
  167. line-height: 10px;
  168. letter-spacing: 5px;
  169. font-style: none;
  170. background-color:black;
  171. box-shadow: 0px 1px 3px transparent;
  172. border-top: 1px solid #fc67ae;
  173. border-left: 15px solid #fc67ae;
  174. border-right: 15px solid #fc67ae;
  175. border-bottom: 1px solid #fc67ae;
  176. border-top-left-radius: 2em;
  177. border-top-right-radius: 2em;
  178. border-bottom-left-radius: 0em;
  179. border-bottom-right-radius: 0em;
  180.  
  181. }
  182.  
  183. a:link img, a:visited img {
  184. filter: alpha(opacity=100)
  185. -moz-opacity:100;
  186. opacity: 100;
  187. -webkit-border-radius: 0px;
  188. -moz-border-radius: 0px;
  189. -webkit-transition: all 0.5s ease-out;
  190. -moz-transition: all 0.5s ease-out;
  191. }
  192.  
  193. a:hover img {
  194. filter: alpha(opacity=70)
  195. -moz-opacity:.70;
  196. opacity: .70;
  197. -webkit-border-radius: 0px;
  198. -moz-border-radius: 0px;
  199. -webkit-transition: all 0.5s ease-out;
  200. -moz-transition: all 0.5s ease-out;
  201. }
  202.  
  203. a.navlink:link, a.navlink:visited, .navlink:active {
  204. display: inline-table;
  205. font: 8px Small Fonts;
  206. text-transform: uppercase;
  207. color: #fc67ae;
  208. background: ;
  209. text-align: center;
  210. border: 0px solid #566545;
  211. padding: 2px;
  212. margin: 2px;
  213. -webkit-transition: all 0.8s ease-out;
  214. -moz-transition: all 0.8s ease-out;
  215. }
  216.  
  217. a.navlink:hover {
  218. display: block;
  219. font: 8px sans;
  220. text-transform: uppercase;
  221. color: #fc67ae;
  222. padding: 2px;
  223. margin: 2px;
  224. -webkit-transition: all 0.8s ease-out;
  225. -moz-transition: all 0.8s ease-out;
  226. }
  227.  
  228. textarea {
  229. width: 70%;
  230. background: #312c32;
  231. border: none;
  232. text-align: center;
  233. height: 100px;
  234. -moz-border-radius: 3px;
  235. -webkit-border-radius: 3px;
  236. border-radius: 3px;
  237. border-left: 1px solid #fc67ae;
  238. border-right: 1px solid #fc67ae;
  239. }
  240.  
  241. .entrytable {
  242. background: black;
  243. text-align: center;
  244. border: none;
  245. width: 400px;
  246. border-left: 2px solid #fc67ae;
  247. border-right: 2px solid #fc67ae;
  248.  
  249.  
  250. }
  251.  
  252. .entrytable td {
  253. border: none;
  254. }
  255.  
  256. .comment_table {
  257. background: black;
  258. text-align: center;
  259. border: none;
  260. width: 400px;
  261. border-left: 2px solid #fc67ae;
  262. border-right: 2px solid #fc67ae;
  263. }
  264.  
  265. .comment_table td {
  266. border: none;
  267. }
  268.  
  269. .commentform {
  270. background: #3f3840;
  271. text-align: center;
  272. border: none;
  273. width: 400px;
  274. border-left: 2px solid #fc67ae;
  275. border-right: 2px solid #fc67ae;
  276. }
  277.  
  278. .commentform td {
  279. border: none;
  280. }
  281.  
  282. #last_comment {
  283. background: #3f3840;
  284. text-align: center;
  285. border: none;
  286. width: 400px;
  287. border-left: 2px solid #fc67ae;
  288. border-right: 2px solid #fc67ae;
  289. }
  290.  
  291. #last_comment td {
  292. border: none;
  293. }
  294.  
  295. .darkbox td {
  296. border: none;
  297. }
  298.  
  299. #ajaxpane {
  300. border: none
  301. }
  302.  
  303. #ajaxpane td {
  304. border: none;
  305. }
  306.  
  307. .ajaxtooltip {
  308. border: none;
  309. background: transparent;
  310. }
  311. a:link img[src=""]{background-image: url('http://i.imgur.com/CTeos6V.png'); top right no-repeat; height: 13px; width:0px; padding-right: 9px;}
  312.  
  313. a:link img[src=""]{background-image: url('http://i.imgur.com/CBihjHM.png'); top right no-repeat; height: 13px; width:0px; padding-right: 16px;}
  314.  
  315. </style>
  316.  
  317. <center>
  318.  
  319. <style>
  320.  
  321. .folder_node {
  322. width: 98px;
  323. height: 98px;
  324. background-image: url("http://i.imgur.com/LaylgGg.png");
  325. background-repeat: no-repeat;
  326. display: inline-block;
  327. opacity: 100;
  328. transition: all 1s ease-out;
  329. -o-transition: all 1s ease-out;
  330. -webkit-transition: all 1s ease-out;
  331. -moz-transition: all 1s ease-out;
  332. }
  333. .folder_node:hover {
  334. opacity: .70;
  335. transition: all 1s ease-out;
  336. -o-transition: all 1s ease-out;
  337. -webkit-transition: all 1s ease-out;
  338. -moz-transition: all 1s ease-out;
  339. }
  340.  
  341. .folder_thumbnail {
  342. display: none;
  343. }
  344.  
  345. .gallery_node img {
  346. align: center;
  347. width: 80px;
  348. height: 80px;
  349. transition: all 1s ease-out;
  350. -o-transition: all 1s ease-out;
  351. -webkit-transition: all 1s ease-out;
  352. -moz-transition: all 1s ease-out;
  353. border:ridge 2px #00aeef;
  354. -moz-border-radius: 3px;
  355. -webkit-border-radius: 3px;
  356. border-radius: 3px;
  357. -moz-box-shadow: 0px 7px 23px #000000;
  358. -webkit-box-shadow: 0px 7px 23px #000000;
  359. }
  360. .gallery_node img:hover {
  361. transition: all 1s ease-out;
  362. -o-transition: all 1s ease-out;
  363. -webkit-transition: all 1s ease-out;
  364. -moz-transition: all 1s ease-out;
  365. border:ridge 2px #e90a7a;
  366. -moz-border-radius: 3px;
  367. -webkit-border-radius: 3px;
  368. border-radius: 3px;
  369. -moz-box-shadow: 0px 7px 23px #000000;
  370. -webkit-box-shadow: 0px 7px 23px #000000;
  371. }
  372.  
  373. #vf_pic {
  374. width: 400px;
  375. transition: all 1s ease-out;
  376. -o-transition: all 1s ease-out;
  377. -webkit-transition: all 1s ease-out;
  378. -moz-transition: all 1s ease-out;
  379. border:ridge 2px #e90a7a;
  380. -moz-border-radius: 3px;
  381. -webkit-border-radius: 3px;
  382. border-radius: 3px;
  383. -moz-box-shadow: 0px 7px 23px #000000;
  384. -webkit-box-shadow: 0px 7px 23px #000000;
  385. }
  386. #vf_pic:hover {
  387. transition: all 1s ease-out;
  388. -o-transition: all 1s ease-out;
  389. -webkit-transition: all 1s ease-out;
  390. -moz-transition: all 1s ease-out;
  391. border:ridge 2px #00aeef;
  392. -moz-border-radius: 3px;
  393. -webkit-border-radius: 3px;
  394. border-radius: 3px;
  395. -moz-box-shadow: 0px 7px 23px #000000;
  396. -webkit-box-shadow: 0px 7px 23px #000000;
  397. }
  398.  
  399.  
  400. select {
  401. background: black;
  402. font-size: 10px;
  403. text-transform: uppercase;
  404. color: white;
  405. border: none;
  406. }
  407.  
  408. input {
  409. font-size: 10px;
  410. text-transform: uppercase;
  411. color: white;
  412. border: none;
  413. border: 1px solid ;
  414. background-color:black;
  415.  
  416. }
  417.  
  418. #status_submit_button {background-image: none;
  419. border:ridge 0px #1a1a1a; }
  420.  
  421.  
  422. }
  423. #navi {
  424. margin: 5px;
  425. border-top: 1px solid #e90a7a;
  426. border-bottom: 1px solid #e90a7a;
  427. padding-bottom:0px;
  428. position: fixed;
  429. top: 0px;
  430. left: 0px;
  431. height: 800px;
  432. width: 30px;
  433. font-family: trebuchet MS;
  434. font-size: 8pt;
  435. color:#e90a7a;
  436. background:white;
  437. line-height:15px;
  438. text-decoration:none;
  439. padding:0 29px 0 1px;
  440. height:15px;
  441.  
  442.  
  443. }
  444. .portlink:link, .portlink:visited, .portlink:active{
  445. width:50px;
  446. position:aboslute;
  447. height:15px;
  448. font-family:"Trebuchet MS",Arial,sans-serif;
  449. font-size:10px;
  450. font-weight:bold;
  451. color:#131313;
  452. background: white;
  453. line-height:15px;
  454. text-decoration:none;
  455. height:15px;
  456. margin:0;
  457. padding:3px 0 0 0;
  458. -moz-transition: all 0.8s ease-out;
  459. }
  460. .portlink:hover{
  461. color: black;
  462. background: white;
  463.  
  464. }
  465. div.menu5 a
  466. {
  467. display: inline-block;
  468. padding: 3 4px;
  469. background:;
  470. border-top: 3px solid #e90a7a;
  471. -moz-border-radius: 3px;
  472. -webkit-border-radius: 3px;
  473. border-radius: 3px;
  474. color: black;
  475. text-decoration:none;
  476. font: bold 12px Arial;
  477. line-height: 20px;
  478. margin-right:1px;
  479. }
  480.  
  481. div.menu5 a:hover, div.menu5 a.current
  482. {
  483. background:;
  484. color:#0e0e0d;
  485.  
  486. }
  487.  
  488. </style>
  489.  
  490. <div class="menu5"> <a href="http://vampirefreaks.com/profiles/home.php" class="portlink">VF Home</a> <a href="/Juleah" class="portlink">My Profile</a> <a href="/gallery/Juleah" class="portlink">Refresh</a> <a href="http://vampirefreaks.com/pics_edit_header.php" class="portlink">Edit</a> <a href="/journal/Juleah" class="portlink">Jottings</a> <a href="http://lindmarybee.wix.com/silvertongued" class="portlink">ST 15</a> </div>
Advertisement
Add Comment
Please, Sign In to add comment