Advertisement
Guest User

Untitled

a guest
May 28th, 2016
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 22.16 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.  
  4. <!-------
  5. theme by kuroneki. don't remove this part and don't remove my in-theme credit. u are allowed to change the colors/corner position, but nothing else.
  6.  
  7. feel free to send a msg to my blog if something doesnt work or if you need help with certain customization.
  8. <!------>
  9.  
  10. <head>
  11. <title>{Title}</title>
  12. <link rel="shortcut icon" href="{image:Favicon}" />
  13. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  14.  
  15. <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
  16.  
  17. <link href='https://fonts.googleapis.com/css?family=Source+Sans+Pro' rel='stylesheet' type='text/css'> <!-- this is a font source, don't delete -->
  18.  
  19. <link href='https://fonts.googleapis.com/css?family=Righteous' rel='stylesheet' type='text/css'>
  20.  
  21. <meta name="color:Background" content="#fff" />
  22. <meta name="color:Text" content="#bbb"/>
  23. <meta name="image:Background" content=""/>
  24. <meta name="image:Sidebar Image" content=""/>
  25. <meta name="image:Favicon" content=""/>
  26. <meta name="image:FloatingImg" content=""/>
  27.  
  28. <meta name="color:Scrollbar" content="#000"/>
  29. <meta name="color:Blockquote" content="#eee"/>
  30. <meta name="color:Link" content="#aaa"/>
  31. <meta name="color:Link Hover" content="#7bd7c2"/>
  32. <meta name="color:Permalinks Color" content="#000"/>
  33. <meta name="color:Post BG Color" content="#fff"/>
  34. <meta name="color:Border Colors" content="#000"/>
  35. <meta name="color:Search Box Color" content="#fff"/>
  36. <meta name="color:Top Buttons Color" content="#fff"/>
  37. <meta name="color:Top Buttons Text Color" content="#000"/>
  38. <meta name="color:Sidebar BG Color" content="#fff"/>
  39. <meta name="color:Sidebar Text Color" content="#000"/>
  40. <meta name="color:Sidebar Border Color" content="#000"/>
  41. <meta name="color:Header BG Color" content="#fff"/>
  42. <meta name="color:Navigation BG Color" content="#fff"/>
  43. <meta name="color:Navigation Text Color" content="#000"/>
  44. <meta name="color:Updates Tab BG Color" content="#fff"/>
  45. <meta name="color:Updates Tab Text Color" content="#000"/>
  46.  
  47. <meta name="text:Floater Width" content="230">
  48. <meta name="text:Floater Position Vertical" content="230">
  49. <meta name="text:Floater Position Horizontal" content="230">
  50.  
  51. <meta name="text:Navigation Title" content="Navigation"/>
  52. <meta name="text:Link 1 Title" content="link 1"/>
  53. <meta name="text:Link 1 url" content="/"/>
  54. <meta name="text:Link 2 Title" content="link 2"/>
  55. <meta name="text:Link 2 url" content="/"/>
  56. <meta name="text:link 3 Title" content="link 3"/>
  57. <meta name="text:Link 3 url" content="/"/>
  58. <meta name="text:Link 4 Title" content="link 4"/>
  59. <meta name="text:Link 4 url" content="/"/>
  60. <meta name="text:Link 5 Title" content="link 5"/>
  61. <meta name="text:Link 5 url" content="/"/>
  62. <meta name="text:Link 6 Title" content="link 6"/>
  63. <meta name="text:Link 6 url" content="/"/>
  64.  
  65. <meta name="if:ShowCaptions" content="0"/>
  66. <meta name="if:ShowTags" content="0"/>
  67. <meta name="if:SidebarImg" content="0"/>
  68. <meta name="if:FloatingImage" content="0"/>
  69. <meta name="if:AlignFloaterToBottom" content="0"/>
  70. <meta name="if:UpdatesTab" content="0"/>
  71. <meta name="if:ThreeMoreLinks" content="0"/>
  72. <meta name="if:FullsizeBG" content="0"/>
  73. <meta name="if:HeaderDropShadow" content="0"/>
  74. <meta name="if:MonochromeImages" content="0"/>
  75. <meta name="if:FadedImages" content="0"/>
  76.  
  77. <meta name="if:Battery" content="0"/>
  78. <meta name="if:EmptyBattery" content="0"/>
  79. <meta name="if:OneFifthBattery" content="0"/>
  80. <meta name="if:TwoFifthBattery" content="0"/>
  81. <meta name="if:ThreeFifthBattery" content="0"/>
  82. <meta name="if:FourFifthBattery" content="0"/>
  83. <meta name="if:FullBattery" content="0"/>
  84.  
  85. <meta name="if:InvertedBattery" content="0"/>
  86. <meta name="if:WhiteEmptyBattery" content="0"/>
  87. <meta name="if:WhiteOneFifthBattery" content="0"/>
  88. <meta name="if:WhiteTwoFifthBattery" content="0"/>
  89. <meta name="if:WhiteThreeFifthBattery" content="0"/>
  90. <meta name="if:WhiteFourFifthBattery" content="0"/>
  91. <meta name="if:WhiteFullBattery" content="0"/>
  92.  
  93.  
  94. <style type="text/css">
  95.  
  96. iframe#tumblr_controls {
  97. right: 5px !important;
  98. position: fixed !important;
  99. }
  100.  
  101. body {
  102. color: {color:Text};
  103. background-color: {color:Background};
  104. background-image: url({image:Background});
  105. background-repeat: repeat;
  106. {block:ifFullsizeBG}
  107. background-size: cover;
  108. {/block:ifFullsizeBG}
  109. background-attachment: fixed;
  110. font-family: "source sans pro";
  111. font-size: 11px;
  112. letter-spacing: 1px;
  113. line-height: 12px;
  114. text-transform: lowercase;
  115. margin-top:100px;
  116. }
  117.  
  118. a {
  119. text-decoration: none;
  120. color: {color:Link};
  121. -o-transition:.5s;
  122. -ms-transition:.5s;
  123. -moz-transition:.5s;
  124. -webkit-transition:.5s;
  125. }
  126.  
  127. a:hover {
  128. color:{color:Link Hover};
  129. cursor: help;
  130. -o-transition:.5s;
  131. -ms-transition:.5s;
  132. -moz-transition:.5s;
  133. -webkit-transition:.5s;
  134. }
  135.  
  136. ::-webkit-scrollbar {
  137. width: 3px;
  138. height: 5px;
  139. background: transparent;
  140. }
  141. ::-webkit-scrollbar-thumb {
  142. background: {color:Scrollbar};
  143. border-radius: 16px;
  144. }
  145.  
  146. #header {
  147. position: fixed;
  148. margin-top: -100px;
  149. margin-left: -10px;
  150. width: 120%;
  151. height: 26px;
  152. background-color: {color:Header BG Color};
  153. z-index: 99;
  154. border-bottom: 1px solid {color:Border Colors};
  155. {block:ifHeaderDropShadow}
  156. -webkit-box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.3);
  157. {/block:ifHeaderDropShadow}
  158. }
  159.  
  160. #content {
  161. {block:IndexPage}
  162. width: 250px;
  163. {/block:IndexPage}
  164. {block:PermalinkPage}
  165. width: 400px;
  166. {/block:PermalinkPage}
  167. position: relative;
  168. margin-left: 300px;
  169. margin-top: 60px;
  170. }
  171.  
  172. .entry {
  173. border: 1px solid {color:Border Colors};
  174. margin-bottom: 60px;
  175. background: {color:Post BG Color};
  176. padding:10px;
  177. width: 450px;
  178. -webkit-box-shadow: 1px 1px 0 0 {color:Border Colors};
  179. overflow: hidden;
  180. z-index: -9;
  181. }
  182.  
  183. .entry img {
  184. max-width: 100%;
  185. height:auto;
  186. {block:ifMonochromeImages}
  187. -webkit-filter: grayscale(100%);
  188. {/block:ifMonochromeImages}
  189. {block:ifFadedImages}
  190. -webkit-transition: opacity 0.5s linear;
  191. opacity: 0.75;
  192. {/block:ifFadedImages}
  193. }
  194.  
  195. .entry img:hover {
  196. -webkit-transition: opacity 0.5s linear;
  197. opacity: 1;
  198. }
  199.  
  200. #perma {
  201. width: 461px;
  202. height: 14px;
  203. position: relative;
  204. text-align: center;
  205. letter-spacing: 2px;
  206. text-transform: lowercase;
  207. background: {color:Permalinks BG};
  208. color: {color:Permalinks Color};
  209. padding: 5px;
  210. padding-left: 6px;
  211. padding-top: 7px;
  212. background-color: {color:Border Colors};
  213. -webkit-box-shadow: 1px 1px 0 0 {color:Border Colors};
  214. }
  215.  
  216. #perma a {
  217. color: {color:Permalinks Color};
  218. text-decoration: none;
  219. -o-transition:.5s;
  220. -ms-transition:.5s;
  221. -moz-transition:.5s;
  222. -webkit-transition:.5s;
  223. }
  224.  
  225. #perma a:hover {
  226. text-shadow: 1px 1px 1px #fff;
  227. -o-transition:.5s;
  228. -ms-transition:.5s;
  229. -moz-transition:.5s;
  230. -webkit-transition:.5s;
  231. }
  232.  
  233. #side {
  234. margin-top: 130px;
  235. margin-left: 50px;
  236. position: fixed;
  237. width: 100px;
  238. color: {color:Sidebar Text Color};
  239. text-transform: lowercase;
  240. background-color: {color:Sidebar BG Color};
  241. padding: 10px;
  242. border: 1px solid {color:Sidebar Border Color};
  243. -webkit-box-shadow: 1px 1px 0 0 {color:Sidebar Border Color};
  244. }
  245.  
  246. #sidebar img {
  247. width: 100px;
  248. height: auto;
  249. }
  250.  
  251. #description {
  252. text-align: center;
  253. margin-top: -20px;
  254. }
  255.  
  256. #side a {
  257. color: {color:Link};
  258. }
  259.  
  260. #side a:hover {
  261. color: {color:Link Hover};
  262. }
  263.  
  264. blockquote {
  265. border-left: 1px solid {color:Blockquote};
  266. margin-left: 6px;
  267. padding-left: 10px;
  268. }
  269.  
  270. ol.notes {
  271. margin-top: 20px;
  272. margin-left: -20px;
  273. line-height: 20px;
  274. }
  275.  
  276. ol.notes img {
  277. display:none;
  278. }
  279.  
  280. .top.media.photoset {
  281. line-height: 0;
  282. position: relative;
  283. display: inline-block;
  284. }
  285.  
  286. .html_photoset {
  287. {block:ifMonochromeImages}
  288. -webkit-filter: grayscale(100%);
  289. {/block:ifMonochromeImages}
  290. {block:ifFadedImages}
  291. -webkit-transition: opacity 0.5s linear;
  292. opacity: 0.75;
  293. {/block:ifFadedImages}
  294. }
  295.  
  296. .html_photoset:hover {
  297. -webkit-transition: opacity 0.5s linear;
  298. opacity: 1;
  299. }
  300.  
  301. #wrapper {
  302. width: 845px;
  303. margin: 0px auto;
  304. }
  305. img.avatar {display:none; }
  306.  
  307. .dropdown {
  308. font-size: 11px;
  309. font-family: 'source sans pro';
  310. text-transform: lowercase;
  311. width: 100px;
  312. color: {color:Navigation Text Color};
  313. background: {color:Navigation BG color};
  314. padding: 3px;
  315. outline: 0;
  316. border: 1px solid {color:Sidebar Border Color};
  317. -webkit-box-shadow: 1px 1px 0 0 {color:Sidebar Border Color};
  318. }
  319.  
  320.  
  321. #battery {
  322. margin-top: 130px;
  323. margin-left: 10px;
  324. position: fixed;
  325. width: 20px;
  326. height: 10px;
  327. padding: 5px;
  328. background-color: {color:Sidebar BG Color};
  329. border: 1px solid {color:Sidebar Border Color};
  330. -webkit-box-shadow: 1px 1px 0 0 {color:Sidebar Border Color};
  331. {/block:ifBattery}
  332. }
  333.  
  334.  
  335.  
  336. #invertedbattery {
  337. margin-top: 130px;
  338. margin-left: 10px;
  339. position: fixed;
  340. width: 20px;
  341. height: 10px;
  342. padding: 5px;
  343. background-color: {color:Sidebar BG Color};
  344. border: 1px solid {color:Sidebar Border Color};
  345. -webkit-box-shadow: 1px 1px 0 0 {color:Sidebar Border Color};
  346. {/block:ifInvertedBattery}
  347. }
  348.  
  349. #credit { /* DO NOT REMOVE THIS */
  350. position:fixed;
  351. padding-left: 3px;
  352. padding-right: 2px;
  353. padding-bottom: 5px;
  354. padding-top: 5px;
  355. bottom: 10px;
  356. left: 10px;
  357. font-size:18px;
  358. border: 1px solid #000;
  359. background: #fff; /* feel free to recolor this to fit the rest */
  360. }
  361.  
  362. #credit a {
  363. color: #000; /* feel free to recolor this to fit the rest */
  364. font-style: normal;
  365. text-shadow: none;
  366. text-decoration: none;
  367. }
  368.  
  369. #sideimg {
  370. margin: 0px auto;
  371. position: fixed;
  372. bottom: -5px;
  373. margin-left: -250px;
  374. }
  375.  
  376. #buttons {
  377. position: fixed;
  378. z-index: 99999999;
  379. top: 6px;
  380. left: 3px;
  381. }
  382.  
  383. #buttons2 {
  384. position: fixed;
  385. z-index: 99999999;
  386. top: 6px;
  387. left: 48px;
  388. }
  389.  
  390.  
  391. .buttonstyle {
  392. color: {color:Top Buttons Text Color};
  393. padding-left: 3px;
  394. padding-right: 3px;
  395. padding-bottom: 2px;
  396. padding-top: 2px;
  397. border: 1px solid {color:Border Colors};
  398. background-color: {color:Top Buttons Color};
  399. text-transform: uppercase;
  400. text-decoration: none;
  401. font-size: 9px;
  402. -webkit-box-shadow: 1px 1px 0 0 {color:Border Colors};
  403. -o-transition:0s;
  404. -ms-transition:0s;
  405. -moz-transition:0s;
  406. -webkit-transition:0s;
  407.  
  408. }
  409.  
  410. .buttonstyle:hover {
  411. margin-left: 2px;
  412. margin-top: 2px;
  413. color: {color:Top Buttons Text Color};
  414. border: 1px solid {color:Border Colors};
  415. background-color: {color:Top Buttons Color};
  416. text-transform: uppercase;
  417. font-size: 9px;
  418. -webkit-box-shadow: inset 1px 1px 0 0 {color:Border Colors};
  419. -o-transition:0s;
  420. -ms-transition:0s;
  421. -moz-transition:0s;
  422. -webkit-transition:0s;
  423. }
  424.  
  425. #timeago {
  426. float: left;
  427. }
  428.  
  429. #reblog {
  430. float: right;
  431. }
  432.  
  433. #searchbox {
  434. position: fixed;
  435. margin-left: 105px;
  436. margin-top: -96px;
  437. z-index: 99999999999999;
  438. }
  439.  
  440. .sfm input {
  441. background-color: {color:Search Box Color};
  442. font-size: 8px;
  443. border: 1px solid {color:Border Colors};
  444. text-transform: uppercase;
  445. color: {color:Top Buttons Text Color};
  446. letter-spacing: 1px;
  447. padding-top: 4px;
  448. padding-bottom: 2px;
  449. padding-left: 3px;
  450. padding-right: 3px;
  451. -webkit-box-shadow: 1px 1px 0 0 {color:Border Colors};
  452. outline: 0;
  453. }
  454.  
  455. #sb {
  456. margin-left: 7px;
  457. vertical-align: top;
  458. color: {color:Top Buttons Text Color};
  459. border: 1px solid {color:Border Colors};
  460. background-color: {color:Top Buttons Color};
  461. text-transform: uppercase;
  462. -webkit-box-shadow: 1px 1px 0 0 {color:Border Colors};
  463. }
  464.  
  465. #sb:hover {
  466. margin-left: 9px;
  467. color: {color:Top Buttons Text Color};
  468. border: 1px solid {color:Border Colors};
  469. background-color: {color:Top Buttons Color};
  470. text-transform: uppercase;
  471. -webkit-box-shadow: inset 1px 1px 0 0 {color:Border Colors};
  472. }
  473.  
  474. #updates {
  475. position: fixed;
  476. top: -158px;
  477. margin-left: 0px;
  478. width: 120px;
  479. height: 190px;
  480. background-color: {color:Updates Tab BG Color};
  481. border: 1px solid {color:Border Colors};
  482. padding: 10px;
  483. -webkit-transition: all .5s ease-in-out;
  484. -moz-transition: all .5s ease-in-out;
  485. -o-transition: all .5s ease-in-out;
  486. z-index: 9;
  487. -webkit-box-shadow: 1px 1px 0 0 {color:Border Colors};
  488. }
  489.  
  490.  
  491. #updates:hover {
  492. top: 10px;
  493. }
  494.  
  495. #updatesheader {
  496. display: block;
  497. text-align: center;
  498. background-color: transparent;
  499. padding: 5px;
  500. color: {color:Updates Tab Text Color};
  501. margin-bottom: 5px;
  502. margin-left: 4px;
  503. letter-spacing: 5px;
  504. }
  505.  
  506. #updatestext {
  507. text-align: center;
  508. height: 150px;
  509. width: 110px;
  510. padding-right: 6px;
  511. margin-top: 15px;
  512. margin-bottom: 10px;
  513. margin-left: 7px;
  514. line-height: 15px;
  515. color: {color:Updates Tab Text Color};
  516. overflow: auto;
  517. }
  518.  
  519. #sideimg {
  520. {block:ifnotAlignFloaterToBottom}
  521. top: {text:Floater Position Vertical}px;
  522. {/block:ifnotAlignFloaterToBottom}
  523. {block:ifAlignFloaterToBottom}
  524. bottom: {text:Floater Position Vertical}px;
  525. {/block:ifAlignFloaterToBottom}
  526. margin-left: {text:Floater Position Horizontal}px;
  527. width: {text:Floater Width};
  528. z-index: 999999999;
  529. position: fixed;
  530. }
  531.  
  532. </style>
  533.  
  534. <script type="text/javascript" src="http://codes.bitshare.cm/infinitescrolling.js"></script>
  535.  
  536.  
  537. </head>
  538.  
  539. <body>
  540.  
  541. {block:ifUpdatesTab}
  542. <div id="updates">
  543.  
  544. <div id="updatestext">
  545. <!-- change this text to your own. use <br> to add a line break -->
  546. normal <i>cursive</i> <b>bold</b> <a href="/">link</a><br><u>underline</u> <s>strike</s>
  547. Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis dolore te feugait nulla facilisi.
  548.  
  549. </div>
  550.  
  551. <div id="updatesheader">updates</div>
  552. </div>
  553. {/block:ifUpdatesTab}
  554.  
  555. <div id="searchbox">
  556. <form action="/search" method="get" class="sfm">
  557. <input type="text" name="q" value="{SearchQuery}" id="sf"/>
  558. <input type="submit" value="Search" id="sb"/>
  559. </form></div>
  560.  
  561. <div id="buttons"><a href="/" class="buttonstyle">home</a></div>
  562. <div id="buttons2"><a href="/ask" class="buttonstyle">pester</a></div>
  563.  
  564. <div id="header"></div>
  565.  
  566. <div id="credit"><a href="http://kuroneki.tumblr.com/" title="theme by kuroneki">✿</a></div>
  567.  
  568. <div id="bgcornerimg"><img src="{image:Background Corner Image}" draggable="false"></div>
  569.  
  570. <div id="wrapper">
  571.  
  572. {block:ifFloatingImage}
  573. <div id="sideimg"><img src="{image:FloatingImg}" draggable="false"></div>
  574. {/block:ifFloatingImage}
  575.  
  576. {block:ifBattery}
  577. <div id="battery">
  578. {block:ifemptybattery}
  579. <img src="http://33.media.tumblr.com/d7537366a4b6843e83f26ce2f257105f/tumblr_inline_ngoenth8YW1t6231t.png">
  580. {/block:ifemptybattery}
  581.  
  582. {block:ifonefifthbattery}
  583. <img src="http://38.media.tumblr.com/5d5d4551471e7550d577c37287d98700/tumblr_inline_ngoenz3Owg1t6231t.png">
  584. {/block:ifonefifthbattery}
  585.  
  586. {block:iftwofifthbattery}
  587. <img src="http://31.media.tumblr.com/837982bcc31d7e739e78164ca8669ca1/tumblr_inline_ngoeo6Kvde1t6231t.png">
  588. {/block:iftwofifthbattery}
  589.  
  590. {block:ifthreefifthbattery}
  591. <img src="http://38.media.tumblr.com/e7b5b6b94875e21448e667339f7b8340/tumblr_inline_ngoeogD0J11t6231t.png">
  592. {/block:ifthreefifthbattery}
  593.  
  594. {block:iffourfifthbattery}
  595. <img src="http://38.media.tumblr.com/ceae6133cb2cfc748cb6f7b1b99ecd1d/tumblr_inline_ngoeoocYNN1t6231t.png">
  596. {/block:iffourfifthbattery}
  597.  
  598. {block:iffullbattery}
  599. <img src="http://33.media.tumblr.com/780c8c9b4fb363717b8b9e95df5b4ab9/tumblr_inline_ngoeowegnB1t6231t.png">
  600. {/block:iffullbattery}
  601. </div>
  602. {/block:ifBattery}
  603.  
  604.  
  605. {block:ifInvertedBattery}
  606. <div id="invertedbattery">
  607. {block:ifWhiteemptybattery}
  608. <img src="http://i.imgur.com/SvaqWTq.png">
  609. {/block:ifWhiteemptybattery}
  610.  
  611. {block:ifWhiteonefifthbattery}
  612. <img src="http://i.imgur.com/5XujC2Q.png">
  613. {/block:ifWhiteonefifthbattery}
  614.  
  615. {block:ifWhitetwofifthbattery}
  616. <img src="http://i.imgur.com/P3NH7ZD.png">
  617. {/block:ifWhitetwofifthbattery}
  618.  
  619. {block:ifWhitethreefifthbattery}
  620. <img src="http://i.imgur.com/ZHGsczl.png">
  621. {/block:ifWhitethreefifthbattery}
  622.  
  623. {block:ifWhitefourfifthbattery}
  624. <img src="http://i.imgur.com/eeTacjK.png">
  625. {/block:ifWhitefourfifthbattery}
  626.  
  627. {block:ifWhitefullbattery}
  628. <img src="http://i.imgur.com/32y6Scd.png">
  629. {/block:ifWhitefullbattery}
  630. </div>
  631. {/block:ifInvertedBattery}
  632.  
  633. <!--sidebar-->
  634. <div id="side">
  635.  
  636. {block:ifSidebarImg}
  637. <div id="sidebar img"><img src="{image:Sidebar Image}"></div>
  638. {/block:ifSidebarImg}<br><br>
  639. <div id="description">
  640. {description}
  641. </div><br>
  642.  
  643. <select class="dropdown" onchange="location=this.options[this.selectedIndex].value;">
  644. <option>{text:Navigation Title}</option>
  645. <option value="{text:Link 1 URL}">{text:Link 1 Title}</option>
  646. <option value="{text:Link 2 URL}">{text:Link 2 Title}</option>
  647. <option value="{text:Link 3 URL}">{text:Link 3 Title}</option>
  648. {block:ifThreeMoreLinks}
  649. <option value="{text:Link 4 URL}">{text:Link 4 Title}</option>
  650. <option value="{text:Link 5 URL}">{text:Link 5 Title}</option>
  651. <option value="{text:Link 6 URL}">{text:Link 6 Title}</option>
  652. {/block:ifThreeMoreLinks}
  653. </select>
  654.  
  655. </div>
  656. <!----->
  657.  
  658. <div id="content">
  659. {block:Posts}
  660.  
  661. <!-- {block:NoRebloggedFrom}
  662. {block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}
  663. {/block:NoRebloggedFrom} -->
  664.  
  665. <!--permalink-->
  666. {block:IndexPage}<div id="perma"><div id="timeago"><a href="{Permalink}" class="permalinks">{TimeAgo}</a> / {NoteCount} ♥</div><div id="reblog"><a href="{ReblogURL}" class="permalinks">reblog</a></div></div>{/block:IndexPage}
  667.  
  668. <div class="entry">
  669.  
  670. {block:Photo}<a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a> {block:IndexPage}
  671.  
  672. {block:ifShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:ifShowCaptions}
  673. {block:ifShowTags}{block:HasTags}{block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}{/block:HasTags}{/block:ifShowTags}
  674.  
  675. {/block:IndexPage}{block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}{/block:Photo}
  676.  
  677. {block:Photoset}
  678. <section class="ia photoset">
  679. {Photoset-250}
  680. </section>
  681. {block:IndexPage}{block:ifShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:ifShowCaptions}
  682.  
  683. {block:ifShowTags}{block:HasTags}{block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}{/block:HasTags}{/block:ifShowTags}{/block:IndexPage}{block:PermalinkPage}{block:ifShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:ifShowCaptions}{block:ifShowTags}{block:HasTags}{block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}{/block:HasTags}{/block:ifShowTags}{/block:PermalinkPage}
  684. {/block:Photoset}
  685.  
  686. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body} {block:ifShowTags}{block:HasTags}{block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}{/block:HasTags}{/block:ifShowTags}{/block:Text}
  687.  
  688. {block:Link}<h1><a href="{URL}">{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  689.  
  690. {block:Quote}"{Quote}"{block:Source}<br>- {Source}{/block:Source}{/block:Quote}
  691.  
  692. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label} </b>{/block:Label}<span><i>{Line}</i><br></span>{/block:Lines}{/block:Chat}
  693.  
  694. {block:Audio}{AudioPlayerWhite}{block:IndexPage}<p>{block:TrackName}Track: {TrackName}<br>{/block:TrackName}{block:Artist}Artist: {Artist}<br>{/block:Artist}{block:Album}Album: {Album}<br>{/block:Album}{block:PlayCount}Played: {PlayCount}{/block:PlayCount}{/block:IndexPage}{block:PermalinkPage}{block:ifShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:ifShowCaptions}{block:ifShowTags}{block:HasTags}{block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}{/block:HasTags}{/block:ifShowTags}{/block:PermalinkPage}{/block:Audio}
  695.  
  696. {block:Video}{block:IndexPage}{Video-250}{/block:IndexPage}{block:PermalinkPage}{Video-250}{/block:PermalinkPage} {block:IndexPage}{block:ifShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:ifShowCaptions}{block:ifShowTags}{block:HasTags}{block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}{/block:HasTags}{/block:ifShowTags}{/block:IndexPage}{block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{block:ifShowTags}{block:HasTags}{block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}{/block:HasTags}{/block:ifShowTags}{/block:PermalinkPage}{/block:Video}
  697.  
  698. {block:Answer}<b>{Asker}</b> asked: <br><i>{Question}</i><p>{Answer}{block:ifShowTags}{block:HasTags}{block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}{/block:HasTags}{/block:ifShowTags}{/block:Answer}
  699.  
  700. <!--permalink page-->
  701. {block:PermalinkPage}<br><br>
  702. <center>{NoteCountwithLabel}</center>
  703. {block:HasTags}{block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}{/block:HasTags}
  704. {block:PostNotes}{PostNotes}{/block:PostNotes}
  705. {/block:PermalinkPage}
  706. </div> <!---entry div--->
  707. {/block:Posts}
  708.  
  709. {block:ContentSource}<!-- {SourceURL}
  710. {block:SourceLogo}<img src="{BlackLogoURL}"width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}
  711. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  712. {/block:ContentSource}
  713. </div><!---content div--->
  714.  
  715. </div>
  716.  
  717. </body>
  718.  
  719. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement