ubc-themes

theme 100 [new]

May 29th, 2013
569
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 19.45 KB | None | 0 0
  1. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  2. <! ----------------------------------------------
  3.   LIVE PREVIEW: http://thmx100thai.tumblr.com/
  4.   theme by: AFASTAREI
  5.    sem cópias totais ou parciais.
  6.      p l a g i o  e  c r i m e
  7. ---------------------------------------------- !>
  8. <link href='http://fonts.googleapis.com/css?family=Snippet|Sue+Ellen+Francisco|Andika|Delius+Swash+Caps|But|Lobster|Redressed|Qwigley|Tangerine|Rancho|Rochester|Lobster+Two|Dancing+Script|Pacifico|Crafty+Girls' rel='stylesheet' type='text/css'>
  9.  
  10. <link href='http://fonts.googleapis.com/css?family=Ruge+Boogie' rel='stylesheet' type='text/css'>
  11. <head>
  12. <!-- DEFAULT VARIABLES -->
  13. <meta name="color:background" content="#f8f8f8" />
  14. <meta name="color:link" content="#828282" />
  15. <meta name="color:linkhover" content="#f5f5f5" />
  16. <meta name="color:text" content="#828282" />
  17. <meta name="color:sidebar" content="#f0f0f0" />
  18.  
  19. <meta name="color:borda2" content="#fff" />
  20.  
  21.  
  22. <meta name="image:background" content="" />
  23.  
  24. <link href='http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300|Dosis|Inconsolata' rel='stylesheet' type='text/css'>
  25.  
  26.  
  27.  
  28. <meta name="color:entry" content="#ffffff" />
  29. <meta name="color:links" content="#999999" />
  30.  
  31. <meta name="font:text" content="verdana" />
  32. <meta name="color:titulo" content="#fff" />
  33. <meta name="color:links" content="#828282" />
  34. <meta name="color:linkshover" content="#828282" />
  35.  
  36. <meta name="color:background" content="#f1f1f1" />
  37.  
  38. <meta name="color:link" content="#696969" />
  39. <meta name="color:link hover" content="#696969" />
  40. <meta name="color:text" content="#696969" />
  41. <meta name="color:post" content="#ffffff" />
  42. <meta name="color:background" content="#f8f8f8" />
  43. <meta name="color:link" content="#828282" />
  44. <meta name="color:linkhover" content="#f5f5f5" />
  45. <meta name="color:text" content="#828282" />
  46.  
  47. <meta name="color:borda1" content="#fac0de" />
  48. <meta name="color:bglinks" content="#acacac" />
  49. <meta name="color:post" content="#fff" />
  50.  
  51. <meta name="if:one columns" content="1"/>
  52. <meta name="text:Link1" content="" />
  53. <meta name="text:Link1 Title" content="link1" />
  54. <meta name="text:Link2" content="" />
  55. <meta name="text:Link2 Title" content="link2" />
  56. <meta name="text:Link3" content="" />
  57. <meta name="text:Link3 Title" content="link3" />
  58. <meta name="text:Link4" content="" />
  59. <meta name="text:Link4 Title" content="link4" />
  60. <meta name="text:Link5" content="" />
  61. <meta name="text:Link5 Title" content="link5" />
  62.  
  63. <meta name="image:sidebar" content="http://static.tumblr.com/66f4849708d7cf6cfc16226225ffb0bb/e5skbcf/hAZmnkoil/tumblr_static_tumblr_inline_mn3px2mbiw1qz4rgp.png" />
  64.  
  65. <meta name="color:background" content="#F5f5f5" />
  66. <meta name="color:font" content="#999999" />
  67. <meta name="color:links" content="#999999" />
  68.  
  69. <meta name="color:link" content="#ffffff" />
  70.  
  71. <script src="http://static.tumblr.com/rozpbz7/nFim53lu5/jquery.js"></script>
  72. <script src="http://static.tumblr.com/rozpbz7/tcom53lvc/easing.js"></script>
  73.  
  74. <script type='text/javascript'>
  75. $(document).ready(function() {
  76.         $('.box_containere').hover(function(){
  77.                         var width = $(this).outerWidth() / 2;
  78.                         $(this).find('.left').animate({ right : width },{queue:false,duration:300});
  79.             $(this).find('.right').animate({ left : width },{queue:false,duration:300});
  80.         }, function(){
  81.             $(this).find('.left').animate({ right : 0 },{queue:false,duration:300});
  82.             $(this).find('.right').animate({ left : 0 },{queue:false,duration:300});
  83.         });
  84.        
  85.         $('.box_container3').hover(function(){
  86.            
  87.             var width = $(this).outerWidth() / 2;
  88.            
  89.             $(this).find('.left3').animate({ right : width },{easing: 'easeOutBounce', queue:false,duration:800});
  90.             $(this).find('.right3').animate({ left : width },{easing: 'easeOutBounce', queue:false,duration:800});
  91.         }, function(){
  92.            
  93.             $(this).find('.left3').animate({ right : 0 },{easing: 'easeOutBounce',queue:false,duration:800});
  94.             $(this).find('.right3').animate({ left : 0 },{easing: 'easeOutBounce',queue:false,duration:800});
  95.            
  96.         });
  97.              
  98.   });
  99. </script>
  100. </script>
  101. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>
  102.  
  103. <script type="text/javascript" src="http://static.tumblr.com/me5sfsd/12Qlmj66n/script.js"></script>
  104.  
  105.  
  106.  
  107.  <title>{Title}</title>
  108.         <link rel="shortcut icon" href="{Favicon}">
  109.         <link rel="alternate" type="application/rss+xml" href="{RSS}">
  110. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  111.  
  112. </script>
  113. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>
  114.  
  115. <script type="text/javascript" src="http://static.tumblr.com/me5sfsd/12Qlmj66n/script.js"></script>
  116.  
  117.  
  118. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>
  119.  
  120. <script type="text/javascript" src="http://static.tumblr.com/me5sfsd/12Qlmj66n/script.js"></script>
  121.  
  122. <script type="text/javascript">
  123. $(window).load(function(){
  124. var $wall = $('#allboxes');
  125. $wall.imagesLoaded(function(){
  126. $wall.masonry({
  127. itemSelector: '.entry',
  128. isAnimated : true
  129. });
  130. });
  131. $wall.infinitescroll({
  132. navSelector : "div#navigation",
  133. nextSelector : "div#navigation a#nextPage",
  134. itemSelector : '.entry',
  135. loadingImg : "http://static.tumblr.com/kwz90l7/bIdlst7ub/transparent.png",
  136. loadingText : " ",
  137. donetext : " ",
  138. extraScrollPx : 9000,
  139. bufferPx : 10000,
  140. debug : false,
  141. errorCallback: function() {
  142. $('#infscr-loading').animate({opacity: .8},2000).fadeOut('normal');
  143. }},
  144. function( newElements ) {
  145. var $newElems = $( newElements );
  146. $newElems.hide();
  147. $newElems.imagesLoaded(function(){
  148. $wall.masonry( 'appended', $newElems, {isAnimated: true, animationOptions: {duration: 750, easing: 'linear', queue: false}}, function(){$newElems.fadeIn('slow');} );
  149. });
  150. }); $('#allboxes').show(500);
  151. });
  152. </script>
  153.  
  154.  <title>{Title}</title>
  155.         <link rel="shortcut icon" href="{Favicon}">
  156.         <link rel="alternate" type="application/rss+xml" href="{RSS}">
  157. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  158.  
  159. </script>
  160. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>
  161.  
  162. <script type="text/javascript" src="http://static.tumblr.com/me5sfsd/12Qlmj66n/script.js"></script>
  163.  
  164.  
  165. <link href='http://fonts.googleapis.com/css?family=Sacramento' rel='stylesheet' type='text/css'> <link href='http://fonts.googleapis.com/css?family=ABeeZee|Kameron|Muli|Almendra' rel='stylesheet' type='text/css'>
  166. </head>
  167.  
  168.  <style type="text/css">
  169. iframe#tumblr_controls {
  170. top:0px !important;
  171. right:3px !important;
  172. position: fixed !important;
  173. -webkit-transition: opacity 0.6s linear;
  174. opacity: 0.3;
  175. -webkit-transition: all 0.8s ease-out;
  176. -moz-transition: all 0.8s ease-out;
  177. transition: all 0.8s ease-out;
  178. z-index:999999999999999999;}
  179.  
  180. iframe#tumblr_controls:hover{
  181. -webkit-transition: opacity 0.6s linear;
  182. opacity: 0.8;
  183. -webkit-transition: all 0.4s ease-out;
  184. -moz-transition: all 0.4s ease-out;
  185. transition: all 0.4s ease-out;
  186. z-index:999999999999999999999;}
  187.  
  188. ::-webkit-scrollbar{width:01px;height:0px;}
  189. ::-webkit-scrollbar-button:start:decrement
  190. ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;}
  191. ::-webkit-scrollbar-track-piece{background-color: {color:background}; -webkit-border-radius:0;-webkit-border-bottom-right-radius:0px;-webkit-border-bottom-left-radius:0px;}
  192. ::-webkit-scrollbar-thumb:vertical{height:40px; background-color:{color:borda1};-webkit-border-radius:px;}
  193. ::-webkit-scrollbar-thumb:horizontal{width:40px; background-color:#d3d3d3;-webkit-border-radius:px;}
  194.  
  195. /*theme by umabonecaciumenta*/  
  196.  
  197.  
  198.  
  199. body {background-color: {color:background}; font-family: calibri; color: {color:text}; text-align: justify; font-size: 10px;  background-image:url('{image:background}'); background-attachment: fixed; }
  200.  
  201. a {color: {color:link}; text-decoration: none; text-transform: none; -webkit-transition-duration: 1.5s; -moz-transition-duration:1.5s;}
  202. a:hover {color: {color:linkhover}; background-color: transparent; text-decoration: none; -webkit-transition-duration: 1.5s; -moz-transition-duration:1.5s;}
  203.  
  204. p {margin: 6px 0 0 0}
  205.  
  206. blockquote {margin: 5px 5px 5px 5px; border-left: 3px solid {color:text}; padding-left: 5px; }
  207. blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 3px solid  {color:text};}
  208. blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 3px solid  {color:text}; }
  209. blockquote blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 3px solid  {color:text}; }
  210.  
  211. blockquote img{max-width: 370px!important}
  212. blockquote blockquote img{max-width: 350px!important}
  213. blockquote blockquote blockquote img{max-width: 330px!important}
  214. blockquote blockquote blockquote blockquote img{max-width: 310px!important}
  215.  
  216.  
  217.  
  218.  /*theme by umabonecaciumenta*/  
  219.  
  220.  
  221.  /*theme by umabonecaciumenta*/  
  222.  
  223.  
  224.  
  225.  /* BASE BY THAI, UMABONECACIUMENTA */
  226.  
  227.  
  228. #allboxes {margin-left:408px; width:700px;margin-top:10px; }
  229.  
  230. .entry {position: relative; width:400px; text-align:justify; float:left ;margin:-10px; padding:5px;  ;margin-left: 12px; font-family:  calibri ;font-size: 12px;margin-top:14px; background:{color:entry};;{block:PermalinkPage}width:400px {/block:PermalinkPage};{block:IfOneColumns}width:250px;{/block:IfOneColumns};}
  231. .entry img{padding: 4px; border: 1px solid{color:post};;}
  232. .entry img{padding: 4px; border: 1px solid{color:post};}
  233.  /*theme by umabonecaciumenta*/  
  234.  
  235. h1 {font-family: consolas;  text-align: center; font-size: 14px; text-transform: none; color: {color:text}; font-weight: normal; line-height: 12px;}
  236. h1 a {text-align: center; font-size: 14px; color: {color:text}; font-weight: normal; line-height: 12px;}
  237. h1 a:hover {text-align: center; font-size: 14px; color: {color:text}; font-weight: normal; line-height: 12px;}
  238.  
  239.  
  240. #ssource{  display: none; :}
  241.  
  242. .image {text-align: center; border: 0px;}
  243. .image img {max-width: 400px; padding: 2px; opacity:2; -webkit-transition: all .5s ease-out; -moz-transition: all .5s ease-out;{block:IfOneColumns}max-width: 250px;{/block:IfOneColumns};opacity:0.9; }
  244.  
  245.  
  246.    /*theme umabonecaciumenta*/
  247. .xquote {font-family: consolas; text-align: center; font-size: 12px; line-height: 15px; padding: 3px;}
  248. .xquotesource {font-family: calibri; font-size: 14px; text-align: center; text-transform: none; margin-bottom: 5px;}
  249. .xquotesource a, a:hover{text-transform: none;}
  250.  
  251.  /*theme by umabonecaciumenta*/  
  252.  
  253. .chat {line-height: 13px; list-style: none }
  254. .chat ul {line-height: 13px; list-style: none; padding: 5px; line-height:14px;}
  255. .person1 {color: {color:text}; padding: 2px; }
  256. .person1 .label {font-weight: bold;  color:{color:text}}
  257. .person2 {color: {color:text}; padding: 2px;  }
  258. .person2 .label {font-weight: bold;  color:{color:text}}
  259.  
  260. .player {background-color: #trans; text-align: left; display:block;}
  261.  /*theme by umabonecaciumenta*/  
  262.  
  263. #ssource{margin-left:10px; display: none;}
  264.  
  265. #perma {margin-top:10px; font-family:consolas; color: {color:text}; text-align:  center;  -webkit-transition: all 0.6s ease-out; -moz-transition: all 0.6s ease-out; text-transform:none; background-color: {color:entry}; padding-top: 1px; }
  266. #perma a {font-size: 10px; font-family:consolas;;; text-transform:none; color: {color:text}; opacity:10;font-style:normal;  }
  267. #perma a:hover {opacity:0.6;}
  268.  
  269.  
  270. #cap {width: 400px; margin-top: -2px;}
  271. .source {display: none;}
  272.  
  273. .notes {width: 500px; padding: 0px; margin-top: 1px; margin-bottom: 1px; font-size: 9px; text-align: left}
  274. ol.notes {list-style: none;  margin: 0 20px 0 0px; padding: 0px; z-index: 11;}
  275. ol.notes li  background-color: {color:entry}; margin-bottom: 1px; padding: 5px; }
  276. .notes img{display: none; border:0px}
  277.  
  278. #paginal {font-family: calibri; font-size: 9px; text-align: center;}
  279. #paginal a {background: ; margin: 0 1px 0 0; padding: 2px 4px; color: {color:text}}
  280. #paginal a:hover {background: ; color: {color:borda1};}
  281. #paginal span.pagina_atual {background: {color:titulo}; margin: 0 1px 0 0; padding: 2px 4px;; color: {color:borda1}; font-weight: bold; text-decoration: none;}
  282. .ps {z-index:9999999999;position:fixed;  color: {color:borda1}; padding: 5px; margin-top:435px; margin-left: 184px; width: 220px; height:12px;font-family: calibri; font-size: 9px; }
  283.  
  284.  
  285.  
  286.  
  287.  ::-moz-selection {
  288.   color: #fff;
  289.   background: {color:sidebar};
  290. }
  291.   ::selection {
  292.  color: #fff;
  293.           background: {color:sidebar};
  294. }
  295.  
  296.  
  297.  
  298.  .thaimg {left: 179px; top:176px; position:fixed; background-color: {color:background};   padding:1px; padding-bottom: 0px; opacity: 1; z-index:280;  }
  299. .thaimg  img {position:fixed;-webkit-transition: all 1s ease-in-out;-moz-transition: all 1s ease-in-out; -o-transition: all 1s ease-in-out; -ms-transition: all 1s ease-in-out; transition: all 1s ease-in-out;   background-color: {color:background};  height:197px; width: 203px; padding:20px;  -webkit-transition: all 0.4s ease-out;  -moz-transition: all 0.1s ease-out ;  opacity:0.6; opacity:1;}
  300.  
  301. .thaimg:hover .textoss{opacity:0.1;-moz-transition-duration:0.5s; -webkit-transition-duration:0.5s; -o-transition-duration:0.5s; left:; top:;background-color:#fff;opacity:0.5;-o-transition-duration:0.5s;-webkit-transform: rotate(-50deg); text-shadow:0px 0px 7px #fff; -webkit-filter: blur(1px);}
  302. .thaimg:hover img.top, .cf4.hover_effect img.top {opacity:0;}
  303.  
  304. .thaimg:hover img.bottom, .cf4.hover_effect img.bottom {filter:gray}
  305.  
  306.  
  307.  
  308.  
  309. #thats3{position:fixed; width: 93px;  float: left; margin-left:255px; margin-top:420px; padding: 2px; text-align: right;z-index:399 ;}
  310.  
  311. #thats3 a {display: inline-block;float: left; margin-left: 4px; display: block; letter-spacing: 1px; font-family: cambria; font-style:normal;font-size:12px;  text-align:center; margin-bottom: 0px;color:{color:text};; text-decoration: none; text-transform:none;;;height: 0px; padding:1px;line-height:0px;}
  312.  
  313. #thats3  a:hover{ text-align: center;   color:#aaa;-webkit-transform: rotate(-390deg);}
  314.  
  315.  
  316.  @font-face {font-family: "Web"; src: url('http://static.tumblr.com/xrmodho/vvmmmoc3j/callie_hand-trial_version.otf');}
  317.  
  318.  
  319.   #thaidlc{text-align: center; overflow: hidden; height:167px; -webkit-border-radius: 0px 0px 0px 0px; font-size: 12px; font-family: cambria; position: fixed; font-style: italic;;margin-left:187px; width: 205px; background-color:; color: {color:descricao}; padding: 5px; margin-top: 385px; background-attachment: fixed; -webkit-transition: all 1s ease-out; -moz-transition: all 1s ease-out; ; letter-spacing: 0px; text-transform: none;line-height: 12px; z-index:295;;}
  320.  
  321.  
  322.  
  323.  
  324.  
  325.  
  326.  #thai9 {text-align: center; overflow: hidden; height:44px; -webkit-border-radius: 0px 0px 0px 0px; font-size: 10px; font-family:consolas; position: fixed; margin-left:-27px; width: 107px; background-color:{color:background}; color: #b5b5b5; padding: 5px; margin-top: -40px; background-attachment: fixed; -webkit-transition: all 1s ease-out; -moz-transition: all 1s ease-out; ; letter-spacing: 0px; text-transform:  none;line-height: 84px; z-index:942;}
  327.  #thai9 a {color:{color:text};text-transform:  none;font-size:11px;border-bottom: 1px dotted {color:sidebar};}
  328.  
  329.  </style>
  330.  <body>
  331.  
  332.  <div class="ps"><div id="paginal">{block:PreviousPage}<a href="{PreviousPage}">«</a> {/block:PreviousPage}
  333. {block:JumpPagination length="5"}
  334. {block:CurrentPage}<span class="pagina_atual">{PageNumber}</span>{/block:CurrentPage}
  335. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}
  336. {/block:JumpPagination}{block:NextPage}<a href="{NextPage}">»</a>{/block:NextPage}
  337. </div></div></div>
  338.  
  339. </div></div>
  340. <div class="thaimg" class="hover">
  341.  
  342. <img class="bottom shadow" src="{image:sidebar}"style="-webkit-filter: grayscale(100%);"title=" {text:frase todo}">
  343. <img class="top shadow" src="{image:sidebar}" title=" I just wanted to hold you"></div>
  344. </div>
  345. </div></div>
  346.  
  347.  
  348. <div id="thaidlc">{description} </div>
  349.  
  350.  
  351.  
  352.  
  353.  
  354. <div id="thats3">
  355. <a href="{text:Link1}" title="{text:Link1 Title}"></a>
  356. <a href="{text:Link2}" title="{text:Link2 Title}"></a>
  357. <a href="{text:Link3}" title="{text:Link3 Title}"></a>
  358. <a href="{text:Link4}" title="{text:Link4 Title}"></a>
  359. <a href="{text:Link5}" title="{text:Link5 Title}"></a>
  360.    
  361. </div></div>
  362.  
  363.  
  364.  
  365.  <div id="thai9" title="Créditos: Afastarei (c) NÃO COPIE!"> <a href="http://Afastarei .tumblr.com/">Afastarei <font color="{color:borda1}">©</font></a> </div>
  366.  
  367. </div>
  368.  
  369.  
  370.  
  371.  
  372.  
  373.  
  374.  
  375.  
  376. <div id="allboxes">
  377.  
  378. {block:Posts}
  379.  
  380. <div class="entry">
  381.  
  382.  
  383. {block:Text}
  384. {block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  385.  
  386. {block:Photo}
  387. {LinkOpenTag}<div class="image"><img src="{PhotoURL-500}"></div>{LinkCloseTag}{/block:Photo}
  388.  
  389. {block:Photoset}
  390. <center>{Photoset-500}</center>{block:Photoset}
  391.  
  392. {block:Quote}
  393. <div class="xquote">“{Quote}”</div>
  394. {block:Source}<div class="xquotesource"><b> — {Source}</b></div>
  395. {/block:Source}
  396. {/block:Quote}
  397.  
  398.  
  399.  
  400. {block:Link}
  401. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  402. {block:Description}{Description}{/block:Description}
  403. {/block:Link}
  404.  
  405. {block:Chat}
  406. {block:Title}
  407. <h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}
  408. <div class="chat"><ul>{block:Lines}
  409. <li class="person{UserNumber}">{block:Label}
  410. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  411. {/block:Chat}
  412.  
  413. {block:Audio}
  414. <div class="player">{AudioPlayerBlack}</div>
  415. {block:Caption}{Caption}{/block:Caption}
  416. {/block:Audio}
  417.  
  418. {block:Video}
  419. {Video-400}{/block:Video}
  420.  
  421.  
  422. {block:Answer}
  423. <div id="questionpam">{Question}</div>
  424. <div id="setapam"></div>
  425. <br>
  426. <div id="askerpam"><img src="{AskerPortraitURL-24}">{Asker}</div>
  427. {Answer}{/block:Answer}
  428.  
  429. <div id="cap">
  430. {block:Photo}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  431. {block:Video}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  432. {block:Photoset}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  433.  
  434.  
  435. <div id="ssource">{block:ContentSource}<a href="{SourceURL}">{lang:Source}:{block:SourceLogo}
  436. <img src="{BlackLogoURL}" width="{LogoWidth} height="{LogoHeight}" alt="{SourceTitle}" />
  437. {/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>
  438. {/block:ContentSource}</div></div> <div id="perma">
  439. {block:Date} {block:Date}<a href="{Permalink}">{TimeAgo}</a>{/block:Date} {block:NoteCount} - <a href="{Permalink}">{NoteCount} notes</a>{/block:NoteCount} - <a href="{ReblogURL}" target="_blank">reblog this fuck</a> {block:RebloggedFrom}(<a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom}{block:RebloggedFrom}/<a href="{ReblogRootURL}" title="{ReblogRootTitle}">source</a>)
  440. {/block:RebloggedFrom}
  441. <br>{block:HasTags}{block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}
  442. </div></div>
  443.  
  444.  {/block:Posts}
  445. {block:PostNotes}<div class="notes">{PostNotes}</div>{/block:PostNotes}
  446.  </div>
  447. </div>
  448. </div>
  449. </div>
  450.  </div>
  451. </div>
  452. </div>
  453. </div>
  454. </div>
  455. </div>
  456. </div>
  457. </div>
  458.  
  459. <!-- PLEASE DO NOT REMOVE THE CREDIT LINK. I'D APPRECIATE THAT VERY MUCH !DON'T COPY BITCH.DON'T COPY BITCH. DON'T COPY BITCH . DON'T COPY BITCH -->
  460. <div style="font-size: 10px; font-family:calibri;position:fixed;bottom:5px;right:5px; color:{color:text}">
  461. <a href="http://umabonecaciumenta.tumblr.com" title="Créditos:  UMABONECACIUMENTA © | NAO COPIE! (c)  " ><big>THEME ©</big></a></div>
  462.  
  463. </body>
Advertisement
Add Comment
Please, Sign In to add comment