Advertisement
t-offee

Bubblegum Theme (NEW)

Apr 20th, 2013
216
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.84 KB | None | 0 0
  1. <!------------------------------------------------------------------------
  2.  
  3.  
  4. /// bubblegum theme by ally
  5.  
  6. © 2014 stahrfruits.tumblr.com
  7.  
  8.  
  9. -------------------------------------------------------------------------->
  10. <!--
  11. Go to tumblr.com/docs/en/custom_themes for assistance.
  12. -->
  13.  
  14. <html lang="en">
  15. <!DOCTYPE html PUBLIC"-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  16. <html xmlns="http://www.w3.org/1999/xhtml">
  17. <head>
  18.  
  19. <script type="text/javascript">
  20. <!--
  21.  
  22. // Disable Right Click Script
  23.  
  24. function IE(e)
  25. {
  26. if (navigator.appName == "Microsoft Internet Explorer" && (event.button == "2" || event.button == "3"))
  27. {
  28. return false;
  29. }
  30. }
  31. function NS(e)
  32. {
  33. if (document.layers || (document.getElementById && !document.all))
  34. {
  35. if (e.which == "2" || e.which == "3")
  36. {
  37. return false;
  38. }
  39. }
  40. }
  41. document.onmousedown=IE;document.onmouseup=NS;document.oncontextmenu=new Function("return false");
  42.  
  43. //-->
  44. </script>
  45.  
  46.  
  47. <script type="text/javascript"
  48. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  49.  
  50. <!--DEFAULT VARIABLES-->
  51. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  52. <meta name="color:background" content="#fff"/>
  53. <meta name="color:link" content="#000"/>
  54. <meta name="color:text" content="#000"/>
  55. <meta name="color:title" content="#333"/>
  56. <meta name="color:hover" content="#fff"/>
  57. <meta name="color:sidebarbg" content="#d198a6"/>
  58. <meta name="image:banner" content="1"/>
  59. <meta name="image:background" content="1"/>
  60. <meta name="text:title" content="title"/>
  61. <meta name="if:showtitle" content="1">
  62. <meta name="if:showsidebarbg" content="1"/>
  63. <meta name="if:Header half transparent" content="1" />
  64. <meta name="text:onlineusers" content="code here"/>
  65. <meta name="text:hitcounter" content="code here"/>
  66.  
  67.  
  68. <script language="JavaScript" src="http://dl.dropbox.com/u/3173073/GothicDarkness/qTip.js" type="text/JavaScript"></script>
  69.  
  70. <style type="text/css">
  71.  
  72. ::-webkit-scrollbar-thumb:vertical {background-color:{color:sidebarbg};height:100px;}
  73.  
  74. ::-webkit-scrollbar-thumb:horizontal {background-color:{color:sidebarbg};height:10px !important;}
  75.  
  76. ::-webkit-scrollbar { height:5px;width:10px; background-color:#fff;}
  77.  
  78. #credits {font-size:12px; letter-spacing:1px; bottom:7px; text-transform: lowercase; right:10px; position:fixed; padding:5px; text-align:right; border-left:1px solid #cfcdcd; border-top:1px solid #cfcdcd; border-right:1px solid #cfcdcd; border-bottom:1px solid #cfcdcd}
  79.  
  80. div#qTip {
  81.  
  82. padding: 2px;
  83.  
  84. display: none;
  85.  
  86. font-style:italic;
  87.  
  88. text-align: center;
  89.  
  90. position: absolute;
  91.  
  92. font-size:11px;
  93.  
  94. line-height:10px;
  95.  
  96. font-family:courier new;
  97.  
  98. z-index: 1000;
  99.  
  100. background: white;
  101.  
  102. border:1px solid #ddd;
  103.  
  104. color: {color:title};
  105.  
  106. text-transform:lowercase;
  107.  
  108. letter-spacing: 1px;
  109. }
  110.  
  111. iframe#tumblr_controls {right:2px !important; position: fixed !important;-webkit-transition: opacity 0.7s linear;opacity: 0.05;-webkit-transition: all 0.8s ease-out;-moz-
  112.  
  113. transition: all 0.8s ease-out;transition: all 0.8s ease-out;}
  114.  
  115. iframe#tumblr_controls:hover{-webkit-transition: opacity 0.7s linear;opacity: 0.8;-webkit-transition: all 0.4s ease-out;-moz-transition: all 0.4s ease-out;transition: all 0.4s ease-out;}
  116.  
  117. p {
  118. margin:0px;
  119. margin-top:0px;
  120. }
  121.  
  122.  
  123. body {
  124. padding: 0px;
  125. margin: 30px;
  126. color:{color:text};
  127. font-family: courier new;
  128. line-height:7px;
  129. font-size:12px;
  130. background-color: {color:Background};
  131. background-image:url({image:Background});
  132. background-attachment: fixed;
  133. background-repeat: repeat;
  134. }
  135.  
  136. #links {
  137.  
  138. font-family: courier new;
  139. line-height:7px;
  140. font-size:12px;
  141. text-align:right;
  142.  
  143.  
  144. }
  145.  
  146. a:link, a:active, a:visited{
  147. text-decoration: none;
  148. -webkit-transition: color 0.3s ease-out;
  149. -moz-transition: color 0.3s ease-out;
  150. transition: color 0.3s ease-out;
  151. color:{color:link};
  152. }
  153.  
  154. a:hover {
  155. text-decoration: none;
  156. font-style:;
  157. color: {color:Hover};
  158. }
  159.  
  160. div#center{
  161. width: 1250px;
  162. left:50%;
  163. margin-left:-650px;
  164. position:relative;
  165. background-color:;
  166. overflow:auto;
  167. overflow-y:hidden;
  168. }
  169.  
  170.  
  171.  
  172. /*CUSTOMIZE ENTRY SETTINGS HERE*/
  173. .entry {
  174. float:left;
  175. display: block;
  176. margin:30px;
  177. margin-left:240px;
  178. overflow:hidden;
  179. width:250px;
  180. {block:PermalinkPage}
  181. width:450px;
  182. text-align:left;
  183. line-height:10px;
  184. {/block:PermalinkPage}
  185. background:white;
  186. background-image:URL();
  187. }
  188.  
  189.  
  190. /*CUSTOMIZE THE APPEARANCE OF PERMALINKS*/
  191. .entry .perma{
  192. width:220px;
  193. height:16px;
  194. margin-left:-10px;
  195. position: absolute;
  196. line-height: 16px;
  197. overflow:hidden;
  198. text-align:center;
  199. top:0px;
  200. background:white;
  201. word-spacing:2px;
  202. letter-spacing:1px;
  203. opacity: 0.0;
  204. -webkit-transition: all .7s ease;
  205. -moz-transition: all .7s ease;
  206. -o-transition: all .7s ease;
  207. transition: all .7s ease;
  208.  
  209. }
  210.  
  211. .entry:hover .perma{
  212. overflow:visible;
  213. opacity:0.9;
  214. }
  215.  
  216.  
  217.  
  218.  
  219.  
  220. /*CUSTOMIZE POST POSITIONING AND STUFFZ HERE*/
  221. #posts {
  222. width:1250px;
  223. height:200px;
  224. position:absolute;
  225. margin-top:1px;
  226. z-index:99;
  227. margin-left:0%;
  228. right:auto;
  229. background:transparent;
  230. margin-right:auto;
  231. position:relative;
  232. overflow-y: hidden;
  233. }
  234.  
  235.  
  236. /*CUSTOMIZE SIDEBAR HERE*/
  237. #sidebar{
  238. position:fixed !important;
  239. width:190px;
  240. height:1000px;
  241. margin-top:-30px;
  242. margin-left:1158px;
  243. text-align:center;
  244. z-index: 9999;
  245. padding: 20px;
  246. background:{color:sidebarbg};
  247.  
  248.  
  249. {Block:IfHeaderHalfTransparent}opacity:0.7;{/Block:IfHeaderHalfTransparent}
  250. }
  251.  
  252. }
  253.  
  254.  
  255.  
  256.  
  257. @font-face { font-family: "dixel"; src: url('http://static.tumblr.com/jdjsstr/8ovm78cbb/pf_arma_five_1_.ttf'); }
  258.  
  259.  
  260. /*CUSTOMIZE TITLE OF ENTRIES HERE*/
  261. .title{
  262. line-height: 12px;
  263. color:{color:Title};
  264. font-weight: normal;
  265. }
  266.  
  267.  
  268. /*CUSTOMIZE PERMALINKS OF TEXT POSTS AND SUCH HERE*/
  269. .permalink{
  270. text-transform: normal;
  271. display: block;
  272. text-align: right;
  273. text-decoration: none;
  274. }
  275.  
  276. /* CUSOMIZE BLOG TITLE */
  277.  
  278. #title {
  279.  
  280. font-family:courier new;
  281. font-size:17px;
  282. text-align: center;
  283.  
  284.  
  285. }
  286.  
  287.  
  288. #banner {
  289.  
  290. align: center;
  291.  
  292.  
  293. }
  294.  
  295. #aleuha{
  296.  
  297. -moz-border-radius: 0px;
  298. -webkit-border-radius: 50px 50px;
  299. border-radius: 0px;
  300. border:solid 21px #fff;
  301. width:190px;
  302. height:0px;
  303. margin-top:-40px;
  304. margin-left:-20px;
  305. z-index:999;
  306.  
  307. }
  308.  
  309. #aleuha2{
  310.  
  311. -moz-border-radius: 0px;
  312. -webkit-border-radius: 50px 50px;
  313. border-radius: 0px;
  314. border:solid 21px #fff;
  315. width:190px;
  316. height:0px;
  317. margin-top:20px;
  318. margin-left:-20px;
  319. z-index:999;
  320.  
  321. }
  322.  
  323. /*I RECCOMMEND TO NOT TOUCH ANY OF THIS LOLz*/
  324. #infscr-loading{
  325. bottom: -70px;
  326. position: absolute;
  327. left: 50%;
  328. margin-left:-8px;
  329. width:16px;
  330. height:11px;
  331. overflow:hidden;
  332. margin-bottom: 50px;
  333. }
  334.  
  335. #postnotes{
  336. text-align: justify;}
  337.  
  338. #postnotes blockquote{
  339. border: 0px;}
  340.  
  341. blockquote{
  342. padding:0px 0px 2px 5px;
  343. margin:0px 0px 2px 10px;
  344. border-left: 1px dotted #555555;
  345. }
  346.  
  347. blockquote p, ul{
  348. margin:0px;
  349. padding:0px;
  350. }
  351.  
  352. a img{border: 0px;}
  353.  
  354.  
  355. ul, ol, li{list-style:none; margin:0px; padding:0px;}
  356.  
  357. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  358. .user_7 .label, .user_8 .label, .user_9 .label {color:{color:text};}
  359.  
  360. .notes img{width:10px; position:relative; top:3px;}
  361. <--ses-->
  362. small{font-size: 90%;}
  363.  
  364. .links{float:center; font-family: courier new; margin-bottom: 4px; text-transform:lowercase; font-size: 11px; line-height: 9px; letter-spacing:1px; margin: 2px; background-color: #ffffff; width: 88px; padding: 4px; text-align:center;}
  365. .links:hover{background-color: #000000;}
  366.  
  367. .links2 {text-transform:lowercase; font-size:14px; letter-spacing:1px; background-color:#F8F8F8; padding-top:5px; padding-bottom:5px;}
  368. .links2:hover{background-color: #000000;}
  369.  
  370. {CustomCSS}
  371.  
  372. </style>
  373.  
  374. {block:IndexPage}
  375. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  376. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  377.  
  378. <script type="text/javascript">
  379. $(window).load(function(){
  380. var $wall = $('#posts');
  381. $wall.imagesLoaded(function(){
  382. $wall.masonry({
  383. itemSelector: '.entry, .entry_photo',
  384. isAnimated : false
  385. });
  386. });
  387.  
  388. $wall.infinitescroll({
  389. navSelector : '#pagination',
  390. nextSelector : '#pagination a',
  391. itemSelector : '.entry, .entry_photo',
  392. bufferPx : 2000,
  393. debug : false,
  394. errorCallback: function() {
  395. $('#infscr-loading').fadeOut('normal');
  396. }},
  397. function( newElements ) {
  398. var $newElems = $( newElements );
  399. $newElems.hide();
  400. $newElems.imagesLoaded(function(){
  401. $wall.masonry( 'appended', $newElems,{isAnimated: false}, function(){$newElems.fadeIn('slow');} );
  402. });
  403. }); $('#posts').show(500);
  404. });
  405. </script>
  406.  
  407.  
  408. {/block:IndexPage}
  409.  
  410.  
  411. <title>{title}</title>
  412.  
  413. <link rel="shortcut icon" href="{Favicon}" />
  414. <meta name="viewport" content="width=820" />
  415. </head>
  416.  
  417. <body>
  418. <div id="credits">
  419. <a href="http://aleuha.tumblr.com">©</a></div>
  420.  
  421. <BODY onselectstart="return false;" ondragstart="return false;">
  422. <div class="wrapper">
  423. <div class="header">
  424. </div>
  425.  
  426. <div id="cage">
  427. <div id="center">
  428.  
  429. <!--STUFF THAT GOES INTO THE SIDEBAR-->
  430.  
  431. <div id="sidebar"><center>
  432.  
  433. <br><br><br><br><br><br>
  434. <br><br><br><br><br><br>
  435. <br><br><br><br><br><br>
  436. <br><br><br><br><br><br>
  437. <br><br><br><br><br><br>
  438.  
  439.  
  440. <div id="title">{block:ifshowtitle}<p align="center"><b><i>{text:title}</b></i></p>{/block:ifshowtitle}</div><br>
  441.  
  442. <div id="aleuha"></div>
  443.  
  444. <center>
  445.  
  446.  
  447. <br></br>
  448.  
  449. <p align="center">{description}</p>
  450. <br></br>
  451.  
  452. - - - - - - - - - - - - - -
  453.  
  454. <div id="links">
  455.  
  456. <p align="center"><br>
  457. <br></br>
  458. <!--EDIT YOUR LINKS AND THEIR HOVER TITLES HERE -->
  459. <center>
  460. <a href="/" class="links">refresh</a>
  461. <a href="/ask" class="links">mssg</a><br><br><br><br>
  462. <a href="/archive"class="links">archive</a>
  463. <a href="/navi" class="links">links</a><br><br><br><br>
  464. <a href="/tags" class="links">tags</a>
  465. <a href="http://aleuha.tumblr.com/" class="links">credit</a>
  466. </center>
  467.  
  468. </p>
  469. <br></br>
  470. - - - - - - - - - - - - - -
  471.  
  472. </div>
  473.  
  474.  
  475.  
  476. <br><br><br>
  477.  
  478. <p align="center">
  479.  
  480. {text:onlineusers}//{text:hitcounter}
  481.  
  482. </p>
  483.  
  484. <div id="aleuha2"></div>
  485.  
  486. </center>
  487.  
  488. <br><br>
  489.  
  490. </center>
  491.  
  492. </div>
  493.  
  494. <!------------------------------------->
  495.  
  496.  
  497.  
  498. <div class="left">
  499. <div id="posts">
  500. {block:Posts}
  501. <div class="entry">
  502.  
  503. {block:Text}{block:Title}<span class="title">{Title}</span>{/block:Title}<span class="body">{Body}</span><p align=right><span class="permalink"><a
  504.  
  505. href="{Permalink}"><a href="{Permalink}"><a href="{Permalink}">{notecountwithlabel}</a></a><br>{/block:HasTags}</span></align>
  506. {/block:Text}
  507.  
  508. {block:Link}<a href="{URL}" class="title">{Name}</a>{block:Description}<div class="body">{Description}</div>{/block:Description} <p align=right><span
  509.  
  510. class="permalink"><a href="{Permalink}">{notecountwithlabel}</a> <a href="{Permalink}"></span></align>{block:Link}
  511.  
  512. {block:Photo}
  513. {block:IndexPage}
  514. <center>
  515. <div class="perma">
  516. <a href="{ReblogURL}" target="_blank"> reblog </a> </div>
  517.  
  518. <div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a></div>
  519. {/block:IndexPage}
  520. {block:PermalinkPage}
  521. {LinkOpenTag}<div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a></div>
  522.  
  523. {LinkCloseTag}
  524. {/block:PermalinkPage}
  525. {/block:Photo}
  526.  
  527. {block:Photoset}
  528. {block:IndexPage}
  529. <center>
  530.  
  531. <div class="perma">
  532. <a href="{ReblogURL}" target="_blank"> reblog </a> </div>
  533.  
  534. {Photoset-250}</center>
  535. {/block:IndexPage}
  536. {block:PermalinkPage}
  537. <center>
  538. {Photoset-500}</center>
  539. {/block:PermalinkPage}
  540. {/block:Photoset}
  541.  
  542. {block:Quote}<span class="title">"{Quote}"</span> — {block:Source}<b>{Source}</b>{/block:Source}<br><p align=right><span class="permalink"><a
  543.  
  544. href="{Permalink}">{notecountwithlabel}</a> <a href="{Permalink}"> </span>{/block:Quote}
  545.  
  546. {block:Chat}{block:Title}<span class="title">{Title}</span>{/block:Title}
  547. <ul class="chat">
  548. {block:Lines}
  549. <li class="user_{UserNumber}">
  550. {block:Label}
  551. <span class="label">{Label}</span>
  552. {/block:Label}
  553.  
  554. {Line}
  555. </li>
  556. {/block:Lines}
  557. <p align=right><span class="permalink"><a href="{Permalink}">{notecountwithlabel}</a> <a href="{Permalink}">
  558. {/block:Chat}
  559.  
  560. {block:Audio}
  561. <div style="width:200px; height:30px;">
  562. {AudioPlayerBlack}
  563. </div>
  564. {block:IndexPage}<span class="permalink">
  565. <p align=right><span class="permalink"><a href="{Permalink}">{notecountwithlabel}</a> <a href="{Permalink}"> </a>
  566. </span>{/block:IndexPage}
  567. {/block:Audio}
  568.  
  569. {block:Video}
  570. {block:IndexPage}
  571. <center>
  572. <div class="perma">
  573. <a href="{ReblogURL}" target="_blank"> reblog </a> </div>
  574. {Video-250}</center>
  575. {/block:IndexPage}
  576. {block:PermalinkPage}
  577. <center>
  578. {Video-400}</center>
  579. {/block:PermalinkPage}
  580. {block:Video}
  581.  
  582.  
  583. {block:PostNotes}<div align="middle">{caption}</div>
  584. <center>
  585.  
  586. {block:NoteCount}{NoteCountWithLabel}<br>{/block:NoteCount}
  587.  
  588. {block:HasTags}
  589. tags: {block:Tags}<a href="{TagURL}">{Tag}. </a>{/block:Tags}<br> {/block:HasTags}
  590. {block:RebloggedFrom}
  591. reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a><br>
  592. posted by <a href="{ReblogRootURL}">{ReblogRootName}</a>
  593.  
  594. {/block:RebloggedFrom}
  595. </center></span>
  596. <br>
  597. <div id="postnotes">{PostNotes}</div><br>
  598.  
  599. <center>{block:ContentSource}
  600. <br><a href="{SourceURL}">
  601. {lang:Source}:
  602. {block:SourceLogo}
  603. <img src="{BlackLogoURL}" width="{LogoWidth}"
  604. height="{LogoHeight}" alt="{SourceTitle}" />
  605. {/block:SourceLogo}
  606. {block:NoSourceLogo}
  607. {SourceLink}
  608. {/block:NoSourceLogo}
  609. </a>
  610. {/block:ContentSource}</center>
  611.  
  612. {/block:PostNotes}
  613. </div>
  614. {/block:Posts}
  615. </div></div>
  616.  
  617. {block:IndexPage}
  618. {block:Pagination}
  619. <div id="pagination">
  620. {block:NextPage}
  621. <a id="nextPage" href="{NextPage}"></a>
  622. {/block:NextPage}
  623. {block:PreviousPage}
  624. <a href="{PreviousPage}"></a>
  625. {/block:PreviousPage}
  626. </div>
  627. {/block:Pagination}
  628. {/block:IndexPage}
  629. </body>
  630. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement