Beeline

Untitled

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