Advertisement
lennonthemes

no

Jul 4th, 2013
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 28.83 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2.  
  3. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  4.  
  5. <head>
  6. <meta name="text:BillyPlayerHTML" content="" />
  7. <meta name="text:link1" content="link1" />
  8. <meta name="text:link1url" content="http://" />
  9. <meta name="text:link2" content="link2" />
  10. <meta name="text:link2url" content="http://" />
  11. <meta name="text:link3" content="link3" />
  12. <meta name="text:link3url" content="http://" />
  13. <meta name="if:Song 1" content="0" />
  14. <meta name="if:Song 2" content="0" />
  15. <meta name="if:Song 3" content="0" />
  16. <meta name="if:Song 4" content="0" />
  17. <meta name="if:Song 5" content="0" />
  18. <meta name="color:Background" content="#3b627e" />
  19. <meta name="color:Border" content="#000000" />
  20. <meta name="color:Post Background" content="#ffffff" />
  21. <meta name="color:Post Text" content="#000000" />
  22. <meta name="color:Post Links" content="#000000" />
  23. <meta name="color:Footer" content="#3b627e" />
  24. <meta name="color:Footer Text" content="#ffffff" />
  25. <meta name="color:Sidebar Links" content="#000000" />
  26. <meta name="if:Music Player" content="0" />
  27. <meta name="text:Song 1" content="" />
  28. <meta name="text:Song 2" content="" />
  29. <meta name="text:Song 3" content="" />
  30. <meta name="text:Song 4" content="" />
  31. <meta name="text:Song 5" content="" />
  32. <meta name="if:Show Tags" content="1" />
  33. <meta name="if:Show Album Art on Audio Posts" content="1" />
  34. <meta name="if:Enable Jump Pagination" content="0" />
  35. <meta name="image:Music Player Icon" content="http://media.tumblr.com/tumblr_m7w28slx3l1r6o8v2.gif" />
  36. <meta name="image:Header" content="" />
  37. <meta name="image:Sidebar" content="http://i.imgur.com/6BPDMVf.gif" />
  38. <meta name="image:Scroll to Top" content="" />
  39. <meta name="image:Background" content="" />
  40. <meta name="image:Floaties" content="" />
  41. <meta name="image:Cursor" content="http://i.imgur.com/2qleX.jpg" />
  42.  
  43. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  44. <title>{Title}{block:SearchPage}, {lang:Search results for SearchQuery}{/block:SearchPage}{block:PostSummary}, {PostSummary}{/block:PostSummary}</title>
  45. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  46. <link rel="shortcut icon" href="{Favicon}" />
  47. <link rel="apple-touch-icon" href="{PortraitURL-128}"/>
  48. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  49. <style type="text/css">
  50.  
  51. body {
  52. background: {color:Background} url('{image:Background}') top left fixed repeat;
  53. margin: 0;
  54. padding: 0;
  55. font-family: bitxmap;
  56. }
  57.  
  58. @font-face {font-family:"bitxmap"; src: url("http://static.tumblr.com/ofgksh6/md0mkd9yd/bitxmap_font_tfb.ttf")}
  59.  
  60.  
  61. html, body, a { cursor:url("{image:Cursor}"), auto; }
  62.  
  63. a:hover{cursor:url("{image:Cursor}"), auto; }
  64.  
  65. .clear {
  66. clear: both;
  67. height: 0px;
  68. overflow: hidden;
  69. }
  70.  
  71. a img {
  72. border: none;
  73. }
  74.  
  75. #wrapper {
  76. width: 300px;
  77. margin: 0 auto;
  78. }
  79.  
  80. #wrapper #title {
  81. margin: 10px 0;
  82. color: #fff;
  83. font-size: 30px;
  84. font-weight: bold;
  85. font-family: {font:Title};
  86. text-shadow: 1px 3px 5px rgba(0,0,0, 0.5);
  87. letter-spacing: 5px;
  88. }
  89.  
  90. #wrapper #title a {
  91. color: #fff;
  92. text-decoration: none;
  93. }
  94.  
  95. #wrapper #content {
  96. width: 400px;
  97. float: left;
  98. }
  99.  
  100. #wrapper #content .post {
  101. border: 1px solid {color:Border};
  102. font-family: {font:Body};
  103. background: {color:Post Background};
  104. padding: 10px;
  105. position: relative;
  106.  
  107. -webkit-border-top-left-radius: 16px;
  108. -webkit-border-top-right-radius: 3px;
  109. -moz-border-radius-topleft: 16px;
  110. -moz-border-radius-topright: 3px;
  111. border-top-left-radius: 16px;
  112. border-top-right-radius: 3px;
  113. -webkit-border-bottom-left-radius: 3px;
  114. -webkit-border-bottom-right-radius: 16px;
  115. -moz-border-radius-bottomleft: 3px;
  116. -moz-border-radius-bottomright: 16px;
  117. border-bottom-left-radius: 3px;
  118. border-bottom-right-radius: 16px;
  119.  
  120. }
  121. {block:ifMusicPlayer}
  122. /*Music Player with Playlist!*/
  123.  
  124. #editthis{
  125. /* EDIT THIS STUFF TO POSITION YOUR MUSIC PLAYER */
  126. position:fixed;
  127. top:10px; /* YOU CAN CHANGE THIS TO BOTTOM */
  128. left:5px; /* YOU CAN CHANGE THIS TO RIGHT */
  129. z-index:99;}
  130.  
  131. /* I DON'T RECOMMEND TOUCHING THIS STUFF */
  132. #music1{
  133. position:fixed;
  134. padding:2px 2px;
  135. -webkit-transition: all 0.5s ease-in-out;
  136. -moz-transition: all 0.5s ease-in-out;
  137. -o-transition: all 0.5s ease-in-out;}
  138.  
  139. #music1:hover #music2{
  140. opacity:0;
  141. margin-top:-25px;
  142. z-index:-1;}
  143.  
  144. #music1:hover #music3{
  145. opacity:1;
  146. margin-top:-5px;
  147. z-index:99;}
  148.  
  149. #music1:hover #musiclist{
  150. opacity:1;}
  151.  
  152. #music2{
  153. /* THIS IS THE GIF DIV */
  154. opacity:1;
  155. background-color:#fff;
  156. border:1px solid #000;border-radius:1px 6px 1px 6px;
  157. padding:7px;
  158. -webkit-transition: all 0.5s ease-in-out;
  159. -moz-transition: all 0.5s ease-in-out;
  160. -o-transition: all 0.5s ease-in-out;}
  161.  
  162. #music3{
  163. /* THIS IS THE ACTUAL MUSIC PLAYER DIV */
  164. opacity:0;
  165. position:fixed;
  166. background-color:#fff;
  167. border:1px solid #000;
  168. width:55px;
  169. height:20px;
  170. z-index:99;
  171. margin-left:-5px;
  172. overflow:hidden;
  173. -webkit-transition: all 0.5s ease-in-out;
  174. -moz-transition: all 0.5s ease-in-out;
  175. -o-transition: all 0.5s ease-in-out;}
  176.  
  177. #musiclist{
  178. /* THIS IS THE PLAYLIST DIV */
  179. opacity:0;
  180. position:fixed;
  181. padding:6px;
  182. border:1px solid #000;
  183. margin-left:10px;
  184. margin-top:10px;
  185. font-family: Ronda;
  186. font-size:8px;
  187. background-color:#fff;
  188. width:120px;
  189. color:#999;
  190. -webkit-transition: all 0.5s ease-in-out;
  191. -moz-transition: all 0.5s ease-in-out;
  192. -o-transition: all 0.5s ease-in-out;}
  193.  
  194. #musiclist h1{
  195. /*THIS IS THE PLAYLIST TITLE SETTINGS*/
  196. font-family: Ronda;
  197. font-size: 8px;
  198. margin-top: 0px;
  199. margin-bottom: 2px;
  200. font-style: normal;
  201. font-weight: normal;
  202. color:#999; /*THIS IS THE PLAYLIST TITLE COLOR*/
  203. border-bottom:1px dotted #ccc;
  204. text-align:left;
  205. text-transform:uppercase;}
  206. {/block:ifMusicPlayer}
  207. #wrapper #content .post .media {
  208. max-width: 400px;
  209. overflow: hidden;
  210. border-radius: 2px;
  211. -moz-border-radius: 2px;
  212. -webkit-border-radius: 2px;
  213. -o-border-radius: 2px;
  214. -ms-border-radius: 2px;
  215. text-align: center;
  216. margin-bottom: 4px;
  217. }
  218.  
  219. #wrapper #content .post .media img {
  220. max-width: 400px;
  221. overflow: hidden;
  222. border-radius: 2px;
  223. -moz-border-radius: 2px;
  224. -webkit-border-radius: 2px;
  225. -o-border-radius: 2px;
  226. -ms-border-radius: 2px;
  227. }
  228.  
  229. .photoset_photo {
  230. overflow: hidden;
  231. border-radius: 2px;
  232. -moz-border-radius: 2px;
  233. -webkit-border-radius: 2px;
  234. -o-border-radius: 2px;
  235. -ms-border-radius: 2px;
  236. }
  237.  
  238. .photoset_row {
  239. width: 400px;
  240. overflow: hidden;
  241. border-radius: 2px;
  242. -moz-border-radius: 2px;
  243. -webkit-border-radius: 2px;
  244. -o-border-radius: 2px;
  245. -ms-border-radius: 2px;
  246. }
  247.  
  248. .photoset {
  249. width: 400px;
  250. overflow: hidden;
  251. border-radius: 2px;
  252. -moz-border-radius: 2px;
  253. -webkit-border-radius: 2px;
  254. -o-border-radius: 2px;
  255. -ms-border-radius: 2px;
  256. }
  257.  
  258.  
  259. #wrapper #content .post .quotebg {
  260. font-family: georgia, serif;
  261. font-size: 150px;
  262. color: {color:Background};
  263. opacity: 0.2;
  264. filter: alpha(opacity=20);
  265. -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  266. position: absolute;
  267. top: 70px;
  268. left: 10px;
  269. }
  270.  
  271. #wrapper #content .post .quote {
  272. color: {color:Post Text};
  273. font-weight: bold;
  274. padding: 20px 20px 5px 20px;
  275. }
  276.  
  277. #wrapper #content .post .copy {
  278. color: {color:Post Text};
  279. padding: 10px;
  280. font-size: 10px;
  281. line-height: 15px;
  282. }
  283.  
  284. #wrapper #content .post .copy a {
  285. color: {color:Post Links};
  286. text-decoration: underline;
  287. }
  288.  
  289. #wrapper #content .post .copy p {
  290. margin: 10px 0 0 0;
  291. padding: 0;
  292. }
  293.  
  294. #wrapper #content .post .copy pre {
  295. margin: 10px 0px 10px 0px;
  296. padding: 10px;
  297. background-color: #e6e6e6;
  298. font: normal 11px Courier, monospace;
  299. overflow: auto;
  300. }
  301.  
  302. #wrapper #content .post .copy > p:first-child {
  303. margin-top: 0;
  304. }
  305.  
  306. #wrapper #content .post .copy img {
  307. max-width: 100%;
  308. }
  309.  
  310. #wrapper #content .post .audio {
  311. background: #eaeaea;
  312. float: left;
  313. padding: 7px;
  314. margin-bottom: 10px;
  315. -moz-border-radius: 4px;
  316. -webkit-border-radius: 4px;
  317. border-radius: 4px;
  318. }
  319.  
  320. #wrapper #content .post .audio .player {
  321. float: left;
  322. }
  323.  
  324. #wrapper #content .post .audio .player .audio_player embed {
  325. border: 1px solid #c8c8c8;
  326. }
  327.  
  328. #wrapper #content .post .audio .meta {
  329. padding: 8px 13px;
  330. height: 13px;
  331. float: left;
  332. color: #666;
  333. font-family: {font:Accent};
  334. font-size: 11px;
  335. text-transform: lowercase;
  336. }
  337.  
  338. #wrapper #content .post .audio .meta a {
  339. color: #666;
  340. text-decoration: none;
  341. }
  342.  
  343. #wrapper #content .post .album_art {
  344. text-align: center;
  345. }
  346.  
  347. #wrapper #content .post .question {
  348. color: {color:Post Text};
  349. font-size: 10px;
  350. font-weight: bold;
  351. background: transparent;
  352. -moz-border-radius: 8px;
  353. -webkit-border-radius: 8px;
  354. border-radius: 8px;
  355. margin: 0 0 15px 0;
  356. padding: 15px 20px;
  357. position: relative;
  358. }
  359.  
  360. #wrapper #content .post .question .lolz {
  361. width: 13px;
  362. height: 7px;
  363. background: transparent url('');
  364. position: absolute;
  365. bottom: -7px;
  366. left: 30px;
  367. }
  368.  
  369. #wrapper #content .post .asker_container {
  370. margin: 0 0 20px 24px;
  371. }
  372.  
  373. #wrapper #content .post .asker_container img {
  374. margin: 0 12px -7px 0;
  375. }
  376.  
  377. #wrapper #content .post .asker_container a.asker {
  378. color: {color:Post Text};
  379. }
  380.  
  381. #wrapper #content .post .title {
  382. color: {color:Post Text};
  383. font-size: 13px;
  384. font-weight: bold;
  385. padding: 10px 10px 0 10px;
  386. }
  387.  
  388. #wrapper #content .post img {
  389. max-width: 500px;
  390. }
  391.  
  392. #wrapper #content .post .chat {
  393. background-color: transparent;
  394. border-left: 5px solid transparent;
  395. margin: 10px 10px 0 10px;
  396. font-size: 10px;
  397. }
  398.  
  399. #wrapper #content .post .chat .lines {
  400. margin-left: 1px;
  401. }
  402.  
  403. #wrapper #content .post .chat .lines .line {
  404. background-color: transparent;
  405. color: {color:Post Text};
  406. margin-bottom: 1px;
  407. padding: 3px 5px;
  408. }
  409.  
  410. #wrapper #content .post .chat .lines .line.even {
  411. background-color: transparent;
  412. }
  413.  
  414. #wrapper #content .post .link {
  415. margin: 4px 0 2px 0;
  416. font-size: 11px;
  417. line-height: 25px;
  418. }
  419.  
  420. #wrapper #content .post .link a {
  421. background-color: {color:Background};
  422. color: #fff;
  423. padding: 3px 5px;
  424. -moz-border-radius: 4px;
  425. -webkit-border-radius: 4px;
  426. border-radius: 4px;
  427. }
  428.  
  429. #wrapper #content .post .link a:hover {
  430. opacity: 0.9;
  431. filter: alpha(opacity=90);
  432. -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  433. }
  434.  
  435. #wrapper #content .post .footer {
  436. background: {color:Footer};
  437. -moz-border-radius: 0px;
  438. -webkit-border-radius: 0px;
  439. border-radius: 4px;
  440. font-family: {font:Accent};
  441. font-size: 10px;
  442. color: {color:Footer Text};
  443. padding: 3px 10px;
  444. margin-top: 3px;
  445. }
  446.  
  447. #wrapper #content .post .footer.for_permalink:hover {
  448. opacity: 0.9;
  449. filter: alpha(opacity=90);
  450. -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  451. }
  452.  
  453. #wrapper #content .post .footer .date {
  454. width: 100%;
  455. float: center;
  456. color: {color:Footer Text};
  457. }
  458.  
  459. #wrapper #content .post .footer .notes {
  460. width: 33%;
  461. float: right;
  462. text-align: right;
  463. color: {color:Footer Text};
  464. }
  465.  
  466. #wrapper #content .post .footer .notes a {
  467. color: {color:Footer Text};
  468. }
  469.  
  470. #wrapper #content .post .footer .tags a {
  471. color: {color:Footer Text};
  472. text-decoration: underline;
  473. }
  474.  
  475. #wrapper #content .post .footer .tags .tag-commas:last-child {
  476. display: none;
  477. }
  478.  
  479. #wrapper #content .post .footer.with_source_url .tags {
  480. max-width: 330px;
  481. float: left;
  482. }
  483.  
  484. #wrapper #content .post .footer.with_source_url .source_url {
  485. float: right;
  486. max-width: 160px;
  487. overflow: hidden;
  488. white-space: nowrap;
  489.  
  490. }
  491.  
  492. #wrapper #content .post .footer.with_source_url .source_url img {
  493. vertical-align: top;
  494. -moz-opacity: 0.5;
  495. opacity: 0.5;
  496. }
  497.  
  498. #wrapper #content .post .footer.with_source_url .source_url:hover img {
  499. -moz-opacity: 0.7;
  500. opacity: 0.7;
  501. }
  502.  
  503. #wrapper #content .post a {
  504. color: {color:Footer Text};
  505. text-decoration: none;
  506. }
  507.  
  508. #wrapper #content .post .copy blockquote {
  509. margin: 10px 0px 10px 10px;
  510. padding-left: 15px;
  511. border-left: solid 2px {color:Post Text};
  512. }
  513.  
  514. #wrapper #content .bottom {
  515. background: url('') top center no-repeat transparent;
  516. width: 513px;
  517. height: 40px;
  518. margin: 0 auto;
  519. }
  520.  
  521. #wrapper #content #navigation {
  522. text-align: right;
  523. padding-bottom: 35px;
  524. text-transform: lowercase;
  525. }
  526.  
  527. #wrapper #content #navigation a {
  528. background-color: #fff;
  529. color: {color:Background};
  530. padding: 5px 10px;
  531. text-decoration: none;
  532. margin-left: 25px;
  533. }
  534.  
  535. #wrapper #content #navigation a:hover {
  536. opacity: 0.9;
  537. filter: alpha(opacity=90);
  538. -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  539. }
  540.  
  541. #wrapper #content #navigation.jump_pagination {}
  542.  
  543. #wrapper #content #navigation.jump_pagination a {
  544. margin: 0 0 0 4px;
  545. }
  546.  
  547. #wrapper #content #navigation.jump_pagination .current_page {
  548. color: #fff;
  549. background-color: rgba(255,255,255, 0.1);
  550. border: 2px solid #fff;
  551. padding: 2px 2px;
  552. margin: 0 0 0 2px;
  553. cursor: default;
  554. }
  555.  
  556. #wrapper #content #navigation.jump_pagination .jump_page {}
  557.  
  558. #wrapper #content .post .notecontainer {
  559. background: #eaeaea;
  560. -moz-border-radius: 4px;
  561. -webkit-border-radius: 4px;
  562. border-radius: 4px;
  563. font-family: {font:Accent};
  564. font-size: 10px;
  565. color: #666;
  566. margin-top: 10px;
  567. margin-bottom: -10px;
  568. }
  569.  
  570. #wrapper #content .post .notecontainer a {
  571. color: {color:Footer Text};
  572. text-decoration: underline;
  573. }
  574.  
  575. #wrapper #content .post .notecontainer ol.notes {
  576. padding: 0px 0 10px 0;
  577. list-style-type: none;
  578. font-size: 10px;
  579. }
  580.  
  581. #wrapper #content .post .notecontainer ol.notes li.note {
  582. padding: 10px 10px 0 10px;
  583. }
  584.  
  585. #wrapper #content .post .notecontainer ol.notes li.note img.avatar {
  586. vertical-align: -4px;
  587. margin-right: 10px;
  588. width: 16px;
  589. height: 16px;
  590. }
  591.  
  592. #wrapper #content .post .notecontainer ol.notes li.note span.action {
  593. font-weight: normal;
  594. }
  595.  
  596. #wrapper #content .post .notecontainer ol.notes li.note .answer_content {
  597. font-weight: normal;
  598. }
  599.  
  600. #wrapper #content .post .notecontainer ol.notes li.note blockquote {
  601. border-left: 2px solid {color:Footer Text};
  602. padding: 4px 10px;
  603. margin: 10px 0px 0px 25px;
  604. }
  605.  
  606. #wrapper #content .post .notecontainer ol.notes li.note blockquote a {
  607. text-decoration: none;
  608. }
  609.  
  610. #wrapper #sidebar {
  611. margin-top:px;
  612. margin-left:-320px;
  613. position:fixed !important;
  614. float: left;
  615. top: 200px;
  616. width: 250px;
  617. color: {color:Post Text};
  618. font-family: {font:Accent}
  619. }
  620.  
  621. #wrapper #sidebar a {
  622. color: {color:Background};
  623. }
  624.  
  625. #wrapper #sidebar #top {
  626. border: 1px solid {color:Border};
  627. background: {color:Post Background};
  628. padding: 0 20px;
  629.  
  630. -webkit-border-top-left-radius: 10px;
  631. -webkit-border-top-right-radius: 10px;
  632. -moz-border-radius-topleft: 10px;
  633. -moz-border-radius-topright: 10px;
  634. border-top-left-radius: 10px;
  635. border-top-right-radius: 10px;
  636. -webkit-border-bottom-left-radius: 10px;
  637. -webkit-border-bottom-right-radius: 10px;
  638. -moz-border-radius-bottomleft: 10px;
  639. -moz-border-radius-bottomright: 10px;
  640. border-bottom-left-radius: 10px;
  641. border-bottom-right-radius: 10px;
  642.  
  643. }
  644.  
  645. #wrapper #sidebar #top #avatar {
  646. width: 146px;
  647. height: 146px;
  648. padding: 8px 0 0 9px;
  649. background: url('http://assets.tumblr.com/themes/redux/avatar-bg.png') top left no-repeat transparent;
  650. position: relative;
  651. top: -24px;
  652. left: -5px;
  653.  
  654. }
  655.  
  656. #wrapper #sidebar #top #description {
  657. font-size: 10px;
  658. position: relative;
  659. top: -18px;
  660. }
  661.  
  662. #wrapper #sidebar #top #description a {
  663. color: {color:Sidebar Links};
  664. text-decoration: underline;
  665. }
  666.  
  667. #wrapper #sidebar #top .heading {
  668. color: {color:Post Text};
  669. font-family: helvetica, arial, sans-serif;
  670. font-size: 13px;
  671. margin-top: 20px;
  672. padding: 10px;
  673. background-color: {color:Background};
  674. -webkit-border-top-left-radius: 4px;
  675. -webkit-border-top-right-radius: 4px;
  676. -moz-border-radius-topleft: 4px;
  677. -moz-border-radius-topright: 4px;
  678. border-top-left-radius: 4px;
  679. border-top-right-radius: 4px;
  680. }
  681.  
  682. #wrapper #sidebar #top a .heading {
  683. color: {color:Post Text};
  684. text-decoration: none;
  685. }
  686.  
  687. #wrapper #sidebar #top .content {
  688. margin-top: 2px;
  689. padding: 7px 10px;
  690. background: #eaeaea;
  691. color: {color:Post Text};
  692. font-size: 11px;
  693. overflow: hidden;
  694. }
  695.  
  696. #wrapper #sidebar #top a {
  697. text-decoration: none;
  698. }
  699.  
  700.  
  701. #wrapper #sidebar #bottom {
  702. background: url('') top center no-repeat transparent;
  703. width: 250px;
  704. height: 25px;
  705. }
  706. #bon
  707. {z-index:999;
  708. position:fixed; bottom:20px; right:25px;
  709. padding:1px 0px 12px 0px;
  710. text-align:center;
  711. height:10px; width:34px;
  712. overflow:hidden;
  713. border:1px solid #000;
  714. color:#888;font-size:8px;
  715. background-color:#fff;
  716. border-radius:1px 6px 1px 6px;
  717. -webkit-transition: opacity 0.7s linear;
  718. -webkit-transition: all 0.7s ease-in-out;
  719. -moz-transition: all 0.7s ease-in-out;
  720. -o-transition: all 0.7s ease-in-out;}
  721.  
  722. #ivur
  723. {padding-top:10px;font-size:8px;}
  724.  
  725. #bon:hover
  726. {border:1px solid #000; padding:5px; height:45px; width:140px;font-size:11px;}
  727.  
  728.  
  729.  
  730.  
  731. </style>
  732. <!--[if lt IE 7.]>
  733. <style type="text/css">
  734. #wrapper #sidebar #bottom {
  735. background: transparent;
  736. }
  737.  
  738. #wrapper #sidebar #top #avatar {
  739. background: none;
  740. }
  741.  
  742. #wrapper #sidebar #top #avatar img {
  743. border: 5px solid #f1f1f1;
  744. }
  745.  
  746. #wrapper #sidebar #top .heading#followontumblr {
  747. background-image: none;
  748. text-indent: 0;
  749. }
  750.  
  751. #wrapper #sidebar #top .heading#twitter {
  752. background-image: none;
  753. }
  754.  
  755. #wrapper #sidebar #top .heading#following {
  756. background-image: none;
  757. }
  758.  
  759. #wrapper #content .post .audio .player {
  760. float: none;
  761. }
  762.  
  763. #wrapper #content .post .audio .meta {
  764. display: none;
  765. float: none;
  766. }
  767. </style>
  768. <![endif]-->
  769.  
  770. <!--[if lt IE 8.]>
  771. <style type="text/css">
  772. #wrapper #content .bottom {
  773. background: transparent;
  774. }
  775.  
  776. #wrapper #content .post .footer {
  777. background: transparent;
  778. color: #000;
  779. }
  780.  
  781. #wrapper #content .post .audio {
  782. float: none;
  783. background: transparent;
  784. }
  785.  
  786. #wrapper #content .post .notecontainer .notes {
  787. padding: 0;
  788. margin: 0;
  789. }
  790. </style>
  791. <![endif]-->
  792. <style type="text/css">{CustomCSS}</style>
  793.  
  794. </head>
  795.  
  796. <body>
  797.  
  798. <script type="text/javascript" src="http://samisite.com/extras/HTMLobj-1640/moveobj.js"> </script>
  799. <script type="text/javascript">
  800. /***********************************************
  801. * Floating image script- By Virtual_Max (http://www.geocities.com/siliconvalley/lakes/8620)
  802. * Modified by Dynamic Drive for various improvements
  803. * Visit Dynamic Drive at http://www.dynamicdrive.com/ for full source code
  804. * Using CSB or Trellix: use an INSERT HTML box to hold your script and put your js and images into web components (webgem in Trellix). Then you MUST change each gEMDIR to GEMDIR before using code!
  805. ***********************************************/
  806. //Step 1: Define unique variable names depending on number of flying images (ie:3):
  807. var flyimage1, flyimage2, flyimage3, flyimage4
  808. function pagestart(){
  809. //Step 2: Using the same variable names as 1), add or delete more of the below lines (47=width, height=68 of image):
  810. flyimage1=new Chip("flyimage1",40,62);
  811. flyimage2=new Chip("flyimage2",40,62);
  812. flyimage3=new Chip("flyimage3",40,62);
  813. flyimage4=new Chip("flyimage4",40,62);
  814. flyimage5=new Chip("flyimage5",40,62);
  815. flyimage6=new Chip("flyimage6",40,62);
  816. //Step 3: Using the same variable names as 1), add or delete more of the below lines:
  817. movechip("flyimage1");
  818. movechip("flyimage2");
  819. movechip("flyimage3");
  820. movechip("flyimage4");
  821. movechip("flyimage5");
  822. movechip("flyimage6");
  823. }
  824. if (window.addEventListener)
  825. window.addEventListener("load", pagestart, false)
  826. else if (window.attachEvent)
  827. window.attachEvent("onload", pagestart)
  828. else if (document.getElementById)
  829. window.onload=pagestart
  830. </script>
  831. <!-- Step 4: Define your flying images. For each image's ID tag, use the same variable names as 1) above -->
  832. <div id="flyimage1" style="position:absolute; left: -500px; width:40; height:62; font-size:10px;"><img src="{image:Floaties}"></div>
  833. <div id="flyimage2" style="position:absolute; left: -500px; width:40; height:62; font-size:10px;"><img src="{image:Floaties}"></div>
  834. <div id="flyimage3" style="position:absolute; left: -500px; width:40; height:62; font-size:10px;"><img src="{image:Floaties}"></div>
  835. <div id="flyimage4" style="position:absolute; left: -500px; width:40; height:62; font-size:10px;"><img src="{image:Floaties}"></div>
  836. <div id="flyimage5" style="position:absolute; left: -500px; width:40; height:62; font-size:10px;"><img src="{image:Floaties}"></div>
  837. <div id="flyimage6" style="position:absolute; left: -500px; width:40; height:62; font-size:10px;"><img src="{image:Floaties}"></div>
  838.  
  839. <style type="text/css">
  840. {CustomCSS}
  841. </style>
  842. <style type="text/css">
  843. #toTop {
  844. position:fixed;
  845. bottom:80px;
  846. right:80px;
  847. cursor:pointer;
  848. background:url('') no-repeat;
  849. }
  850. </style>
  851.  
  852. <a href="#" id="toTop"><img src="{image:Scroll to Top}"></a>
  853.  
  854. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script>
  855. <script type="text/javascript" src="http://static.tumblr.com/fgfmpgh/Qqfkzalyi/jquery.scroll.pack.js"></script>
  856. <script type="text/javascript" src="http://static.tumblr.com/fgfmpgh/7xukzalz8/jquery.easing.js"></script>
  857. <script type="text/javascript">
  858. $(function() {
  859. $("#toTop").scrollToTop({speed:500,start:700});
  860. });
  861.  
  862. </script>
  863. <!– / Scroll –>
  864.  
  865. <div id="wrapper">
  866. <div id="title">
  867. </div>
  868.  
  869. <div id="content">
  870.  
  871. {block:Posts}
  872. <div class="post">
  873.  
  874. {block:Photo}
  875. <div class="media">{LinkOpenTag}<img src="{PhotoURL-400}" alt="{PhotoAlt}" />{LinkCloseTag}</div>
  876. {block:Caption}<div class="copy">{Caption}</div>{/block:Caption}
  877. {/block:Photo}
  878.  
  879. {block:Video}
  880. <div class="media">{Video-400}</div>
  881. {block:Caption}<div class="copy">{Caption}</div>{/block:Caption}
  882. {/block:Video}
  883.  
  884. {block:Audio}
  885. {block:IfShowAlbumArtOnAudioPosts}
  886. {block:AlbumArt}
  887. <div class="album_art">
  888. <img src="{AlbumArtURL}" width="375px" alt="{block:Artist}{Artist}{/block:Artist}{block:TrackName} - {TrackName}{/block:TrackName}" style="margin-bottom:10px;" />
  889. </div>
  890. {/block:AlbumArt}
  891. {/block:IfShowAlbumArtOnAudioPosts}
  892.  
  893. <div class="audio">
  894. <div class="player">{AudioPlayerWhite}</div>
  895. <div class="meta">{PlayCountWithLabel}{block:ExternalAudio}<span class="download_external_audio"> &bull; <a href="{ExternalAudioURL}">{lang:Download}</a></span>{/block:ExternalAudio}</div>
  896. <div class="clear"></div>
  897. </div>
  898. <div class="clear"></div>
  899. {block:Caption}<div class="copy">{Caption}</div>{/block:Caption}
  900. {/block:Audio}
  901.  
  902. {block:Quote}
  903. <div class="quote {Length}">{Quote}</div>
  904. <div class="copy">
  905. <div class="quotebg">“</div>
  906. {block:Source}
  907. <table border="0" cellpadding="0" cellspacing="0" width="100%">
  908. <tr>
  909. <td valign="top" style="width:20px;">&mdash;</td>
  910. <td valign="top" class="quote_source">
  911. {Source}
  912. </td>
  913. </tr>
  914. </table>
  915. {/block:Source}
  916. </div>
  917. {/block:Quote}
  918.  
  919. {block:Text}
  920. {block:Title}<div class="title">{Title}</div>{/block:Title}
  921. <div class="copy">{Body}</div>
  922. {/block:Text}
  923.  
  924. {block:Answer}
  925. <div class="question">
  926. <div class="lolz"></div>
  927. {Question}
  928. </div>
  929. <div class="asker_container"><img src="{AskerPortraitURL-24}">{Asker}</div>
  930. <div class="copy">{Answer}</div>
  931. {/block:Answer}
  932.  
  933. {block:Chat}
  934. {block:Title}<div class="title">{Title}</div>{/block:Title}
  935. <div class="chat">
  936. <div class="lines">
  937. {block:Lines}
  938. <div class="line {Alt}">{block:Label}<strong>{Label}</strong>{/block:Label} {Line}</div>
  939. {/block:Lines}
  940. </div>
  941. </div>
  942. <div class="clear"></div>
  943. <div style="height:10px;"></div>
  944. {/block:Chat}
  945.  
  946. {block:Link}
  947. <div class="link"><a href="{URL}" {Target}>{Name} &raquo;</a></div>
  948. {block:Description}<div class="copy">{Description}</div>{/block:Description}
  949. {/block:Link}
  950.  
  951. {block:Date}
  952. <a href="{Permalink}">
  953. <div class="footer for_permalink">
  954. <div class="date">
  955. {block:Reblog}
  956. {TimeAgo} {block:RebloggedFromReblog} {/block:RebloggedFromReblog}
  957. {/block:Reblog}
  958.  
  959. {block:NotReblog}
  960. {TimeAgo}
  961. {/block:NotReblog}
  962. </div>
  963. <div class="notes">{block:NoteCount}♥ {NoteCount}{/block:NoteCount} {block:IfDisqusShortname}{block:NoteCount}&bull;{/block:NoteCount} <a href="{Permalink}#disqus_thread">{lang:View comments}</a>{/block:IfDisqusShortname}</div>
  964. <div class="clear"></div>
  965. </div>
  966. </a>
  967. {/block:Date}
  968.  
  969.  
  970. <div class="footer {block:ContentSource}with_source_url{/block:ContentSource}" style="
  971. display:none;
  972. {block:IfShowTags}{block:HasTags}display:block;{/block:HasTags}{/block:IfShowTags}
  973. {block:ContentSource}display:block;{/block:ContentSource}
  974. ">
  975. {block:IfShowTags}
  976. {block:HasTags}<div class="tags">{lang:Tagged}: {block:Tags}<a href="{TagURL}">{Tag}</a><span class="tag-commas">, </span>{/block:Tags}.</div>{/block:HasTags}
  977. {/block:IfShowTags}
  978.  
  979. <div class="source">{block:ContentSource}<a href="{SourceURL}">(c) {SourceTitle}</a>{/block:ContentSource}</div>
  980. <div class="clear"></div>
  981. </div>
  982.  
  983. {block:PostNotes}<div class="notecontainer">{PostNotes}</div>{/block:PostNotes}
  984.  
  985. </div>
  986. <div class="bottom"></div>
  987. {/block:Posts}
  988.  
  989. {block:Pagination}
  990. <div id="navigation" {block:IfEnableJumpPagination}class="jump_pagination"{/block:IfEnableJumpPagination}>
  991. {block:PreviousPage}<a href="{PreviousPage}">&larr; {lang:Previous}</a>{/block:PreviousPage}
  992.  
  993. {block:IfEnableJumpPagination}
  994. {block:JumpPagination length="5"}
  995. {block:CurrentPage}
  996. <span class="current_page">{PageNumber}</span>
  997. {/block:CurrentPage}
  998.  
  999. {block:JumpPage}
  1000. <a class="jump_page" href="{URL}">{PageNumber}</a>
  1001. {/block:JumpPage}
  1002.  
  1003. {/block:JumpPagination}
  1004. {/block:IfEnableJumpPagination}
  1005.  
  1006. {block:NextPage}<a href="{NextPage}">{lang:Next page} &rarr;</a>{/block:NextPage}
  1007. </div>
  1008. {/block:Pagination}
  1009.  
  1010. </div>
  1011.  
  1012. <div id="sidebar">
  1013. <div id="top"><br><br>
  1014.  
  1015. <div id="description">{Description}
  1016.  
  1017.  
  1018. <center><form><br>
  1019. <select onchange='location=this.options[this.selectedIndex].value;' style=' position:absolute; margin-left:-105px; margin-top:-20px; width:70px;background-color:white; border:1px solid #ddd; font-size:9px; color:#fff; text-transform:uppercase; font-family:calibri; position:fixed; height:15px; letter-spacing:1px; background-color:#418d48; border-radius: 4px; font-style:italic;'>
  1020.  
  1021. <option>basics + </option>
  1022. <option value="/">refresh</option>
  1023. <option value="/faq">questions</option>
  1024. <option value="http://ivurdesings.tumblr.com/">themes</option>
  1025. <option value="/blogroll">blogroll</option>
  1026.  
  1027.  
  1028. </select>
  1029.  
  1030. <select onchange='location=this.options[this.selectedIndex].value;' style=' position:absolute; margin-left:-31px; margin-top:-20px; width:70px;background-color:white; border:1px solid #ddd; font-size:9px; color:#fff; text-transform:uppercase; font-family:calibri; position:fixed; height:15px; letter-spacing:1px; background-color:#418d48; border-radius: 4px; font-style:italic;'>
  1031.  
  1032. <option>more + </option>
  1033. <option value="https://twitter.com/lennbyrd">twitter</option>
  1034. <option value="http://tumblrplug.com/">promo</option>
  1035. <option value="http://pleasehelp-meiwillloveu.tumblr.com/">help me</option>
  1036. <option value="http://lennonbyrd.tk/">my webpage</option>
  1037. <option value="/tagged/mine">mine</option>
  1038.  
  1039.  
  1040.  
  1041.  
  1042. </select>
  1043.  
  1044. <select onchange='location=this.options[this.selectedIndex].value;' style=' position:absolute; margin-left:45px; margin-top:-20px; width:70px;background-color:white; border:1px solid #ddd; position:fixed; font-size:9px; color:#fff; text-transform:uppercase; font-family:calibri; height:15px; letter-spacing:1px; background-color:#418d48; border-radius: 4px; font-style:italic;'>
  1045.  
  1046. <option>tags + </option>
  1047. <option value="/tagged/music">music</option>
  1048. <option value="/tagged/jon bon jovi">bon jovi</option>
  1049. <option value="/tagged/lol">funny</option>
  1050. <option value="/tagged/kurt cobain">kurt cobain</option>
  1051. <option value="/tagged/animal">animals</option>
  1052. <option value="/tags">more tags</option>
  1053. </select>
  1054.  
  1055.  
  1056. </form></center>
  1057. <br/>
  1058. <center> {block:PreviousPage}<a href="{PreviousPage}">back </a>{/block:PreviousPage}
  1059. {block:NextPage}<a href="{NextPage}"> next</a>{/block:NextPage}
  1060. </center>
  1061. <br/>
  1062. </div>
  1063.  
  1064.  
  1065. <div style="position:fixed; bottom:30px; z-index:999999999999999999; right:4px; opacity:.5;border-radius:5px;">
  1066. <script type="text/javascript"><!--
  1067. google_ad_client = "ca-pub-9179590987351931";
  1068. /* merpp */
  1069. google_ad_slot = "6825056406";
  1070. google_ad_width = 125;
  1071. google_ad_height = 125;
  1072. //-->
  1073. </script>
  1074. <script type="text/javascript"
  1075. src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
  1076. </script>
  1077.  
  1078. </div>
  1079. </div>
  1080.  
  1081.  
  1082. </div>
  1083. {block:ifMusicPlayer}
  1084. <div id="editthis">
  1085. <div id="music1">
  1086. <div id="music2">
  1087. <a href="/"><img class="Music Player Icon" src="{image:Music Player Icon}"></a></div>
  1088. <div id="music3">
  1089. <Div style="margin-top:-2px; margin-left:-4px;">
  1090. {text:BillyPlayerHTML}</div></div>
  1091. <div id="musiclist">
  1092. <div style="font-family: Ronda; font-size: 8px;">
  1093.  
  1094. <h1>Playlist</h1>
  1095. {block:ifSong1}1. {text:Song 1} <br>{/block:ifSong1}
  1096. {block:ifSong2}2. {text:Song 2} <br>{/block:ifSong2}
  1097. {block:ifSong3}3. {text:Song 3} <br>{/block:ifSong3}
  1098. {block:ifSong4}4. {text:Song 4} <br>{/block:ifSong4}
  1099. {block:ifSong5}5. {text:Song 5} <br>{/block:ifSong5}
  1100. </div></div></div>
  1101. {/block:ifMusicPlayer}
  1102.  
  1103.  
  1104. </div>
  1105. </div>
  1106.  
  1107. <div style="position:fixed; left:320px; top:140px;"><img src="{image:Sidebar}"></div>
  1108.  
  1109. </body>
  1110. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement