Advertisement
feiinho

Untitled

May 26th, 2017
208
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <!--
  2. ╋╋╋┏┓╋╋┏┳┓┏┓╋╋╋╋╋╋╋┏━┓
  3. ┏┳┳╋╋┓┏┛┃┗┫┗┳━┳━━┳━┫━┫
  4. ┃┃┃┃┃┗┫╋┃┏┫┃┃┻┫┃┃┃┻╋━┃
  5. ┗━━┻┻━┻━┻━┻┻┻━┻┻┻┻━┻━┛ 
  6. Theme: Kate | Published:AUG 4TH, 2013 | Website: wildthemes.tumblr.com
  7.  
  8. --->
  9.  
  10. <!--Wildthemes is licensed under a Creative Commons Attribution. Getting rid of credits without permission by the of the theme creator is ɪʟʟᴇɢᴀʟ and if caught, further actions could be taken. You may edit the theme for personal use, WITH credit. You may distribute the theme to others, with credits. You cannot claim this theme as yours. -->
  11.  
  12. <!-- For INFINITE SCROLLING, go to customize, and scroll down to the Advanced section. And change POSTS PER PAGE to 15.-->
  13.  
  14. <!-- For further theme html related help, go to http://blissful.tk/askfaq-->
  15.  
  16.  
  17.  
  18.  
  19.  
  20. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  21. <html xmlns="http://www.w3.org/1999/xhtml">
  22. <head>
  23. <link rel="stylesheet" href="http://static.tumblr.com/tak5d5w/raDlsuinn/quicksandfonts.css" type="text/css" charset="utf-8">
  24.  
  25. <script type="text/javascript"
  26. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  27.  
  28.  
  29.  
  30. <meta name="color:background" content="#ffffff"/>
  31. <meta name="color:Content" content="#ffffff"/>
  32. <meta name="color:Navigation background" content="#ddd"/>
  33. <meta name="color:Navigation links" content="#fff"/>
  34.  
  35. <meta name="color:Font" content="#130C11"/>
  36. <meta name="color:Link hover" content="#130C11"/>
  37. <meta name="color:Link" content="#000000"/>
  38. <meta name="image:Sidebar Image" content="1"/>
  39. <meta name="image:Background" content="1"/>
  40.  
  41. <meta name="if:Show sidebar photo" content="0"/>
  42. <meta name="text:Blogtitle size" content="50" />
  43.  
  44.  
  45. <meta name="if:One Column" content="0"/>
  46.  
  47. <meta name="if:Two Columns" content="0"/>
  48.  
  49. <meta name="if:Three Columns" content="1"/>
  50.  
  51. <meta name="if:Four Columns" content="0"/>
  52.  
  53. <meta name="if:Faded images" content="1"/>
  54.  
  55.  
  56.  
  57. <meta name="text:Link One Title" content=""/>
  58. <meta name="text:Link One" content="" />
  59. <meta name="text:Link Two Title" content=""/>
  60. <meta name="text:Link Two" content=""/>
  61. <meta name="text:Link Three Title" content=""/>
  62. <meta name="text:Link Three" content=""/>
  63. <meta name="text:Link Four Title" content=""/>
  64. <meta name="text:Link Four" content=""/>
  65. <meta name="text:Link Five Title" content=""/>
  66. <meta name="text:Link Five" content=""/>
  67. <meta name="text:Link Six Title" content=""/>
  68. <meta name="text:Link Six" content=""/>
  69.  
  70. <link href='http://fonts.googleapis.com/css?family=Asap|Share' rel='stylesheet' type='text/css'>
  71.  
  72.  
  73. <title>{Title} </title>{block:Description}<meta name=”description” content=”{MetaDescription}” />{/block:Description}
  74. <link href='http://fonts.googleapis.com/css?family=Short+Stack' rel='stylesheet' type='text/css'>
  75.  
  76.  
  77.  
  78. <style type="text/css">
  79.  
  80. #tumblr_controls{
  81. opacity:0.9;
  82. position:absolute !important; ;
  83. }
  84. ::-webkit-scrollbar-thumb:vertical {
  85. background-color:{color:Link};
  86. height:auto;
  87. width:5px;
  88. }
  89.  
  90. ::-webkit-scrollbar-thumb:horizontal {
  91. background-color:{color:Link};
  92. height:8px;
  93. }
  94.  
  95. ::-webkit-scrollbar {
  96. height:8px;
  97. width:5px;
  98. background-color:transparent;
  99. }
  100.  
  101.  
  102.  
  103.  
  104. #tumblr_controls{
  105. position:fixed !important;
  106. -webkit-filter: invert(100%) ;
  107. }
  108.  
  109. .wrapper{
  110. margin: 0px auto;
  111. width: 802px;
  112. }
  113.  
  114. .header{
  115. float: left;
  116. width: 100%;
  117. }
  118.  
  119. .left{
  120. float: left;
  121. margin-right: 20px;
  122. width: 802px;
  123. }
  124.  
  125. .right{
  126. float: right;
  127. width: 200px;
  128. background-color: {color:Background};
  129. }
  130.  
  131. body {
  132. padding: 0px;
  133. margin: 0px;
  134. color: {color:Font};
  135. font-family: tahoma;
  136. font-size:10px;
  137. background-color: {color:Background};
  138. background-image:url({image:Background});
  139. background-attachment: fixed;
  140. background-repeat: repeat;
  141. }
  142. a { text-decoration: none !important;}
  143. a:link, a:active, a:visited{
  144. color: {color:Link} ;
  145. -webkit-transition: color 0.6s ease-out;
  146. -moz-transition: color 0.6s ease-out;
  147.  
  148. }
  149.  
  150. a:hover {
  151.  
  152.  
  153. color:{color:Link hover};
  154. -webkit-transition: opacity 1s linear;opacity: 1;-webkit-transition: all 0.8s ease-out;-moz-transition: all 0.8s ease-out;transition: all 0.8s ease-out;
  155. }
  156.  
  157.  
  158.  
  159. .entry {
  160. background-color:{color:Content};
  161. margin:1px;
  162. text-transform:none;
  163. line-height:13px;
  164. {block:IndexPage}
  165. width:540px;
  166. {block:ifFourColumns}
  167. width:179.4px;
  168. {/block:ifFourColumns}
  169. {block:ifThreeColumns}
  170. width:240px;
  171. {/block:ifThreeColumns}
  172. {block:ifTwoColumns}
  173. width:260px;
  174. {/block:ifTwoColumns}
  175. {block:ifOneColumn}
  176. width:540px;
  177. {/block:ifOneColumn}
  178. margin-bottom:-2px;
  179. {/block:IndexPage}
  180. {block:PermalinkPage}
  181. width:500px;
  182. opacity: 1;
  183.  
  184. {/block:PermalinkPage}
  185. overflow:hidden;
  186.  
  187.  
  188. text-decoration: none !important;
  189.  
  190.  
  191. z-index:0;
  192.  
  193. {block:ifFadedimages}
  194. opacity: 0.7;
  195. filter: alpha(opacity = 80);
  196. {block:PermalinkPage}
  197. opacity: 1;
  198.  
  199. {/block:PermalinkPage}
  200. {/block:ifFadedimages}
  201. }
  202. .entry:hover{{block:ifFadedimages}
  203. opacity: 1;
  204. filter: alpha(opacity = 80);
  205. {/block:ifFadedimages}opacity:1;-webkit-transition: all 0.8s linear;
  206. -moz-transition: all 0.8s linear;
  207. transition: all 0.8s linear;}
  208.  
  209. .entry .perma{
  210. position:absolute;
  211. width:100%;
  212. padding:3px;
  213. background-color:#fff;
  214. margin-left: 0px;
  215. border-bottom:1px solid #ddd;
  216. overflow:hidden;
  217. top: -3px;
  218. font-family: consolas;
  219. text-transform:uppercase;
  220. letter-spacing:2px;
  221. font-size:8px;
  222. left:0px;
  223. text-align:center;
  224. opacity:0.0;
  225. height:5px;
  226. padding:7px;
  227. line-height:110%;
  228.  
  229. -webkit-transition: all 0.8s linear;
  230. -moz-transition: all 0.8s linear;
  231. transition: all 0.8s linear;
  232. -webkit-filter: blur(3px);
  233.  
  234. }
  235.  
  236. .entry:hover .perma{
  237. -webkit-filter: blur(0px);
  238. -webkit-transition: all 0.7s ease-out;-moz-transition: all 0.7s ease-out;transition: all 0.7s ease-out;
  239. top: 0px;
  240.  
  241. overflow:visible;
  242. -webkit-transition: opacity 1.5s linear; opacity: 1.6;
  243. transition: all 0.4s linear;
  244. opacity: 0.9;
  245. -webkit-transition: all 0.8s linear;
  246. -moz-transition: all 0.8s linear;
  247. transition: all 0.8s linear;
  248. }
  249.  
  250.  
  251.  
  252.  
  253.  
  254. .entry .perma2{
  255. position:absolute;
  256. width:auto;
  257. padding:3px;
  258. background-color:#fff;
  259. margin-left: 0px;
  260. border:1px solid #eee;
  261. overflow:hidden;
  262. top: 34px;
  263. font-family: consolas;
  264. text-transform:uppercase;
  265. letter-spacing:2px;
  266. line-height:140%;
  267. font-size:8px;
  268. left:13px;
  269. text-align:center;
  270. opacity:0.0;
  271. -webkit-transition: all 0.8s linear;
  272. -moz-transition: all 0.8s linear;
  273. transition: all 0.8s linear;-webkit-filter: blur(3px);
  274.  
  275. }
  276.  
  277. .entry:hover .perma2{-webkit-filter: blur(0px);
  278.  
  279. overflow:visible;
  280. -webkit-transition: opacity 1.5s linear; opacity: 1.6;
  281. transition: all 0.4s linear;
  282. opacity: 0.9;
  283. -webkit-transition: all 0.8s linear;
  284. -moz-transition: all 0.8s linear;
  285. transition: all 0.8s linear;
  286. }
  287.  
  288. .entry:hover .perma2:hover{
  289. padding:3px;
  290. -webkit-transition: all 0.5s linear;
  291. -moz-transition: all 0.5s linear;
  292. transition: all 0.5s linear;
  293. }
  294. tion: all 0.8s linear;
  295. }
  296.  
  297.  
  298.  
  299.  
  300.  
  301.  
  302.  
  303. .permalinktext {
  304. display: block;
  305. padding: 1px;
  306. margin: 0px 0px 0px 8px;
  307. font-family: calibri;
  308. letter-spacing: 0px;
  309. font-size: 9px;
  310. color: #424242;
  311. line-height: 10px;
  312. text-transform:uppercase;
  313. text-align: right;
  314. text-decoration: none;
  315. -webkit-transition: color 0.5s ease-out;
  316. -moz-transition: color 0.5s ease-out;
  317. border-top: 1px solid #ddd;
  318. }
  319.  
  320.  
  321.  
  322.  
  323. #border{
  324. background-color:{color:Background};
  325. background-attachment: fixed;
  326. background-image: repeat;
  327. background-image:url({image:Left Border Image});
  328. position: fixed;
  329. height:100%;
  330. right:240px;
  331. z-index:99999999;
  332. width: 400px;
  333.  
  334. }
  335. @font-face{font-family:'sb';src:url('http://static.tumblr.com/hcocigh/1wBm85vn6/sweetly_broken.ttf');}
  336.  
  337.  
  338.  
  339. @font-face {font-family:"Neou"; src:url('http://static.tumblr.com/zncos8d/0yDmd37fv/neou-thin.ttf');}
  340.  
  341.  
  342.  
  343.  
  344.  
  345. #border{
  346. background-color:{color:Background};
  347. background-attachment: fixed;
  348. background-image: repeat;
  349. background-image:url({image:Border});
  350. width: 254px;
  351. padding:4px;
  352. position: fixed;
  353. height:100%;
  354. top:-5px;
  355. left:93px;
  356. z-index:99999999;
  357. }
  358.  
  359.  
  360. div#sidebar{
  361. position:fixed !important;
  362. left:115px;
  363. width: 230px;
  364. top:0px;
  365. background-color:{color:Content};
  366. padding: 0px;
  367. padding: 1px;
  368. letter-spacing:0px;
  369. padding: 2px;
  370. opacity:1;
  371. border-radius:2px;
  372. -webkit-transition: all 0.5s linear;
  373. -moz-transition: all 0.5s linear;
  374. transition: all 0.5s linear;
  375. position: fixed;
  376. text-align:center;
  377. overflow: hidden;
  378.  
  379.  
  380. height:100%;
  381.  
  382.  
  383.  
  384.  
  385. }
  386.  
  387. #rate{opacity:0px;-webkit-transition: all 0.5s linear;
  388. -moz-transition: all 0.5s linear;
  389. transition: all 0.5s linear;opacity:0;}
  390. #sidebar:hover #rate{opacity:1;}
  391.  
  392.  
  393.  
  394. #posts {
  395. width:543px;
  396.  
  397. {block:ifFourColumns}
  398. width: 724px;
  399. {/block:ifFourColumns}
  400. {block:ifThreeColumns}
  401. width: 726px;
  402. {/block:ifThreeColumns}
  403. {block:ifTwoColumns}
  404. width: 525px;
  405. {/block:ifTwoColumns}
  406. {block:ifOneColumn}
  407. width:543px;
  408. {/block:ifOneColumn}margin-left:75px;
  409. padding:1px;
  410. {block:PermalinkPage}
  411. width:503px;
  412. opacity: 1;
  413. padding:5px;
  414.  
  415. {/block:PermalinkPage}
  416.  
  417. margin-top: 0px;;
  418. float:left;
  419. background:white;
  420. text-decoration: none !important;
  421. }
  422.  
  423. .entry .permalinks{
  424. opacity:0;
  425. width:170px;
  426. height: 20px;
  427. top:-12px;
  428. position: absolute;
  429. text-transform: uppercase;
  430. font-family: calibri;
  431. font-size: 8px;
  432. color:#333333;
  433. line-height:20px;
  434. overflow:hidden;
  435. letter-spacing: 1px;
  436. text-align:center;
  437. background:#f1f1f1;
  438. border-bottom: 2px solid {color:Link};
  439. transition: all 0.7s ease-out;
  440. -o-transition-transition: all 0.7s ease-out;
  441. -webkit-transition: all 0.7s ease-out;
  442. -moz-transition: all 0.7s ease-out;
  443. }
  444.  
  445. .entry:hover .permalinks{
  446. opacity: .85;
  447. top:12px;
  448. transition: all 0.7s ease-out;
  449. -o-transition-transition: all 0.7s ease-out;
  450. -webkit-transition: all 0.7s ease-out;
  451. -moz-transition: all 0.7s ease-out;
  452. }
  453.  
  454.  
  455.  
  456.  
  457. .entry:hover .details {
  458. opacity: 1.0;
  459. margin:12px 0px 0px 0px;
  460. filter: alpha(opacity = 100);
  461. -webkit-transition: all .25s ease-in-out;
  462. -moz-transition: all .25s ease-in-out;
  463. -o-transition: all .25s ease-in-out;
  464. transition: all .25s ease-in-out;
  465. }
  466.  
  467.  
  468. .permahover {
  469. text-align: right;
  470. opacity:1;
  471. filter: alpha(opacity = 0);
  472. font-size: 9px;
  473. line-height: 9px;-webkit-transition: all .25s ease-in-out;
  474. -moz-transition: all .25s ease-in-out;
  475. -o-transition: all .25s ease-in-out;
  476. transition: all .25s ease-in-out;
  477. text-transform: uppercase;
  478. border-top:1px solid {color:Link};
  479. font-family:calibri;
  480. letter-spacing:2px;
  481. font-size:8px;
  482. margin-left:0px;
  483. }
  484.  
  485. .entry:hover .permahover{opacity:1}
  486.  
  487.  
  488.  
  489.  
  490. .text {
  491. padding: 0px;
  492. }
  493. .bubble a{color:white;}
  494.  
  495. .bubble {align:right;background: {color:Link}; margin:7px 0px 5px 62px;padding:10px;position: relative;-moz-border-radius:6px;-webkit-border-radius:6px;border-radius:6x; color:#fff; }
  496.  
  497. .bubble p {margin:1px 0px;}
  498.  
  499. .bubble span {display:block;position:absolute;width:1px;height:1px;font-size: 0;line-height: 1px;left:-10px;top:10px;border-top:7px solid transparent;border-bottom:7px solid transparent;border-right:10px solid {color:Link};}
  500.  
  501. .askborder {float: left;margin: 1px 4px 0 0;padding: 2px; background:{color:Link};}
  502.  
  503.  
  504. .entry:hover .textperma {
  505. opacity: 1;
  506. filter: alpha(opacity = 100);
  507. -webkit-transition: all ease-in 250ms;
  508. -moz-transition: all ease-in 250ms;
  509. -o-transition: all ease-in 250ms;
  510. -ms-transition: all ease-in 250ms;
  511. transition: all ease-in 250ms;
  512. }
  513.  
  514.  
  515. @font-face {font-family:"Neou"; src:url('http://static.tumblr.com/zncos8d/0yDmd37fv/neou-thin.ttf');}
  516.  
  517.  
  518.  
  519.  
  520.  
  521. .blogtitle a {color:{color:Link};}
  522. .blogtitle{
  523. font-family:quicksandlight;
  524. text-transform:uppercase;
  525. font-size:{text:Blogtitle size}px;
  526. text-decoration: none !important; }
  527.  
  528. @font-face { font-family: "cedarcursive"; src: url('http://themes.googleusercontent.com/static/fonts/cedarvillecursive/v1/cuCe6HrkcqrWTWTUE7dw-5zpMnghKP_wiJrQSyqob5U.woff'); }
  529.  
  530.  
  531.  
  532.  
  533. @font-face { font-family: "bebas neue"; src: url('http://static.tumblr.com/cvlbtjz/cnsln9tpp/bebasneue.otf'); }
  534.  
  535. .title{
  536. font-family: quicksandlight;
  537. font-size: 20px;
  538. line-height:100%;
  539. color: {color:Font};
  540. text-decoration: none !important;
  541. }
  542.  
  543.  
  544.  
  545. blockquote{
  546. padding:0px 0px 2px 5px;
  547. margin:0px 0px 2px 10px;
  548. border-left: 1px dotted #555555;
  549. }
  550.  
  551.  
  552. .bubble {align:right;background: #eee; margin:7px 0px 5px 62px;padding:10px;position: relative;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px; box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.06);
  553. -moz-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.06);
  554. -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.06);}
  555.  
  556. .bubble p {margin:1px 0px;}
  557.  
  558. .bubble span {display:block;position:absolute;width:1px;height:1px;font-size: 0;line-height: 1px;left:-10px;top:10px;border-top:7px solid transparent;border-bottom:7px solid transparent;border-right:10px solid #eee;}
  559.  
  560. .askborder {float: left;margin: 1px 4px 0 0;padding: 2px; background: #eee;}
  561.  
  562. #border1{
  563. position:fixed !important;
  564. width: 50px;
  565. height:100%;
  566. top: 0px;;
  567. opacity:0.7;
  568. left:200px;
  569. background-image:url({image:Left Border Image});
  570. background-attachment:fixed;
  571.  
  572. margin-left:-200px;
  573.  
  574. }
  575.  
  576. #help {
  577. position:fixed;
  578. background:#fafafa;
  579. width:200px;
  580. height:auto;
  581. overflow-y: hidden;
  582. margin-top: 35px;
  583. opacity: .6;
  584. text-align:center;
  585. padding:10px;
  586. border: 1px solid #a7cdec;
  587.  
  588. right:10px;
  589. font-size:11px;
  590. font-family:calibri;
  591. text-transform:uppercase;
  592. letter-spacing:1px;
  593. color:#aaa;
  594.  
  595. }
  596.  
  597. #help:hover {
  598. opacity: .9;
  599. height:auto;
  600. }
  601.  
  602.  
  603.  
  604.  
  605. .linkss a{;color:{color:Navigation links};opacity:1;}
  606. .linkss {
  607. padding:4px;
  608. margin-top:4px;
  609. line-height:100%;
  610. background: {color:Navigation background};color:{color:Navigation links};
  611. text-transform:uppercase;
  612. text-align:center;
  613. display: inline-block;
  614. -webkit-transition-duration: .6s;
  615. font-family: calibri;
  616.  
  617. text-decoration: none !important;
  618. }
  619.  
  620. .linkss:hover a{color:{color:Link hover};
  621. }
  622. .linkss:hover {color:{color:Link hover}; opacity:0.6;
  623. }
  624.  
  625.  
  626.  
  627. .reblog{{block:IndexPage}
  628. left:3px;position:absolute;-webkit-transition-duration: .6s;top:3px;opacity:0;background:black;padding:4px;border-radius:4px;height:20px;{/block:IndexPage}
  629. }
  630. .entry:hover .reblog{ {block:IndexPage}
  631. opacity:1;{/block:IndexPage}}
  632. .reblog:hover{ {block:IndexPage}
  633. -webkit-filter: invert(100%);{/block:IndexPage}
  634. }
  635.  
  636. .notecount a{{block:IndexPage}
  637. color:white;font-family:calibri;text-transform:uppercase;line-height:190%;{/block:IndexPage}
  638. }
  639. .notecount{{block:IndexPage}
  640. left:35px;position:absolute;-webkit-transition-duration: .6s;top:3px;opacity:0;background:black;padding:4px;border-radius:4px;height:20px;{/block:IndexPage}
  641. }
  642. .entry:hover .notecount{ {block:IndexPage}
  643. opacity:1;{/block:IndexPage}
  644. }
  645. .notecount:hover{ {block:IndexPage}
  646. -webkit-filter: invert(100%);{/block:IndexPage}
  647.  
  648. }
  649. {CustomCSS}
  650.  
  651. </style>
  652.  
  653. {block:IndexPage}
  654. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script><script type="text/javascript" src="http://static.tumblr.com/o0thhnj/QDcmcmi8j/infinitescrolling.txt"></script><script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  655.  
  656. <script type="text/javascript">
  657. $(window).load(function () {
  658. var $content = $('#posts');
  659. $content.masonry({itemSelector: '.entry'}),
  660. $content.infinitescroll({
  661. navSelector : 'div#pagination',
  662. nextSelector : 'div#pagination a#nextPage',
  663. itemSelector : '.entry',
  664. loading: {
  665. finishedMsg: '',
  666. img: 'http://static.tumblr.com/dbek3sy/pX1lrx8xv/ajax-loader.gif'
  667. },
  668. bufferPx : 600,
  669. debug : false,
  670. },
  671. // call masonry as a callback.
  672. function( newElements ) {
  673. var $newElems = $( newElements );
  674. $newElems.hide();
  675. // ensure that images load before adding to masonry layout
  676. $newElems.imagesLoaded(function(){
  677. $content.masonry( 'appended', $newElems, true, function(){$newElems.fadeIn(300);} );
  678.  
  679.  
  680. });
  681. });
  682. });
  683. </script>
  684.  
  685. {/block:IndexPage}
  686.  
  687. <title>{title}</title>
  688.  
  689. <link rel="shortcut icon" href="{Favicon}">
  690. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  691. <meta name="viewport" content="width=820" />
  692.  
  693.  
  694. </head>
  695.  
  696.  
  697.  
  698.  
  699. <body>
  700.  
  701.  
  702.  
  703. <div class="wrapper">
  704. <div class="header">
  705. <div id="sidebar">
  706. <div class="blogtitle"><a href="/">{Title}</a></div>
  707. {block:ifshowsidebarphoto}<center><a title="" href="/"><img style=""><img src="{image:Sidebar Image}" width=228px
  708. ></a>{/block:ifshowsidebarphoto}
  709.  
  710.  
  711. <span class="linkss"><a href="/">home</a></span>
  712.  
  713. {block:AskEnabled}<span class="linkss"><a href="/ask">ask</a> </span>
  714. {/block:AskEnabled}
  715.  
  716. {block:IfLinkOneTitle} <span class="linkss"> <a href="{text:Link One}"> {text:Link One Title}</a> </span> {/block:ifLinkOneTitle}
  717.  
  718. {block:IfLinkTwoTitle} <span class="linkss"> <a href="{text:Link Two}">{text:Link Two Title}</a> </span> {/block:ifLinkTwoTitle}
  719.  
  720. {block:IfLinkThreeTitle}<span class="linkss"> <a href="{text:Link Three}">{text:Link Three Title}</a> </span> {/block:ifLinkThreeTitle}
  721.  
  722. {block:IfLinkFourTitle} <span class="linkss"> <a href="{text:Link Four}">{text:Link Four Title}</a> </span> {/block:ifLinkFourTitle}
  723.  
  724. {block:IfLinkFiveTitle} <span class="linkss"> <a href="{text:Link Five}">{text:Link Five Title}</a> </span> {/block:ifLinkFiveTitle}
  725.  
  726.  
  727. {block:IfLinkSixTitle} <span class="linkss"> <a href="{text:Link Six}">{text:Link Six Title}</a> </span> {/block:ifLinkSixTitle}
  728.  
  729.  
  730. {block:HasPages}{block:Pages}<span class="linkss"> <a href="{URL}">{Label}</a></span>{/block:Pages}{/block:HasPages}
  731.  
  732. <span class="linkss"><a href="http://wildthemes.tumblr.com/">theme</a></span>
  733. <br>
  734. {Description}
  735. <br>
  736.  
  737.  
  738. </div>
  739.  
  740.  
  741.  
  742. <div class="left">
  743.  
  744. <div id="posts">
  745.  
  746. {block:Posts}
  747. <div class="entry">
  748.  
  749. {block:Text}
  750. <div class="text">
  751. {block:Title}
  752. <div class="title"> <a href="{Permalink}">{Title}</a></div>
  753. {/block:Title}
  754. {Body}
  755. <div class="permahover"><p><a href="{permalink}">{NoteCountwithLabel}</a> / <a href="{ReblogURL}" target="_blank">reblog</a></p></div>
  756. {block:IndexPage}
  757.  
  758. {/block:IndexPage}
  759. </div>
  760. {/block:Text}
  761. {block:Link}
  762. <div class="text">
  763. <div class="title"><a href="{URL}" class="link" {Target}>{Name}</a> </div>
  764. {block:Description}
  765. <div class="description">{Description}</div>
  766. {/block:Description}
  767. <p>
  768. {block:IndexPage}
  769. <div class="permahover"><p><a href="{permalink}">{NoteCountwithLabel}</a> / <a href="{ReblogURL}" target="_blank">reblog</a></p></div>
  770.  
  771. {/block:IndexPage}
  772.  
  773. </div>{/block:Link}
  774.  
  775.  
  776. {block:Photo}
  777. {block:indexpage} <div class="reblog">
  778. <a href="{ReblogURL}"><img src="http://static.tumblr.com/cs9z8nu/sxUmj0xd0/1357726963_media-repeat.png"width="20"></a></div>
  779. <div class="notecount"><a href="{Permalink}">{notecountwithlabel}</a></div>
  780.  
  781.  
  782.  
  783. <A href="{Permalink}"><img src="{PhotoURL-HighRes}" width="100%"/></a>
  784. {/block:indexpage}
  785. {block:permalinkpage}
  786. <a href="{PhotoURL-HighRes}"><img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a>
  787. {/block:permalinkpage} {block:IndexPage}
  788. {/block:IndexPage}
  789. {/block:Photo}
  790.  
  791.  
  792. {block:Answer}<img src="{AskerPortraitURL-48}" align="left" class="askborder"><div class="bubble"><span></span>{Asker} said : {Question}&nbsp;</div>{Answer} {block:indexpage}
  793. <div class="permahover"><a href="{permalink}">{NoteCountwithLabel}</a> / <a href="{ReblogURL}" target="_blank">reblog</a></p></div>
  794.  
  795. {/block:indexpage}{/block:Answer}
  796.  
  797.  
  798.  
  799. {block:Photoset}
  800. {block:IndexPage}
  801.  
  802. {block:Photos}<a href="{permalink}"><img src="{PhotoURL-500}" width="100%" style="padding:3px;"/></a>
  803. {/block:Photos}
  804. <div class="permahover"><p><a href="{permalink}">{NoteCountwithLabel}</a> / <a href="{ReblogURL}" target="_blank">reblog</a></p></div>
  805.  
  806. {/block:IndexPage}
  807.  
  808. {block:permalinkpage}
  809. {Photoset-500}
  810. {/block:permalinkpage}
  811. {/block:Photoset}
  812.  
  813.  
  814. {block:Quote}
  815. <div class="text">
  816. <div class="title"> "{Quote}" </div>
  817. {block:Source}
  818. <div style="text-align:right; line-height:12px;">- {Source}</div>
  819. {/block:Source}
  820. {block:IndexPage}
  821. <div class="permahover"><p><a href="{permalink}">{NoteCountwithLabel}</a> / <a href="{ReblogURL}" target="_blank">reblog</a></p></div>
  822.  
  823. {/block:IndexPage}
  824. </div>{/block:Quote}
  825.  
  826. {block:Chat}
  827. <div class="text">
  828. {block:Title}
  829. <div class="title"> <a href="{Permalink}">{Title}</a></div>
  830. {/block:Title}
  831. <ul class="chat">
  832. {block:Lines}
  833. <li class="{Alt} user_{UserNumber}"> {block:Label}<span style="text-transform:uppercase"> <span class="label">{Label}</span></span> {/block:Label}
  834. {Line} </li>
  835. {/block:Lines}
  836. </ul>
  837. {block:IndexPage}
  838. <div class="permahover"><p><a href="{permalink}">{NoteCountwithLabel}</a> / <a href="{ReblogURL}" target="_blank">reblog</a></p></div>
  839.  
  840. {/block:IndexPage}
  841. </div>{/block:Chat}
  842.  
  843.  
  844. {block:Audio}
  845. <div class="text">{AudioPlayerGrey}
  846. {block:Caption}{Caption}{/block:Caption}</div>{block:IndexPage}
  847. <div class="permahover"><p><a href="{permalink}">{NoteCountwithLabel}</a> / <a href="{ReblogURL}" target="_blank">reblog</a></p></div>
  848.  
  849. {/block:IndexPage}
  850. {/block:Audio}
  851.  
  852.  
  853. {block:Video}
  854. {block:IndexPage}
  855. <center>
  856. {Video-250}</center>
  857. {/block:IndexPage}
  858. {block:PermalinkPage}
  859. <center>
  860. {Video-500}</center>
  861. {/block:PermalinkPage}
  862. <span class="perm"><a href="{Permalink}"><a href="{Permalink}">{notecountwithlabel}</a> | <a href="{permalink}"><a href="{ReblogURL}" target="_blank">REBLOG</a>
  863. {block:Video}
  864.  
  865. {block:PermalinkPage}
  866. {block:Caption}{Caption}{/block:Caption}
  867. {block:Date}Posted on {DayOfWeek}, {Month} {DayOfMonth}{DayOfMonthSuffix} at {12HourWithZero}:{Minutes}{CapitalAmPm}{/block:Date} / {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}
  868. /
  869. {block:RebloggedFrom}via: <a href="{ReblogParentURL}">{ReblogParentName}</a> , {/block:RebloggedFrom}<hr>
  870. {/block:PermalinkPage}
  871.  
  872.  
  873. {block:PermalinkPage}
  874. {block:PostNotes}{PostNotes}{/block:PostNotes}
  875. <br>
  876. {/block:PermalinkPage}
  877. </div>{/block:Posts}</center>
  878. {/block:Posts}
  879. {/block:PermalinkPage}
  880.  
  881.  
  882.  
  883. </div>
  884.  
  885.  
  886. {/block:Posts}
  887. </div>
  888. </div>
  889. {block:IndexPage}
  890. {block:Pagination}
  891. <div id="pagination">
  892. {block:NextPage}
  893. <a id="nextPage" href="{NextPage}">&nbsp;&rarr;</a>
  894. {/block:NextPage}
  895. {block:PreviousPage}
  896. <a href="{PreviousPage}">&larr;&nbsp;</a>
  897. {/block:PreviousPage}
  898. </div>
  899. {/block:Pagination}
  900. {/block:IndexPage}
  901. </div>
  902.  
  903.  
  904. </body>
  905.  
  906. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement