Advertisement
thepinkrebellion

A la Moda theme by thepinkrebellion

Apr 14th, 2012
30
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.64 KB | None | 0 0
  1. <!--
  2. theme by thepinkrebellion
  3. thepinkrebellion.tumblr.com
  4. -->
  5.  
  6. <html lang="en">
  7. <head>
  8. <head>
  9.  
  10. <link href='http://fonts.googleapis.com/css?family=Amatic+SC' rel='stylesheet' type='text/css'>
  11.  
  12. <script type="text/javascript">
  13. // <![CDATA[
  14. var bgcolour="{color:sidebanner 2}"; // background colour
  15. var fgcolour="{color:sidebanner 1}"; // foreground colour
  16. var speed=100; // speed of bubbling, lower is faster
  17. var shades=10; // number of shades of bubble
  18.  
  19.  
  20.  
  21.  
  22. /****************************
  23. * Bubbling Text Effect *
  24. *(c) 2003-6 mf2fm web-design*
  25. * http://www.mf2fm.com/rv *
  26. * DON'T EDIT BELOW THIS BOX *
  27. ****************************/
  28. var bubbcol=new Array();
  29. var bubbler, bubbtxt;
  30. var bubbchr=new Array();
  31. window.onload=function() { if (document.getElementById) {
  32. for (bubbler=0; bubbler<=shades; bubbler++) {
  33. bubbtxt="#";
  34. for (var i=1; i<6; i+=2) {
  35. var bg=parseInt(bgcolour.substring(i,i+2),16);
  36. bubbtxt+=dechex(Math.floor(bg+(parseInt(fgcolour.substring(i,i+2),16)-bg)*(bubbler/shades)));
  37. }
  38. bubbcol[bubbler+1]=bubbtxt;
  39. }
  40. bubbler=document.getElementById("bubble");
  41. bubbtxt=bubbler.firstChild.nodeValue;
  42. while (bubbler.childNodes.length) bubbler.removeChild(bubbler.childNodes[0]);
  43. for (var i=0; i<bubbtxt.length; i++) {
  44. var bubbi=document.createElement("span");
  45. bubbi.setAttribute("id", "bubb"+i);
  46. bubbi.appendChild(document.createTextNode(bubbtxt.charAt(i)));
  47. bubbler.appendChild(bubbi);
  48. }
  49. bubbler=setInterval ("bubbling()", speed);
  50. }}
  51.  
  52.  
  53.  
  54.  
  55. function dechex(dec) {
  56. var hex=dec.toString(16);
  57. if (dec<16) return "0"+hex;
  58. else return hex;
  59. }
  60.  
  61.  
  62.  
  63.  
  64. function bubbling() {
  65. for (var i=0; i<bubbtxt.length; i++) {
  66. var bubbme=document.getElementById("bubb"+i);
  67. if (bubbchr[i]) {
  68. bubbme.style.color=bubbcol[bubbchr[i]];
  69. bubbchr[i]=(bubbchr[i]+1)%bubbcol.length;
  70. }
  71. else if (Math.random()<0.75/bubbchr.length) bubbchr[i]=1;
  72. }
  73. }
  74. // ]]>
  75. </script>
  76.  
  77. <!-- DEFAULT VARIABLES -->
  78. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  79. <meta name="color:background" content="#fff"/>
  80. <meta name="color:text" content="#000"/>
  81. <meta name="color:title" content="#000"/>
  82. <meta name="color:link" content="#777"/>
  83. <meta name="color:hover" content="#ccc"/>
  84. <meta name="color:sidebanner 1" content="#000000"/>
  85. <meta name="color:sidebanner 2" content="#CCCCCC"/>
  86. <meta name="color:link one" content="B59EFF"/>
  87. <meta name="color:link two" content="9EFFB5"/>
  88. <meta name="color:link three" content="FF9EE8"/>
  89. <meta name="color:link four" content="FFFF9E">
  90. <meta name="image:sidebar" content="http://28.media.tumblr.com/tumblr_m289duBcFy1qm6onko1_500.jpg"/>
  91. <meta name="image:Background" content="http://static.tumblr.com/ekzsy03/OCum2bxhi/6897870019_030d97f68d_b.jpg"/>
  92. <meta name="if:show photo" content="1"/>
  93. <meta name="if:show blog title" content="1"/>
  94. <meta name="if:FadedImageHover" content="1"/>
  95. <meta name="if:Transparent Posts" content="1"/>
  96. <meta name="if:Tiny Cursor" content="0"/>
  97. <meta name="text:sidebanner" content="banner text here" />
  98. <meta name="text:Link one" content=""/>
  99. <meta name="text:Link one Title" content="link1"/>
  100. <meta name="text:Link two" content="" />
  101. <meta name="text:Link two Title" content="link2"/>
  102. <meta name="text:Link three" content="" />
  103. <meta name="text:Link three Title" content="link3"/>
  104. <meta name="text:Link four" content=""/>
  105. <meta name="text:Link four Title" content="link4"/>
  106.  
  107. <title>{Title}{block:PostTitle} - {PostTitle}{/block:PostTitle}</title>{block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}<br>
  108. <div id="sidebanner"><span id="bubble">{text:sidebanner}</span></div>
  109.  
  110. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  111.  
  112. <style type="text/css">
  113.  
  114. @import url(http://fonts.googleapis.com/css?family=Ruluko);
  115.  
  116. @font-face {
  117.  
  118. font-family: "kg luck of the irish";
  119.  
  120. src: url('http://static.tumblr.com/nsunyax/RJSlz7y7g/kgluckoftheirish.ttf');
  121.  
  122. }
  123.  
  124. body {
  125. margin:0px;
  126. background-color: {color:Background};
  127. background-image:url({image:Background});
  128. background-attachment: fixed;
  129. background-repeat: repeat;}
  130. body, div, p, textarea, submit, input{
  131. font-family: "short stack";
  132. font-size: 10px;
  133. line-height:10px;
  134. letter-spacing:0px;
  135. color:{color:Text};
  136. }
  137.  
  138. {block:ifFadedImageHover}
  139. img{
  140. -webkit-transition: opacity 0.8s linear;
  141. opacity: 0.60;
  142. }
  143. img:hover{
  144. -webkit-transition: opacity 0.8s linear;
  145. opacity: 1;
  146. }
  147. {/block:ifFadedImageHover}
  148.  
  149. ::-webkit-scrollbar {width: 8px; height: 4px; background: #FFFFFF; }
  150.  
  151. ::-webkit-scrollbar-thumb { background-color: #ffffff; -webkit-border-radius: 1ex; border: 1px solid black;}
  152.  
  153.  
  154. p {
  155. margin:0px;
  156. margin-top:0px;
  157. }
  158.  
  159.  
  160. a:link, a:active, a:visited{
  161. color: {color:Link};
  162. text-decoration: none;
  163. }
  164.  
  165. a:hover {
  166. color:{color:Hover};
  167. text-decoration: none;
  168. font-style: normal;
  169. letter-spacing: 0px;
  170. }
  171.  
  172.  
  173. div#cage{
  174. margin:auto;
  175. position:relative;
  176. width:750px;
  177. overflow:hidden;
  178. color: {color:Title};
  179. margin-left:10%;}
  180.  
  181.  
  182. div#center{
  183. margin:auto;
  184. position:relative;
  185. width:740px;
  186. background-color:;
  187. overflow:auto;
  188. overflow-y:hidden;
  189. }
  190.  
  191. div#content{
  192. float:right;
  193. width:403px;
  194. padding-bottom:1px;
  195. padding:1px;
  196. {block:ifTransparentPosts}background: transparent;{/block:ifTransparentPosts}
  197. {block:ifnotTransparentPosts}background: #fff;{/block:ifnotTransparentPosts}
  198. margin-top: 0px;
  199. margin-right: 0px;
  200. }
  201.  
  202. div#entry{
  203. float:left;
  204. margin-top: 1px;
  205. margin-bottom: 2px;
  206. margin-right: 0px;
  207. margin-left:1px;
  208. background-color:;
  209. margin-top:0px;
  210. {block:IndexPage}
  211. width: 200px;
  212. height: 133px;
  213. {/block:IndexPage}
  214. }
  215. div#sidebar{
  216. position:fixed !important;
  217. margin-left:110px;
  218. margin-top: 20px;
  219. background-color:white;
  220. height: auto;
  221. width: 210px;
  222. padding: 2px;
  223. text-align: center;
  224. }
  225.  
  226. div#sidebanner{
  227. position:fixed !important;
  228. width: auto;
  229. height: auto;
  230. margin-top: 300px;
  231. margin-left: 500px;
  232. background-color: transparent;
  233. font-family: 'Give You Glory';
  234. font-size: 70px;
  235. line-height: 50px;
  236. text-align: center;
  237. text-shadow: 1px 1px 10px #888;
  238. -webkit-transform: rotate(90deg);
  239. -moz-transform: rotate(90deg);
  240. }
  241.  
  242. #linkone {
  243. display: inline-block;
  244. text-align:right;
  245. position: fixed;
  246. padding: 5px;
  247. width: 70px;
  248. height: 10px;
  249. background: {color:link one};
  250. border-top-left-radius: 7px;
  251. -moz-border-radius-topright: 7px;
  252. -webkit-border-top-left-radius: 7px;
  253. border-bottom-left-radius: 7px;
  254. -moz-border-radius-bottom-left: 7px;
  255. -webkit-border-bottom-left-radius: 7px;
  256. transition: all 0.5s ease-out;
  257. -o-transition-transition: all 0.5s ease-out;
  258. -webkit-transition: all 0.5s ease-out;
  259. -moz-transition: all 0.5s ease-out;
  260. margin: 60px 0px 0px 30px;
  261. }
  262.  
  263. #linkone:hover {
  264. transition: all 0.5s ease-out;
  265. -o-transition-transition: all 0.6s ease-out;
  266. -webkit-transition: all 0.6s ease-out;
  267. -moz-transition: all 0.6s ease-out;
  268. padding-left: 50px;
  269. : 50px;
  270.  
  271. }
  272.  
  273. #linktwo {
  274. display: inline-block;
  275. text-align: right;
  276. position: fixed;
  277. padding: 5px;
  278. height: 10px;
  279. width: 60px;
  280. background: {color:link two};
  281. border-top-left-radius: 7px;
  282. -moz-border-radius-topright: 7px;
  283. -webkit-border-top-left-radius: 7px;
  284. border-bottom-left-radius: 7px;
  285. -moz-border-radius-bottomleft: 7px;
  286. -webkit-border-bottom-left-radius: 7px;
  287. transition: all 0.5s ease-out;
  288. -o-transition-transition: all 0.5s ease-out;
  289. -webkit-transition: all 0.5s ease-out;
  290. -moz-transition: all 0.5s ease-out;
  291. margin: 80px 0px 0px 40px;
  292. }
  293.  
  294. #linktwo:hover {
  295. transition: all 0.5s ease-out;
  296. -o-transition-transition: all 0.5s ease-out;
  297. -webkit-transition: all 0.5s ease-out;
  298. -moz-transition: all 0.5s ease-out;
  299. padding-left: 50px;
  300. }
  301.  
  302. #linkthree {
  303. display: inline-block;
  304. text-align: right;
  305. position: fixed;
  306. width: 50px;
  307. padding: 5px;
  308. height: 10px;
  309. background: {color:link three};
  310. border-top-left-radius: 7px;
  311. -moz-border-radius-topright: 7px;
  312. -webkit-border-top-left-radius: 7px;
  313. border-bottom-left-radius: 7px;
  314. -moz-border-radius-bottomleft: 7px;
  315. -webkit-border-bottom-left-radius: 7px;
  316. transition: all 0.5s ease-out;
  317. -o-transition-transition: all 0.5s ease-out;
  318. -webkit-transition: all 0.5s ease-out;
  319. -moz-transition: all 0.5s ease-out;
  320. margin: 100px 0px 0px 50px;
  321. }
  322.  
  323. #linkthree:hover {
  324. transition: all 0.5s ease-out;
  325. -o-transition-transition: all 0.5s ease-out;
  326. -webkit-transition: all 0.5s ease-out;
  327. -moz-transition: all 0.5s ease-out;
  328. padding-left: 50px;
  329. }
  330.  
  331. #linkfour {
  332. width: 40px;
  333. display: inline-block;
  334. text-align: right;
  335. position: fixed;
  336. padding: 5px;
  337. height: 10px;
  338. background: {color:link four};
  339. border-top-left-radius: 7px;
  340. -moz-border-radius-topright: 7px;
  341. -webkit-border-top-left-radius: 7px;
  342. border-bottom-left-radius: 7px;
  343. -moz-border-radius-bottomleft: 7px;
  344. -webkit-border-bottom-left-radius: 7px;
  345. transition: all 0.5s ease-out;
  346. -o-transition-transition: all 0.5s ease-out;
  347. -webkit-transition: all 0.5s ease-out;
  348. -moz-transition: all 0.5s ease-out;
  349. margin: 120px 0px 0px 60px;
  350. }
  351.  
  352. #linkfour:hover {
  353. transition: all 0.5s ease-out;
  354. -o-transition-transition: all 0.5s ease-out;
  355. -webkit-transition: all 0.5s ease-out;
  356. -moz-transition: all 0.5s ease-out;
  357. padding-left: 50px;
  358. }
  359.  
  360. #postnotes{
  361. text-align: justify;}
  362.  
  363. #postnotes blockquote{
  364. border: 0px;}
  365.  
  366. .title{
  367. font-family: 'Amatic SC', cursive;
  368. font-size: 18px;
  369. line-height: 15px;
  370. color: {color:Title};
  371. letter-spacing: 0px;
  372. font-weight: normal;
  373. padding:0px 0px 0px 0px;
  374. }
  375.  
  376. .blogtitle{
  377. font-family:'Arsenale White';
  378. font-size:45px;
  379. line-height: 15px;
  380. color: {color:Title};
  381. letter-spacing: 0px;
  382. font-weight: normal;
  383. padding:0px 0px 0px 0px;
  384. }
  385. @font-face {
  386. font-family:Arsenale White; src: url(http://static.tumblr.com/emvmfcr/fVPlulq0f/arsenale_white.ttf);}
  387. .video embed, .post div.video object {width:260px !important; height:180px !important;}
  388.  
  389. blockquote{
  390. padding:0px 0px 2px 5px;
  391. margin:0px 0px 2px 1px;
  392. border-left: 1px dotted #555555;
  393. }
  394.  
  395. blockquote p, ul{
  396. margin:0px;
  397. padding:0px;
  398. }
  399.  
  400.  
  401. a img{border: 0px;}
  402.  
  403. ul, ol, li{list-style:none; margin:0px; padding:0px;}
  404.  
  405. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  406. .user_7 .label, .user_8 .label, .user_9 .label {color:#555555;}
  407.  
  408. .notes img{width:10px; position:relative; top:3px;}
  409.  
  410. .permalink{
  411. display: block;
  412. margin-left: -10px;
  413. position: absolute;
  414. }
  415.  
  416. small{font-size: 90%;}
  417.  
  418.  
  419. @font-face {
  420. font-family: "kg luck of the irish";
  421. src: url('http://static.tumblr.com/nsunyax/RJSlz7y7g/kgluckoftheirish.ttf');
  422. }
  423.  
  424. @font-face {
  425. font-family: 'Give You Glory';
  426. font-style: normal;
  427. font-weight: normal;
  428. src: local('Give You Glory'), local('GiveYouGlory'), url('http://themes.googleusercontent.com/font?kit=DFEWZFgGmfseyIdGRJAxuJre1ArFO0nxyUXZnjCjpOg') format('woff');
  429. }
  430. </style>
  431.  
  432.  
  433. <link rel="shortcut icon" href="{Favicon}">
  434. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  435. <meta name="viewport" content="width=820" />
  436.  
  437. {block:iftinycursor}<style type="text/css">body, a, a:hover {cursor: url(http://img69.imageshack.us/img69/7673/cursorw.png), progress;}</style>{/block:iftinycursor}
  438.  
  439.  
  440.  
  441.  
  442.  
  443.  
  444.  
  445.  
  446.  
  447. <link href='http://fonts.googleapis.com/css?family=Short+Stack' rel='stylesheet' type='text/css'>
  448.  
  449.  
  450. <style>#toTop {display:none;text-decoration:none;position:fixed;bottom:20px;right:20px;overflow:hidden;width:30px;height:40px;border:none;text-indent:-999px;background:url(http://static.tumblr.com/hi8vwsz/Q0ull6xz3/totop.png) no-repeat left top;z-index:3000;}#toTopHover {background:url(http://static.tumblr.com/hi8vwsz/Q0ull6xz3/totop.png) no-repeat left -40px;
  451. width:30px;height:40px;display:block;overflow:hidden;float:left;opacity: 0;-moz-opacity: 0;filter:alpha(opacity=0);}
  452. #toTop:active, #toTop:focus {outline:none;}#toTop:active, #toTop:focus {outline:none;}</style>
  453.  
  454. <script type="text/javascript" src="http://static.tumblr.com/53unaru/kx3lgzker/jquery-1.3.2.min.js" charset="utf-8"></script>
  455. <script type="text/javascript" src="http://static.tumblr.com/53unaru/4jtlgzkf8/easing.js"></script>
  456. <script type="text/javascript" src="http://static.tumblr.com/53unaru/y8wlgzkbt/jquery.ui.totop.js"></script>
  457. <script type="text/javascript">
  458. $(document).ready(function() {
  459. $().UItoTop({ easingType: 'easeOutQuart' });
  460. });
  461. </script>
  462.  
  463.  
  464. </head>
  465. <body>
  466.  
  467. <div id="cage">
  468. <div id="center">
  469. <div id="sidebar">
  470. <center>
  471. {block:ifshowblogtitle}<br> <span class=blogtitle><a href="/">
  472. {Title}
  473. </a></span><br>{/block:ifshowblogtitle}
  474. <center>
  475. {block:ifshowphoto}<a href="/"><img src="{image:sidebar}" width=210px></a>{/block:ifshowphoto}
  476. {Description}<br>
  477. {block:ifshowarrows}
  478. {block:PreviousPage}<a href="{PreviousPage}"><font size="3"><b>&larr;</b></font></a>{/block:PreviousPage}
  479. {block:NextPage}<a href="{NextPage}"><font size="3"><b>&rarr;</b></font></a>{/block:NextPage}
  480. {/block:ifshowarrows}
  481.  
  482. </div>
  483.  
  484. <div id="linkone">
  485. <a href="{text:Link one}">{text:Link one Title}</a>
  486. </div>
  487. <div id="linktwo">
  488. <a href="{text:Link two}">{text:Link two Title}</a>
  489. </div>
  490. <div id="linkthree">
  491. <a href="{text:Link three}">{text:Link three Title}</a>
  492. </div>
  493. <div id="linkfour">
  494. <a href="{text:Link four}">{text:Link four Title}</a>
  495. </div>
  496.  
  497. <div id="content">
  498. {block:Posts}
  499. <div id="entry">
  500.  
  501. <a href="{permalink}">
  502. {block:Text}
  503. {block:Title}<span class="title">{Title}</span>{/block:Title}
  504. <span class="entrytext">{Body}</span>
  505.  
  506. {/block:Text}
  507.  
  508. {block:Link}
  509. <a href="{URL}" class="title">{Name}</a>
  510. {block:Description}{Description}{/block:Description}
  511. {block:Link}
  512.  
  513. {block:Photo}<Center>
  514. {blocK:indexpage}{LinkOpenTag}<a href="{permalink}"><img src="{PhotoURL-500}" alt="{PhotoAlt}"width=200px; height=133px/></a>
  515. {LinkCloseTag}{/block:indexpage}</center>
  516. {block:PermalinkPage}{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"width=400px/>{LinkCloseTag}{/block:PermalinkPage}
  517. {/block:Photo}
  518.  
  519. {block:Quote}
  520. <span class="title">{Quote}</span>
  521. {block:Source}{Source}{/block:Source}
  522. {/block:Quote}
  523.  
  524. {block:Chat}
  525. {block:Title}<span class="title">{Title}</span>{/block:Title}
  526. <ul class="chat">
  527. {block:Lines}
  528. <li class="user_{UserNumber}">
  529. {block:Label}
  530. <span class="label">{Label}</span>
  531. {/block:Label}
  532.  
  533. {Line}
  534. </li>
  535. {/block:Lines}
  536. </ul>
  537.  
  538. {/block:Chat}
  539.  
  540.  
  541. {block:Audio}
  542. <center><div style="width:195px; height:20px;"><div
  543.  
  544. style="float:left">{AudioPlayerBlack}</div><div style="margin-top:8px;
  545.  
  546. float:bottom;"><small>
  547. {FormattedPlayCount} plays {block:ExternalAudio} // <a
  548.  
  549. href="{ExternalAudioURL}">Download?</a>{/block:ExternalAudio}
  550.  
  551. </small></div></div></centeR><BR>
  552. {block:permalinkpage}{block:caption}{caption}{/block:caption}{/block:permalinkpage}
  553. {/block:Audio}
  554.  
  555.  
  556. {block:Video}<center>
  557. <div class="video">{Video-200}</div></center><div align="right"><a href="{Permalink}"><span style="font-size: 11px;">+</span></a></div>
  558. {block:Video}
  559.  
  560.  
  561.  
  562. {block:PostNotes}
  563. <center>
  564. {block:NoteCount}{NoteCountWithLabel}<br>{/block:NoteCount}
  565.  
  566. {block:HasTags}
  567. tags: {block:Tags}<a href="{TagURL}">{Tag}. </a>{/block:Tags}<br> {/block:HasTags}
  568. {block:RebloggedFrom}
  569. reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a><br>
  570. posted by <a href="{ReblogRootURL}">{ReblogRootName}</a>
  571.  
  572. {/block:RebloggedFrom}
  573. </center></span>
  574. <br>
  575. <div id="postnotes">{PostNotes}</div><br>
  576.  
  577. <center>{block:ContentSource}
  578. <br><a href="{SourceURL}">
  579. {lang:Source}:
  580. {block:SourceLogo}
  581. <img src="{BlackLogoURL}" width="{LogoWidth}"
  582. height="{LogoHeight}" alt="{SourceTitle}" />
  583. {/block:SourceLogo}
  584. {block:NoSourceLogo}
  585. {SourceLink}
  586. {/block:NoSourceLogo}
  587. </a>
  588. {/block:ContentSource}</center>
  589.  
  590. {/block:PostNotes}
  591. </div>
  592. {/block:Posts}
  593. </div></div>
  594.  
  595. </div>
  596. <div style="display:block;bottom:5px;right:5px;font-size:10px;font-family:georgia;position:fixed;background-color:#ffffff;padding:3px;border-radius:10px;z-index:5;opacity:0.75;">theme by <a href="http://thepinkrebellion.tumblr.com">thepinkrebellion</a></div>
  597.  
  598. </body>
  599. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement