ubc-themes

theme 107 [new]

Jun 12th, 2013
459
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 23.21 KB | None | 0 0
  1. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  2. <! ----------------------------------------------
  3.   LIVE PREVIEW: http://thmx107thai.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.  
  12.  
  13. <head>
  14. <!-- DEFAULT VARIABLES -->
  15. <meta name="color:background" content="#f8f8f8" />
  16. <meta name="color:link" content="#828282" />
  17. <meta name="color:linkhover" content="#f5f5f5" />
  18. <meta name="color:text" content="#828282" />
  19. <meta name="color:sidebar" content="#ffffff" />
  20. <meta name="color:bordas" content="#f0f0f0" />
  21.  
  22. <meta name="color:borda2" content="#fff" />
  23.  
  24.  <meta name="text:titulo" content="And i really miss," />
  25.  <meta name="text:titulo2" content="who you were and what we had. " />
  26.  
  27. <link href='http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300|Dosis|Inconsolata' rel='stylesheet' type='text/css'>
  28.  
  29. <meta name="if:one columns" content="1"/>
  30.  
  31. <meta name="color:entry" content="#ffffff" />
  32. <meta name="color:links" content="#999999" />
  33. <meta name="image:background" content=""/>
  34. <meta name="font:text" content="verdana" />
  35. <meta name="color:titulo" content="#fff" />
  36. <meta name="color:links" content="#828282" />
  37. <meta name="color:linkshover" content="#828282" />
  38.  
  39. <meta name="color:background" content="#f1f1f1" />
  40. <meta name="color:sidebar" content="#ffffff" />
  41. <meta name="color:link" content="#696969" />
  42. <meta name="color:link hover" content="#696969" />
  43. <meta name="color:text" content="#696969" />
  44. <meta name="color:post" content="#ffffff" />
  45. <meta name="color:background" content="#f8f8f8" />
  46. <meta name="color:link" content="#828282" />
  47. <meta name="color:linkhover" content="#f5f5f5" />
  48. <meta name="color:text" content="#828282" />
  49. <meta name="color:sidebar" content="#ffffff" />
  50. <meta name="color:borda1" content="#fac0de" />
  51. <meta name="color:bglinks" content="#acacac" />
  52. <meta name="color:post" content="#fff" />
  53.  
  54. <meta name="image:background" content="" />
  55. <meta name="text:Link1" content="" />
  56. <meta name="text:Link1 Title" content="link1" />
  57. <meta name="text:Link2" content="" />
  58. <meta name="text:Link2 Title" content="link2" />
  59. <meta name="text:Link3" content="" />
  60. <meta name="text:Link3 Title" content="link3" />
  61. <meta name="text:Link4" content="" />
  62. <meta name="text:Link4 Title" content="link4" />
  63. <meta name="text:Link5" content="" />
  64. <meta name="text:Link5 Title" content="link5" />
  65. <meta name="text:Link6" content="" />
  66. <meta name="text:Link6 Title" content="link6" />
  67.  
  68. <meta name="image:sidebar" content="http://static.tumblr.com/8fd5f537e6f934eb15c483956e7a3f9a/e5skbcf/wLomo8itp/tumblr_static_tumblr_mj46bgbhzm1qdtyr8o1_500.jpg" />
  69.  
  70. <meta name="color:background" content="#F5f5f5" />
  71. <meta name="color:font" content="#999999" />
  72. <meta name="color:links" content="#999999" />
  73. <meta name="color:sidebar" content="#ffffff" />
  74. <meta name="color:link" content="#ffffff" />
  75.  
  76. <script src="http://static.tumblr.com/rozpbz7/nFim53lu5/jquery.js"></script>
  77. <script src="http://static.tumblr.com/rozpbz7/tcom53lvc/easing.js"></script>
  78.  
  79. <script type='text/javascript'>
  80. $(document).ready(function() {
  81.         $('.box_containere').hover(function(){
  82.                         var width = $(this).outerWidth() / 2;
  83.                         $(this).find('.left').animate({ right : width },{queue:false,duration:300});
  84.             $(this).find('.right').animate({ left : width },{queue:false,duration:300});
  85.         }, function(){
  86.             $(this).find('.left').animate({ right : 0 },{queue:false,duration:300});
  87.             $(this).find('.right').animate({ left : 0 },{queue:false,duration:300});
  88.         });
  89.        
  90.         $('.box_container3').hover(function(){
  91.            
  92.             var width = $(this).outerWidth() / 2;
  93.            
  94.             $(this).find('.left3').animate({ right : width },{easing: 'easeOutBounce', queue:false,duration:800});
  95.             $(this).find('.right3').animate({ left : width },{easing: 'easeOutBounce', queue:false,duration:800});
  96.         }, function(){
  97.            
  98.             $(this).find('.left3').animate({ right : 0 },{easing: 'easeOutBounce',queue:false,duration:800});
  99.             $(this).find('.right3').animate({ left : 0 },{easing: 'easeOutBounce',queue:false,duration:800});
  100.            
  101.         });
  102.              
  103.   });
  104. </script>
  105. </script>
  106. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>
  107.  
  108. <script type="text/javascript" src="http://static.tumblr.com/me5sfsd/12Qlmj66n/script.js"></script>
  109.  
  110.  
  111.  
  112.  <title>{Title}</title>
  113.         <link rel="shortcut icon" href="{Favicon}">
  114.         <link rel="alternate" type="application/rss+xml" href="{RSS}">
  115. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  116.  
  117. </script>
  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.  
  123. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>
  124.  
  125. <script type="text/javascript" src="http://static.tumblr.com/me5sfsd/12Qlmj66n/script.js"></script>
  126.  
  127. <script type="text/javascript">
  128. $(window).load(function(){
  129. var $wall = $('#allboxes');
  130. $wall.imagesLoaded(function(){
  131. $wall.masonry({
  132. itemSelector: '.entry',
  133. isAnimated : true
  134. });
  135. });
  136. $wall.infinitescroll({
  137. navSelector : "div#navigation",
  138. nextSelector : "div#navigation a#nextPage",
  139. itemSelector : '.entry',
  140. loadingImg : "http://static.tumblr.com/kwz90l7/bIdlst7ub/transparent.png",
  141. loadingText : " ",
  142. donetext : " ",
  143. extraScrollPx : 9000,
  144. bufferPx : 10000,
  145. debug : false,
  146. errorCallback: function() {
  147. $('#infscr-loading').animate({opacity: .8},2000).fadeOut('normal');
  148. }},
  149. function( newElements ) {
  150. var $newElems = $( newElements );
  151. $newElems.hide();
  152. $newElems.imagesLoaded(function(){
  153. $wall.masonry( 'appended', $newElems, {isAnimated: true, animationOptions: {duration: 750, easing: 'linear', queue: false}}, function(){$newElems.fadeIn('slow');} );
  154. });
  155. }); $('#allboxes').show(500);
  156. });
  157. </script>
  158.  
  159.  <title>{Title}</title>
  160.         <link rel="shortcut icon" href="{Favicon}">
  161.         <link rel="alternate" type="application/rss+xml" href="{RSS}">
  162. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  163.  
  164.  
  165.  
  166.          
  167.  
  168.  
  169.  
  170.  
  171.  
  172.  
  173.  
  174. </script>
  175. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>
  176.  
  177. <script type="text/javascript" src="http://static.tumblr.com/me5sfsd/12Qlmj66n/script.js"></script>
  178.  
  179.  
  180. <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'>
  181.  {block:IndexPage}
  182. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  183. <script src="http://static.tumblr.com/df28qmy/SHUlh3i7s/jquery.infinitescroll.js"></script>
  184. <script src="http://static.tumblr.com/thpaaos/lLwkowcqm/jquery.masonry.js"></script>
  185. <script type="text/javascript">
  186. $(window).load(function () {
  187. $('#allboxes').masonry(),
  188. $('.masonryWrap').infinitescroll({
  189. navSelector : "#page,.page",
  190. nextSelector : ".page a",
  191. itemSelector : ".entry",
  192. bufferPx : 10000,
  193. extraScrollPx: 10,
  194. loadingImg : "",
  195. loadingText : "carregando...",
  196. },
  197. // call masonry as a callback.
  198. function() { $('#allboxes').masonry({ appendedContent: $(this) }); }
  199. );
  200. });
  201. </script>
  202. {/block:IndexPage}
  203. </head>
  204.  
  205.  <style type="text/css">
  206. iframe#tumblr_controls {
  207. top:0px !important;
  208. right:3px !important;
  209. position: fixed !important;
  210. -webkit-transition: opacity 0.6s linear;
  211. opacity: 0.3;
  212. -webkit-transition: all 0.8s ease-out;
  213. -moz-transition: all 0.8s ease-out;
  214. transition: all 0.8s ease-out;
  215. z-index:999999999999999999;}
  216.  
  217. iframe#tumblr_controls:hover{
  218. -webkit-transition: opacity 0.6s linear;
  219. opacity: 0.8;
  220. -webkit-transition: all 0.4s ease-out;
  221. -moz-transition: all 0.4s ease-out;
  222. transition: all 0.4s ease-out;
  223. z-index:999999999999999999999;}
  224.  
  225. ::-webkit-scrollbar{width:01px;height:0px;}
  226. ::-webkit-scrollbar-button:start:decrement
  227. ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;}
  228. ::-webkit-scrollbar-track-piece{background-color: {color:background}; -webkit-border-radius:0;-webkit-border-bottom-right-radius:0px;-webkit-border-bottom-left-radius:0px;}
  229. ::-webkit-scrollbar-thumb:vertical{height:40px; background-color:{color:borda1};-webkit-border-radius:px;}
  230. ::-webkit-scrollbar-thumb:horizontal{width:40px; background-color:#d3d3d3;-webkit-border-radius:px;}
  231.  
  232. /*theme by umabonecaciumenta*/  
  233.  
  234.  
  235.  
  236. body {background-color: {color:background}; font-family: cambria; color: {color:text}; text-align: justify; font-size: 12px;  background-image:url('{image:background}'); background-attachment: fixed; }
  237.  
  238. a {color: {color:link}; text-decoration: none; text-transform: none; -webkit-transition-duration: 1.5s; -moz-transition-duration:1.5s;}
  239. a:hover {color: {color:linkhover}; background-color: transparent; text-decoration: none; -webkit-transition-duration: 1.5s; -moz-transition-duration:1.5s;}
  240.  
  241. p {margin: 6px 0 0 0}
  242.  
  243. blockquote {margin: 5px 5px 5px 5px; border-left: 3px solid {color:text}; padding-left: 5px; }
  244. blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 3px solid  {color:text};}
  245. blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 3px solid  {color:text}; }
  246. blockquote blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 3px solid  {color:text}; }
  247.  
  248. blockquote img{max-width: 370px!important}
  249. blockquote blockquote img{max-width: 350px!important}
  250. blockquote blockquote blockquote img{max-width: 330px!important}
  251. blockquote blockquote blockquote blockquote img{max-width: 310px!important}
  252.  
  253.  
  254.  
  255.  /*theme by umabonecaciumenta*/  
  256.  
  257.  
  258.  /*theme by umabonecaciumenta*/  
  259.  
  260.  
  261.  
  262.  /* BASE BY THAI, UMABONECACIUMENTA */
  263.  
  264.  
  265. #allboxes {float: left;margin-left:460px;margin-top:5px; text-align: left;-webkit-transition: all 1s ease-out; -moz-transition: all 1s ease-out;width:700px;}
  266. .entry {width: 450px; background-color: {color:entry}; padding: 8px; margin-bottom:0px;text-align:none; margin-left: 1px;margin-top:0px; ;font-family:cambria font-size: 12px; position: relative;-webkit-transition: all 1.5s ease-ou-moz-transition: all 1.5s ease-out;{block:indexpage}width:400px;{/block:indexpage}{block:PermalinkPage}width:400px;{/block:PermalinkPage}};}
  267. .entry:hover {}/*theme by umabonecaciumenta*/  
  268. .entry:hover }
  269.  /*theme by umabonecaciumenta*/  
  270. h1:first-letter{font-family:   consolas; ;letter-spacing: 2px;font-size: 11px;color:{color:text}}
  271. h1 {font-family: cambria;text-align: center; font-size: 15px; text-transform: none; color: {color:text}; font-weight: normal; line-height: 12px;}
  272. h1 a {text-align: center; font-size: 14px; color: {color:text}; font-weight: normal; line-height: 12px;transform: none; }
  273. h1 a:hover {text-align: center; font-size: 14px; color: {color:text}; font-weight: normal; line-height: 12px;}
  274. /*theme by umabonecaciumenta*/  
  275. .image {text-align: center; border: 0px}
  276. .image img {max-width:400px; margin-bottom: 2px; opacity:.8; -webkit-transition: all .8s ease-out; -moz-transition: all .8s ease-out;}
  277. .image img:hover {webkit-filter: grayscale(1);-webkit-filter: grayscale(100%);-moz-filter: grayscale(100%);filter: url(desaturate.svg#greyscale);filter: gray; filter: grayscale(100%);-webkit-transition: all 0.4s linear;-moz-transition: all 0.4s linear;transition: all 0.4s linear;}
  278.  
  279. .caption {font-family: muli; text-align: center; font-size: 14px; line-height: 10px; padding: 3px;}
  280.  
  281.  
  282.  
  283.  
  284. .xquote {text-align:justify;font-family:  cambria; line-height:15px; font-size: 13px;padding:3px;margin-left:02px; margin-bottom:3px; margin-top:10px;font-style:normal;}
  285. .xquotesource { font-family: cambria; font-style:italic;text-align:   right; text-transform:none; margin-bottom:5px; ;font-size:12px;  color:{color:text};}
  286. .xquotesource a, a:hover{text-transform: none;}
  287. .xquotesource a, a:hover{text-transform: none;}
  288.  /*theme by umabonecaciumenta*/  
  289.  
  290. @font-face { font-family: pixie; src: url('http://static.tumblr.com/fxpo5zq/a8Em6bgnk/lekton-regular.ttf'); }
  291.  
  292. .chat{
  293. line-height: 12px;
  294. list-style: none
  295. }
  296.  
  297. .chat ul {
  298. line-height: 15px;
  299. list-style: none;
  300. padding: 0px;
  301. }
  302.  
  303. .person1 {
  304. background-color:#eee;
  305. color: #888;
  306. }
  307. .person1 .label {
  308. padding: 0px;
  309. margin-left: 5px;
  310. color:#888;
  311. }
  312. .person2 {
  313. background-color: #ccc;
  314. color:#888;
  315. }
  316. .person2 .label {
  317. padding: 0px;
  318. margin-left: 5px;
  319. color: #888;}
  320.  
  321.  
  322.  
  323.  
  324.  .answer {
  325.     padding: 3px; text-align: justify;
  326.     background-color: {color:background};}
  327.    
  328. .answer {
  329.     padding: 2px;}
  330.    
  331. .answer img {
  332.     max-width: 470px;}
  333.  
  334.  
  335.  
  336.  ::-moz-selection {
  337.   color: #fff;
  338.   background: {color:tex};
  339. }
  340.   ::selection {
  341.  color: #fff;
  342.           background: {color:text};
  343. }
  344.  
  345.  
  346.  
  347.  
  348.  
  349. #ssource{margin-left:10px; display: none;}
  350.  
  351. #perma { background: {color:background}; color: #000; text-align:left; line-height:10px;height:17px; padding:5px; width:60px; margin-left: 410px; opacity:0.01; -moz-opacity: 0.01; filter: alpha(opacity=01); position: absolute; margin-top:-40px; z-index: 123; -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; display: block; }
  352. #perma a { text-transform: none; color:  {color:text}; font-size: 10px; font-family: consolas; letter-spacing: 1px;height:auto; font-style: normal;text-transform:none;  }
  353.  
  354. .entry:hover #perma { color:{color:text};opacity:1; height:auto; -moz-opacity: 1; filter: alpha(opacity=1); width: 60px;  font-size: 10px;font-weight: normal; -webkit-transition: all 0.9s ease-out; ;}
  355.  
  356.  
  357.  
  358.  .page { width:50px; height: 9px; margin-left:45px; margin-top:465px; position:fixed;  overflow:hidden; background-color: transparent; padding:3px;color:  transparent;}
  359.  
  360.  
  361.  
  362.  .thaimg {left: 247px; top:110px; position:fixed; background-color: {color:background};   padding:1px; padding-bottom: 0px; opacity: 1; z-index:0;  }
  363. .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:200px; width: 216px; padding:0px;;}
  364.  
  365. .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); background-color: {color:background};text-shadow:0px 0px 7px #fff; -webkit-filter: blur(1px);}
  366. .thaimg:hover img.top, .cf4.hover_effect img.top {opacity:0;background-color: {color:background};}
  367.  
  368. .thaimg:hover img.bottom, .cf4.hover_effect img.bottom {filter:gray}
  369.  
  370.  
  371.  
  372.  
  373. #thats2 {width:600px; background-color:{color:background}; width: 216px; height: 20px; float: left; margin-left:240px; margin-top:285px; padding: 0px; text-align: center; position: fixed; -webkit-transition: all 1s ease-out; -moz-transition: all 1s ease-out; border-bottom: 1px dotted #transp; border-right: 0px solid{color:hoverlinks}; line-height:19px;-webkit-border-radius: 50px 50px 0px 0px;}
  374.  
  375. #thats2 a {float: center; margin-left: 2px; font-family:consolas; font-size: 10px; text-align: center; margin-top: 2px; height: 20px; ; color:{color:text}; line-height: 14px; letter-spacing: 0px; text-transform: none; -webkit-transition: all .5s ease-out; -moz-transition: all .5s ease-out; background-color:;;padding:2px;-webkit-border-radius: 100px 0px 0px 0px;}
  376.  
  377. #thats2 a:hover {text-decoration:underline; -webkit-transition: all 0.7s ease;-moz-transition: all 0.7s ease;-o-transition: all 0.7s ease;  opacity:1.0;}
  378.  
  379. #thats2:hover {-webkit-transition: all 0.7s ease;-moz-transition: all 0.7s ease;-o-transition: all 0.7s ease;  opacity:1.9;background-color:{color:bglinks};-webkit-border-radius: 0px 0px 0px 0px;}
  380.  
  381.  
  382.  
  383.  
  384.  
  385.  
  386. #thait3 {
  387. background-color:;
  388. padding: 2px;
  389. height:23px;
  390. line-height:12px;
  391. float:left;
  392. text-align:center;
  393. position:fixed;
  394. margin-left:240px;
  395. margin-top:72px;font-style:italic;
  396. width:212px;
  397. font-family:cambria;;font-size:16px;
  398. letter-spacing:1px;
  399.  
  400. color: {color:text};
  401.  text-transform: none;; }
  402.  
  403.  #thait3:hover {
  404. color: {color:Text};margin-left:235px;width:219px;margin-top:100px;
  405. -webkit-transition: opacity 0.6s linear;height:25px;
  406. opacity: 1;-webkit-transition: line-height:15px;
  407. all 0.5s ease-out;  font-size: 19px;
  408. -moz-transition: all 0.5s ease-out;-webkit-border-radius: 0px 0px 100px 100px;
  409. transition: all 0.5s ease-out;background:{color:background};}
  410.  
  411.  
  412.  
  413.  
  414.  
  415.  
  416.  
  417.  iframe#tumblr_controls {
  418. white-space:nowrap; filter: invert(100%); -webkit-filter: invert(100%); -moz-filter: invert(100%); -o-filter: invert(100%); -ms-filter: invert(100%);opacity:0.3;}
  419. #tumblrcontrols2 {position:fixed; top:50px; right:4px;  z-index:999;}
  420. #tumblrcontrols2 a {opacity:2;
  421. white-space:nowrap; filter: invert(100%); -webkit-filter: invert(100%); -moz-filter: invert(100%); -o-filter: invert(100%); -ms-filter: invert(100%);opacity:0.3;}
  422.  
  423.  
  424.  
  425.  #thai9 {text-align: center; overflow: hidden; height:15px; -webkit-border-radius: 0px 0px 0px 0px; font-size: 20px; font-family: calibri ; position: fixed; ;margin-left:-27px; width: 82px; background-color:transp; color: #b5b5b5; padding: 5px; margin-top: 1px; background-attachment: fixed; -webkit-transition: all 1s ease-out; -moz-transition: all 1s ease-out; ; letter-spacing: 0px; text-transform: none;line-height: 20px; z-index:900;}
  426.  #thai9 a {color:{color:text};text-transform: none;font-size:22px;}
  427.      
  428.  
  429.  
  430.  
  431.  
  432. .askme {align:center;background: #eee; margin:7px 0px 5px 0px;padding:10px;position: relative;font-size: 12px; font-family:  cambria; text-align: justify;font-style:italic;}
  433. .askme a{color:{color:text} ;}
  434. .askme p {margin:1px 0px;}
  435.  
  436. .askborder img {float: left;margin: 1px 0px 0px 90px;padding: 10x; -webkit-border-radius:100;background: #fff}
  437. .askmeresposta {font-size: 12px;}
  438.  
  439.  
  440.  
  441.  </style>
  442.  
  443.  
  444.  <body>
  445.  
  446.  
  447.  
  448.  
  449.   </div>
  450.  
  451.  </div> </div>
  452.  
  453.  
  454.  
  455.  
  456. </div class>
  457.  </div>
  458.  
  459.  
  460.  
  461.  
  462.  
  463. </div></div>
  464. <div class="thaimg">
  465.   <img src="{image:sidebar}"></div></div></div>
  466.  
  467.  
  468.  
  469.  
  470. <div id="thait3">{text:titulo}<br><font style="font-family: georgia;letter-spacing: 1px; font-style: normal; font-size: 10px; text-align: center">{text:titulo2} </font></br> </a></div>
  471. </div></div>
  472.  
  473.  
  474.  
  475.  
  476.  
  477.  
  478.  
  479.  <div id="thats2">
  480.  
  481. <b><a href="{text:link1}">{text:link1 title}</a></b>
  482. <a href="{text:link2}">{text:link2 title}</a>
  483. <b><a href="{text:link3}">{text:link3 title}</a></b>
  484. <a href="{text:link4}">{text:link4 title}</a>
  485. <b><a href="{text:link5}">{text:link5 title}</a></b>
  486. <a href="{text:link6}">{text:link6 title}</a>
  487. <b><a href="http://afastarei.tumblr.com/" title="thmx by afastarei">crdt</a></b>
  488. <br>
  489.  
  490. <font style="font-family: georgia;letter-spacing: 3px; font-style: normal; font-size: 12px; text-align: center">♡ ♡ ♡ ♡ ♡ ♡</font></a></div>
  491. </div></div>
  492.  
  493.  
  494. </div></div>
  495.  
  496. <div class="page"> <center><div id="pagination">{block:PreviousPage}<a href="{PreviousPage}"> </a>&nbsp;{/block:PreviousPage}{block:NextPage}&nbsp; <a href="{NextPage}"> </a>{/block:NextPage} </div></big>
  497. </center></div></div>
  498.  
  499.  
  500.  
  501.  
  502.  
  503. <div id="thai9" title="Créditos: Afastarei (c)
  504. NÃO COPIE!"> <a href="http://afastarei.tumblr.com/"> ©</a> </div>
  505.  
  506.  
  507.  
  508. <div id="allboxes">
  509.  
  510. {block:Posts}
  511.  
  512.  
  513.  
  514. <div class="entry">
  515.  
  516.  
  517.  
  518. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  519.  
  520.  {block:Photo}{LinkOpenTag}<div class="image"><img src="{PhotoURL-500}"></div>{LinkCloseTag}{/block:Photo}
  521. {block:PostNotes}
  522. <div class="caixa>
  523.  <div class="extra"><img src="http://static.tumblr.com/ifqwhnb/x5Mm1qzsk/oae9l.png" class="user">
  524. {block:RebloggedFrom} <a href="{ReblogParentURL}"> - Via</a> <a href="{ReblogRootURL}">- From</b></a> {/block:RebloggedFrom}   {block:ContentSource}<a href="{SourceURL}" target=blank> - Source  </a>{/block:ContentSource}</div>
  525. <div class="extra">
  526. <img src="http://static.tumblr.com/ifqwhnb/x5Mm1qzsk/oae9l.png" class="user"> {DayOfMonth},<b> {Month}</b> de {Year}
  527. </div>
  528. <div class="extra">
  529. <img src="http://static.tumblr.com/ifqwhnb/x5Mm1qzsk/oae9l.png" class="user"> {block:HasTags}{/block:HasTags}
  530. <span style="width:auto;">
  531. {block:HasTags}
  532. {block:Tags}
  533. <a class="tag" href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}</span>
  534. </div>
  535. <div class="extra">
  536. <img src="http://static.tumblr.com/ifqwhnb/x5Mm1qzsk/oae9l.png" class="user">{NoteCount}
  537. </div>
  538. {PostNotes}  
  539.  
  540. </div>
  541. {/block:PostNotes}
  542.  
  543.  
  544. {block:Photoset}{Photoset-400}{/block:Photoset}
  545.  
  546.  
  547. {block:Quote}
  548. <div class="xquote">"{Quote}"</div>
  549. {block:Source}<div class="xquotesource"><b>  {Source}</b></div>
  550. {/block:Source}
  551. {/block:Quote}
  552.  
  553.  
  554. {block:Link}
  555. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  556. {block:Description}{Description}{/block:Description}
  557. {/block:Link}
  558.  
  559. {block:Chat}
  560. {block:Title}<a href="{Permalink}">{Title}</a>{/block:Title}
  561. <div class="chat"><ul>{block:Lines}
  562. <li class="person{UserNumber}">{block:Label}
  563. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  564. {/block:Chat}
  565.  
  566.  
  567. {block:Audio}
  568. <div class="player">{AudioPlayerBlack}</div>
  569. {block:Caption}{Caption}{/block:Caption}
  570. {/block:Audio}
  571.  
  572.  
  573. {block:Video}{Video-500}{/block:Video}
  574.  
  575.  
  576.  
  577. {block:Answer}
  578.  
  579. <div class="askme"><span></span><b>{Asker} moaned to me:</b> {Question}&nbsp;</div><div class="askmeresposta">{Answer}</div>{/block:Answer}
  580.  
  581. <div id="cap">
  582. {block:Photo}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  583. {block:Video}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  584. {block:Photoset}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  585.  
  586. <div id="ssource">{block:ContentSource}<a href="{SourceURL}">{lang:Source}:{block:SourceLogo}
  587. <img src="{BlackLogoURL}" width="{LogoWidth} height="{LogoHeight}" alt="{SourceTitle}" />
  588. {/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>
  589. {/block:ContentSource}</div></div> <div id="perma">
  590. {block:NoteCount}<a href="{Permalink}">{NoteCount}</a>{/block:NoteCount} <br><a href="{ReblogURL}" target="_blank"><b>reblog ♡ </b></a> {block:RebloggedFrom}{block:RebloggedFrom}<a href="{ReblogRootURL}" title="{ReblogRootTitle}">source</a>
  591. {/block:RebloggedFrom}
  592. <br>{block:HasTags}{block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}
  593. </div></div>
  594.    
  595.  {/block:Posts}
  596.  </div>
  597. </div>
  598. </div>
  599. </div>
  600.  </div>
  601. </div>
  602. </div>
  603. </div>
  604. </div>
  605. </div>
  606. </div>
  607. </div>
  608.  
  609.  
  610. <!-- 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 -->
  611. <div style="font-size: 10px; font-family:calibri;position:fixed;bottom:5px;right:5px; color:{color:text}">
  612. <a href="http://umabonecaciumenta.tumblr.com" title="Créditos:  UMABONECACIUMENTA © | NAO COPIE! (c)  " ><big>THEME ©</big></a></div>
  613.  
  614. </body>
Advertisement
Add Comment
Please, Sign In to add comment