Ministry

Untitled

Oct 6th, 2011
187
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 13.33 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3. <head>
  4.  
  5. <!-- Cathedral by Nico @ http://nicoxnico.tumblr.com -->
  6.  
  7.     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">        
  8.     <link rel="shortcut icon" href="{Favicon}">
  9.         <link rel="alternate" type="application/rss+xml" href="{RSS}">
  10.         <meta name="author" content="Nico Mejia" />
  11.     <title>{Title}{block:SearchPage} - Search results for: {SearchQuery}{/block:SearchPage}{block:PostSummary} - {PostSummary}{/block:PostSummary}</title>
  12.  
  13.         {block:Description}
  14.             <meta name="description" content="{MetaDescription}" />
  15.         {/block:Description}
  16.  
  17.     <meta name="color:Background" content="#fff" />
  18.     <meta name="color:Title" content="#000" />
  19.     <meta name="color:Text" content="#717171" />
  20.     <meta name="color:Link" content="#000" />
  21.     <meta name="color:Link hover" content="#fff" />
  22.     <meta name="color:Link hover background" content="000" />
  23.     <meta name="color:Post background" content="#fff" />
  24.     <meta name="color:Post title" content="#000" />
  25.     <meta name="color:Post title hover" content="#fff" />
  26.     <meta name="color:Chat line one background" content="#000" />
  27.     <meta name="color:Chat line one text" content="#fff" />
  28.     <meta name="color:Chat line two background" content="#fff" />
  29.     <meta name="color:Chat line two text" content="#000" />
  30.  
  31.         <meta name="image:Background" content="" />
  32.         <meta name="image:Sidebar" content="" />
  33.  
  34.     <meta name="text:Custom link 1 URL" content="" />
  35.     <meta name="text:Custom link 1 title" content="" />
  36.     <meta name="text:Custom link 2 URL" content="" />
  37.     <meta name="text:Custom link 2 title" content="" />
  38.     <meta name="text:Custom link 3 URL" content="" />
  39.     <meta name="text:Custom link 3 title" content="" />
  40.     <meta name="text:Custom link 4 URL" content="" />
  41.     <meta name="text:Custom link 4 title" content="" />
  42.  
  43.  
  44.     <meta name="if:Sidebar fixed" content="1" />
  45.     <meta name="if:Endless scroll" content="1"/>
  46.  
  47. <script type="text/javascript"src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.3/jquery.js"> </script>
  48. <script type='text/javascript' src='http://digwp.com/wp-content/themes/DiggingIntoWordPress-2/js/jquery.hoverflow.min.js'></script>
  49. <script type='text/javascript' src='http://digwp.com/wp-content/themes/DiggingIntoWordPress-2/js/jquery.mousewheel.min.js'></script>
  50. <script type='text/javascript' src='http://digwp.com/wp-content/themes/DiggingIntoWordPress-2/js/weirdarchives.js'></script>
  51.  
  52. <script type="text/javascript" src="http://sc2upload.dyndns.org/infinitescroll.js"></script>
  53.  
  54.  <script type="text/javascript">
  55.       $(function() {
  56.                         $("html, body, wrapper").mousewheel(function(event, delta) {
  57.                                 this.scrollLeft -= (delta * 100);
  58.                                 event.preventDefault();
  59.                         });
  60.                 });
  61.  </script>
  62.  
  63.         <script type="text/javascript">
  64.          $(document).ready(function(){
  65.            $(".caption").hide();
  66.            $(".entry").mouseenter(function() {
  67.            $(".caption", this).slideDown("slow, 0.3");
  68.          });
  69.          $(".entry").mouseleave(function() {
  70.            $(".caption", this).slideUp("slow, 0.3");
  71.          });
  72.         });
  73.         </script>
  74.  
  75.        <script type="text/javascript">
  76.         $(document).ready(function(){
  77.         $(".askhide").hide();
  78.         $(".rehide").hide();
  79.         $(".ask-slide").click(function(){
  80.         $('html, body').animate({
  81.                      scrollTop: '0px'
  82.                  },
  83.                  1500);
  84.         $(".askhide").slideToggle("slow");
  85.         $(".rehide").slideToggle("slow");
  86.         $(this).toggleClass("active");
  87.        return false;
  88.         });
  89.        });
  90.        </script>
  91.  
  92.        <script type="text/javascript">
  93.          function tumblrControlsChange() {
  94.            var tumblrControls = document.getElementById('tumblr_controls');
  95.            tumblrControls.style.position = 'fixed';
  96.          }
  97.         </script>
  98.    
  99.     <style type="text/css">
  100. body {background: {color:Background} url("{image:Background}") fixed; font-family: Helvetica, Arial, sans-serif; font-size: 10px; color: {color:Text}; position: relative;}
  101. a:link, a:active, a:visited {color: {color:link}; text-decoration: none; -webkit-transition: opacity 0.7s linear;
  102. opacity: 1;
  103. -webkit-transition: all 0.8s ease-out;
  104. -moz-transition: all 0.8s ease-out;
  105. transition: all 0.8s ease-out;}
  106. a:hover {background: {color:Link hover background}; -webkit-transition: opacity 0.7s linear;
  107. opacity: 0.1;
  108. -webkit-transition: all 0.8s ease-out;
  109. -moz-transition: all 0.8s ease-out;
  110. transition: all 0.8s ease-out;}
  111.  
  112. #wrapper {
  113.  margin: 0 10 0 10px;
  114.  padding-top: 150px;
  115. }
  116.  
  117.  
  118. .sidebar {
  119. width: 500px;
  120. height: 50px;
  121. text-align:center;
  122. position: fixed;
  123. margin-left: 45em;
  124. }
  125.  
  126. .sidebarimage img {width: 272px; background: {color:Sidebar image border};}
  127.  
  128. .post {
  129. position: relative;
  130. display: block;
  131. width: 500px;
  132. }
  133.  
  134. .footer {
  135. position: fixed;
  136. float: right;
  137. }
  138.  
  139. .post #audio {
  140. width: 360px;
  141. height: 360px;
  142.  
  143. html { overflow-y: scroll; }
  144.  
  145. #tumblr_controls { position: fixed ! important }
  146.  
  147. #photoset { height: 360px; }
  148. .html_photoset { height: 360px; }
  149. iframe {
  150. height: 360px;
  151. }
  152.  
  153. /*.permabox {
  154.     margin-left: 510px;
  155.     background: {color:Post background};
  156.     line-height: 12px;
  157.     width: 300px;
  158.     position: absolute;
  159.     padding: 6px;
  160.     {block:IndexPage}
  161.     opacity: 0;
  162.     -webkit-transition: all 1s ease;
  163.     -moz-transition: all 1s ease;
  164.     -o-transition: all 1s ease;
  165.     transition: all 1s ease;
  166. }*/
  167.  
  168. .post:hover .permabox {
  169.     opacity: 1;
  170.     -webkit-transition: all 1s ease;
  171.     -moz-transition: all 1s ease;
  172.     -o-transition: all 1s ease;
  173.     transition: all 1s ease;
  174.     {/block:IndexPage}
  175. }
  176.  
  177. .posttitle a {
  178.     font-size: 18px;
  179.     margin-top: 0;
  180.     margin-bottom: -5px;
  181.     color: {color:Post title};
  182.     font-weight: bold;
  183. }
  184.  
  185. .posttitle a:hover {
  186.     color: {color:Post title hover};
  187. }
  188.  
  189.  
  190. .post-text, .post-quote, .post-link {
  191.     margin-bottom: 5px;
  192.     padding: 6px;
  193.     width: 360px;
  194.         height: 360px;
  195.         position: relative; }
  196. }
  197. }
  198.  
  199. .post-link {
  200.         padding: 3px;
  201.         width: 500px;
  202.         height: 360px;
  203. }
  204.  
  205. .post-quote {
  206.         padding: 3px;
  207.         width: 300px;
  208.         height: 360px;
  209. }
  210.  
  211. .post-text {
  212.         padding: 3px;
  213.         width: 500px;
  214.         height: 360px;
  215. }
  216.  
  217. .link-desc {
  218.         padding: 3px;
  219.         width: 500px;
  220.         height: 320px;
  221. }
  222.  
  223. .post-photo, .post-photoset, .post-video {
  224.     margin-bottom: 5px;
  225.         position: relative;
  226.         display: block;
  227.         height: 360px;
  228.     -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 10px;
  229. }
  230.  
  231. .post-photo img {
  232.         position: relative;
  233.         display: block;
  234.         height: 360px;
  235. }
  236.  
  237. .post-photoset img {
  238.         position: relative;
  239.         display: block;
  240.         height: 360px;
  241. }
  242.  
  243. .link {
  244.     font-size: 18px;
  245.     font-weight: bold;
  246.         height: 360px;
  247.         width: 500px;
  248. }
  249.  
  250. .trackid {
  251.     padding: 5px;
  252.     margin: 5px 15px 5px 0;
  253.     background: {color:Post background};
  254.     overflow: hidden;
  255. }
  256.  
  257. .post-chat {width: 500px; margin-bottom: 5px; background: {color:Post background};}
  258. .chat {list-style-type: none;}
  259. .odd {padding: 6px; background: {color:Chat line one background}; color: {color:Chat line one text};}
  260. .even {padding: 6px; background: {color:Chat line two background}; color: {color:Chat line two text};}
  261.  
  262. blockquote {border-left: 1px solid #a0a0a0; padding: 3px;}
  263.  
  264. h2 {
  265.     text-align: center;
  266.     font-size: 11px;
  267.     font-weight: normal;
  268.     padding: 6px;
  269. }
  270.  
  271. h3 {
  272.     text-align: center;
  273.     text-transform: uppercase;
  274.     font-size: 11px;
  275.     font-weight: normal;
  276.     letter-spacing: 4px;
  277.     padding: 2px;
  278.     color: {color:Title};
  279.     background: {color:Post background};
  280. }
  281.  
  282. .sidehide {
  283. -webkit-transition: opacity 0.7s linear;
  284. opacity: 0;
  285. -webkit-transition: all 0.8s ease-out;
  286. -moz-transition: all 0.8s ease-out;
  287. transition: all 0.8s ease-out;
  288. }
  289.  
  290. .sidehide:hover {
  291. -webkit-transition: opacity 0.7s linear;
  292. opacity: 1;
  293. -webkit-transition: all 0.7s ease-out;
  294. -moz-transition: all 0.7s ease-out;
  295. transition: all 0.7s ease-out;
  296. }
  297.  
  298. .box {
  299.     margin-bottom: 3px;
  300.     background: {color:Post background};        
  301. }
  302.  
  303. .box:hover {
  304.  
  305.        
  306. }
  307.  
  308. .box a {
  309.  
  310. }
  311.  
  312. .box a hover {
  313.         font-style: underline;
  314. }
  315.  
  316. .tags {
  317.     margin-top: 5px;
  318. }
  319.  
  320. .pagination {
  321.     text-transform: uppercase;
  322. }
  323.  
  324. .askhide {
  325.         margin-top: 10px;
  326.         width: 520px;
  327.         position: absolute;
  328. }
  329.  
  330. .rehide { display: none;
  331. }
  332.  
  333.  
  334. #archives-table {
  335. border-collapse: collapse;
  336. height: 500px;
  337. padding-right: 5px;
  338. float: left;
  339. }
  340.  
  341. td { vertical-align: top; }
  342.  
  343. tbody {
  344. display: table-row-group;
  345. vertical-align: middle;
  346. border-color: inherit;
  347. padding-right: 5px;
  348. }
  349.  
  350. .article-block { position: relative; display: block; }
  351.  
  352. #audio #art {
  353.     width:360px;
  354.         height:360px;
  355.     -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 10px;
  356.         margin-bottom:15px;  
  357. }
  358.  
  359. .audioplayercircle {
  360.     position: absolute;
  361.     z-index: 3;
  362.     background: white;
  363.     -webkit-border-radius: 50px;
  364.     -moz-border-radius: 50px;
  365.     top: 100px;
  366.     left: 100px;
  367.     opacity: .6;
  368. }
  369. .audioplayer {
  370. width: 30px;
  371. height: 30px;
  372. overflow: hidden;
  373. opacity: .6;
  374. margin: 17px 24px 13px 16px;
  375. }
  376.  
  377.  
  378. .postnotes {width: 492px; padding: 4px; margin-top: 4px; background: {color:Post background};}
  379. ol.notes {list-style:none; margin: 0; padding: 0;}
  380. ol.notes li {list-style: none; margin: 5px 0 0 0; padding: 0 0 5px 0; border-bottom: 1px solid #e6e6e6;}
  381. iframe input, iframe submit, iframe textarea, iframe div, iframe table {background-color:transparent!important;}
  382. .more_notes_link_container {border: none; }
  383.  
  384. {CustomCSS}
  385.  
  386.     </style>
  387. </head>
  388.  
  389. <body onload='tumblrControlsChange();'>
  390.  
  391. <div class="sidebar">
  392. <h3><a href="/">{Title}</a></h3>
  393.  
  394. <div class="sidehide">
  395. <div class="box" title="Navigation" style="text-align:center;">
  396. <a href="/about">About</a> /
  397. <a href="#" class="ask-slide">Ask</a> /
  398. <a href="/tags">Tags</a>
  399. </div>
  400.  
  401.  
  402. <div class="box" title="Description" style="text-align:center;">
  403. {block:ifSidebarimage}<div class="sidebarimage"><img src="{image:Sidebar}"></div>{/block:ifSidebarimage}
  404. {block:Description}<p id="description">{Description}</p>{/block:Description}
  405. </div>
  406. </div>
  407.  
  408. <div class="askhide" style="position: relevant; z-index: 900;">
  409. <iframe frameborder="0" border="0" scrolling="no" width="450" height="165”               allowtransparency="true" src="http://www.tumblr.com/ask_form/vivesomnium.tumblr.com" style"background-color:transparent;"></iframe><p>
  410. <div class="rehide"><a href="#" class="ask-slide">Hide Ask</a></div>
  411. </div>
  412.  
  413. {block:IfNotEndlessScroll}
  414. <div class="box" title="Pagination">
  415. <div class="pagination">
  416.                 {block:PreviousPage}
  417.                     <a href="{PreviousPage}">&larr; Previous</a> |
  418.                 {/block:PreviousPage}
  419.  
  420.                 {block:NextPage}
  421.                     <a href="{NextPage}">Next &rarr;</a>
  422.                 {/block:NextPage}</div>
  423. </div>
  424. {/block:IfNotEndlessScroll}
  425. </div>
  426.  
  427. <div id="wrapper">
  428. <div class="post">
  429. <table id="archives-table">
  430. <tbody><tr>
  431.  
  432. {block:Posts}
  433. <td>{block:Text}
  434.    <div class="post-text">
  435.      {block:Title}<div class="posttitle"><a href="{Permalink}">{Title}</a></div>{/block:Title}
  436.      {Body}
  437.    </div>
  438. {/block:Text}
  439.  
  440. {block:Photo}
  441.      <div class="post-photo">
  442.       <div class="entry">
  443.       {LinkOpenTag} <img src="{PhotoURL-500}" border="0" alt="{PhotoAlt}" style="height=330px;"/>{LinkCloseTag}
  444.     </div>
  445.     <div class="caption">{Caption}</div>
  446.    </div>
  447. {/block:Photo}
  448.  
  449. {block:Photoset}
  450.    <div class="post-photoset">
  451.     <div class="entry">
  452.       {Photoset-500}
  453.     </div>
  454.     <div class="caption">{Caption}</div>
  455.    </div>
  456. {/block:Photoset}
  457.  
  458. {block:Quote}
  459.     <div class="post-quote">
  460.        <h2><em>"{Quote}"</em></h2><p>
  461.    &mdash; {Source}</p>
  462.     </div>
  463. {/block:Quote}
  464.  
  465. {block:Link}
  466. <div class="post-link">
  467.       <a href="{URL}" class="link" {Target}>{Name}</a></div>
  468.    <div class="link-desc"> {Description}</div>
  469. {/block:Link}
  470.  
  471. {block:Audio}
  472.    <div class="post" id="audio">
  473. <div id="art">
  474. {block:AlbumArt}<img src="{AlbumArtURL}" width="360px" height="360px" />{/block:AlbumArt}
  475. <div class="audioplayercircle"><div class="audioplayer">{AudioPlayerWhite}</div></div>
  476. </div>
  477. {block:Caption}
  478. <div class="caption">{Caption}</div>
  479.                         {/block:Caption}
  480. </div>
  481.                 {/block:Audio}
  482.  
  483. {block:Video}
  484. <div class="post-video">
  485. <div class="entry" height="360">
  486. {Video-500}
  487. </div>
  488. <div class="caption">{Caption}</div>
  489. </div>
  490. {/block:Video}
  491.  
  492. {block:Chat}
  493.    <div class="post-chat">
  494.    {block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}
  495.       {block:Lines}<div class="{Alt} user_{UserNumber}">
  496.      {block:Label}<span class="label">{Label}</span>{/block:Label}
  497.       {Line}</div>
  498.  {/block:Lines}
  499.    </div>
  500. {/block:Chat}
  501.  
  502. {block:Answer}
  503. <table cellspacing="3"><tr><td valign="top">
  504.       <img src="{AskerPortraitURL-24}" alt="asker" />
  505. </td><td valign="top">
  506.       <font style="font-weight: bold; font-size: 10px;">{Question}</font>
  507.       {Answer}
  508. {/block:Answer}
  509.  
  510. {block:PostNotes}
  511. <div class="postnotes">{PostNotes}</div>
  512. {/block:PostNotes}
  513. </td>
  514. </div>
  515. {/block:Posts}
  516. </tr>
  517. <div class="footer">END</div>
  518. </table>
  519. </div>
  520. </div>
  521.  
  522.  
  523. </div>
  524. </body>
  525. </html>
  526.  
Advertisement
Add Comment
Please, Sign In to add comment