Advertisement
mayourbodiesremain

Crucify the fire (Horizontal)

Jun 11th, 2016
154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.43 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">
  3. <head>
  4. <title>{Title}</title>
  5. <link rel="shortcut icon" href="{Favicon}">
  6. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  7. {block:Description}
  8. <meta name="description" content="{MetaDescription}" />
  9. {/block:Description}
  10.  
  11. <!--
  12.  
  13.  
  14. Theme by http://PHANTOMS-INDISCREET.tumblr.com
  15. Yes, you can modify anything you want.
  16. No, DO NOT REMOVE the credit icon.
  17.  
  18.  
  19. -->
  20.  
  21.  
  22. <script type="text/javascript" src="http://static.tumblr.com/tcozonu/O3Lnl4lu6/ctf.js"></script>
  23.  
  24.  
  25.  
  26.  
  27. <meta name="image:Bottom" content=""/>
  28. <meta name="image:Permalink" content=""/>
  29. <meta name="color:Background" content="#fff"/>
  30. <meta name="color:Posts Background" content="#fff"/>
  31. <meta name="color:Bottom Background" content="#fff"/>
  32. <meta name="color:Text" content="#333"/>
  33. <meta name="color:Links" content="#333"/>
  34. <meta name="color:Bottom Links" content="#333"/>
  35. <meta name="text:Space between posts" content="20"/>
  36. <meta name="text:Bottom letter spacing" content="0.3"/>
  37. <meta name="text:Margin top" content="50"/>
  38. <meta name="text:Height posts" content="400"/>
  39. <meta name="text:Text" content="12"/>
  40. <meta name="text:Title" content="10"/>
  41. <meta name="font:Body" content="Times New Roman"/>
  42. <meta name="font:Bottom" content="Lucida Grande, Tahoma"/>
  43. <meta name="image:Background" content=""/>
  44.  
  45. <meta name="text:Info" content="Info"/>
  46.  
  47.  
  48. <meta name="if:Fade Images" content="0"/>
  49. <meta name="if:Lowercase title" content="0"/>
  50. <meta name="if:Lowercase bottom links" content="0"/>
  51. <meta name="if:Italic title" content="0"/>
  52. <meta name="if:Cover background" content="0"/>
  53. <meta name="if:Fade bottom" content="0"/>
  54. <meta name="if:Show Archive link" content="1"/>
  55. <meta name="if:Show caption" content="1"/>
  56.  
  57.  
  58. <style type="text/css">
  59.  
  60. * { margin: 0; padding: 0;}
  61.  
  62. body {
  63. padding: 20px;
  64. background:{color:Background} url('{image:Background}');
  65. {block:ifCoverbackground}
  66. background-size:auto 100%;
  67. {/block:ifCoverbackground}
  68. background-attachment:fixed;
  69. color:{color:Text};
  70. font-family: {font:Body};
  71. font-size:{text:Text}px;
  72. }
  73.  
  74. a:link {color:{color:Links}; text-decoration:none;}
  75. a:visited {color:{color:Links}; text-decoration:none;}
  76. a:hover {color:{color:Links}; text-decoration:none;}
  77. a:active {color:{color:Links}; text-decoration:none;}
  78.  
  79.  
  80. /* BASIC */
  81. img {
  82. border:none;
  83. }
  84.  
  85.  
  86. {block:IfFadeImages}
  87. {block:IndexPage}
  88. img{border:none; opacity:0.85;
  89. -webkit-transition: all 0.6s ease-out;
  90. -moz-transition: all 0.6s ease-out;
  91. transition: all 0.6s ease-out;}
  92. img:hover{ opacity:1;
  93. -webkit-transition: all 0.6s ease-out;
  94. -moz-transition: all 0.6s ease-out;
  95. transition: all 0.6s ease-out;}
  96. {/block:IndexPage}
  97. {/block:IfFadeImages}
  98.  
  99.  
  100.  
  101.  
  102.  
  103. /* BASIC */
  104.  
  105.  
  106. /* entries */
  107. .post {
  108. {block:IndexPage}
  109. height:{text:Height posts}px;
  110. {/block:IndexPage}
  111. {block:PermalinkPage}
  112. height:100%;
  113. max-width:700px!important;
  114. {/block:PermalinkPage}
  115. margin-top:{text:Margin top}px;
  116. vertical-align: middle;
  117. margin-right:{text:Space between posts}px;
  118. }
  119.  
  120. .post table td {
  121. vertical-align: middle;}
  122.  
  123.  
  124. .post .text, .permanotes, .textperma{
  125. padding:15px;
  126. {block:IndexPage}
  127. min-height:150px;
  128. {/block:IndexPage}
  129. {block:PermalinkPage}
  130. max-width:700px!important;
  131. {/block:PermalinkPage}
  132. background:{color:Posts Background};
  133. }
  134.  
  135. .text {
  136. vertical-align:50%;
  137. min-width:355px;
  138. }
  139.  
  140. .textperma {
  141. overflow:auto;
  142. }
  143.  
  144. #photo img, .photoset img {
  145. {block:IndexPage}
  146. height:{text:Height posts}px;
  147. {/block:IndexPage}
  148. {block:PermalinkPage}
  149. width:700px;
  150. {/block:PermalinkPage}
  151. }
  152.  
  153. .permanotes {
  154. overflow:auto;
  155. height:500px;
  156. float:right;
  157. right:20px;
  158. position:absolute;
  159. top:15px;
  160. top:{text:Margin top}px;
  161. width:500px;
  162. }
  163.  
  164. /* entries */
  165.  
  166. /* bottom bar */
  167.  
  168. {block:PermalinkPage}
  169. #botbar {
  170. display:none;
  171. }
  172. {/block:PermalinkPage}
  173.  
  174. #botbar {
  175. width:100%;
  176. min-height:70px;
  177. bottom:0px;
  178. left:0px;
  179. position:fixed;
  180. background:{color:Bottom Background} url('{image:Bottom}');
  181. {block:ifFadebottom}
  182. opacity:0.5;
  183. -webkit-transition: all 0.6s ease-out;
  184. -moz-transition: all 0.6s ease-out;
  185. transition: all 0.6s ease-out;
  186. {/block:ifFadebottom}
  187. }
  188.  
  189. {block:ifFadebottom}
  190. #botbar:hover {
  191. opacity:1;
  192. -webkit-transition: all 0.6s ease-out;
  193. -moz-transition: all 0.6s ease-out;
  194. transition: all 0.6s ease-out;
  195. }
  196. {/block:ifFadebottom}
  197.  
  198.  
  199. #botbar a {
  200. color:{color:Bottom Links};
  201. }
  202.  
  203. .botcontenido {
  204. top:50%;
  205. padding:20px;
  206. font-family: {font:Bottom};
  207. font-size: 10px;
  208. font-weight: lighter;
  209. font-variant: normal;
  210. {block:ifnotLowercasebottomlinks}
  211. text-transform: uppercase;
  212. {/block:ifnotLowercasebottomlinks}
  213. {block:ifLowercasebottomlinks}
  214. text-transform: none;
  215. {/block:ifLowercasebottomlinks}
  216. color: #666666;
  217. letter-spacing: {text:Bottom letter spacing}em;
  218. }
  219.  
  220. .bottitle {
  221. font-family: {font:Bottom};
  222. font-size: {text:Title}px;
  223. font-weight: lighter;
  224. font-variant: normal;
  225. {block:ifLowercasetitle}
  226. text-transform: none;
  227. {/block:ifLowercasetitle}
  228. {block:ifnotLowercasetitle}
  229. text-transform: uppercase!important;
  230. {/block:ifnotLowercasetitle}
  231. {block:ifItalictitle}
  232. font-style:italic!important;
  233. {/block:ifItalictitle}
  234. color: #666666;
  235. margin-right:50px;
  236. }
  237.  
  238. /* bottom bar */
  239.  
  240.  
  241. .sub, .permalink {
  242. font-family:"Lucida Grande", Tahoma;
  243. font-size:80%;
  244. }
  245.  
  246. .sub p {
  247. display:none;
  248. }
  249.  
  250. ul.chat {
  251. list-style-type:none;
  252. list-style-position:outside;
  253. }
  254.  
  255. ul {
  256. list-style-type:square;
  257. list-style-position:inside;
  258. }
  259.  
  260. ol {
  261. list-style-position:inside;
  262. }
  263.  
  264. iframe#tumblr_controls{position:fixed!important;}
  265.  
  266.  
  267. blockquote {
  268. margin-left:20px;
  269. border-left: solid 4px gainsboro;
  270. padding:2px;
  271. }
  272.  
  273.  
  274.  
  275. {block:Description}
  276. #infostyle {
  277. max-width:400px;
  278. padding:30px;
  279. background:#fff;
  280. margin:auto 0px;
  281. }
  282. {/block:Description}
  283.  
  284.  
  285. .permalink {
  286. opacity:0.0;
  287. -webkit-transition: all 0.6s ease-out;
  288. -moz-transition: all 0.6s ease-out;
  289. transition: all 0.6s ease-out;
  290. opacity: 0.00;
  291. min-width:40px;
  292. width:40px!important;
  293. min-height:20px;
  294. padding:10px;
  295. background: {color:background};
  296. z-index:2;
  297. position:absolute;
  298. margin-right:20px;
  299. float:right;
  300. }
  301.  
  302. .permalink img {
  303. width:100%;
  304. }
  305.  
  306. .post:hover .permalink {
  307. opacity:0.5;
  308. filter: alpha (opacity=5)
  309. -webkit-transition: all 0.6s ease-out;
  310. -moz-transition: all 0.6s ease-out;
  311. transition: all 0.6s ease-out;
  312. }
  313.  
  314. ol.notes {
  315. list-style-type:none;
  316. }
  317.  
  318. #panelclick {padding:15px; display:none;}
  319.  
  320. .photoset {
  321. float:left!important;
  322. }
  323.  
  324. {CustomCSS}
  325. </style>
  326.  
  327.  
  328.  
  329.  
  330.  
  331. </head>
  332.  
  333.  
  334.  
  335.  
  336. <body>
  337.  
  338.  
  339.  
  340. <div id="botbar">
  341.  
  342. <div id="panelclick">
  343. {Description}
  344. </div>
  345.  
  346.  
  347. <div class="botcontenido">
  348.  
  349.  
  350.  
  351.  
  352. <span class="bottitle"><a href="/">{title}</a></span>
  353.  
  354.  
  355.  
  356. {block:Description}
  357. <a href="#" class="btn-slide">{text:Info}&nbsp;&nbsp;</a>
  358.  
  359. {/block:Description}
  360.  
  361.  
  362. {block:AskEnabled}<a href="/ask">{AskLabel}&nbsp;&nbsp;</a>{/block:AskEnabled}
  363.  
  364. {block:ifShowArchivelink}<a href="/archive">{lang:Archive}&nbsp;&nbsp;{/block:ifShowArchivelink}</a>{block:SubmissionsEnabled}<a href="/submit">
  365.  
  366. {SubmitLabel}&nbsp;&nbsp;</a>{/block:SubmissionsEnabled}{block:HasPages}{block:Pages} <a href="{URL}">{Label}&nbsp;&nbsp;</a> {/block:Pages}
  367.  
  368. {/block:HasPages}
  369.  
  370.  
  371.  
  372. <span style="padding-left:10px;">
  373. {block:Pagination}
  374. {block:PreviousPage}
  375. <a href="{PreviousPage}">‹{lang:Prev}&nbsp;</a>
  376. {/block:PreviousPage}
  377.  
  378.  
  379.  
  380. {block:NextPage}
  381. <a href="{NextPage}">{lang:Next}›</a>
  382. {/block:NextPage}
  383. {/block:Pagination}
  384. </span>
  385.  
  386. <br>
  387. {CopyrightYears}
  388.  
  389.  
  390. </div>
  391.  
  392.  
  393.  
  394. </div>
  395.  
  396.  
  397.  
  398.  
  399.  
  400. <div id="page-wrap"> <!--page-->
  401.  
  402.  
  403.  
  404.  
  405. {block:Posts}
  406. <div class="post"> <!--post-->
  407.  
  408. {block:IndexPage}
  409. <span class="permalink">
  410. <a href="{permalink}">
  411. {block:IfPermalinkImage}<img src="{image:Permalink}">{/block:IfPermalinkImage}
  412. {block:IfnotPermalinkImage}{lang:Posted TimeAgo with NoteCount notes}{/block:IfnotPermalinkImage}
  413. </a>
  414. </span>
  415. {/block:IndexPage}
  416.  
  417.  
  418. {block:Text}
  419.  
  420. <div class="text">
  421. {block:Title}<span class="sub" style="text-transform:uppercase;"><b>{Title}</b></span>{/block:Title}
  422. {Body}
  423. </div>
  424. {/block:Text}
  425.  
  426.  
  427.  
  428. {block:Photo}
  429. <div id="photo">
  430. <center>
  431. {block:PermalinkPage}{LinkOpenTag}{/block:PermalinkPage}
  432. <img src="{PhotoURL-HighRes}" alt="{PhotoAlt}"/>
  433. </center>
  434. </div>
  435. {block:PermalinkPage}{LinkCloseTag}{/block:PermalinkPage}
  436. {/block:Photo}
  437.  
  438. {block:Photoset}
  439.  
  440. {block:IndexPage}
  441. {block:Photos}<div class="photoset"><img src="{PhotoURL-HighRes}" ></div>
  442. {/block:Photos}
  443. {/block:IndexPage}
  444. {block:PermalinkPage}{Photoset-500}{/block:PermalinkPage}
  445.  
  446. {/block:Photoset}
  447.  
  448. {block:Quote}
  449. <div class="text">
  450. <center>
  451. <div style="font-style:oblique; font-size:150%; margin:10px;">"{Quote}"</div>
  452. {block:Source}<span class="sub">{Source}</span>{/block:Source}
  453. </center>
  454. </div>
  455. {/block:Quote}
  456.  
  457. {block:Link}
  458. <div class="text">
  459. <span class="sub" style="text-transform:uppercase;"><b><a href="{URL}">{Name}</a></b></span>
  460. {block:Description} {Description}{/block:Description}
  461. </div>
  462. {/block:Link}
  463.  
  464. {block:Chat}
  465. <div class="text">
  466. {block:Title}
  467. <h3><a href="{Permalink}">{Title}</a></h3>
  468. {/block:Title}
  469.  
  470. <ul class="chat">
  471. {block:Lines}
  472. <li class="{Alt} user_{UserNumber}">
  473. {block:Label}
  474. <span class="sub" style="text-transform:uppercase;">{Label}</span>
  475. {/block:Label}
  476.  
  477. {Line}
  478. </li>
  479. {/block:Lines}
  480. </ul>
  481. </li>
  482. </div>
  483. {/block:Chat}
  484.  
  485.  
  486. {block:Video}
  487. {Video-500}
  488. {/block:Video}
  489.  
  490. {block:Audio}
  491. {block:AudioEmbed}
  492. {AudioEmbed-250}
  493. {/block:AudioEmbed}
  494. {block:AudioPlayer}
  495. <div class="text">
  496.  
  497.  
  498. {block:AlbumArt}
  499. <img src="{AlbumArtURL}" height="150px">
  500. {/block:AlbumArt}
  501.  
  502. {block:AlbumArt}<span style="width:200px; float:right;">{/block:AlbumArt}{AudioPlayerBlack}
  503.  
  504. {block:TrackName}<i>"{TrackName}"</i>{/block:TrackName}
  505. {block:Artist}by {Artist}{/block:Artist}
  506. <span class="sub"><br>{PlayCountWithLabel}</span>
  507.  
  508.  
  509. </div>
  510. {/block:AudioPlayer}
  511. {/block:Audio}
  512.  
  513. {block:Answer}
  514. <div class="text">
  515.  
  516. <img style="float:left; margin-right:2px; margin-bottom:2px;" src="{AskerPortraitURL-40}">
  517. <big><span class="sub" style="text-transform:uppercase;"><b>{Asker}:</b></span> <i>{Question}</i></big><br>
  518.  
  519. {Answer}
  520. </div>
  521. {/block:Answer}
  522.  
  523. {block:ifShowcaption}
  524. {block:Indexpage}
  525. {block:Caption}{Caption}{/block:Caption}
  526. {/block:Indexpage}
  527. {/block:ifShowcaption}
  528.  
  529.  
  530. {block:PermalinkPage}
  531.  
  532.  
  533.  
  534. <div class="textperma">
  535. {block:Caption}{Caption}{/block:Caption}
  536. <div class="sub"><center>
  537. {block:HasTags}
  538. <div style="width:500px!important;">
  539. {block:Tags}<a href="{TagURL}"><span style="text-transform:uppercase;">{Tag} &nbsp;</span></a>{/block:Tags}
  540. </div>{/block:HasTags} <br>
  541. {block:RebloggedFrom}
  542. {lang:Originally from ReblogRootName 2}<br>
  543. {lang:Reblogged from ReblogParentName 2}<br>
  544. {/block:RebloggedFrom}
  545. <br>
  546. <br>
  547. {block:PermalinkPagination}
  548. <span style="text-transform:uppercase;">
  549. {block:NextPost}&nbsp;&nbsp;<a href="{NextPost}">‹{lang:Prev post}</a>{/block:NextPost}
  550. <a href="/">BACK</a>
  551. {block:PreviousPost}<a href="{PreviousPost}">{lang:Next post}›</a>&nbsp;&nbsp;{/block:PreviousPost}
  552. </div>
  553.  
  554. {/block:PermalinkPagination}
  555. </center></div>
  556.  
  557.  
  558. </div>
  559.  
  560.  
  561.  
  562. {block:PostNotes}
  563. <div class="permanotes">
  564. <span class="sub" style="text-transform:uppercase;"><b>{NoteCountWithLabel}</b></span>
  565. {PostNotes}
  566. </div>
  567.  
  568. {/block:PostNotes}
  569.  
  570.  
  571. {/block:PermalinkPage}
  572.  
  573.  
  574.  
  575. </div> <!--post-->
  576. {/block:Posts}
  577.  
  578.  
  579.  
  580.  
  581. </div> <!--page-->
  582.  
  583.  
  584.  
  585.  
  586.  
  587.  
  588. </body>
  589.  
  590.  
  591.  
  592. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement