Advertisement
puellae-themes

Acid Theme

Jan 20th, 2013
190
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 15.48 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.  
  5. <!--                
  6.  
  7.                          Acid Theme by
  8.  
  9.         _   __            ___  _             __  ___
  10.        / \ |  \|    ||   |    | \     |     /   |
  11.       |   ||  ||    ||   |    |  \    |    /    |
  12.       |   ||__/|    ||   |___ |   \   |---|     |___
  13.       \   /|   |    ||   |    |    \  |    \    |
  14.        \_/ |    \__/ |___|___ |     \_|     \__ |___
  15.      
  16.      
  17.      
  18. Please don't remove the credit. I worked very hard on this.
  19. If you have questions just send me a message and I will help you. Enjoy your new theme :)xx
  20.  
  21.  
  22. -->
  23.  
  24. <script type="text/javascript"
  25. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  26. <script type="text/javascript" src="http://static.tumblr.com/sxplfnv/z7nmgxdcd/jquerys.txt"></script>
  27.  
  28. <meta name="color:Background" content="#ffffff"/>
  29. <meta name="color:Text" content="#030303"/>
  30. <meta name="color:Links" content="#000"/>
  31. <meta name="color:Links Hover" content="#4e4c4c"/>
  32. <meta name="color:Blogtitle" content="#000"/>
  33. <meta name="color:Posts Border" content="#000"/>
  34.  
  35. <meta name="image:Background" content=""/>
  36.  
  37. <meta name="text:Link One Title" content="link 1" />
  38. <meta name="text:Link One" content="" />
  39. <meta name="text:Link Two Title" content="link 2" />
  40. <meta name="text:Link Two" content="" />
  41. <meta name="text:Link Three Title" content="link 3" />
  42. <meta name="text:Link Three" content="" />
  43. <meta name="text:Link Four Title" content="link 4" />
  44. <meta name="text:Link Four" content="" />
  45. <meta name="text:Link Five Title" content="link 5" />
  46. <meta name="text:Link Five" content="" />
  47.  
  48. <link href='http://fonts.googleapis.com/css?family=Text+Me+One' rel='stylesheet' type='text/css'>
  49.  
  50.  
  51. <style type="text/css">
  52.  
  53. @font-face{font-family:'kg overthinking mh';src:url('http://static.tumblr.com/hcocigh/G6xm6xmov/signerica_thin.ttf');}
  54.  
  55.  
  56. #tumblr_controls{
  57. position:fixed!important;
  58. -webkit-filter: invert(100%)
  59. }
  60.  
  61.  
  62. .wrapper {
  63. margin: 0px auto;
  64. width: 100%;
  65. }
  66.  
  67. .header {
  68. float: center;
  69. width: 80%;
  70. }
  71.  
  72. body {
  73. position: relative;
  74. padding: 10px;
  75. margin: 0px;
  76. float: center;
  77. font-family: 'Text Me One', sans-serif;
  78. background-color: {color:Background};
  79. background-image:url({image:Background});
  80. background-attachment:fixed;
  81. background-repeat:repeat;
  82. background-size:cover;
  83. }
  84.  
  85. a:link, a:active, a:visited{
  86. color:{color:Links};
  87. text-decoration: none;
  88. -webkit-transition: color 0.4s ease-out;
  89. -moz-transition: color 0.4s ease-out;
  90. }
  91.  
  92. a:hover{
  93. text-decoration:none;
  94. color:{color:Links Hover};
  95. -webkit-transition: color 0.4s ease-out;
  96. -moz-transition: color 0.4s ease-out;
  97. -webkit-transition: all 0.2s linear;
  98. -webkit-transition: all 0.2s linear;
  99. -moz-transition: all 0.2s linear;
  100. transition: all 0.2s linear;
  101. }
  102.  
  103. #posts {
  104. float:center;
  105. margin-top:140px;
  106. width:100%;
  107. margin-left:20px;
  108. }
  109.  
  110. .entry {
  111. width:205px;
  112. overflow: visible;
  113. float: center;
  114. margin: 10px;
  115. padding: 2px;
  116. padding-bottom:0px;
  117. text-align: justify;
  118. font-family: 'Text Me One', sans-serif;
  119. font-size: 14px;
  120. line-height:13px;
  121. letter-spacing:0.5px;
  122. opacity:0.9;
  123. border:1px solid {color:Posts Border};
  124. color:{color:Text};
  125. -webkit-transition: all 0.8s ease-out;
  126. -moz-transition: all 0.8s ease-out;
  127. transition: all 0.8s ease-out;
  128. {block:PermalinkPage}
  129. margin-left:420px;
  130. margin-top:80px;
  131. width:410px;
  132. {/block:PermalinkPage}
  133. }
  134.  
  135. #header {
  136. position:absolute;
  137. height: 100px;
  138. width: 80%;
  139. left:100px;
  140. top:0px;
  141. font-family: 'Text Me One', sans-serif;
  142. z-index:100;
  143. text-align: center;
  144. padding: 25px;
  145. border-bottom:0px solid #000;
  146. background-color: {color:Background};
  147. }
  148.  
  149. .title{
  150. font-family: 'Text Me One', sans-serif;
  151. font-size: 18px;
  152. line-height:13px;
  153. font-weight:400;
  154. color: {color:Text};
  155. }
  156.  
  157. .blogtitle {
  158. font-family:'kg overthinking mh';
  159. line-height: 22px;
  160. padding:7px;
  161. letter-spacing: 2px;
  162. font-weight: normal;
  163. text-transform:lowercase;
  164. font-size:35px;
  165. color: {color:Blogtitle};
  166. font-size:35px;
  167. text-shadow:0px 0px 0px #000;    
  168. }
  169.  
  170.  
  171. .blogtitle:hover {
  172. text-decoration:none;
  173. }
  174.  
  175. .nav a {
  176. font-family: 'Text Me One', sans-serif;
  177. font-size:14px;
  178. line-height:13px;
  179. border-bottom: 2px solid {color:Navigation Links};
  180. text-transform:uppercase;
  181. margin-left:20px;
  182. color:{color:Navigation Links};
  183. }
  184.  
  185. .desc a {
  186. font-family: 'Text Me One', sans-serif;
  187. font-size:15px;
  188. line-height:0px;
  189. margin-left:20px;
  190. margin-top:0px;
  191. text-shadow:0px 0px 0px #fff;
  192. color:{color:Description};
  193. }
  194.  
  195. .desc:hover a {
  196. -webkit-transition: color 0.4s ease-out;
  197. -moz-transition: color 0.4s ease-out;
  198. -webkit-transition: all 0.2s linear;
  199. -webkit-transition: all 0.2s linear;
  200. -moz-transition: all 0.2s linear;
  201. transition: all 0.2s linear;
  202. }
  203.  
  204. .asker a {
  205. font-family: 'Text Me One', sans-serif;
  206. text-transform:none;
  207. color:{color:Links};
  208. }
  209.  
  210. .asker:hover a {
  211. color: {color:Links Hover};
  212. -webkit-transition: color 0.4s ease-out;
  213. -moz-transition: color 0.4s ease-out;
  214. -webkit-transition: all 0.2s linear;
  215. -webkit-transition: all 0.2s linear;
  216. -moz-transition: all 0.2s linear;
  217. transition: all 0.2s linear;
  218. }
  219.  
  220.  
  221. #infscr-loading{
  222. bottom: -70px;
  223. position: absolute;
  224. left: 50%;
  225. margin-left:-8px;
  226. width:16px;
  227. height:11px;
  228. overflow:hidden;
  229. margin-bottom: 50px;
  230. }
  231.  
  232. .entry:hover {
  233. border:1px solid #fff;
  234. opacity:1;
  235. -webkit-transition: all 0.5s linear;
  236. -moz-transition: all 0.5s linear;
  237. transition: all 0.5s linear;
  238. }
  239.  
  240. .perma1
  241. {
  242.     opacity: 0.0;
  243.     filter: alpha(opacity = 0);
  244.     position:absolute;
  245.     z-index:9999991;  
  246.     bottom: 0px;
  247.     right: 7px;
  248. }
  249.  
  250. .entry:hover .perma1 {
  251.    
  252.     -webkit-transition: opacity 0.4s linear;
  253.     opacity: 1;
  254.     -moz-transition: all 0.4s linear;
  255.     transition: all 0.4s linear;
  256.     filter: alpha(opacity = 100);
  257.  
  258. }
  259.  
  260. .likep {
  261. width: 21px;
  262. height: 20px;
  263. overflow: hidden;
  264. z-index: 9999999;
  265. display: inline-block;
  266.  
  267. }
  268. .rep {
  269. width: 24px;
  270. height: 20px;
  271. overflow: hidden;
  272. z-index: 9999999;
  273. display: inline-block;
  274.  
  275. }    
  276. .likep a:hover {
  277. background-position: 0px 0px;
  278. }
  279. .likep a {
  280. background-image: url("http://static.tumblr.com/uiqhh9x/BPnlzww8v/like.png");
  281. background-position: 0px 0px;
  282. display: block;
  283. z-index: 9999999;
  284.    webkit-transition: all 0s linear;
  285. -webkit-transition: all 0s linear;
  286. -moz-transition: all 0s linear;
  287. transition: all 0s linear;
  288. }
  289. .likep img {
  290.     width: 21px;
  291.     height: 20px;
  292.        webkit-transition: all 0.2s linear;
  293. -webkit-transition: all 0.2s linear;
  294. -moz-transition: all 0.2s linear;
  295. transition: all 0.2s linear;
  296. }
  297. .rep img{
  298.     width: 24px;
  299.     height: 20px;
  300.     line-height: 30px;
  301.     display: inline;
  302. }
  303.  
  304. .not { display: inline-block;
  305. background: url("http://static.tumblr.com/uiqhh9x/X6Ym17xp2/middle.png");
  306. height: 20px;
  307. font-size: 11px;
  308. line-height: 20px;
  309. color: #fff;
  310. padding-left: 4px;
  311. padding-right: 4px;
  312. -moz-border-radius: 2px;
  313.     border-radius:  2px;
  314.     bottom: 6px;
  315. position: relative;
  316. letter-spacing:0px;
  317. }
  318. .not a{
  319. color: #fff;
  320. font-family: 'Text Me One', sans-serif;
  321. }
  322.  
  323. .entry:hover .not, .entry:hover .rep, .entry:hover .likep {
  324.      opacity: 0.8;
  325.     filter: alpha(opacity = 80);
  326. }
  327. .not:hover , .rep:hover, .likep:hover {
  328.      opacity: 1!important;
  329.     filter: alpha(opacity = 100)!important;
  330. }
  331.  
  332. .reblogbutton {
  333. position:absolute;
  334. height: auto;
  335. width: auto;
  336. padding:0px;
  337. padding-bottom:0px;
  338. padding-top:0px;
  339. overflow: hidden;
  340. text-align: left;
  341. font-size: 10px;
  342. font-family: 'Text Me One', sans-serif;
  343. line-height: 15px;
  344. opacity: 0;
  345. background-color: {color:Background};
  346. filter: alpha(opacity = 0);
  347. -webkit-transition: all 0.5s linear;
  348. -moz-transition: all 0.5s linear;
  349. transition: all 0.5s linear;
  350. }
  351.  
  352. .entry:hover .reblogbutton {
  353. opacity:1;
  354. bottom:-10px;
  355. font-family: 'Text Me One', sans-serif;
  356. filter: alpha(opacity = 90);
  357. -webkit-transition: all 0.5s linear;
  358. -moz-transition: all 0.5s linear;
  359. transition: all 0.5s linear;
  360. }
  361.  
  362.  
  363. ::-webkit-scrollbar { width: 3px; height: 4px; }
  364. ::-webkit-scrollbar-button:start:decrement,
  365. ::-webkit-scrollbar-button:end:increment  { height: 0px; display: block; background: #fff; }
  366. ::-webkit-scrollbar-track-piece  { background: #fff; }
  367. ::-webkit-scrollbar-thumb {height: 50px; background-color: #000; }
  368.  
  369.  
  370. </style>
  371.  
  372. <!-- this is your typing tab. change YOURTEXT to your text-->
  373. <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>
  374.  
  375. {block:IndexPage}
  376. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  377. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  378.  
  379. <script type="text/javascript">
  380. $(window).load(function () {
  381. var $content = $('#posts');
  382. $content.masonry({itemSelector: '.entry'}),
  383. $content.infinitescroll({
  384. navSelector : 'div#pagination',
  385. nextSelector : 'div#pagination a#nextPage',
  386. itemSelector : '.entry',
  387. loading: {
  388. finishedMsg: '',
  389. img: 'http://static.tumblr.com/dbek3sy/pX1lrx8xv/ajax-loader.gif'
  390. },
  391. bufferPx : 600,
  392. debug : false,
  393. },
  394. // call masonry as a callback.
  395. function( newElements ) {
  396. var $newElems = $( newElements );
  397. $newElems.hide();
  398. // ensure that images load before adding to masonry layout
  399. $newElems.imagesLoaded(function(){
  400. $content.masonry( 'appended', $newElems, true, function(){$newElems.fadeIn(300);} );
  401.  
  402.  
  403. });
  404. });
  405. });
  406. </script>
  407.  
  408. {/block:IndexPage}
  409.  
  410.  
  411. </head>
  412. <body>
  413.  
  414. <div id="header">
  415. <a href="/"><span class="blogtitle">{Title}<br><font face="Text Me One"><br>
  416. <a href="/ask">ask</a>
  417. <a href="/submit">submit</a>
  418. <a href="/archive">archive</a>{block:IfLinkOneTitle}&nbsp;<a href="{text:Link One}">{text:Link One Title}</a>{/block:ifLinkOneTitle}
  419. {block:ifLinkTwoTitle}&nbsp<a href="{text:Link Two}">{text:Link Two Title}</a>{/block:ifLinkTwoTitle}
  420. {block:ifLinkThreeTitle}&nbsp<a href="{text:Link Three}">{text:Link Three Title}</a>{/block:ifLinkThreeTitle}
  421. {block:ifLinkFourTitle}&nbsp<a href="{text:Link Four}">{text:Link Four Title}</a>{/block:ifLinkFourTitle}
  422. {block:ifLinkFiveTitle}&nbsp<a href="{text:Link Five}">{text:Link Five Title}</a>{/block:ifLinkFiveTitle}
  423. <span class="desc">
  424. <p>{Description}</p>
  425. </div></span></div></div></font>
  426. </span></a>
  427.  
  428.  
  429.  
  430. </div>
  431.  
  432.  
  433. <div id="posts">
  434.  
  435. {block:Posts}
  436.  
  437. <div class="entry">
  438.  
  439. {block:Text}
  440. <strong>{block:Title}<span class="title">{Title}</span>{/block:Title}</strong>{Body}
  441. {block:IndexPage}
  442. <div class="reblogbutton">
  443. <div class="background"><div style="text-transform:uppercase;"><a href="{reblogurl}" target="_blank">REBLOG</a><a href="{permalink}">{notecountwithlabel}</a></div></div></div>
  444. {/block:IndexPage}
  445. {/block:text}
  446.  
  447. {block:Photo}
  448. {block:IndexPage}
  449. <div class="perma1">
  450. <div class="likep">
  451. <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>
  452. </div>
  453. <div class="rep"><a href="{reblogurl}" target="_blank"><img src="http://static.tumblr.com/uiqhh9x/OAClzwwao/reblog.png" width="30"/></a>
  454. </div>
  455. <div class="not"><a id="notes{PostID}" href="{Permalink}">{NoteCount}</a></div>          
  456. </div>  
  457. {/block:IndexPage}
  458. {block:indexpage}
  459. {LinkOpenTag}<img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/>{LinkCloseTag}
  460. {/block:indexpage}
  461. {block:permalinkpage}
  462. {LinkOpenTag}<img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/>{LinkCloseTag}
  463. {/block:permalinkpage}
  464. {/block:Photo}
  465.  
  466. {block:Photoset}
  467. <center>{Photoset-250}</center>
  468. {block:IndexPage}
  469. <div class="reblogbutton">
  470. <div class="background"><div style="text-transform:uppercase;"><a href="{reblogurl}" target="_blank">REBLOG</a><a href="{permalink}">{notecountwithlabel}</a></div></div></div>
  471. {/block:IndexPage}
  472. {/block:Photoset}
  473.  
  474. {block:Link}
  475. <a href="{URL}" class="title"><big>{Name}</big></a><br>{block:Description}{Description}{/block:Description}
  476. {block:IndexPage}
  477. <div class="reblogbutton">
  478. <div class="background"><div style="text-transform:uppercase;"><a href="{reblogurl}" target="_blank">REBLOG</a><a href="{permalink}">{notecountwithlabel}</a></div></div></div>
  479. {/block:IndexPage}
  480. {/block:link}
  481.  
  482. {block:Answer}
  483. <span class="asker">{Asker} asked:</span> <b>{Question}</b>
  484. {Answer}
  485. {block:IndexPage}
  486. <div class="reblogbutton">
  487. <div class="background"><div style="text-transform:uppercase;"><a href="{permalink}">{notecountwithlabel}</a></div></div></div>
  488. {/block:IndexPage}
  489. {/block:Answer}
  490.  
  491. {block:Quote}
  492. <span class="title">"{Quote}"</span>
  493. <br><br>{block:Source}<i> - {Source}</i>{/block:Source}<br>
  494. {block:IndexPage}
  495. <div class="reblogbutton">
  496. <div class="background"><div style="text-transform:uppercase;"><a href="{reblogurl}" target="_blank">REBLOG</a><a href="{permalink}">{notecountwithlabel}</a></div></div></div>
  497. {/block:IndexPage}
  498. {/block:Quote}
  499.  
  500. {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>
  501. {block:IndexPage}
  502. <div class="reblogbutton">
  503. <div class="background"><div style="text-transform:uppercase;"><a href="{reblogurl}" target="_blank">REBLOG</a><a href="{permalink}">{notecountwithlabel}</a></div></div></div>
  504. {/block:IndexPage}
  505. {/block:Chat}
  506.  
  507.  
  508. {Line}
  509. </li>
  510. {/block:Lines}
  511. </ul>
  512. {/block:Chat}
  513.  
  514.  
  515. {block:Audio}
  516. <center><div style="width:180px; height:28px;"><div style="float:left">{AudioPlayerBlack}</div><div style="margin-top:10px; float:right;">
  517. {block:ExternalAudio}{/block:ExternalAudio}</div></div></center>{block:IndexPage}
  518. <div class="reblogbutton">
  519. <div class="background"><div style="text-transform:uppercase;"><a href="{reblogurl}" target="_blank">REBLOG</a><a href="{permalink}">{notecountwithlabel}</a></div></div></div>
  520. {/block:IndexPage}
  521. {/block:Audio}
  522.  
  523. {block:Video}
  524. {block:IndexPage}
  525. {Video-250}</center>
  526. <div class="reblogbutton">
  527. <div class="background"><div style="text-transform:uppercase;"><a href="{reblogurl}" target="_blank">REBLOG</a><a href="{permalink}">{notecountwithlabel}</a></div></div></div>
  528. {/block:IndexPage}
  529. {block:PermalinkPage}
  530. <center>
  531. {Video-500}</center>
  532. {/block:PermalinkPage}
  533. {block:Video}
  534.  
  535. {block:PermalinkPage}
  536. <center>
  537. <br>{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}</center>
  538.  
  539.  
  540. {/block:PermalinkPage}
  541.  
  542.  
  543. {block:PostNotes}{PostNotes}
  544. {/block:PostNotes}
  545. </div>
  546.  
  547. {/block:Posts}
  548. </div>
  549. </div>
  550. {block:IndexPage}
  551. {block:Pagination}
  552. <div id="pagination">
  553. {block:NextPage}
  554. <a id="nextPage" href="{NextPage}"></a>
  555. {/block:NextPage}
  556. {block:PreviousPage}
  557. <a href="{PreviousPage}"></a>
  558. {/block:PreviousPage}
  559. </div>
  560. {/block:Pagination}
  561. {/block:IndexPage}
  562. </div>
  563.  
  564.  
  565. </body>
  566.  
  567. <html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement