Advertisement
benedictcumbvrbatch

vincit omnia veritas (#25)

Oct 22nd, 2014
5,498
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.53 KB | None | 0 0
  1. <!--theme by rachael (tietjens.co.vu)
  2.  
  3. just 2 things, remove credit and i kill you, steal theme i kill you. bUT OTHERWISE HAVE FUN GUYSSSSS!!!!
  4.  
  5. if you have any questions dont hesitate to ask!-->
  6.  
  7. <!DOCTYPE html>
  8. <head>
  9.  
  10.  
  11. <title>{Title}</title>
  12.  
  13. <link rel="shortcut icon" href="{Favicon}">
  14. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  15. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  16.  
  17. <!--Default Variables-->
  18.  
  19. <meta name="image:sidebar Image" content=""/>
  20.  
  21. <meta name="color:Background" content="#000"/>
  22. <meta name="color:Text" content="#7b7b7b"/>
  23. <meta name="color:scrollbar" content="#def4f9"/>
  24. <meta name="color:Link" content="#fff"/>
  25. <meta name="color:title" content="#fff"/>
  26. <meta name="color:sidebar link hover" content="#7bd4e7"/>
  27. <meta name="color:link hover" content="#7bd4e7"/>
  28. <meta name="color:title shadow" content="#7bd4e7"/>
  29. <meta name="color:post background" content="#f3f3f3"/>
  30. <meta name="color:ask background" content="#dadada"/>
  31. <meta name="color:tooltip background" content="#000"/>
  32. <meta name="text:pop up askbox title" content=""/>
  33.  
  34. <meta name="text:Body Font Size" content="9px"/>
  35. <meta name="text:links Font Size" content="9px"/>
  36. <meta name="text:Title Font Size" content="18px"/>
  37.  
  38. <meta name="if:Black and White Posts" content="0"/>
  39. <meta name="if:500pxposts" content="0"/>
  40. <meta name="if:sidebarimage" content="1"/>
  41. <meta name="if:postbackground" content="0"/>
  42. <meta name="if:Infinite Scroll" content="0">
  43.  
  44. <meta name="text:Link1 Name" content="home"/>
  45.  
  46. <meta name="text:Link2 Name" content="message"/>
  47.  
  48. <meta name="text:Link3 Url" content="http://"/>
  49. <meta name="text:Link3 Name" content="link 1"/>
  50.  
  51. <meta name="text:Link4 Url" content="http://"/>
  52. <meta name="text:Link4 Name" content="link 2"/>
  53.  
  54. <meta name="text:Link5 Url" content="http://"/>
  55. <meta name="text:Link5 Name" content="link 3"/>
  56.  
  57. <meta name="text:Link6 Url" content="http://"/>
  58. <meta name="text:Link6 Name" content="link 4"/>
  59.  
  60.  
  61.  
  62.  
  63.  
  64. <!-- jquery for tooltips-->
  65.  
  66.  
  67. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  68.  
  69. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  70.  
  71. <script>
  72.  
  73. (function($){
  74.  
  75. $(document).ready(function(){
  76.  
  77. $("a[title]").style_my_tooltips({
  78.  
  79. tip_follows_cursor:true,
  80.  
  81. tip_delay_time:30,
  82.  
  83. tip_fade_speed:300,
  84.  
  85. attribute:"title"
  86.  
  87. });
  88.  
  89. });
  90.  
  91. })(jQuery);
  92.  
  93. </script>
  94.  
  95.  
  96.  
  97. {block:IfInfiniteScroll}
  98. <script type="text/javascript" src="http://codysherman.tumblr.com/tools/infinite-scrolling/code"></script>
  99. {/block:IfInfiniteScroll}
  100. {block:IfNotInfiniteScroll}{/block:IfNotInfiniteScroll}
  101.  
  102.  
  103. <!--CSS customization here. -->
  104.  
  105. <style type="text/css">
  106.  
  107. *, body, a, a:hover {cursor: url("http://www.totallylayouts.com/cursors/random/tiny_cursor.png"), auto }
  108.  
  109. ::-webkit-scrollbar {width: 2px; height: 4px; background:{color:background}; }
  110. ::-webkit-scrollbar-thumb { background-color: {color:scrollbar}; }
  111.  
  112. #s-m-t-tooltip{
  113. position:absolute;
  114. margin-top: 15px;
  115. z-index:9999;
  116. background:{color:tooltip background};
  117. padding:3px;
  118. border: solid 1px #aeaeae;
  119. }
  120.  
  121.  
  122.  
  123. /*basics*/
  124. blockquote {padding:5px 0 5px 30px;
  125. border-left:1px solid {color:text};
  126. margin-left:30px;
  127. }
  128.  
  129. body {
  130. background:{color:background};
  131. color:{color:text};
  132. font-family:helvetica;
  133. font-size: {text:Body Font Size};
  134. text-align:justify;
  135. margin:0;
  136. line-height:16px;}
  137.  
  138.  
  139.  
  140. a {
  141. color:{color:link};
  142. text-decoration:none;
  143. }
  144.  
  145. a:hover {
  146. text-decoration:underline;}
  147.  
  148. img{opacity:1;
  149. border:none;
  150. text-decoration:none}
  151.  
  152.  
  153. small {
  154. font-size:9px;}
  155.  
  156. big {
  157. font-size:12px;}
  158.  
  159.  
  160. #title {font-size:12px;
  161. line-height:18px;
  162. font-weight:bold;
  163. margin-bottom:10px;
  164. text-transform:uppercase;
  165. text-align:left;}
  166.  
  167.  
  168. /*sidebar*/
  169. #sidebar {text-align:left;
  170. position:fixed;
  171. height:100%;
  172. margin-left:-200px;
  173. margin-top:300px;
  174. width:250px;
  175. }
  176.  
  177. {block:ifsidebarimage}
  178. #sidebarim {margin-bottom:20px;
  179. }
  180.  
  181. #sidebarim img {width:200px;
  182. height:100%;
  183. position:fixed;
  184. margin-left:-550px;
  185. }
  186. {block:ifsidebarimage}
  187.  
  188. #blogt {font-size: {text:Title Font Size};
  189. color:{color:title};
  190. letter-spacing:1px;
  191. text-align:right;
  192. padding:5px;
  193. text-shadow:5px 1px 5px {color:title shadow};
  194. font-family: 'Megrim', cursive;
  195. width:200px;
  196. background-color:{color:background};
  197. {block:ifsidebarimage}
  198. margin-top:10px;
  199. {/block:ifsidebarimage}
  200. {block:ifnotsidebarimage}
  201. margin-top:50px;
  202. {/block:ifnotsidebarimage}
  203.  
  204. }
  205.  
  206. #links {
  207. position:fixed;
  208. display:none;
  209. font-family:times;
  210. width:200px;
  211. margin-top:10px;
  212. font-size:11px;
  213. text-transform:lowercase;
  214. text-align:left;
  215. line-height:170%;
  216. }
  217.  
  218. #links a{
  219. display:block;
  220. line-height:240%;
  221. background:transparent;
  222. width:200px;
  223. font-style:normal;
  224. border-top:1px solid {color:sidebar links};
  225. padding-right:7px;
  226. color:{color:link};
  227. text-decoration:none;
  228. -moz-transition-duration:.7s;
  229. -webkit-transition-duration:.7s;
  230. -o-transition-duration:.7s;
  231. }
  232.  
  233. #links a:hover {
  234. background:{color:sidebar links hover};
  235. letter-spacing:4px;
  236. font-style:normal;
  237. color: {color:link hover};
  238. width:133px;
  239. -moz-transition-duration:0.7s;
  240. -webkit-transition-duration:0.7s;
  241. -o-transition-duration:0.7s;
  242. }
  243.  
  244.  
  245.  
  246. #description {
  247. font-size;11px
  248. font-family:times;
  249. display:none;
  250. width:200px;
  251. margin:10px 0;
  252. }
  253.  
  254.  
  255. .standardlinks{
  256. text-transform:lowercase;
  257. }
  258. .standardlinks a {margin-right:5px;
  259. cursor:pointer;
  260. }
  261. .standardlinks img {margin-right:5px;
  262. }
  263.  
  264.  
  265.  
  266. /*pagination*/
  267. #pagination {
  268. text-align:right;
  269. margin:40px 0;
  270. text-transform:lowercase;
  271. font-weight:bold;
  272. }
  273. #pagination a {
  274. padding:0 15px;
  275. }
  276.  
  277. /*container*/
  278. #con {
  279. left:60%;
  280. margin-left:-250px;
  281. position:absolute;
  282. }
  283.  
  284.  
  285.  
  286. /*posts*/
  287.  
  288. #entries {
  289. margin-top:100px;
  290. {block:if500pxposts}width:500px;{/block:if500pxposts}
  291. {block:ifnot500pxposts}width:400px;{/block:ifnot500pxposts}
  292. {block:IfBlackandWhitePosts}
  293. -webkit-filter: grayscale(100%);
  294. -moz-filter: grayscale(100%);
  295. filter: grayscale(100%);
  296. -webkit-transition:all 0.5s;
  297. -moz-transition:all 0.5s;
  298. -ms-transition:all 0.5s;
  299. -o-transition:all 0.5s;
  300. transition:all 0.5s;
  301. }
  302.  
  303. #entries:hover {
  304. background-color:transparent;
  305. -webkit-transition:all 0.5s;
  306. -moz-transition:all 0.5s;
  307. -ms-transition:all 0.5s;
  308. -o-transition:all 0.5s;
  309. transition:all 0.5s;
  310. -webkit-filter: grayscale(0%);
  311. -moz-filter: grayscale(0%);
  312. filter: grayscale(0%);
  313. {/block:IfBlackandWhitePosts}}
  314.  
  315.  
  316.  
  317.  
  318. #posts {
  319. margin-bottom:35px;
  320. {block:ifpostbackground}
  321. background: rgba(223,223,223,0.4);
  322. box-shadow:rgba(223,223,223,0.1)7px 7px;
  323. {/block:ifpostbackground}
  324. {block:if500pxposts} margin-left:30px;{/block:if500pxposts}
  325. {block:ifnot500pxposts} margin-left:120px; {/block:ifnot500pxposts}
  326. {block:if500pxposts}width:500px;{/block:if500pxposts}
  327. {block:ifnot500pxposts}width:400px;{/block:ifnot500pxposts}
  328. {block:IndexPage}
  329. margin-bottom:75px;
  330. {/block:IndexPage}
  331. {block:PermalinkPage}
  332. margin-bottom:50px;
  333. {/block:PermalinkPage}
  334. padding:15px;
  335. }
  336.  
  337.  
  338. #posts img {
  339. max-width:400px;
  340.  
  341. }
  342.  
  343. #posts img, #posts li, #posts blockquote {max-width: 100%;}
  344. .caption {width:100%;
  345. padding:1px;
  346. margin-top:10px;
  347.  
  348. }
  349.  
  350. /*quote*/
  351.  
  352. #titlequote{text-align:left;
  353. font-size:14px;
  354. line-height:18px;
  355. font-weight:bold;
  356. }
  357. #source {
  358. margin-top:15px;
  359. margin-left:15px;}
  360.  
  361. /*audio*/
  362.  
  363. .player {
  364. width:25px;
  365. height:25px;
  366. overflow:hidden;
  367. position:absolute;
  368. background:white;}
  369.  
  370. .audioinfo {
  371. margin-left:50px;
  372. }
  373.  
  374.  
  375. /*asks*/
  376. .q {margin-bottom:10px;
  377. background-color:{color:ask background};
  378. border: 1px dotted;
  379. padding:3px;
  380. }
  381. .as {
  382. font-weight:bold;}
  383.  
  384. .a {
  385. margin-top:10px;
  386. }
  387.  
  388.  
  389. /*chat*/
  390.  
  391. .chat ol {
  392. padding:0;
  393. list-style:none;
  394. }
  395. .line {padding:5px 0;}
  396.  
  397. .label {font-weight:bold;
  398. }
  399.  
  400.  
  401. /*permalink and notes*/
  402. #permalink {
  403. font-size:{text:body font size};
  404. text-align:center;
  405. margin-top:10px;
  406. {block:indexpage}
  407. opacity:0;
  408. {/block:indexpage}
  409. transition-duration: 0.6s;
  410. -moz-transition:all ease-in-out 0.6s;
  411. -ms-transition:all ease-in-out 0.6s;
  412. -o-transition:all ease-in-out 0.6s;
  413. transition:all ease-in-out 0.6s;
  414. }
  415.  
  416. .tags {
  417. text-align:center;
  418. font-size:{text:body font size};
  419. font-weight:normal;
  420. {block:if500pxposts}width:500px;{/block:if500pxposts}
  421. {block:ifnot500pxposts}width:400px;{/block:ifnot500pxposts}
  422. margin-top:5px;
  423. }
  424. .tags a {
  425. margin-left:2px;
  426. }
  427.  
  428. #posts:hover #permalink {
  429. opacity:1;
  430. transition-duration: 0.6s;
  431. -moz-transition:all ease-in-out 0.6s;
  432. -ms-transition:all ease-in-out 0.6s;
  433. -o-transition:all ease-in-out 0.6s;
  434. transition:all ease-in-out 0.6s;
  435. }
  436. .pagenotes {
  437. {block:IndexPage}
  438. display: none!important;
  439. {/block:IndexPage}
  440. width:400px;
  441. text-align:left;
  442.  
  443. }
  444. .pagenotes img {
  445. display:none!important;}
  446. .pagenotes li {
  447. list-style-type:none;
  448. padding:5px 0px;
  449. text-align:left;
  450. margin:0 0 0 -40px;
  451. }
  452.  
  453. .otherlinks {
  454. margin-top:-25px;
  455. margin-left:220px;
  456. font-size:20px;
  457. text-align:center;
  458. width:10px;
  459. }
  460.  
  461.  
  462.  
  463. .popup_block{
  464. display:none;
  465. background:#fff;
  466. padding:20px;
  467. border:1px solid #eee; /* if you want a solid white pop-up, delete this */
  468. float:left;
  469. text-align:center;
  470. position:fixed;
  471. top:50%;left:50%;
  472. z-index: 99999;
  473. -webkit-box-shadow: 0px 0px 20px #000; /* delete for solid white */
  474. -moz-box-shadow: 0px 0px 20px #000; /* delete for solid white */
  475. box-shadow: 0px 0px 20px #000; /* delete for solid white */
  476. }
  477.  
  478. *html #fade {position: absolute;}
  479. *html .popup_block {position: absolute;}
  480. #fade {
  481. display:none;
  482. position:fixed;
  483. left:0px;
  484. top:0px;
  485. width:100%;
  486. height:100%;
  487. z-index:9999;
  488. background:#000; /* change to #fff for solid white */
  489. opacity:0.7; /* change to opacity:1; */
  490. }
  491.  
  492.  
  493. {CustomCSS}
  494.  
  495.  
  496. </style>
  497.  
  498.  
  499.  
  500. </head>
  501.  
  502. <script>
  503. $(document).ready(function() {
  504. $('.t').click(function() {
  505. $('.same').fadeToggle(400);
  506. });
  507. $('.ab').click(function() {
  508. $("#description").slideToggle(500);
  509. });
  510. $('.li').click(function() {
  511. $("#links").slideToggle(500);
  512. });
  513. });
  514. </script>
  515.  
  516. <script type="text/javascript">
  517. WebFontConfig = {
  518. google: { families: [ 'Megrim::latin' ] }
  519. };
  520. (function() {
  521. var wf = document.createElement('script');
  522. wf.src = ('https:' == document.location.protocol ? 'https' : 'http') +
  523. '://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js';
  524. wf.type = 'text/javascript';
  525. wf.async = 'true';
  526. var s = document.getElementsByTagName('script')[0];
  527. s.parentNode.insertBefore(wf, s);
  528. })(); </script>
  529.  
  530.  
  531.  
  532. <script type="text/javascript"
  533. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  534. <script>
  535. $(document).ready(function() {
  536. //
  537. $('a.poplight[href^=#]').click(function() {
  538. var popID = $(this).attr('rel'); //Get Popup Name
  539. var popURL = $(this).attr('href'); //Get Popup href to define size
  540. var query= popURL.split('?');
  541. var dim= query[1].split('&');
  542. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  543. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"></a>');
  544. var popMargTop = ($('#' + popID).height() + 80) / 2;
  545. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  546. //Apply Margin to Popup
  547. $('#' + popID).css({
  548. 'margin-top' : -popMargTop,
  549. 'margin-left' : -popMargLeft
  550. });
  551. $('body').append('<div id="fade"></div>');
  552. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  553. return false;
  554. });
  555. $('a.close, #fade').live('click', function() {
  556. $('#fade , .popup_block').fadeOut(function() {
  557. $('#fade, a.close').remove(); //fade them both out
  558. });
  559. return false;
  560. });
  561. });
  562. </script>
  563.  
  564.  
  565.  
  566. <body>
  567. <div id="con">
  568. {block:ifsidebarimage}
  569. <div id="sidebarim"><img src="{image:Sidebar Image}"></div>
  570. {block:ifsidebarimage}
  571. <div id="sidebar">
  572.  
  573. <div id="blogt" ><a href="/" >{Title}</div>
  574. <div class="otherlinks">
  575. <a class="ab">+</a>
  576. <a class="li">-</a></div>
  577. <div id="description">{Description}</div>
  578. <div id="links">
  579. <a href="/" > {text:Link1 Name}</a>
  580. <a href="#?w=500" rel="box2" class="poplight">{text:Link2 Name}</a>
  581. {/block:IfLink3Name}<a href="{text:Link3 URL}">{text:Link3 Name}</a>{/block:IfLink3Name}
  582. {/block:IfLink4Name}<a href="{text:Link4 URL}">{text:Link4 Name}</a>{/block:IfLink4Name}
  583. {/block:IfLink5Name}<a href="{text:Link5 URL}">{text:Link5 Name}</a>{/block:IfLink5Name}
  584. {/block:IfLink6Name}<a href="{text:Link6 URL}">{text:Link6 Name}</a>{/block:IfLink6Name}
  585. </div>
  586.  
  587. </div>
  588.  
  589.  
  590.  
  591.  
  592.  
  593.  
  594. <div id="entries">
  595.  
  596. {block:Posts}
  597. <div id="posts">
  598.  
  599.  
  600. {block:Quote}
  601.  
  602.  
  603. <div id="titlequote">โ€œ{Quote}โ€</div>
  604. {block:Source}<div id="source">&mdash; {Source}</div>{/block:Source}
  605. {/block:Quote}
  606.  
  607.  
  608.  
  609. {block:Text}
  610.  
  611. {block:Title}
  612. <div id="title">{Title}</div>{/block:Title}
  613. {Body}
  614. {/block:Text}
  615.  
  616. {block:Link}
  617. <div id="title"><a href="{URL}">{Name}</a></div>{block:Description}{Description}{/block:Description}
  618. {/block:Link}
  619.  
  620. {block:Chat}
  621. {block:Title}
  622. <h1>{Title}</h1>
  623. {/block:Title}
  624. <div class="chat">
  625. <ol>{block:Lines}
  626. <li class="line {Alt}">
  627. {block:Label}
  628. <span class="label">
  629. {Label}</span>
  630. {/block:Label}{Line}</li>
  631. {/block:Lines}
  632. </ol></div>
  633. {/block:Chat}
  634.  
  635. {block:Photo}
  636. {LinkOpenTag}<img src="{block:if500pxposts}{PhotoURL-500}{/block:if500pxposts}
  637. {block:ifnot500pxposts}{PhotoURL-400}{/block:ifnot500pxposts}"
  638. {block:if500pxposts}width="500"{/block:if500pxposts}
  639. {block:ifnot500pxposts}width="400"{/block:ifnot500pxposts}
  640. >{LinkCloseTag}
  641. {/block:Photo}
  642.  
  643. {block:Photoset}
  644. {block:if500pxposts}{Photoset-500}{/block:if500pxposts} {block:ifnot500pxposts}{Photoset-400}{/block:ifnot500pxposts}
  645. {/block:Photoset}
  646.  
  647. {block:Video}
  648. {block:if500pxposts}{Video-500}{/block:if500pxposts}{block:ifnot500pxposts}{Video-400}{/block:ifnot500pxposts}
  649. {/block:Video}
  650.  
  651. {block:Audio}
  652. <div class="player">{AudioPlayerWhite}</div>
  653. <div class="audioinfo">
  654. {block:TrackName}{TrackName}{/block:TrackName}{block:Artist}<br>{Artist}{/block:Artist}
  655. </div>
  656. {/block:Audio}
  657.  
  658. {block:Answer}
  659. <div class="q">
  660. <div class="as">{Asker} said: </div>
  661. {Question}</div>
  662. <div class="a">{Answer}</div>
  663. {/block:Answer}
  664.  
  665. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  666.  
  667. {block:Date}
  668. <div id="permalink">
  669. <a href="{Permalink}" >{12Hour}:{Minutes} {AmPm} | </a>{block:NoteCount}<a href="{Permalink}"> + {NoteCount}</a>{/block:NoteCount}{block:RebloggedFrom}<a href="{ReblogParentURL}" title="{ReblogParentName}"> | via</a>{block:ContentSource}<a href="{ReblogRootURL}" title="{ReblogRootName}"> | source</a>{/block:ContentSource}{/block:RebloggedFrom}
  670. {block:HasTags}<div class="tags">{block:Tags}<a href="{TagUrl}">#{Tag}</a>{/block:Tags}</div>{/block:HasTags}
  671. </div>
  672. {/block:Date}
  673.  
  674.  
  675.  
  676. </div>
  677.  
  678.  
  679.  
  680.  
  681. {block:PostNotes}
  682. <div class="pagenotes">
  683. {PostNotes}
  684. </div>
  685. {/block:PostNotes}
  686.  
  687.  
  688. {/block:Posts}
  689.  
  690.  
  691. </div>
  692.  
  693.  
  694. {block:IfNotInfiniteScroll}
  695. <div id="pagination">
  696. {block:Pagination}
  697. {block:PreviousPage}<a href="{PreviousPage}">ยซ</a>{/block:PreviousPage}
  698. {block:JumpPagination length="5"}
  699. {block:CurrentPage}<span class="current">{PageNumber}</span>{/block:CurrentPage}
  700. {block:JumpPage}<a href="{URL}">{PageNumber}</a>{/block:JumpPage}
  701. {/block:JumpPagination}
  702. {block:NextPage}<a href="{NextPage}">ยป</a>{/block:NextPage}
  703. {/block:Pagination}
  704. {block:IfNotInfiniteScroll}
  705. {block:IfInfiniteScroll}{/block:IfInfiniteScroll}
  706.  
  707.  
  708.  
  709. {block:ContentSource}
  710. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  711. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  712. {/block:SourceLogo}
  713. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  714. {/block:ContentSource}
  715.  
  716. </body>
  717. <div id="box2" class="popup_block">
  718.  
  719. {text:pop up askbox title}
  720.  
  721. <iframe frameborder="0" height="200" id="ask_form" scrolling="yes" src="http://www.tumblr.com/ask_form/{Name}.tumblr.com" width="100%"></iframe>
  722.  
  723.  
  724.  
  725. </div>
  726.  
  727. </div></div></div></div></div></div></div></div></div></div>
  728.  
  729.  
  730.  
  731. <div style="position:fixed;bottom:10px; right:13px; font-size:9px; letter-spacing:1px; font-family:calibri;padding:4px;"><a href="http://tietjens.co.vu/">BCV THEMES</a></center></div>
  732.  
  733.  
  734. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement