Advertisement
benedictcumbvrbatch

everybody lies (#14)

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