Advertisement
krluce

Untitled

May 18th, 2013
32
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 24.60 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. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3. <head>
  4. <!-- DEFAULT VARIABLES -->
  5.  
  6. <meta name="color:background" content="#000000" />
  7. <meta name="color:link" content="#000000" />
  8. <meta name="color:link hover" content="#77003c" />
  9. <meta name="color:chat1" content="#9a024e" />
  10. <meta name="color:chat2" content="#9a024e" />
  11. <meta name="color:blockquote" content="#9a024e" />
  12. <meta name="color:post text" content="#77003c" />
  13. <meta name="color:sidebar text" content="#ffffff" />
  14. <meta name="color:navigation text" content="#9a024e" />
  15. <meta name="color:navigation background" content="#ffffff" />
  16. <meta name="color:nav arrows" content="#ffffff" />
  17. <meta name="color:scrollbar" content="#9a024e" />
  18. <meta name="color:scrollbar bg" content="#ffffff" />
  19.  
  20. <meta name="text:sidebar width" content="130"/>
  21. <meta name="text:sidebar image position" content="70"/>
  22. <meta name="text:link 1 url" content=""/>
  23. <meta name="text:link 1 title" content=""/>
  24. <meta name="text:link 2 url" content=""/>
  25. <meta name="text:link 2 title" content=""/>
  26. <meta name="text:link 3 url" content=""/>
  27. <meta name="text:link 3 title" content=""/>
  28. <meta name="text:link 4 url" content=""/>
  29. <meta name="text:link 4 title" content=""/>
  30. <meta name="text:link 5 url" content=""/>
  31. <meta name="text:link 5 title" content=""/>
  32. <meta name="text:link 6 url" content=""/>
  33. <meta name="text:link 6 title" content=""/>
  34. <meta name="text:link 7 url" content=""/>
  35. <meta name="text:link 7 title" content=""/>
  36.  
  37.  
  38. <meta name="if:show captions" content="1"/>
  39. <meta name="if:link 1" content="0"/>
  40. <meta name="if:link 2" content="0"/>
  41. <meta name="if:link 3" content="0"/>
  42. <meta name="if:link 4" content="0"/>
  43. <meta name="if:link 5" content="0"/>
  44. <meta name="if:link 6" content="0"/>
  45. <meta name="if:link 7" content="0"/>
  46.  
  47.  
  48. <meta name="image:background" content="http://static.tumblr.com/asa2mtk/md8ma1wuc/meenah_bg.png" />
  49. <meta name="image:sidebar" content="http://static.tumblr.com/asa2mtk/xf3maxitq/meenah_crop.png" />
  50.  
  51.  
  52.  
  53.  
  54.  
  55. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  56. <title>{Title}{block:PostSummary}, {PostSummary}{/block:PostSummary}</title>
  57. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  58. <link rel="shortcut icon" href="{Favicon}" />
  59. <link rel="apple-touch-icon" href="{PortraitURL-128}"/>
  60. <style type="text/css">
  61.  
  62.  
  63.  
  64. body {
  65. background: {color:background} url('{image:background}') top left fixed repeat;
  66. font-family: courier;
  67. font-weight: bold;
  68. font-size: 14px;
  69. }
  70.  
  71. ::-webkit-scrollbar {
  72. height: 5px;
  73. width: 5px;
  74. background: {color:scrollbar bg};
  75. }
  76.  
  77. p {
  78. margin: 0;
  79. margin-top: 5px;
  80. }
  81.  
  82. ::-webkit-scrollbar-thumb {
  83. background-color: {color:scrollbar};
  84. border-radius: 10px;
  85. -moz-border-radius: 10px;
  86. -webkit-border-radius: 10px;
  87. -o-border-radius: 10px;
  88. -ms-border-radius: 10px;
  89. }
  90.  
  91. ::selection {
  92. background: #2d96c6 selection color;
  93. color: #ffffff font color;
  94. }
  95.  
  96. ::-moz-selection {
  97. background: #2d96c6 selection color;
  98. color: #ffffff font color;
  99. }
  100.  
  101. ::-webkit-selection {
  102. background: #2d96c6 selection color;
  103. color: #ffffff font color;
  104. }
  105.  
  106. .no {
  107. font-size: 0px;
  108. color: rgba(255,255,255,0);
  109. display: none;
  110. }
  111.  
  112. .invisible {
  113. color: rgba(255,255,255,0);
  114. }
  115.  
  116. a img {
  117. border: none;
  118. }
  119.  
  120. a {
  121. text-decoration: none;
  122. color: {color:link};
  123. -webkit-transition: all 0.2s ease-out;
  124. -moz-transition: all 0.2s ease-out;
  125. transition: all 0.2s ease-out;
  126. -o-transition: all 0.2s ease-out;
  127. -ms-transition: all 0.2s ease-out;
  128. }
  129.  
  130. a:hover {
  131. color: {color:link hover};
  132. -webkit-transition: all 0.2s ease-out;
  133. -moz-transition: all 0.2s ease-out;
  134. transition: all 0.2s ease-out;
  135. -o-transition: all 0.2s ease-out;
  136. -ms-transition: all 0.2s ease-out;
  137. }
  138.  
  139.  
  140.  
  141. #wrapper {
  142. position: relative;
  143. width: 670px;
  144. margin: 0 auto;
  145. height: 100%;
  146. }
  147.  
  148.  
  149.  
  150.  
  151.  
  152. #postwrapper {
  153. width: 500px;
  154. margin-bottom: 10px;
  155. margin-top: 9px;
  156. float: right;
  157. }
  158.  
  159.  
  160.  
  161. #postandfooter {
  162. margin-bottom: 23px;
  163. }
  164.  
  165.  
  166. #post {
  167. padding: 8px;
  168. width: 500px;
  169. margin-bottom: 3px;
  170. color: {color:post text};
  171. border: solid 3px #b6b6b6;
  172. outline: solid 3px #c4c4c4;
  173. background: #cfcfcf; /* Old browsers */
  174. background: -moz-linear-gradient(top, #cfcfcf 0%, #eeeeee 100%); /* FF3.6+ */
  175. background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cfcfcf), color-stop(100%,#eeeeee)); /* Chrome,Safari4+ */
  176. background: -webkit-linear-gradient(top, #cfcfcf 0%,#eeeeee 100%); /* Chrome10+,Safari5.1+ */
  177. background: -o-linear-gradient(top, #cfcfcf 0%,#eeeeee 100%); /* Opera 11.10+ */
  178. background: -ms-linear-gradient(top, #cfcfcf 0%,#eeeeee 100%); /* IE10+ */
  179. background: linear-gradient(to bottom, #cfcfcf 0%,#eeeeee 100%); /* W3C */
  180. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cfcfcf', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */
  181.  
  182. }
  183.  
  184. #sidebarwrapper {
  185. width: 500px;
  186. margin-bottom: 10px;
  187. margin-top: 9px;
  188. float: right;
  189. }
  190.  
  191.  
  192.  
  193. #postandfooter {
  194. margin-bottom: 23px;
  195. }
  196.  
  197.  
  198. #sidebar {
  199. padding: 9px;
  200. width: 500px;
  201. margin-bottom: 3px;
  202. color: {color:post text};
  203. border: solid 3px #b6b6b6;
  204. outline: solid 3px #c4c4c4;
  205. background: #cfcfcf; /* Old browsers */
  206. background: -moz-linear-gradient(top, #cfcfcf 0%, #eeeeee 100%); /* FF3.6+ */
  207. background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cfcfcf), color-stop(100%,#eeeeee)); /* Chrome,Safari4+ */
  208. background: -webkit-linear-gradient(top, #cfcfcf 0%,#eeeeee 100%); /* Chrome10+,Safari5.1+ */
  209. background: -o-linear-gradient(top, #cfcfcf 0%,#eeeeee 100%); /* Opera 11.10+ */
  210. background: -ms-linear-gradient(top, #cfcfcf 0%,#eeeeee 100%); /* IE10+ */
  211. background: linear-gradient(to bottom, #cfcfcf 0%,#eeeeee 100%); /* W3C */
  212. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cfcfcf', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */
  213.  
  214. }
  215.  
  216.  
  217.  
  218.  
  219.  
  220. #post img {
  221. max-width: 500px;
  222. }
  223.  
  224. blockquote {
  225. border-left: solid 3px {color:blockquote};
  226. margin: 10px 0px 10px 10px;
  227. padding-left: 15px;
  228. overflow: hidden;
  229. }
  230.  
  231. #post #mediaholder {
  232. overflow: hidden;
  233. padding: 0px !important;
  234. -webkit-transition: all 0.4s ease-out;
  235. -moz-transition: all 0.4s ease-out;
  236. transition: all 0.4s ease-out;
  237. -o-transition: all 0.4s ease-out;
  238. -ms-transition: all 0.4s ease-out;
  239. margin-bottom:8px;
  240. }
  241.  
  242. #post #mediaholder:hover {
  243. -webkit-transition: all 0.3s ease-out;
  244. -moz-transition: all 0.3s ease-out;
  245. transition: all 0.3s ease-out;
  246. -o-transition: all 0.3s ease-out;
  247. -ms-transition: all 0.3s ease-out;
  248. }
  249.  
  250. #post #media {
  251. margin: 0px !important;
  252. padding: 0px !important;
  253. overflow: hidden;
  254. text-align: center;
  255. }
  256.  
  257.  
  258. #post .photopost {
  259. max-width: 500px;
  260. }
  261.  
  262. #post .audiopost {
  263. width: 500px;
  264. }
  265.  
  266. .photoset {
  267. max-width: 500px;
  268. }
  269.  
  270. #post .text {
  271. padding-left: 1px;
  272. padding-right: 1px;
  273. padding-top: 0px;
  274. margin: 0px;
  275. }
  276.  
  277. #post .text img {
  278. max-width: 500px;
  279. -webkit-transition: all 0.4s ease-out;
  280. -moz-transition: all 0.4s ease-out;
  281. transition: all 0.4s ease-out;
  282. -o-transition: all 0.4s ease-out;
  283. -ms-transition: all 0.4s ease-out;
  284. }
  285.  
  286. #post .text img:hover {
  287. -webkit-transition: all 0.3s ease-out;
  288. -moz-transition: all 0.3s ease-out;
  289. transition: all 0.3s ease-out;
  290. -o-transition: all 0.3s ease-out;
  291. -ms-transition: all 0.3s ease-out;
  292. }
  293.  
  294. .tumblr_blog {
  295. text-transform: uppercase;
  296. color: {color: post text};
  297. }
  298.  
  299. a .tumblr_blog {
  300. text-transform: uppercase;
  301. color: {color: post text};
  302. }
  303.  
  304. #post .title {
  305. font-weight: bold;
  306. text-transform: uppercase;
  307.  
  308. }
  309.  
  310. .quote {
  311. color: {color: link};
  312. }
  313.  
  314. #post .quotesource {
  315. padding-top: 5px;
  316. padding-bottom: 3px;
  317. padding-right: 50px;
  318. padding-left: 50px;
  319. text-align: right;
  320. }
  321.  
  322. #post .link {
  323. text-align: center;
  324. font-weight: bold;
  325. text-transform: uppercase;
  326. }
  327.  
  328. #post .link .linkarrow {
  329. font-size: 20px;
  330. font-weight: normal;
  331. line-height: 10px;
  332. position: relative;
  333. top: -1px;
  334. }
  335.  
  336. #post .lines strong {
  337. color: {color:chat1};
  338. text-transform: uppercase;
  339. }
  340.  
  341. #post .lines .line1 strong {
  342. color: {color:chat1};
  343. text-transform: uppercase;
  344. }
  345.  
  346.  
  347. #post .lines .line2 strong {
  348. color: {color:chat2};
  349. text-transform: uppercase;
  350. }
  351.  
  352. #post .audioplayer {
  353. position: relative;
  354. height: 0px;
  355. top: -42px;
  356. width: 486px;
  357. margin-left: auto;
  358. margin-right: auto;
  359. -webkit-transition: opacity 0.5s linear;
  360. -moz-transition: opacity 0.5s linear;
  361. opacity: 0.35;
  362. filter:alpha(opacity=35);
  363. }
  364.  
  365. #post .audio_player {
  366. width: 486px;
  367. background-color: #ffffff;
  368. }
  369.  
  370.  
  371. #post .audioplayer:hover {
  372. position: relative;
  373. height: 0px;
  374. top: -42px;
  375. width: 486px;
  376. margin-left: auto;
  377. margin-right: auto;
  378. -webkit-transition: opacity 0.3s linear;
  379. -moz-transition: opacity 0.3s linear;
  380. opacity: .6;
  381. filter:alpha(opacity=60);
  382. }
  383.  
  384. #post .audioplayerpadding {
  385. border-radius: 0px;
  386. -moz-border-radius: 0px;
  387. -webkit-border-radius: 0px;
  388. -o-border-radius: 0px;
  389. -ms-border-radius: 0px;
  390. position: relative;
  391. top: -29px;
  392. left: 257px;
  393. }
  394.  
  395.  
  396. #post .askpic {
  397. position: relative;
  398. float: left;
  399. padding-right: 7px;
  400. }
  401.  
  402. #post .askerpic {
  403. -webkit-transition: all 0.4s ease-out;
  404. -moz-transition: all 0.4s ease-out;
  405. transition: all 0.4s ease-out;
  406. -o-transition: all 0.4s ease-out;
  407. -ms-transition: all 0.4s ease-out;
  408. }
  409.  
  410. #post .askerpic:hover {
  411. -webkit-transition: all 0.3s ease-out;
  412. -moz-transition: all 0.3s ease-out;
  413. transition: all 0.3s ease-out;
  414. -o-transition: all 0.3s ease-out;
  415. -ms-transition: all 0.3s ease-out;
  416. }
  417.  
  418.  
  419. #post .answer {
  420. min-height: 68px;
  421. }
  422.  
  423.  
  424. #footer {
  425. padding: 8px;
  426. width: 500px;
  427. min-height: 16px;
  428. position: relative;
  429. top: 3px;
  430. color: {color:post text};
  431. border: solid 3px #b6b6b6;
  432. outline: solid 3px #c4c4c4;
  433. background: #eeeeee;
  434.  
  435. }
  436.  
  437. .notes {
  438. text-align: right;
  439. float: right;
  440. position: relative;
  441. top: -23px;
  442. }
  443.  
  444. .rebubble {
  445. position: relative;
  446. top: 5px;
  447. }
  448.  
  449. .tags {
  450. width: 400px;
  451. min-height: 16px;
  452. position: relative;
  453. top: 1px;
  454. }
  455.  
  456.  
  457. #notewrapper {
  458. padding-left: 27px !important;
  459. padding-top: 35px !important;
  460. padding: 7px;
  461. }
  462.  
  463. #navigation {
  464. color: {color:nav arrows};
  465. font-size:40px;
  466. width: 300px;
  467. margin-left:auto;
  468. margin-right:auto;
  469. line-height: 25px;
  470. text-align: center;
  471. padding-bottom: 15px;
  472. }
  473.  
  474. #navigation a {
  475. color: {color:nav arrows};
  476. }
  477.  
  478. #navigation a:hover {
  479. font-weight: normal;
  480. color: rgba(255, 255, 255, 0);
  481. }
  482.  
  483.  
  484. #sidebarwrapper {
  485. float:left;
  486. width: 0px;
  487. }
  488.  
  489. #sidebar {
  490. position: fixed;
  491. text-align: center;
  492. color: {color:sidebar text} !important;
  493. width: {text:sidebar width}px;
  494. }
  495.  
  496.  
  497. .desc {
  498. color: {color:sidebar text} !important;
  499. }
  500.  
  501. #fishbabe {
  502. position: relative;
  503. left: -{text:sidebar image position}px;
  504. }
  505.  
  506. #navi {
  507. margin-top: 0px;
  508. margin-bottom: 10px;
  509. position: relative;
  510. font-size: 11px;
  511. font-family: courier;
  512. font-weight: bold;
  513. width: 120px;
  514. border:0px solid white;
  515. color: {color:navigation text};
  516. background: {color:navigation background};
  517. }
  518.  
  519. iframe#tumblr_controls {
  520. top: 0px;
  521. right: 0px;
  522. height: 23px;
  523. position: fixed !important;
  524. opacity: 0.45;
  525. filter:alpha(opacity=45);
  526. -webkit-transition: all 0.9s ease-out;
  527. -moz-transition: all 0.9s ease-out;
  528. -ms-transition: all 0.9s ease-out;
  529. transition: all 0.9s ease-out;
  530. }
  531.  
  532.  
  533.  
  534. iframe#tumblr_controls:hover {
  535. opacity: 0.9;
  536. filter:alpha(opacity=90);
  537. -webkit-transition: all 0.4s ease-out;
  538. -moz-transition: all 0.4s ease-out;
  539. -ms-transition: all 0.4s eas-out;
  540. transition: all 0.4s ease-out;
  541. }
  542.  
  543. iframe#submit_form {
  544. position: relative !important;
  545. width: 475px;
  546. left: 10px !important;
  547. }
  548.  
  549. iframe#ask_form {
  550. position: relative !important;
  551. width: 475px;
  552. left: 10px !important;
  553. }
  554.  
  555. #tumblr_controls {
  556.  
  557. display: none;
  558.  
  559. }
  560.  
  561. .cornerholder {
  562. height: 0px;
  563. width: 0px;
  564. }
  565.  
  566. .corner {
  567. width: 9px;
  568. height: 9px;
  569. position: relative;
  570. background: {color:background} url('{image:background}') top left fixed repeat;
  571. }
  572.  
  573. .cornertopleft {
  574. width: 9px;
  575. height: 9px;
  576. position: relative;
  577. background: transparent url('http://i.imgur.com/Uef9L.png') top left repeat;
  578. }
  579.  
  580. .cornertopright {
  581. width: 9px;
  582. height: 9px;
  583. position: relative;
  584. background: transparent url('http://i.imgur.com/J2fof.png') top left repeat;
  585. }
  586.  
  587. .cornerbottomleft {
  588. width: 9px;
  589. height: 9px;
  590. position: relative;
  591. background: transparent url('http://i.imgur.com/jqqk0.png') top left repeat;
  592. }
  593.  
  594. .cornerbottomright {
  595. width: 9px;
  596. height: 9px;
  597. position: relative;
  598. background: transparent url('http://i.imgur.com/Zf6aC.png') top left repeat;
  599. }
  600.  
  601.  
  602.  
  603.  
  604. </style>
  605.  
  606.  
  607. </head>
  608. <body>
  609. <div id="wrapper">
  610.  
  611. <div id="postwrapper">{block:Posts}
  612. <div id="postandfooter"><div id="post">
  613.  
  614. <div class="cornerholder"><div class="corner" style="left:-14px; top:-14px;"></div></div>
  615. <div class="cornerholder"><div class="corner" style="left:505px; top:-14px;"></div></div>
  616. <div class="cornerholder"><div class="cornertopleft" style="left:-14px; top:-14px;"></div></div>
  617. <div class="cornerholder"><div class="cornertopright" style="left:505px; top:-14px;"></div></div>
  618.  
  619. {block:Text}
  620. {block:Title}<div class="text"><div class="title"><center>{Title}</center></div>{/block:Title}
  621. {Body}{block:Title}</div>{/block:Title}
  622. {/block:Text}
  623.  
  624. {block:Photo}
  625. <div id="mediaholder"><div id="media">{LinkOpenTag}<img class="photopost" src="{PhotoURL-HighRes}" alt="{PhotoAlt}"/>{LinkCloseTag}</div></div>
  626. {block:Caption}{block:Ifshowcaptions}<div class="text">{Caption}</div>{/block:Ifshowcaptions}{/block:Caption}
  627. {/block:Photo}
  628.  
  629. {block:Photoset}
  630. <div id="mediaholder"><div id="media">{Photoset-500}</div></div>
  631. {block:Caption}{block:Ifshowcaptions}<div class="text">{Caption}</div>{/block:Ifshowcaptions}{/block:Caption}
  632. {/block:Photoset}
  633.  
  634. {block:Quote}
  635. <div class="text"><div class="title"><center><strong><font class="quote" style="color: {color:link};">"</font>{Quote}<font class="quote" style="color: {color:link};">"</font></strong></center></div>
  636. {block:Source}<div class="quotesource">-{Source}</div>{/block:Source}</div>
  637. {/block:Quote}
  638.  
  639. {block:Link}
  640. <div class="text"><div class="link"><a href="{URL}" {Target}>{Name} <font class="linkarrow">→</font></a></div>
  641. {block:Description}{Description}{/block:Description}</div>
  642. {/block:Link}
  643.  
  644. {block:Chat}
  645. <div class="text">{block:Title}<div class="title"><center>{Title}</center></div>{/block:Title}
  646. <div class="lines">{block:Lines}<div class="line{UserNumber}">{block:Label}<strong>{Label}</strong>{/block:Label} {Line}</div>{/block:Lines}</div></div>
  647. {/block:Chat}
  648.  
  649. {block:Video}
  650. <div id="mediaholder"><div id="media">{Video-500}</div></div>
  651. {block:Caption}{block:Ifshowcaptions}<div class="text">{Caption}</div>{/block:Ifshowcaptions}{/block:Caption}
  652. {/block:Video}
  653.  
  654. {block:Audio}
  655. {block:AlbumArt}
  656. <div id="mediaholder"><div id="media"><img class="audiopost" src="{AlbumArtURL}">
  657. <div class="audioplayer"><div class="audioplayerbox">{/block:AlbumArt}{AudioPlayerWhite}{block:AlbumArt}</div></div></div></div>{/block:AlbumArt}
  658. {block:Caption}<div class="text">{Caption}</div>{/block:Caption}
  659. {/block:Audio}
  660.  
  661. {block:Answer}
  662. <div class="askpic"><img class="askerpic" src="{AskerPortraitURL-64}"></div>
  663. <div class="answer" style="color:{color:link};">{Asker}: {Question}</div>
  664. <p>{Answer}</p>
  665. {/block:Answer}
  666.  
  667. {block:PermalinkPage}
  668. <a class="no" href="{ReblogParentURL}">{ReblogParentName}</a>
  669. {block:ContentSource}<a class="no" href="{SourceURL}">{SourceTitle}</a>{/block:ContentSource}
  670. {/block:PermalinkPage}
  671.  
  672.  
  673.  
  674. <div class="cornerholder"><div class="corner" style="left:-14px; top:6px;"></div></div>
  675. <div class="cornerholder"><div class="corner" style="left:505px; top:6px;"></div></div>
  676. <div class="cornerholder"><div class="cornerbottomleft" style="left:-14px; top:6px;"></div></div>
  677. <div class="cornerholder"><div class="cornerbottomright" style="left:505px; top:6px;"></div></div>
  678. </div>
  679.  
  680. <div id="footer">
  681. <div class="cornerholder"><div class="corner" style="left:-14px; top:-14px;"></div></div>
  682. <div class="cornerholder"><div class="corner" style="left:505px; top:-14px;"></div></div>
  683. <div class="cornerholder"><div class="cornertopleft" style="left:-14px; top:-14px;"></div></div>
  684. <div class="cornerholder"><div class="cornertopright" style="left:505px; top:-14px;"></div></div>
  685. <div class="tags">{block:HasTags}{block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}{/block:HasTags}</div><div class="notes">{block:NoteCount}<a href="{Permalink}">{NoteCount}</a>{/block:NoteCount} <a href="{ReblogURL}" title="steal the post?">| steal this</a></div>
  686.  
  687. <div class="cornerholder"><div class="corner" style="left:-14px; top:6px;"></div></div>
  688. <div class="cornerholder"><div class="corner" style="left:505px; top:6px;"></div></div>
  689. <div class="cornerholder"><div class="cornerbottomleft" style="left:-14px; top:6px;"></div></div>
  690. <div class="cornerholder"><div class="cornerbottomright" style="left:505px; top:6px;"></div></div>
  691. </div>
  692.  
  693.  
  694.  
  695.  
  696.  
  697. {block:PermalinkPage}
  698. {block:PostNotes}<div id="notewrapper">{PostNotes}</div>{/block:PostNotes}
  699. {/block:PermalinkPage}</div>
  700.  
  701. {/block:Posts}
  702.  
  703.  
  704. <div id="navigation">
  705.  
  706. {block:Pagination}
  707. <div id="navigation">{block:PreviousPage}<font style="float: left;"><a href="{PreviousPage}">←</a></font>{/block:PreviousPage}
  708.  
  709.  
  710. {block:NextPage}
  711. <font style="float: right;"><a href="{NextPage}">→</a></font>
  712. {/block:NextPage}</div>
  713. {/block:Pagination}
  714.  
  715.  
  716. </div>
  717.  
  718. </div>
  719.  
  720.  
  721.  
  722.  
  723. <div id="sidebarwrapper"><div id="sidebar">
  724. <div id="fishbabe"><img src="{image:sidebar}"></div>
  725. <select onChange="location.href=this.options[this.selectedIndex].value;" id="navi">
  726. <option value="/">navigation</option>
  727. <option value="/">home</option>
  728. <option value="/ask">ask</option>
  729. <option value="/submit">submit</option>
  730. {block:Iflink1}<option value="{text:link 1 url}">{text:link 1 title}</option>{/block:Iflink1}
  731. {block:Iflink2}<option value="{text:link 2 url}">{text:link 2 title}</option>{/block:Iflink2}
  732. {block:Iflink3}<option value="{text:link 3 url}">{text:link 3 title}</option>{/block:Iflink3}
  733. {block:Iflink4}<option value="{text:link 4 url}">{text:link 4 title}</option>{/block:Iflink4}
  734. {block:Iflink5}<option value="{text:link 5 url}">{text:link 5 title}</option>{/block:Iflink5}
  735. {block:Iflink6}<option value="{text:link 6 url}">{text:link 6 title}</option>{/block:Iflink6}
  736. {block:Iflink7}<option value="{text:link 7 url}">{text:link 7 title}</option>{/block:Iflink7}
  737. <option value="http://kingies.tumblr.com/tagged/themes">theme credit</option>
  738. </select>
  739. <font class="desc">{Description}</font>
  740.  
  741. <br></br>
  742.  
  743. <a href="http://www.tumblr.com/follow/officialcatvevo"><img src="http://static.tumblr.com/jimhf2g/OUzm19r2f/tumbtips_follow_greensmall.png"</a>
  744. <p> <a href="http://www.tumblr.com/dashboard">or go back to your dashboard(: </a></p>
  745.  
  746.  
  747.  
  748.  
  749. </div></div>
  750.  
  751. </div>
  752.  
  753.  
  754. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
  755. <script type="text/javascript" src="http://scrolltotopbutton.googlecode.com/files/arrow12.js"></script>
  756. <noscript></noscript>
  757. </body>
  758. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement