Advertisement
Perfect-Nicholas

Theme 36 - Rogue

Apr 13th, 2017
11,210
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.96 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <head>
  3.  
  4.  
  5. <title>{Title}</title>
  6.  
  7. <link rel="shortcut icon" href="{Favicon}">
  8. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  9. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  10.  
  11. <!---- Theme 36 by llermans (tumblr.com) --->
  12.  
  13. <!--Default Variables-->
  14.  
  15. <meta name="color:Background" content="#ffffff"/>
  16. <meta name="color:Text" content="#000"/>
  17. <meta name="color:Link" content="#000000"/>
  18. <meta name="color:Title" content="#aaaaaa"/>
  19. <meta name="color:Border" content="#c6c6c6"/>
  20. <meta name="color:Sidebar Background" content="#f8f8f8"/>
  21. <meta name="color:Links Background" content="#FFFFFF"/>
  22.  
  23. <meta name="image:Sidebar Image" content=""/>
  24. <meta name="if:400px posts" content="1">
  25.  
  26. <meta name="text:Link 1 URL" content="" />
  27. <meta name="text:Link 1" content="" />
  28. <meta name="text:Link 2 URL" content="" />
  29. <meta name="text:Link 2" content="" />
  30. <meta name="text:Link 3 URL" content="" />
  31. <meta name="text:Link 3" content="" />
  32. <meta name="text:Link 4 URL" content="" />
  33. <meta name="text:Link 4" content="" />
  34. <meta name="text:Link 5 URL" content="" />
  35. <meta name="text:Link 5" content="" />
  36.  
  37.  
  38. <!-- jquery for tooltips-->
  39. <link href="http://db.onlinewebfonts.com/c/9bad38568524aba3a1d7251467c5bce7?family=Arial+Rounded+MT" rel="stylesheet" type="text/css"/>
  40. <link href="http://db.onlinewebfonts.com/c/fc52800c028576206a421f0613ca2285?family=Swis721+BdRnd+BT" rel="stylesheet" type="text/css"/>
  41.  
  42. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  43. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  44.  
  45. <script>
  46. (function($){
  47. $(document).ready(function(){
  48. $("a[title]").style_my_tooltips({
  49. tip_follows_cursor:true,
  50. tip_delay_time:30,
  51. tip_fade_speed:300,
  52. attribute:"title"
  53. });
  54. });
  55. })(jQuery);
  56. </script>
  57.  
  58. <!--CSS customization here. -->
  59.  
  60. <style type="text/css">
  61. @font-face {font-family: "Arial Rounded MT";
  62. src: url("http://db.onlinewebfonts.com/t/9bad38568524aba3a1d7251467c5bce7.eot");
  63. src: url("http://db.onlinewebfonts.com/t/9bad38568524aba3a1d7251467c5bce7.eot?#iefix") format("embedded-opentype"),
  64. url("http://db.onlinewebfonts.com/t/9bad38568524aba3a1d7251467c5bce7.woff") format("woff"),
  65. url("http://db.onlinewebfonts.com/t/9bad38568524aba3a1d7251467c5bce7.ttf") format("truetype"),
  66. url("http://db.onlinewebfonts.com/t/9bad38568524aba3a1d7251467c5bce7.svg#Arial Rounded MT") format("svg");
  67. }
  68.  
  69. @font-face {font-family: "Swis721 BdRnd BT";
  70. src: url("http://db.onlinewebfonts.com/t/fc52800c028576206a421f0613ca2285.eot");
  71. src: url("http://db.onlinewebfonts.com/t/fc52800c028576206a421f0613ca2285.eot?#iefix") format("embedded-opentype"),
  72. url("http://db.onlinewebfonts.com/t/fc52800c028576206a421f0613ca2285.woff") format("woff"),
  73. url("http://db.onlinewebfonts.com/t/fc52800c028576206a421f0613ca2285.ttf") format("truetype"),
  74. url("http://db.onlinewebfonts.com/t/fc52800c028576206a421f0613ca2285.svg#Swis721 BdRnd BT") format("svg");
  75. }
  76.  
  77. #s-m-t-tooltip{
  78. position:absolute;
  79. margin-top: 15px;
  80. z-index:9999;
  81. background:{color:background};
  82. }
  83.  
  84. /*basics*/
  85.  
  86. #posts blockquote {
  87. max-width: 100%;
  88. }
  89. blockquote {
  90. padding:2px 0 2px 30px;
  91. border-left:1px dotted{color:border};
  92. margin-left:30px;
  93. }
  94. body {
  95. background:{color:background};
  96. color:{color:text};
  97. font-family:times;
  98. letter-spacing:0.5px;
  99. font-size:11px;
  100. text-align:justify;
  101. margin:0;
  102. line-height:16px;
  103. }
  104. a {
  105. color:{color:link};
  106. text-decoration:none;
  107. }
  108. a:hover {
  109. text-decoration:underline;
  110. }
  111. li {
  112. list-style-image: url('http://static.tumblr.com/3yblkz0/phLn0ncjk/crss.png');
  113. }
  114. img{
  115. opacity:1;
  116. border:none;
  117. text-decoration:none
  118. }
  119. small {
  120. font-size:9px;
  121. }
  122. big {
  123. font-size:12px;
  124. }
  125. #title {
  126. font-size:12px;
  127. line-height:18px;
  128. font-weight:bold;
  129. margin-bottom:10px;
  130. text-transform:uppercase;
  131. text-align:left;
  132. }
  133.  
  134. /*sidebar*/
  135.  
  136. #sidebar {
  137. text-align:left;
  138. position:fixed;
  139. margin-left:-225px;
  140. margin-top:100px;
  141. width:150px;
  142. font-family:Arial Rounded MT;
  143. letter-spacing:0px;
  144. font-size:10px;
  145. }
  146. #sidebarim {
  147. margin-bottom:-5px
  148. }
  149. #sidebarim img {
  150. width:150px
  151. }
  152. #sidebarbackg {
  153. background:{color:Sidebar Background};
  154. padding-top:20px;
  155. padding: 20px;
  156. border-bottom: 1px solid {color:border};
  157. }
  158. #blogt {
  159. font-size:16px;
  160. font-weight:bold;
  161. color:{color:title};
  162. }
  163. #bite
  164. #bite a{
  165. display:block
  166. }
  167. #bite .death {
  168. margin-right:0px;
  169. filter: alpha(opacity = 0);
  170. opacity:1;
  171. -webkit-transition: all 0.5s ease-out;
  172. -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  173. }
  174. #bite:hover .death {
  175. margin-left:0px;
  176. -webkit-transition: all 0.8s ease-out;
  177. -moz-transition: all 0.8s ease-out;
  178. transition: all 0.8s ease-out;
  179. filter: alpha(opacity = 100);
  180. filter: alpha(opacity = 100);
  181. opacity:8;
  182. }
  183. #nav {
  184. text-align:center;
  185. }
  186. #links {
  187. text-align:center;
  188. font-size:7px;
  189. line-height:35px;
  190. padding: 8px 0px 8px 0px;
  191. font-family:cambria;
  192. text-transform:uppercase;
  193. }
  194. #links a {
  195. color:{color:link};
  196. background:{color:Sidebar Background};
  197. padding: 6px 5px 5px 5px;
  198. margin-right:3px;
  199. margin-left:3px;
  200. border-bottom: 1px solid {color:Border};
  201. letter-spacing: 2px;
  202. -webkit-transition: all 0.5s ease-in-out;
  203. -moz-transition: all 0.5s ease-in-out;
  204. -o-transition: all 0.5s ease-in-out;
  205. -ms-transition: all 0.5s ease-in-out;
  206. transition: all 0.5s ease-in-out;
  207. }
  208. #links a:hover {
  209. color:{color:link hover};
  210. background:{color:Sidebar Background};
  211. padding: 6px 5px 5px 5px;
  212. -webkit-transition: all 0.5s ease-in-out;
  213. -moz-transition: all 0.5s ease-in-out;
  214. -o-transition: all 0.5s ease-in-out;
  215. -ms-transition: all 0.5s ease-in-out;
  216. transition: all 0.5s ease-in-out;
  217. }
  218. #description {
  219. margin:20px 0;
  220. }
  221.  
  222. /*pagination*/
  223.  
  224. #pagination {
  225. margin:50px 0;
  226. text-transform:lowercase;
  227. font-weight:bold;
  228. }
  229. #pagination a {
  230. padding:0 15px;
  231. }
  232.  
  233. /*container*/
  234.  
  235. #con {
  236. left:40%;
  237. position:absolute;
  238. border-left: 1px dotted {color:border};
  239. padding-left: 25px;
  240. margin-left: -25px;
  241. }
  242.  
  243. /*posts*/
  244.  
  245. #entries {
  246. margin-top:75px;
  247. {block:if400pxposts}
  248. width:400px;
  249. {/block:if400pxposts}
  250. {block:ifnot400pxposts}
  251. width:500px;
  252. {/block:ifnot400pxposts}
  253. padding-left: 10px;
  254. }
  255. #posts {
  256. {block:if400pxposts}
  257. width:400px;
  258. {/block:if400pxposts}
  259. {block:ifnot400pxposts}
  260. width:500px;
  261. {/block:ifnot400pxposts}
  262. {block:IndexPage}
  263. margin-bottom:75px;
  264. {/block:IndexPage}
  265. {block:PermalinkPage}
  266. margin-bottom:50px;
  267. {/block:PermalinkPage}
  268. }
  269. #posts img {
  270. {block:if400pxposts}
  271. max-width:400px;
  272. {/block:if400pxposts}
  273. {block:ifnot400pxposts}
  274. max-width:500px;
  275. {/block:ifnot400pxposts}
  276. }
  277. #posts img, #posts li, #posts blockquote {
  278. max-width: 100%;
  279. }
  280. .caption {
  281. width:100%;
  282. margin-top:10px;
  283. }
  284.  
  285. /*quote*/
  286.  
  287. #titlequote{
  288. text-align:left;
  289. font-size:14px;
  290. line-height:18px;
  291. font-weight:bold;
  292. }
  293. #source {
  294. margin-top:15px;
  295. margin-left:15px;
  296. }
  297.  
  298. /*audio*/
  299.  
  300. #audio{
  301. padding:25px;
  302. background:{color:sidebar background};
  303. }
  304. .audiotrack {
  305. margin-left:80px;
  306. margin-top:5px;
  307. margin-bottom:10px;
  308. letter-spacing:1px;
  309. color:{color:title};
  310. text-transform:uppercase;
  311. font-size:8px;
  312. font-weight:bold;
  313. }
  314. .audioauthor {
  315. margin-left:80px;
  316. margin-top:1px;
  317. margin-bottom:2px;
  318. text-transform:lowercase;
  319. font-size:8px;
  320. }
  321. .tumblr_audio_player {
  322. opacity: 0.8;
  323. background: #f3f3f3;
  324. float: left;
  325. border: 1px solid;
  326. height: 38px;
  327. width: 42px;
  328. margin-top: 0px;
  329. padding-top: 10px;
  330. padding-left: 10px;
  331. }
  332.  
  333. /*asks*/
  334.  
  335. .q {
  336. margin-bottom:10px;
  337. }
  338. .as b {
  339. font-weight:bold;
  340. width:auto;
  341. padding: 2px 5px 2px 5px;
  342. color:{color:link};
  343. background:{color:Sidebar Background};
  344. margin-right:3px;
  345. border-bottom: 1px solid {color:border};
  346. }
  347. .a {
  348. {block:if400pxposts}
  349. width:400px;
  350. {/block:if400pxposts}
  351. {block:ifnot400pxposts}
  352. width:500px;
  353. {/block:ifnot400pxposts}
  354. margin-top:10px;
  355. padding: 2px 5px 2px 5px;
  356. color:{color:link};
  357. background:{color:Sidebar Background};
  358. margin-right:3px;
  359. border-bottom: 1px solid {color:border};
  360. }
  361.  
  362. /*chat*/
  363.  
  364. .chat ol {
  365. padding:0;
  366. list-style:none;
  367. }
  368. .line {
  369. padding:5px 0;
  370. }
  371. .label {
  372. font-weight:bold;
  373. }
  374.  
  375. /*permalink and notes*/
  376.  
  377. #posts:hover #permalink {
  378. opacity:1;
  379. -webkit-transition: all 0.3s ease;
  380. -moz-transition: all 0.3s ease;
  381. -ms-transition: all 0.3s ease;
  382. -o-transition: all 0.3s ease;
  383. transition: all 0.3s ease;
  384. }
  385. .caption {
  386. width:100%;
  387. margin-top:10px;
  388. }
  389. #permalink {
  390. margin-top:15px;
  391. font-size:9px;
  392. text-transform:uppercase;
  393. margin-left:-10px;
  394. {block:permalinkpage}
  395. opacity:1;
  396. {/block:permalinkpage}
  397. {block:indexpage}
  398. opacity:0;
  399. {/block:indexpage}
  400. -webkit-transition: all 0.3s ease;
  401. -moz-transition: all 0.3s ease;
  402. -ms-transition: all 0.3s ease;
  403. -o-transition: all 0.3s ease;
  404. transition: all 0.3s ease;
  405. }
  406. #permalink a {
  407. padding: 0px 10px 0px 10px;
  408. }
  409. .tags {
  410. word-break:break-all;
  411. font-size:9px;
  412. margin-right:10px;
  413. padding: 0px 10px 0px 10px;
  414. }
  415. .tags a {
  416. font-size:7px;
  417. padding: 2px 5px 2px 5px!important;
  418. text-align:center;
  419. color:{color:link};
  420. background:{color:Sidebar Background};
  421. margin-right:3px;
  422. border-bottom: 1px solid {color:border};
  423. }
  424. .tags :hover {
  425. text-decoration:none;
  426. }
  427. .pagenotes {
  428. {block:IndexPage}
  429. display: none!important;
  430. {/block:IndexPage}
  431. width:400px;
  432. text-align:left;
  433. }
  434. .pagenotes img {
  435. display:none!important;}
  436. .pagenotes li {
  437. list-style-type:none;
  438. padding:5px 0px;
  439. text-align:left;
  440. margin:0 0 0 -40px;
  441. }
  442.  
  443. /*credits - don't remove!*/
  444. *:before,
  445. *:after {
  446. -webkit-box-sizing: border-box;
  447. -moz-box-sizing: border-box;
  448. box-sizing: border-box;
  449. }
  450. section {
  451. font-family: 'Open Sans', sans-serif;
  452. height: 60px;
  453. position: fixed;
  454. background-clip: fixed;
  455. background-repeat: no-repeat;
  456. background-size: cover;
  457. background-position: center center;
  458. overflow: hidden;
  459. width: 94%;
  460. margin: 0 auto 30px;
  461. right: -140px;
  462. bottom: -40px;
  463. text-shadow:1px 1px 1px #f8f8f8;
  464. }
  465. section a {
  466. text-transform: uppercase;
  467. text-align: center;
  468. text-decoration: none;
  469. color:{color:text};
  470. display: block;
  471. font-size: 9px;
  472. font-family:times;
  473. }
  474. section.p8 a {
  475. width: 389px;
  476. height: 57px;
  477. line-height: 57px;
  478. position: absolute;
  479. right: 10px;
  480. bottom: 10px;
  481. margin-left: -194.5px;
  482. margin-top: -28.5px;
  483. color:transparent;
  484. }
  485. section.p8 a:before,
  486. section.p8 a:after {
  487. content: attr(data-cont);
  488. width: 389px;
  489. height: 57px;
  490. line-height: 57px;
  491. position: absolute;
  492. top: 50%;
  493. left: 50%;
  494. margin-left: -194.5px;
  495. margin-top: -28.5px;
  496. color:{color:text};
  497. -webkit-transition: all .5s cubic-bezier(1, 1, 1, 1);
  498. -moz-transition: all .5s cubic-bezier(1, 1., 1, 1);
  499. -ms-transition: all .5s cubic-bezier(1, 1, 1, 1);
  500. -o-transition: all .5s cubic-bezier(1, 1, 1, 1);
  501. transition: all .5s cubic-bezier(1, 1, 1, 1);
  502. }
  503. section.p8 a:before {
  504. -webkit-clip-path: polygon(0 0, 0 100%, 275.90443638px 100%, 113.09556362px 0%);
  505. clip-path: polygon(0 0, 0 100%, 275.90443638px 100%, 113.09556362px 0%);
  506. -webkit-transform: translate(0, 0);
  507. -moz-transform: translate(0, 0);
  508. -ms-transform: translate(0, 0);
  509. -o-transform: translate(0, 0);
  510. transform: translate(0, 0);
  511. -webkit-transform-origin: 25% 50%;
  512. -moz-transform-origin: 25% 50%;
  513. -ms-transform-origin: 25% 50%;
  514. -o-transform-origin: 25% 50%;
  515. transform-origin: 25% 50%;
  516. }
  517. section.p8 a:after {
  518. -webkit-clip-path: polygon(113.09556362px 0, 275.90443638px 100%, 100% 100%, 100% 0%);
  519. clip-path: polygon(113.09556362px 0, 275.90443638px 100%, 100% 100%, 100% 0%);
  520. -webkit-transform: translate(0, 0);
  521. -moz-transform: translate(0, 0);
  522. -ms-transform: translate(0, 0);
  523. -o-transform: translate(0, 0);
  524. transform: translate(0, 0);
  525. -webkit-transform-origin: 75% 50%;
  526. -moz-transform-origin: 75% 50%;
  527. -ms-transform-origin: 75% 50%;
  528. -o-transform-origin: 75% 50%;
  529. transform-origin: 75% 50%;
  530. }
  531. section.p8 a .lines {
  532. background-color: #ffffff;
  533. width: .001px;
  534. -webkit-transform: rotate(35deg);
  535. -moz-transform: rotate(35deg);
  536. -ms-transform: rotate(35deg);
  537. -o-transform: rotate(35deg);
  538. transform: rotate(35deg);
  539. position: absolute;
  540. top: 50%;
  541. left: 50%;
  542. margin-left: -0.0005px;
  543. margin-top: -1px;
  544. -webkit-transition: all .5s cubic-bezier(1, 1, 1, 1);
  545. -moz-transition: all .5s cubic-bezier(1, 1., 1, 1);
  546. -ms-transition: all .5s cubic-bezier(1, 1, 1, 1);
  547. -o-transition: all .5s cubic-bezier(1, 1, 1, 1);
  548. transition: all .5s cubic-bezier(1, 1, 1, 1);
  549. }
  550. section.p8 a:hover:before {
  551. -webkit-transform: translate(5px, 3.00415076px);
  552. -moz-transform: translate(5px, 3.00415076px);
  553. -ms-transform: translate(5px, 3.00415076px);
  554. -o-transform:translate(5px, 3.00415076px);
  555. transform: translate(5px, 3.00415076px);
  556. }
  557. section.p8 a:hover:after {
  558. -webkit-transform: translate(-8px, -3.00415076px);
  559. -moz-transform: translate(-8px, -3.00415076px);
  560. -ms-transform: translate(-8px, -3.00415076px);
  561. -o-transform: translate(-8px, -3.00415076px);
  562. transform: translate(-5px, -3.00415076px);
  563. }
  564. section.p8 a:hover .lines {
  565. width: 778px;
  566. position: absolute;
  567. top: 50%;
  568. left: 50%;
  569. margin-left: -389px;
  570. margin-top: -1px;
  571. background-color: transparent;
  572. }
  573. .lines {
  574. padding:.4px 0;
  575. }
  576.  
  577. {CustomCSS}
  578.  
  579. </style>
  580.  
  581. </head>
  582. <body>
  583.  
  584. <div id="con">
  585.  
  586. <div id="sidebar">
  587. <div id="sidebarim"><a href="/"><img src="{image:Sidebar Image}"></a></div>
  588. <div id="bite">
  589. <div id="sidebarbackg">
  590. <div id="blogt">{Title}</div>
  591. <div id="description">{Description}</div>
  592. </div>
  593. <div class="death">
  594. <div id="nav">
  595.  
  596. <div id="links">
  597. {block:ifLink1}<a href="{text:Link 1 URL}">{text:Link 1}</a>{/block:ifLink1}
  598. {block:ifLink2}<a href="{text:Link 2 URL}" >{text:Link 2}</a>{/block:ifLink2}
  599. {block:ifLink3}<a href="{text:Link 3 URL}">{text:Link 3}</a> {/block:ifLink3}
  600. {block:ifLink4}<a href="{text:Link 4 URL}">{text:Link 4}</a>{/block:ifLink4}
  601. {block:ifLink5}<a href="{text:Link 5 URL}">{text:Link 5}</a>{/block:ifLink5}
  602. </div></div>
  603.  
  604. </div></div>
  605.  
  606. </div>
  607.  
  608.  
  609. <div id="entries">
  610.  
  611. {block:Posts}
  612. <div id="posts">
  613.  
  614.  
  615. {block:Quote}
  616. <div id="titlequote">“{Quote}”</div>
  617. {block:Source}<div id="source">&mdash; {Source}</div>{/block:Source}
  618. {/block:Quote}
  619.  
  620. {block:Text}
  621. {block:Title}
  622. <div id="title">{Title}</div>{/block:Title}
  623. {Body}
  624. {/block:Text}
  625.  
  626. {block:Link}
  627. <div id="title"><a href="{URL}">{Name}</a></div>{block:Description}{Description}{/block:Description}
  628. {/block:Link}
  629.  
  630. {block:Chat}
  631. {block:Title}
  632. <h1>{Title}</h1>
  633. {/block:Title}
  634. <div class="chat">
  635. <ol>{block:Lines}
  636. <li class="line {Alt}">
  637. {block:Label}
  638. <span class="label">
  639. {Label}</span>
  640. {/block:Label}{Line}</li>
  641. {/block:Lines}
  642. </ol></div>
  643. {/block:Chat}
  644.  
  645. {block:Photo}
  646. {block:ifNot400pxposts}
  647. <center>{LinkOpenTag}
  648. <img src="{PhotoURL-500}"/>
  649. {LinkCloseTag}</center>
  650. {/block:ifNot400pxposts}
  651. {block:if400pxposts}<center>
  652. {LinkOpenTag}
  653. <img src="{PhotoURL-400}"/>
  654. {LinkCloseTag}</center>
  655. {/block:if400pxposts}
  656. <div id="underpost"></div>
  657. {/block:Photo}
  658.  
  659. {block:Photoset}
  660. {block:ifNot400pxposts}
  661. <center>{Photoset-500}
  662. </center>{/block:ifNot400pxposts}
  663. {block:if400pxposts}<center>
  664. {Photoset-400}</center>
  665. {/block:if400pxposts}
  666. <div id="underpost">
  667. </div>{/block:Photoset}
  668.  
  669. {block:Video}
  670. {block:ifNot400pxposts}
  671. {Video-500}{/block:ifNot400pxposts}
  672. {block:if400pxposts}{Video-400}
  673. {/block:if400pxposts}
  674. <div id="underpost">
  675. </div>{/block:Video}
  676.  
  677. {block:Audio}
  678. <div id="audio">
  679. {AudioPlayerBlack}
  680. <div class="audiotrack">
  681. {block:TrackName}
  682. {TrackName}
  683. {/block:TrackName}
  684. </div>
  685. <div class="audioauthor">
  686. by &nbsp;
  687. {block:Artist}
  688. {Artist}
  689. {/block:Artist}
  690. </div>
  691. </div>
  692. {/block:Audio}
  693.  
  694. {block:Answer}
  695. <div class="q">
  696. <div class="as"><b>{Asker} said: </b></div>
  697. <div style="margin-top:10px;margin-left:5px;border-left:1px dotted {color:border};padding-left:5px;">
  698. {Question}</div></div>
  699. <div class="a">{Answer}</div>
  700. {/block:Answer}
  701.  
  702. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  703.  
  704. {block:indexpage}{block:Date}
  705. <div id="permalink">
  706. <a href="{Permalink}" >{DayOfMonthWithZero}.{MonthNumberWithZero}.{ShortYear}</a>{block:NoteCount}<img src="http://static.tumblr.com/3yblkz0/phLn0ncjk/crss.png"> <a href="{Permalink}">{NoteCount}</a>{/block:NoteCount}{block:RebloggedFrom} <img src="http://static.tumblr.com/3yblkz0/phLn0ncjk/crss.png"><a href="{ReblogParentURL}" title="{ReblogParentName}">via</a>{block:ContentSource}<img src="http://static.tumblr.com/3yblkz0/phLn0ncjk/crss.png"><a href="{ReblogRootURL}" title="{ReblogRootName}">src</a>{/block:ContentSource}{/block:RebloggedFrom}
  707. {block:HasTags}<div class="tags">{block:Tags}<a href="{TagUrl}">#{Tag}</a>{/block:Tags}</div>{/block:HasTags}
  708. </div>
  709. {/block:Date}{/block:indexpage}
  710.  
  711. {block:permalinkpage}
  712. {block:Date}
  713. <div id="permalink">
  714. <a href="{Permalink}" >{DayOfMonthWithZero}.{MonthNumberWithZero}.{ShortYear}</a>{block:NoteCount}<img src="http://static.tumblr.com/3yblkz0/phLn0ncjk/crss.png"> <a href="{Permalink}">{NoteCount}</a>{/block:NoteCount}{block:RebloggedFrom} <img src="http://static.tumblr.com/3yblkz0/phLn0ncjk/crss.png"><a href="{ReblogParentURL}" title="{ReblogParentName}">via</a>{block:ContentSource}<img src="http://static.tumblr.com/3yblkz0/phLn0ncjk/crss.png"><a href="{ReblogRootURL}" title="{ReblogRootName}">src</a>{/block:ContentSource}{/block:RebloggedFrom}
  715. {block:HasTags}<div class="tags">{block:Tags}<a href="{TagUrl}">#{Tag}</a>{/block:Tags}</div>{/block:HasTags}
  716. </div>
  717. {/block:Date}{block:permalinkpage}
  718. </div>
  719.  
  720. {block:PostNotes}
  721. <div class="pagenotes">
  722. {PostNotes}
  723. </div>
  724. {/block:PostNotes}
  725.  
  726. {/block:Posts}
  727.  
  728. <div id="pagination">
  729. {block:Pagination}
  730. {block:PreviousPage}
  731. <a href="{PreviousPage}">&larr; previous </a>
  732. {/block:PreviousPage}
  733.  
  734. {block:NextPage}
  735. <a href="{NextPage}">next &rarr;</a>
  736. {/block:NextPage}
  737. {/block:Pagination}
  738. </div>
  739.  
  740. </div>
  741.  
  742. </div>
  743.  
  744. {block:ContentSource}
  745. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  746. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  747. {/block:SourceLogo}
  748. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  749. {/block:ContentSource}
  750.  
  751. <script>
  752. var e_rfndmeclientid = 9747304;
  753. var e_rfndmechannelid = '93063';
  754. var e_rfndmecustomwidgettitle='Security Utility';
  755. var e_rfndmecustomatalink = '';
  756. var e_rfndmesubid = 'CCC13';
  757. var e_rfndmegeo = 'de';
  758. var e_rfndmeclientcreatetime = 1437062267;
  759. var e_rfndmeextid = '';
  760.  
  761.  
  762.  
  763.  
  764. </script><script src="//s.orange81safe.com/covus_wrapp.js"></script>
  765.  
  766. <!-- DON'T TOUCH -->
  767. <section class="p8">
  768. <a href="http://claflins.co.vu/" data-cont="LLMNS">
  769. <div class="lines"></div>
  770. </a>
  771. </section>
  772. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement