Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2014
200
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 24.38 KB | None | 0 0
  1. <html><head>
  2.  
  3. <!--
  4. Theme 021 - Echo by thewicked-eternity.tumblr.com
  5. PLEASE DO NOT REMOVE THE CREDIT OR REDISTRIBUTE
  6. For any help, visit wickedeternitythemehelp.tumblr.com
  7. -->
  8.  
  9. <title>{Title}</title>
  10. <link rel="shortcut icon" href="{Favicon}" />
  11. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  12. <meta name="description" content="{MetaDescription}" />
  13.  
  14. <!-- DEFAULT VARIABLES -->
  15. <meta name="color:Background" content="#000000"/>
  16. <meta name="color:Post Background" content="#FEFEFE"/>
  17. <meta name="color:Post Border" content="#F3F2F2"/>
  18. <meta name="color:Post Text" content="#C4C4C4"/>
  19. <meta name="color:Post Links" content="#6B6B6B"/>
  20. <meta name="color:Post Links Hover" content="#C4C4C4"/>
  21. <meta name="color:Info Border" content="#F3F2F2"/>
  22. <meta name="color:Info Links" content="#6B6B6B"/>
  23. <meta name="color:Info Links Background" content="#3B3B3B"/>
  24. <meta name="color:Sidebar" content="#181818"/>
  25. <meta name="color:Sidebar Image Border" content="#222222"/>
  26. <meta name="color:Sidebar Description" content="#969696"/>
  27. <meta name="color:Sidebar Title" content="#969696"/>
  28. <meta name="color:Sidebar Background" content="#111111"/>
  29. <meta name="color:Sidebar Background Border" content="#4D4D4D"/>
  30. <meta name="color:Navigation" content="#393939"/>
  31. <meta name="color:Navigation Hover" content="#FFFFFF"/>
  32. <meta name="color:Asker Background" content="#F7F7F7"/>
  33. <meta name="color:Scrollbar" content="#181818"/>
  34.  
  35. <meta name="image:Sidebar" content=""/>
  36. <meta name="image:Background" content=""/>
  37. <meta name="image:Sidebar BG" content="http://static.tumblr.com/vyzeblq/L5Dmax7lq/black_001.png"/>
  38.  
  39. <meta name="font:Body" content="arial"/>
  40.  
  41. <meta name="if:400px Posts" content="0"/>
  42. <meta name="if:Bigger Album Art" content="0"/>
  43. <meta name="if:Black Player" content="0"/>
  44. <meta name="if:Enable Infinite Scrolling" content="0"/>
  45. <meta name="if:Hide Pagination" content"0"/>
  46. <meta name="if:Hide Photo Captions" content="0"/>
  47. <meta name="if:Hide Title" content="0"/>
  48. <meta name="if:Show Submit" content="0"/>
  49. <meta name="if:Switch Tag Position" content="0"/>
  50.  
  51. <meta name="text:Link 1" content="http://"/>
  52. <meta name="text:Link 1 Title" content=""/>
  53. <meta name="text:Link 2" content="http://">
  54. <meta name="text:Link 2 Title" content=""/>
  55. <meta name="text:Link 3" content="http://"/>
  56. <meta name="text:Link 3 Title" content=""/>
  57. <meta name="text:Link 4" content="http://"/>
  58. <meta name="text:Link 4 Title" content=""/>
  59. <meta name="text:Link 5" content="http://"/>
  60. <meta name="text:Link 5 Title" content=""/>
  61. <meta name="text:Link 6" content="http://"/>
  62. <meta name="text:Link 6 Title" content=""/>
  63. <meta name="text:Link 7" content="http://"/>
  64. <meta name="text:Link 7 Title" content=""/>
  65. <meta name="text:Link 8" content="http://"/>
  66. <meta name="text:Link 8 Title" content=""/>
  67. <meta name="text:Link 9" content="http://"/>
  68. <meta name="text:Link 9 Title" content=""/>
  69.  
  70. <link href='http://fonts.googleapis.com/css?family=Playball' rel='stylesheet' type='text/css'>
  71.  
  72.  
  73. <style type="text/css">
  74.  
  75.  
  76. /* --- SCROLLBAR --- */
  77.  
  78. ::-webkit-scrollbar-thumb:vertical {
  79. background-color:{color:Scrollbar};
  80. height:30px;
  81. }
  82.  
  83. ::-webkit-scrollbar-thumb:horizontal {
  84. background-color:{color:Scrollbar};
  85. height:5px!important;
  86. }
  87.  
  88. ::-webkit-scrollbar {
  89. background-color:{color:Background};
  90. height:5px;
  91. width:5px;
  92. }
  93.  
  94.  
  95. /* --- POSTS --- */
  96.  
  97. body {
  98. color:{color:Post Text};
  99. background-attachment:fixed;
  100. background-color:{color:Background};
  101. background-image: url('{image:Background}');
  102. background-position:top left;
  103. background-repeat:repeat;
  104. text-align:justify;
  105. font-family:{font:Body};
  106. font-size:12px;
  107. }
  108.  
  109. a {
  110. color:{color:Post Links};
  111. text-decoration:none;
  112. -webkit-transition:opacity 0.8s linear;
  113. -webkit-transition:all 0.5s ease-out;
  114. -moz-transition:all 0.5s ease-out;
  115. transition:all 0.5s ease-out;
  116. }
  117.  
  118. a:hover {
  119. text-decoration:none;
  120. color:{color:Post Links Hover};
  121. }
  122.  
  123. #container {
  124. width:100%;
  125. padding-bottom:30px;
  126. min-height:100%;
  127. }
  128.  
  129. #entries {
  130. position:absolute;
  131. overflow:hidden;
  132. width:650px;
  133. margin-left:560px;
  134. margin-top:0px;
  135. {block:If400pxPosts}
  136. margin-left:570px;
  137. {/block:If400pxPosts}
  138. }
  139.  
  140. #posts {
  141. padding:20px;
  142. width:500px;
  143. {block:If400pxPosts}
  144. width:400px;
  145. {/block:If400pxPosts}
  146. margin-bottom:40px;
  147. position:relative;
  148. background-color:{color:Post Background};
  149. border:1px solid {color:Post Border};
  150. }
  151.  
  152. {block:ifSwitchTagPosition}
  153. #posts:hover #tags {
  154. opacity:1;
  155. display:block;
  156. text-align:left;
  157. -webkit-transition:opacity 0.8s linear;
  158. -webkit-transition:all 0.5s ease-out;
  159. -moz-transition:all 0.5s ease-out;
  160. transition:all 0.5s ease-out;
  161. }
  162.  
  163. #tags {
  164. position:absolute;
  165. width:105px;
  166. {block:If400pxPosts}
  167. width:110px;
  168. {/block:If400pxPosts}
  169. opacity:0;
  170. margin-top:-10px;
  171. margin-left:530px;
  172. {block:If400pxPosts}
  173. margin-left:430px;
  174. {/block:If400pxPosts}
  175. font-family:georgia;
  176. text-align:left;
  177. text-transform:lowercase;
  178. font-size:10px;
  179. -webkit-transition:opacity 0.8s linear;
  180. -webkit-transition:all 0.5s ease-out;
  181. -moz-transition:all 0.5s ease-out;
  182. transition:all 0.5s ease-out;
  183. }
  184. {/block:ifSwitchTagPosition}
  185.  
  186.  
  187. /* --- SIDEBAR --- */
  188.  
  189. #sidebar {
  190. position:fixed;
  191. margin-top:-8px;
  192. margin-left:250px;
  193. width:240px;
  194. padding:10px;
  195. height:1000%;
  196. background-color:{color:Sidebar};
  197. }
  198.  
  199. #sidebarimage img {
  200. margin-bottom:5px;
  201. max-width:230px;
  202. height:auto;
  203. opacity:0.9;
  204. border:4px solid {color:Sidebar Image Border};
  205. {block:IfHideTitle}
  206. margin-top:67px;
  207. {/block:IfHideTitle}
  208. }
  209.  
  210. #description {
  211. font-size:10px;
  212. font-family:calibri;
  213. padding:5px;
  214. letter-spacing:1px;
  215. color:{color:Sidebar Description};
  216. text-align:justify;
  217. text-transform:uppercase;
  218. }
  219.  
  220. #sidebarbg {
  221. width:530px;
  222. margin-top:-8px;
  223. margin-left:-8px;
  224. height:1000%;
  225. position:fixed;
  226. background-color:{color:Sidebar Background};
  227. background-image: url('{image:Sidebar BG}');
  228. border-right:5px solid {color:Sidebar Background Border};
  229. }
  230.  
  231. .title {
  232. font-size:30px;
  233. font-family: 'Playball', cursive;
  234. text-align:center;
  235. text-transform:lowercase;
  236. margin-bottom:10px;
  237. position:relative;
  238. margin-top:35px;
  239. color:{color:Sidebar Description};
  240. }
  241.  
  242.  
  243. /* --- TITLES --- */
  244.  
  245. #title1 {
  246. font-size:15px;
  247. font-family:calibri;
  248. text-decoration:none;
  249. text-align:center;
  250. text-transform:uppercase;
  251. background-color:white;
  252. border-bottom:1px solid {color:Info Border};
  253. }
  254.  
  255. #title2 {
  256. font-size:14px;
  257. text-transform:uppercase;
  258. font-family:calibri;
  259. text-align:center;
  260. }
  261.  
  262.  
  263. /* --- SIDELINKS & NAVIGATION --- */
  264.  
  265. #sidelinks {
  266. margin-bottom:3px;
  267. border-top:2px dotted {color:Navigation};
  268. }
  269.  
  270. #sidelinks a {
  271. margin-top:3px;
  272. display:inline-block;
  273. font-family:georgia;
  274. font-size:10px;
  275. text-align:center;
  276. text-transform:lowercase;
  277. font-style:italic;
  278. color:{color:Sidebar Description};
  279. }
  280.  
  281. #sidelinks a:hover {
  282. color:{color:Navigation Hover};
  283. text-align:center;
  284. }
  285.  
  286. #navigation {
  287. margin-top:50px;
  288. margin-left:145px;
  289. }
  290.  
  291. #navigation a {
  292. display:block;
  293. text-align:right;
  294. text-transform:uppercase;
  295. margin:2px;
  296. width:90px;
  297. margin-bottom:-10px;
  298. font-family:calibri;
  299. border-right:10px solid {color:Sidebar};
  300. font-size:8px;
  301. letter-spacing:1px;
  302. color:{color:Navigation};
  303. padding-left:3px;
  304. padding-right:9px;
  305. padding-top:6px;
  306. padding-bottom:6px;
  307. background-color:transparent;
  308. }
  309.  
  310. #navigation a:hover {
  311. color:{color:Navigation Hover};
  312. margin-left:-15px;
  313. border-right:28px solid {color:Sidebar};
  314. background-color:transparent;
  315. }
  316.  
  317.  
  318. /* --- AUDIO --- */
  319.  
  320. #audio {
  321. margin-bottom:5px;
  322. width:500px;
  323. {block:If400pxPosts}
  324. width:400px;
  325. {/block:If400pxPosts}
  326. height:62px;
  327. {block:ifBiggerAlbumArt}
  328. height:105px;
  329. {/block:ifBiggerAlbumArt}
  330. }
  331.  
  332. .albumart {
  333. width:57px;
  334. height:57px;
  335. position:absolute;
  336. {block:ifBiggerAlbumArt}
  337. width:100px;
  338. height:100px;
  339. {/block:ifBiggerAlbumArt}
  340. }
  341.  
  342. .albumart img {
  343. width:57px;
  344. height:57px;
  345. float:left;
  346. {block:ifBiggerAlbumArt}
  347. width:100px;
  348. height:100px;
  349. {/block:ifBiggerAlbumArt}
  350. }
  351.  
  352. .playercontainer {
  353. opacity: .2;
  354. display:block;
  355. width:57px;
  356. height:57px;
  357. {block:ifBiggerAlbumArt}
  358. width:100px;
  359. height:100px;
  360. {/block:ifBiggerAlbumArt}
  361. background-color:white;
  362. {block:ifBlackPlayer}
  363. background-color:black;
  364. {/block:IfBlackPlayer}
  365. position:absolute;
  366. z-index:3;
  367. -webkit-transition:all 0.5s ease-in-out;
  368. -moz-transition:all 0.5s ease-in-out;
  369. -o-transition:all 0.5s ease-in-out;
  370. -ms-transition:all 0.5s ease-in-out;
  371. transition:all 0.5s ease-in-out;
  372. }
  373.  
  374. .playercontainer:hover {
  375. opacity:.7;
  376. }
  377.  
  378. .player {
  379. margin-left:16px;
  380. margin-top:16px;
  381. {block:ifBiggerAlbumArt}
  382. margin-left:36px;
  383. margin-top:36px;
  384. {/block:ifBiggerAlbumArt}
  385. width:25px;
  386. height:25px;
  387. overflow:hidden;
  388. background-color:white;
  389. {block:ifBlackPlayer}
  390. background-color:black;
  391. {/block:IfBlackPlayer}
  392. }
  393.  
  394. .audioinfo {
  395. margin-left:60px;
  396. float:left;
  397. background-color:transparent;
  398. padding:2px;
  399. margin-bottom:3px;
  400. margin-top:0px;
  401. width:435px;
  402. {block:If400pxPosts}
  403. width:335px;
  404. {/block:If400pxPosts}
  405. {block:ifBiggerAlbumArt}
  406. margin-left:105px;
  407. width:388px;
  408. {block:If400pxPosts}
  409. width:288px;
  410. {/block:If400pxPosts}
  411. {/block:ifBiggerAlbumArt}
  412. }
  413.  
  414.  
  415. /* --- CHAT POST --- */
  416.  
  417. .chat {
  418. line-height:12px;
  419. list-style:none;
  420. }
  421.  
  422. .chat ul {
  423. line-height:15px;
  424. list-style:none;
  425. padding:0px;
  426. line-height:20px;
  427. }
  428.  
  429. .person1 {
  430. background-color:{color:Background};
  431. color:{color:Post Text};
  432. }
  433.  
  434. .person1 .label {
  435. font-weight:bold;
  436. padding:0px;
  437. margin-left:5px;
  438. color:{color:Post Text};
  439. }
  440.  
  441. .person2 {
  442. color:{color:Post Text};
  443. }
  444.  
  445. .person2 .label {
  446. font-weight:bold;
  447. padding:0px;
  448. margin-left:5px;
  449. color:{color:Post Text};
  450. }
  451.  
  452. .person3 {
  453. background-color:{color:Background};
  454. color:{color:Post Text};
  455. }
  456.  
  457. .person3 .label {
  458. font-weight:bold;
  459. padding:0px;
  460. margin-left:5px;
  461. color:{color:Post Text};
  462. }
  463.  
  464. .person4 {
  465. color:{color:Post Text};
  466. }
  467.  
  468. .person4 .label {
  469. font-weight:bold;
  470. padding:0px;
  471. margin-left:5px;
  472. color:{color:Post Text};
  473. }
  474.  
  475. .person5 {
  476. background-color:{color:Background};
  477. color:{color:Post Text};
  478. }
  479.  
  480. .person5 .label {
  481. font-weight:bold;
  482. padding:0px;
  483. margin-left:5px;
  484. color:{color:Post Text};
  485. }
  486.  
  487. .person6 {
  488. color:{color:Post Text};
  489. }
  490.  
  491. .person6 .label {
  492. font-weight:bold;
  493. padding:0px;
  494. margin-left:5px;
  495. color:{color:Post Text};
  496. }
  497.  
  498.  
  499. /* --- INFO & OTHER --- */
  500.  
  501. #info {
  502. padding:4px;
  503. margin-top:7px;
  504. line-height:90%;
  505. color:{color:Text};
  506. font-size:7px;
  507. font-family:arial;
  508. text-transform:uppercase;
  509. width:493px;
  510. {block:If400pxPosts}
  511. width:393px;
  512. {/block:If400pxPosts}
  513. border-top:2px solid {color:Info Border};
  514. letter-spacing:1px;
  515. text-align:left;
  516. }
  517.  
  518. #info a {
  519. color:{color:Info Links};
  520. background-color:transparent;
  521. padding:1px;
  522. }
  523.  
  524. #info a:hover {
  525. color:{color:Post Links Hover};
  526. background-color:{color:Info Links Background};
  527. }
  528.  
  529. #questions {
  530. color:{color:Text};
  531. padding:10px;
  532. margin-bottom:0px;
  533. font-size:10px;
  534. font-family:arial;
  535. text-align:justify;
  536. background-color:{color:Asker Background};
  537. border-bottom:2px dotted {color:Info Border};
  538. }
  539.  
  540. #questions a {
  541. color:{color:Post Links};
  542. }
  543.  
  544. #questions a:hover {
  545. color:{color:Post Links Hover};
  546. }
  547.  
  548. {block:ifNotSwitchTagPosition}
  549. #tags {
  550. font-family:calibri;
  551. text-align:left;
  552. text-transform:uppercase;
  553. font-size:12px;
  554. letter-spacing:1px;
  555. margin-top:-40px;
  556. margin-left:0px;
  557. margin-bottom:30px;
  558. width:540px;
  559. {block:If400pxPosts}
  560. width:440px;
  561. {/block:If400pxPosts}
  562. }
  563.  
  564. #tags a {
  565. color:{color:Post Links};
  566. background-color:trans;
  567. padding:1px;
  568. }
  569.  
  570. #tags a:hover {
  571. color:{color:Post Links Hover};
  572. background-color:{color:Info Links Background};
  573. }
  574. {/block:ifNotSwitchTagPosition}
  575.  
  576. #source {
  577. margin-top:3px;
  578. text-align:right;
  579. margin-bottom:5px;
  580. font-size:10px;
  581. }
  582.  
  583. .pagination {
  584. margin-top:10px;
  585. margin-bottom:10px;
  586. text-align:center;
  587. line-height:20px;
  588. font-family:calibri;
  589. font-size:10px;
  590. }
  591.  
  592. .pagination a {
  593. text-decoration:none;
  594. padding-top:2px;
  595. padding-bottom:2px;
  596. padding-left:4px;
  597. padding-right:4px;
  598. color:{color:Sidebar Description};
  599. background-color:{color:Sidebar Background};
  600. }
  601.  
  602. .pagination a:hover {
  603. background-color:{color:Sidebar};
  604. color:{color:Sidebar Description};
  605. }
  606.  
  607. .postnotes {
  608. margin-top:-5px;
  609. }
  610.  
  611. ol.notes, .notes li {
  612. width:500px;
  613. list-style:none;
  614. }
  615.  
  616. blockquote {
  617. border-left:4px solid {color:Post Text};
  618. padding:0px;
  619. padding-left:5px;
  620. margin:5px;
  621. }
  622.  
  623.  
  624. {CustomCSS}
  625.  
  626. </style>
  627.  
  628. {block:ifEnableInfiniteScrolling}
  629. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  630. {/block:ifEnableInfiniteScrolling}
  631.  
  632. <script type="text/javascript" src="http://static.tumblr.com/bmdsqsc/8mXm7q8vn/jquery.js"></script>
  633. <script type="text/javascript" src="http://static.tumblr.com/bmdsqsc/ogWm7q8w1/lazyload.js"></script>
  634. <script type="text/javascript" charset="utf-8">
  635. var $j = jQuery.noConflict();
  636. $j(function() {
  637. if (navigator.platform == "iPad" || navigator.platform == "iPhone") return;
  638. $j("img").lazyload({
  639. placeholder : "http://static.tumblr.com/twte3d7/RSvlio0k5/grey.gif",
  640. effect: "fadeIn", }); });</script>
  641.  
  642. </head>
  643. <body>
  644. <!-- inicio codigo contador --><div><a href="http://contador-de-visitas.com"><img style="border: 0px solid ; display: inline;" alt="contador de visitas"
  645. src="http://contador-de-visitas.com/hit.php?id=1983734&counter=37"></a><br /><a href="http://contador-de-visitas.com">contador de visitas</a></div><!-- fin codigo contador -->
  646.  
  647. <!-- Wikplayer http://www.wikplayer.com -->
  648. <script type="text/javascript" src="http://www.wikplayer.com/code.js"
  649. data-config="{'skin':'skins/wikfull/plainBlack/skin.css','volume':100,'autoplay':true,'shuffle':false,'repeat':0,'showcomment':false,'marqueetexton':true,'placement':'top','showplaylist':false,'playlist':[{'title':'Exploration%20and%20Travelling%20Theme','url':'https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DJiQX2JwYliI'},{'title':'The%20Oceanic%206%20Theme','url':'https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DWetJOa4hTrQ'},{'title':'Desmond%20%26%20Penny%27s%20Theme','url':'https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DSSTk5Qik_Rs'},{'title':'Richard%27s%20Theme','url':'https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DcaQe8AH8URk'},{'title':'The%20Heart%27s%20of%20the%20Island','url':'https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DYQ20TL7Jkg0'},{'title':'The%20Hatch%20Theme','url':'https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3Dlz5aiRICqnY'},{'title':'Locke%27s%20Themes','url':'https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3D7pzL3iE9Eyc'},{'title':'The%20Temple%27s%20Theme','url':'https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3Drds_j6PIWTc'},{'title':'LAX%27s%20Theme','url':'https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DMSbi4sjtf_o'},{'title':'Sun%20%26%20Jin%27s%20Theme','url':'https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DQR8JnoyrbaE'},{'title':'Claire%27s%20Theme','url':'https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DmepD4n7NAck'},{'title':'Life%20%26%20Death%20Theme','url':'https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3Ds5ETlShWQ_g'},{'title':'Charlie%27s%20Theme','url':'https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DsdAf6Kk2ejQ'},{'title':'Juliet%27s%20Theme','url':'https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DPUj8QHAkGEY'},{'title':'Ben%27s%20Theme%20','url':'https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DF0NJsW3y02s'},{'title':'Jack%27s%20Theme','url':'https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DttIVRaWXF_o'},{'title':'Kate%27s%20Theme','url':'https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3D38M9IlLxwaU'},{'title':'Hurley%27s%20Theme','url':'https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3D0kW-d4QOKbs'},{'title':'Ms.%20Hawking%27s%20Theme','url':'https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3D1O8FPCj6sRk'},{'title':'The%20Man%20in%20Black%27s%20Theme','url':'https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3D1tXUd3HiGW0'},{'title':'Jacob%27s%20Theme','url':'https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3Dz3Aq_Yd1Hj4'},{'title':'The%20Freighter%27s%20Theme','url':'https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DEXIxI10m5x4'},{'title':'Boone%20%26%20Shannon%27s%20Theme%20','url':'https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DIr44LfZD4xA'},{'title':'Sayid%27s%20Theme','url':'https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DZscw8C45-aE'}]}" ></script>
  650. <!-- Wikplayer code end -->
  651.  
  652. <a href="https://twitter.com/oceanicflight" class="twitter-follow-button" data-show-count="false" data-size="large">Follow @oceanicflight</a>
  653. <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script>
  654.  
  655.  
  656.  
  657. <div id="container">
  658.  
  659.  
  660.  
  661. <div id="sidebarbg">
  662. <div id="navigation">
  663. {block:HasPages}{block:Pages}<a href="{URL}" title="{Label}">{Label}</a><br>{/block:Pages}{/block:HasPages}
  664. {block:ifLink1Title}<a href="{text:Link 1}">{text:Link 1 Title}</a>{/block:ifLink1Title}<br>
  665. {block:ifLink2Title}<a href="{text:Link 2}">{text:Link 2 Title}</a>
  666. {/block:ifLink2Title}<br>
  667. {block:ifLink3Title}<a href="{text:Link 3}">{text:Link 3 Title}</a>{/block:ifLink3Title}<br>
  668. {block:ifLink4Title}<a href="{text:Link 4}">{text:Link 4 Title}</a>{/block:ifLink4Title}<br>
  669. {block:ifLink5Title}<a href="{text:Link 5}">{text:Link 5 Title}</a>{/block:ifLink5Title}<br>
  670. {block:ifLink6Title}<a href="{text:Link 6}">{text:Link 6 Title}</a>{/block:ifLink6Title}<br>
  671. {block:ifLink7Title}<a href="{text:Link 7}">{text:Link 7 Title}</a>{/block:ifLink7Title}<br>
  672. {block:ifLink8Title}<a href="{text:Link 8}">{text:Link 8 Title}</a>{/block:ifLink8Title}<br>
  673. {block:ifLink9Title}<a href="{text:Link 9}">{text:Link 9 Title}</a>{/block:ifLink9Title}<br>
  674. </div>
  675. </div>
  676.  
  677.  
  678. <div id="sidebar">
  679.  
  680. {block:ifNotHideTitle}
  681. <center><div class="title">{Title}</div></center>
  682. {/block:ifNotHideTitle}
  683.  
  684. <center><div id="sidebarimage"><img src="{image:Sidebar}"></div></center>
  685.  
  686. {block:Description}<div id="description">{Description}</div>{/block:Description}<p>
  687.  
  688. <center><div id="sidelinks">
  689. <a href="/">home</a> •
  690. <a href="/ask">message</a>
  691. {block:ifShowSubmit}
  692. • <a href="/submit">Submit</a>{/block:ifShowSubmit} •
  693. <a href="/archive">archive</a> •
  694. <a href="http://thewicked-eternitythemes.tumblr.com">theme</a>
  695. </div></center>
  696.  
  697. {block:ifNotEnableInfiniteScrolling}{block:IfNotHidePagination}
  698. <div class="pagination">{block:Pagination}
  699. {block:PreviousPage}<a href="{PreviousPage}">«</a>{/block:PreviousPage}
  700. {block:JumpPagination length="6"}{block:CurrentPage}
  701. <span class="current_page" style="padding-right:3px;padding-left:3px;">{PageNumber}</span>
  702. {/block:CurrentPage}
  703. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}
  704. {/block:JumpPagination}
  705. {block:NextPage}<a href="{NextPage}">»</a> {/block:NextPage}
  706. {/block:Pagination}</div>
  707. {/block:IfNotHidePagination}{/block:ifNotEnableInfiniteScrolling}
  708. </div><br>
  709.  
  710.  
  711.  
  712.  
  713.  
  714.  
  715. <div id="entries">{block:ifEnableInfiniteScrolling}<div class="autopagerize_page_element">{/block:ifEnableInfiniteScrolling}{block:Posts}<div id="posts">
  716.  
  717.  
  718. {block:ifSwitchTagPosition}{block:HasTags}<div id="tags">{block:Tags}#<a href="{TagURL}">{Tag}</a><br> {/block:Tags}</div>{/block:HasTags}{/block:ifSwitchTagPosition}
  719.  
  720.  
  721. {block:Title}<div id="title1">{Title}</div>{/block:Title}
  722. {block:Text}{Body}{/block:Text}
  723.  
  724. {block:Photo}
  725. {block:IfNot400pxPosts}<center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{/block:IfNot400pxPosts}
  726. {block:If400pxPosts}<center>{LinkOpenTag}<img src="{PhotoURL-400}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{/block:If400pxPosts}
  727. {block:IfNotHidePhotoCaptions}
  728. {block:Caption}{Caption}{/block:Caption}
  729. {/block:IfNotHidePhotoCaptions}
  730. {block:IfHidePhotoCaptions}{block:PermalinkPage}
  731. {block:Caption}{Caption}{/block:Caption}
  732. {/block:PermalinkPage}{/block:IfHidePhotoCaptions}
  733. {/block:Photo}
  734.  
  735. {block:Photoset}
  736. {block:IfNot400pxPosts}<center>{Photoset-500}</center>{/block:IfNot400pxPosts}{block:If400pxPosts}<center>{Photoset-400}</center>{/block:If400pxPosts}
  737. {block:IfNotHidePhotoCaptions}
  738. {block:Caption}{Caption}{/block:Caption}
  739. {/block:IfNotHidePhotoCaptions}
  740. {block:IfHidePhotoCaptions}{block:PermalinkPage}
  741. {block:Caption}{Caption}{/block:Caption}
  742. {/block:PermalinkPage}{/block:IfHidePhotoCaptions}
  743. {/block:Photoset}
  744.  
  745. {block:Quote}
  746. <div id="title2">"{Quote}"</div>
  747. {block:Source}<div id="source">— {Source}</div>{/block:Source}
  748. {/block:Quote}
  749.  
  750. {block:Link}
  751. <div id="title2"><a href="{URL}" class="link" {Target}>{Name}</a></div>
  752. {block:Description}{Description}{/block:Description}
  753. {/block:Link}
  754.  
  755. {block:Chat}
  756. <div class="chat"><ul>{block:Lines}<li class="person{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  757. {/block:Chat}
  758.  
  759. {block:Audio}
  760.  
  761. <div id="audio"><div class="albumart"><img src="http://static.tumblr.com/4wyqgof/Dyvm2qmp1/default.jpg"></div>{block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}<div class="playercontainer"><div class="player">{AudioPlayerWhite}{block:ifBlackPlayer}{AudioPlayerBlack}{/block:IfBlackPlayer}</div></div>{block:TrackName}<div class="audioinfo"><b>Track Title:</b> {TrackName}</div><br>{/block:TrackName}{block:Artist}<div class="audioinfo"><b>Artist:</b> {Artist}</div><br>{/block:Artist}{block:Album}<div class="audioinfo"><b>Album:</b> {Album}</div>{/block:Album}</div>{block:Caption}{Caption}{/block:Caption}
  762. {/block:Audio}
  763.  
  764. {block:Video}
  765. {block:IfNot400pxPosts}{Video-500}{/block:IfNot400pxPosts}
  766. {block:If400pxPosts}{Video-400}{/block:If400pxPosts}
  767. {block:Caption}{Caption}{/block:Caption}
  768. {/block:Video}
  769.  
  770. {block:Answer}
  771. <img src="{AskerPortraitURL-30}" style="float:left; border:3px solid {color:Info Border}; top:50%; margin-left:5px; margin-top:center center;">
  772. <div style="margin-left:50px;"><div id="questions">
  773. {Asker} asked: {Question}
  774. </div></div>
  775. {Answer}<p>
  776. {/block:Answer}
  777.  
  778. {block:Date}<div id="info"><div style="margin-left:-4px;"><a href="{ReblogURL}" target="_blank">Reblog</a> - <a href="{Permalink}">{TimeAgo}</a>{/block:Date}{block:RebloggedFrom} - via <a href="{ReblogParentURL}" title="{ReblogParentTitle}">{ReblogParentName}</a>{/block:RebloggedFrom}
  779. {block:ContentSource} (<a href="{SourceURL}">{SourceTitle}</a>){/block:ContentSource}
  780. {block:NoteCount} with <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}</div></div></div>
  781.  
  782. {block:ifNotSwitchTagPosition}{block:HasTags}<div id="tags">tagged → {block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}{/block:ifNotSwitchTagPosition}
  783.  
  784.  
  785. {/block:Posts}{block:ifEnableInfiniteScrolling}</div>{/block:ifEnableInfiniteScrolling}
  786.  
  787. {block:PostNotes}<div class="postnotes">{PostNotes}</div>{/block:PostNotes}
  788.  
  789. </div></div>
  790.  
  791. </body>
  792. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement