Advertisement
puellae-themes

Truth Theme

Dec 16th, 2012
249
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 15.59 KB | None | 0 0
  1. <head>
  2. <!--                
  3.  
  4.                          Truth Theme by
  5.  
  6.         _   __            ___  _             __  ___
  7.        / \ |  \|    ||   |    | \     |     /   |
  8.       |   ||  ||    ||   |    |  \    |    /    |
  9.       |   ||__/|    ||   |___ |   \   |---|     |___
  10.       \   /|   |    ||   |    |    \  |    \    |
  11.        \_/ |    \__/ |___|___ |     \_|     \__ |___
  12.      
  13.      
  14.      
  15. Please don't remove the credit. I worked very hard on this.
  16.  
  17.  
  18. If you don't have any html skills I wouldn't suggest you to use this theme because you have pretty much to edit in the html code not in the appearance page.
  19. I will work on this. If you have questions just send me a message and I will help you. Please leave the credit & enjoy your new theme :)xx
  20.  
  21.  
  22. -->
  23.  
  24.  
  25. <script type="text/javascript"
  26. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  27. <script type="text/javascript" src="http://static.tumblr.com/sxplfnv/rrjmfqebp/jquery.txt"></script>
  28. <link href='http://fonts.googleapis.com/css?family=Text+Me+One' rel='stylesheet' type='text/css'>
  29.  
  30.  
  31. <meta name="color:Background" content="#FFFFFF"/>
  32. <meta name="color:Text" content="#130C11"/>
  33. <meta name="color:Hover" content="#130C11"/>
  34. <meta name="color:Link" content="#000000"/>
  35. <meta name="color:Scrollbar" content="#130C11"/>
  36. <meta name="if:Gradient Background" content=""/>
  37. <meta name="if:tiny cursor" content="1"/>
  38. <meta name="if:tiny scrollbar" content="1"/>
  39. <meta name="if:show blog title" content="1"/>
  40. <meta name="if:click title 4 info" content=""/>
  41. <meta name="if:show banner" content=""/>
  42. <meta name="if:2 Column" content=""/>
  43. <meta name="if:3 Column" content="1"/>
  44. <meta name="image:Background" content=""/>
  45. <meta name="image:Banner" content=""/>
  46. <meta name="text:Link One Title" content="" />
  47. <meta name="text:Link One" content="" />
  48. <meta name="text:Link Two Title" content="" />
  49. <meta name="text:Link Two" content="" />
  50. <meta name="text:Link Three Title" content="" />
  51. <meta name="text:Link Three" content="" />
  52. <meta name="text:Link Four Title" content="" />
  53. <meta name="text:Link Four" content="" />
  54.  
  55. <script>
  56. $(document).ready(function(){
  57. $(".information").hide();
  58. $(".blogtitle").click(function(){
  59. $('.information').slideToggle("fast");
  60. return true;
  61. });
  62. });
  63. </script>
  64.  
  65.  
  66. <style type="text/css">
  67.  
  68. {block:iftinycursor}body, a, a:hover {cursor: url(http://cur.cursors-4u.net/others/oth-6/oth589.cur), progress;}{/block:iftinycursor}
  69.  
  70. {block:iftinyscrollbar}::-webkit-scrollbar {width: 6px; height: 4px; background: {color:Background}; }
  71.  
  72. ::-webkit-scrollbar-thumb { background-color: {color:scrollbar};}{/block:iftinyscrollbar}
  73.  
  74.  
  75. #tumblr_controls{
  76. position:fixed !important;
  77. }
  78.  
  79. .wrapper{
  80. margin: 0px auto;
  81. width: 802px;
  82. }
  83.  
  84. .header{
  85. float: left;
  86. width: 100%;
  87. }
  88.  
  89. .left{
  90. float: left;
  91. margin-right: 20px;
  92. width: 802px;
  93. }
  94.  
  95. .right{
  96. float: right;
  97. width: 200px;
  98. background-color: {color:Background};
  99. }
  100.  
  101. body {
  102. padding: 0px;
  103. margin: 0px;
  104. color:{color:text};
  105. font-family: 'Text Me One', sans-serif;
  106. font-size: 14px;
  107. background-color: {color:Background};
  108. background-image:url({image:Background});
  109. background-attachment: fixed;
  110. background-repeat: repeat;
  111. {block:ifgradientbackground}background-image: -webkit-gradient(
  112. linear,
  113. right top,
  114. right bottom,
  115. color-stop(0.9,{color:Gradient1}),
  116. color-stop(0.1, {color:Gradient2})
  117. ); background-attachment: fixed;{/block:ifgradientbackground}
  118. }
  119.  
  120.  
  121. a:link, a:active, a:visited{
  122. -webkit-transition-duration: 1.4s;
  123. text-decoration: none;
  124. font-family: 'Text Me One', sans-serif;
  125. text-transform:lowercase;
  126. color: {color:Link};
  127. }
  128.  
  129. a:hover {
  130. text-decoration: underline;
  131. -webkit-transition-duration: 1.4s;
  132. text-transform:lowercase;
  133. color:{color:Hover};
  134. }
  135.    
  136. .entry {
  137. margin:5px;    
  138. padding: 0px;
  139. float:left;
  140. background-image:URL();
  141. font-size: 12px;
  142. line-height:12px;
  143. font-family: 'Text Me One', sans-serif;
  144. {block:IndexPage}
  145. {block:if2Column}
  146. width:336px;
  147. padding:1px;
  148. {/block:if2Column}
  149. {block:if3Column}
  150. width:220px;
  151. padding:1px;
  152. {/block:if3Column}
  153. {/block:IndexPage}
  154. {block:PermalinkPage}
  155. width:500px;
  156. {/block:PermalinkPage}
  157. -moz-box-shadow: 0px 0px {text:Shadow Thickness} {color:Shadow};
  158. -webkit-box-shadow: 0px 0px {text:Shadow Thickness} {color:Shadow};
  159. box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.6)
  160. }
  161.  
  162.  
  163. #permalink {
  164. position: absolute;
  165. margin-top: 8px;
  166. margin-left: 61px;
  167. opacity: 0;
  168. -webkit-transition: all .3s ease;
  169. -moz-transition: all .3s ease;
  170. -o-transition: all .3s ease;
  171. transition: all .3s ease;
  172. }
  173.  
  174. .permalink2 {
  175. color: #000000;
  176. padding-top: 0px;
  177. padding-bottom: 0px;
  178. font-size: 10px;
  179. text-align: center;
  180. opacity: 0;
  181. filter: alpha(opacity = 0);
  182. -webkit-transition-duration: 1.0s;
  183. }
  184.  
  185. .entry:hover .permalink2 {
  186. opacity: 1;
  187. filter: alpha(opacity = 100);
  188. -webkit-transition-duration: 1.0s;
  189. }
  190.  
  191.  
  192. .perma1 {
  193. opacity: 0.0;
  194. filter: alpha(opacity = 0);
  195. position:absolute;
  196. z-index:9999991;  
  197. bottom: 0px;
  198. right: 7px;
  199. -webkit-transition-duration: 1.0s;
  200. }
  201.  
  202. .entry:hover .perma1 {
  203. -webkit-transition: opacity 0.4s linear;
  204. opacity: 1;
  205. -moz-transition: all 0.4s linear;
  206. transition: all 0.4s linear;
  207. filter: alpha(opacity = 100);
  208. -webkit-transition-duration: 1.0s;
  209. }
  210.  
  211. .likep {
  212. width: 21px;
  213. height: 20px;
  214. overflow: hidden;
  215. z-index: 9999999;
  216. display: inline-block;
  217. -webkit-transition-duration: 1.0s;
  218.  
  219. }
  220. .rep {
  221. width: 24px;
  222. height: 20px;
  223. overflow: hidden;
  224. z-index: 9999999;
  225. display: inline-block;
  226. -webkit-transition-duration: 1.0s;
  227. }    
  228. .likep a:hover {
  229. background-position: 0px 0px;
  230. -webkit-transition-duration: 1.0s;
  231. }
  232.  
  233. .likep a {
  234. background-image: url("http://static.tumblr.com/uiqhh9x/BPnlzww8v/like.png");
  235. background-position: 0px 0px;
  236. display: block;
  237. z-index: 9999999;
  238. -webkit-transition-duration: 1.0s;
  239.  
  240. }
  241.  
  242. .likep img {
  243. width: 21px;
  244. height: 20px;
  245. -webkit-transition-duration: 1.0s;
  246. }
  247.  
  248. .rep img{
  249. width: 24px;
  250. height: 20px;
  251. line-height: 30px;
  252. display: inline;
  253. -webkit-transition-duration: 1.0s;
  254. }
  255.  
  256. .not { display: inline-block;
  257. background: url("http://static.tumblr.com/uiqhh9x/X6Ym17xp2/middle.png");
  258. height: 20px;
  259. font-size: 11px;
  260. line-height: 20px;
  261. color: #fff;
  262. padding-left: 4px;
  263. padding-right: 4px;
  264. -moz-border-radius: 2px;
  265. border-radius:  2px;
  266. bottom: 6px;
  267. position: relative;
  268. letter-spacing:0px;
  269. -webkit-transition-duration: 1.0s;
  270. }
  271.  
  272. .not a{
  273. color: #fff;
  274. font-family: 'Text Me One', sans-serif;
  275. -webkit-transition-duration: 1.0s;
  276. }
  277.  
  278. .entry:hover .not, .entry:hover .rep, .entry:hover .likep {
  279. opacity: 0.8;
  280. -webkit-transition-duration: 1.0s;
  281. filter: alpha(opacity = 80);
  282. }
  283.  
  284. .not:hover , .rep:hover, .likep:hover {
  285. opacity: 1!important;
  286. -webkit-transition-duration: 1.0s;
  287. filter: alpha(opacity = 100)!important;
  288. }
  289.  
  290. .perm{display: block;
  291. margin-bottom: 3px;
  292. font-family: 'Text Me One', sans-serif;
  293. font-size: 10px;
  294. line-height: 0px;
  295. text-transform:lowercase;
  296. text-align:center;
  297. border-top:0px dotted #000000;}
  298. blockquote{
  299. padding:0px 0px 0px 0px;
  300. margin:0px 0px 0px 0px;
  301. border-left: 0px solid #130C11;}
  302. blockquote p, ul{margin:-1px; padding:-1px;}
  303.  
  304.  
  305. .perma {
  306. display: block;
  307. font-family: 'Text Me One', sans-serif;
  308. font-size: 10px;
  309. text-transform:lowercase;
  310. line-height: 10px;
  311. text-align:right;
  312. background-color: transparent ;
  313. border-top:0px dotted #000000;
  314. -webkit-transition-duration: 1.0s;
  315. }
  316.  
  317. .perma:hover {
  318. -webkit-transition-duration: 1.0s;  
  319. margin-right:0px;
  320. }
  321.  
  322. #headerr{
  323. border-top: 0px solid #000;
  324. background-color:#fff;
  325. top:0px;
  326. margin-left: 46px;
  327. overflow:hidden;
  328. font-family: 'Text Me One', sans-serif;
  329. font-size: 13px;
  330. text-transform:lowercase
  331. padding-top:0px;
  332. width: 681px;
  333. opacity: .9;
  334. padding: 2px;
  335. height:auto;
  336. z-index:1;
  337. position:fixed;
  338. -webkit-transition-duration: 1.0s;
  339. }
  340.  
  341.  
  342. #posts {
  343. width:730px;
  344. margin-left:40px;
  345. right:auto;
  346. padding-top:5px;
  347. margin-top:150px;
  348. margin-right:auto;
  349. position:relative;
  350. overflow-y: hidden;
  351. {block:PermalinkPage}
  352. margin-left:100px;
  353. {/block:PermalinkPage}
  354. }
  355.  
  356. #photo {
  357. width:220px;
  358. border: 0px solid #000000;
  359. }
  360.  
  361. #infscr-loading{
  362. bottom: -70px;
  363. position: absolute;
  364. left: 50%;
  365. margin-left:-8px;
  366. width:16px;
  367. height:11px;
  368. overflow:hidden;
  369. margin-bottom: 50px;
  370. }
  371.  
  372.  
  373. #infscr-loading{
  374. bottom: -70px;
  375. position: absolute;
  376. left: 50%;
  377. margin-left:-8px;
  378. width:16px;
  379. height:11px;
  380. overflow:hidden;
  381. margin-bottom: 50px;
  382. }
  383.  
  384.  
  385.  
  386. .title{
  387. font-size: 20px;
  388. line-height:20px;
  389. color: black;
  390. font-weight: normal;
  391. text-transform:normal;
  392. font-family: 'Text Me One', sans-serif;
  393. }
  394.  
  395.  
  396. .blogtitle{
  397. font-size: 45px;
  398. line-height: 30px;
  399. padding-top:5px;
  400. color: black;
  401. letter-spacing: 1px;
  402. font-weight: normal;
  403. font-family: 'Text Me One', sans-serif;
  404. }
  405.  
  406.  
  407.  
  408. blockquote{
  409. padding:0px 0px 2px 5px;
  410. margin:0px 0px 2px 10px;
  411. border-left: 1px dotted #555555;
  412. }
  413.  
  414.  
  415.  
  416. @font-face { font-family: "ronda"; src: url('http://static.tumblr.com/rmj06l2/kcLlo1q2y/pf_ronda_seven.ttf'); }
  417. @font-face { font-family: "lovenote"; src: url('http://static.tumblr.com/4yxykdm/k6plrfhwf/ck_love_note.ttf'); }
  418. {CustomCSS}
  419.  
  420. </style>
  421. <script type="text/javascript">function tb8_makeArray(n){this.length = n;return this.length;}tb8_messages = new tb8_makeArray(3);tb8_messages[0] = "YOURTEXT";tb8_messages[1] = "YOURTEXT";tb8_messages[2] = "YOURTEXT";tb8_rptType = 'infinite';tb8_rptNbr = 5;tb8_speed = 100;tb8_delay = 2000;var tb8_counter=1;var tb8_currMsg=0;var tb8_tekst ="";var tb8_i=0;var tb8_TID = null;function tb8_pisi(){tb8_tekst = tb8_tekst + tb8_messages[tb8_currMsg].substring(tb8_i, tb8_i+1);document.title = tb8_tekst;tb8_sp=tb8_speed;tb8_i++;if (tb8_i==tb8_messages[tb8_currMsg].length){tb8_currMsg++; tb8_i=0; tb8_tekst="";tb8_sp=tb8_delay;}if (tb8_currMsg == tb8_messages.length){if ((tb8_rptType == 'finite') && (tb8_counter==tb8_rptNbr)){clearTimeout(tb8_TID);return;}tb8_counter++;tb8_currMsg = 0;}tb8_TID = setTimeout("tb8_pisi()", tb8_sp);}tb8_pisi()</script>
  422.  
  423.  
  424.  
  425. {block:IndexPage}
  426. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  427. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  428.  
  429. <script type="text/javascript">
  430. $(window).load(function () {
  431. var $content = $('#posts');
  432. $content.masonry({itemSelector: '.entry'}),
  433. $content.infinitescroll({
  434. navSelector : 'div#pagination',
  435. nextSelector : 'div#pagination a#nextPage',
  436. itemSelector : '.entry',
  437. loading: {
  438. finishedMsg: '',
  439. img: 'http://static.tumblr.com/dbek3sy/pX1lrx8xv/ajax-loader.gif'
  440. },
  441. bufferPx : 600,
  442. debug : false,
  443. },
  444. // call masonry as a callback.
  445. function( newElements ) {
  446. var $newElems = $( newElements );
  447. $newElems.hide();
  448. // ensure that images load before adding to masonry layout
  449. $newElems.imagesLoaded(function(){
  450. $content.masonry( 'appended', $newElems, true, function(){$newElems.fadeIn(300);} );
  451.  
  452.  
  453. });
  454. });
  455. });
  456. </script>
  457.  
  458. {/block:IndexPage}
  459.  
  460. <title>{title}</title>
  461.  
  462. <link rel="shortcut icon" href="{Favicon}">
  463. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  464. <meta name="viewport" content="width=820" />
  465.  
  466.  
  467. </head>
  468. <body>
  469.  
  470.  
  471.  
  472.  
  473.  
  474. <div class="wrapper">
  475. <div class="header">
  476. </div>
  477.  
  478.  
  479.  
  480. <div id="headerr">
  481.  
  482. <center>
  483. {block:ifshowbanner}<img src="{image:Banner}" width="250px"></img>
  484. <br>{description}{/block:ifshowbanner}<br>
  485.  
  486. <a href="/ask">message</a>{block:ifLinkOneTitle}
  487. <a href="{text:Link One}">{text:Link One Title}</a>{/block:ifLinkOneTitle}{block:ifLinkTwoTitle}
  488. <a href="{text:Link Two}">{text:Link Two Title}</a>{/block:ifLinkTwoTitle}{block:ifLinkThreeTitle}
  489. <a href="{text:Link Three}">{text:Link Three Title}</a>{/block:ifLinkThreeTitle}
  490. {block:ifLinkFourTitle}<a href="{text:Link Four}">{text:Link Four Title}</a>{/block:ifLinkFourTitle}
  491. <a href="/archive">archive</a>
  492. {block:ifNotclicktitle4info}<br>
  493.  
  494.  
  495. <div class="information">
  496. {/block:ifclicktitle4info}
  497. {Description}
  498. {block:ifclicktitle4info}    
  499. </div>
  500. {/block:ifclicktitle4info}
  501. {/block:ifshowblogtitle}
  502.  
  503. </center>
  504. </div>
  505.  
  506.    
  507.    
  508.  
  509. <div class="left">
  510.  
  511. <div id="posts">
  512.  
  513. {block:Posts}
  514. <div class="entry">
  515.  
  516.  
  517.  
  518.  
  519. {block:Answer}
  520. <b>{Asker}</b> asked: {Question}{Answer}
  521. {block:IndexPage}
  522. <span class="perma"><a href="{Permalink}"><a href="{Permalink}">{notecountwithlabel}</a></span>
  523. {/block:IndexPage}
  524. {/block:Answer}
  525.  
  526.  
  527. {block:Text}{block:Title}<span class="title">{Title}</span>{/block:Title}<span class="entrytext">{Body}<span class="perma"><a href="{ReblogURL}" target="_blank"><font color="black">REBLOG</font></a> | <a href="{Permalink}"><font color="black">{Notecount} NOTES</font></a>{/block:text}
  528.  
  529. {block:Link}<a href="{URL}" class="title">{Name}</a>{block:Description}{Description}{/block:Description}<span class="perma"><a href="{ReblogURL}" target="_blank"><font color="black">REBLOG</font></a> | <a href="{Permalink}"><font color="black">{Notecount} NOTES</font></a>{/block:link}
  530.  
  531. {block:Photo}
  532. {block:IndexPage}
  533. <div class="perma1">
  534. <div class="likep">
  535. <a id="like{PostID}" href="javascript:likelink('{PostID}','{Permalink}','');"><img src="http://static.tumblr.com/lba83dv/OUUltd958/spacer.gif" width="21" height="20" alt="Like this post" id="likeimage{PostID}"/></a>
  536. </div>
  537. <div class="rep"><a href="{reblogurl}" target="_blank"><img src="http://static.tumblr.com/uiqhh9x/OAClzwwao/reblog.png" width="30"/></a>
  538. </div>
  539. <div class="not"><a id="notes{PostID}" href="{Permalink}">{NoteCount}</a></div>          
  540. </div>  
  541. {/block:IndexPage}
  542. {block:indexpage}
  543. {LinkOpenTag}<img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/>{LinkCloseTag}
  544. {/block:indexpage}
  545. {block:permalinkpage}
  546. {LinkOpenTag}<img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/>{LinkCloseTag}
  547. {/block:permalinkpage}
  548. {/block:Photo}
  549.  
  550. {block:Photoset}
  551. {block:IndexPage}
  552. <center>
  553. {Photoset-250}</center>
  554. {/block:IndexPage}
  555. {block:PermalinkPage}
  556. <center>
  557. {Photoset-500}</center>
  558. {/block:PermalinkPage}
  559. {/block:Photoset}
  560.  
  561. {block:Quote}<span class="title">"{Quote}"</span>{block:Source}<i> - {Source}</i>{/block:Source}<br><span class="perma"><a href="{ReblogURL}" target="_blank"><font color="black">REBLOG</font> | <a href="{Permalink}"><font color="black">{Notecount} NOTES</font></a>{/block:Quote}
  562.  
  563. {block:Chat}{block:Title}<span class="title">{Title}</span>{/block:Title}<ul class="chat">{block:Lines}<li class="user_{UserNumber}">{block:Label}<span class="label"><b>{Label}</b></span>{/block:Label}{Line}</li>{/block:Lines}</ul><span class="perma"><a href="{ReblogURL}" target="_blank"><font color="black">REBLOG</font></a> | <a href="{Permalink}"><font color="black">{Notecount} NOTES</font></a>{/block:Chat}
  564.  
  565.  
  566. {Line}
  567. </li>
  568. {/block:Lines}
  569. </ul>
  570. {/block:Chat}
  571.  
  572. {block:Audio}
  573. <center><div style="width:250px; height:28px;"><div style="float:left">{AudioPlayerBlack}</div><div style="margin-top:10px; float:right;">
  574. {block:ExternalAudio}{/block:ExternalAudio}</div></div></center>
  575. {/block:Audio}
  576.  
  577. {block:Video}
  578. {block:IndexPage}
  579. <center>
  580. {Video-250}</center>
  581. {/block:IndexPage}
  582. {block:PermalinkPage}
  583. <center>
  584. {Video-500}</center>
  585. {/block:PermalinkPage}
  586. {block:Video}
  587.  
  588. {block:PermalinkPage}
  589. <center>
  590. <br>{block:Caption}{Caption}{/block:Caption}{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}{block:HasTags} &middot; {block:Tags}<a href="TagURL"> #{Tag}</a> {/block:Tags}{/block:hasTags}</center>
  591.  
  592.  
  593. {/block:PermalinkPage}
  594.  
  595.  
  596. {block:PostNotes}{PostNotes}
  597. {/block:PostNotes}
  598. </div>
  599.  
  600.  
  601. {/block:Posts}
  602. </div>
  603. </div>
  604. {block:IndexPage}
  605. {block:Pagination}
  606. <div id="pagination">
  607. {block:NextPage}
  608. <a id="nextPage" href="{NextPage}">&nbsp;&rarr;</a>
  609. {/block:NextPage}
  610. {block:PreviousPage}
  611. <a href="{PreviousPage}">&larr;&nbsp;</a>
  612. {/block:PreviousPage}
  613. </div>
  614. {/block:Pagination}
  615. {/block:IndexPage}
  616. </div>
  617.  
  618.  
  619. </body>
  620.  
  621. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement