ubc-themes

theme 108 [new]

Jun 17th, 2013
555
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 25.21 KB | None | 0 0
  1. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  2. <! ----------------------------------------------
  3.   LIVE PREVIEW: http://thmx108thai.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="O sonho acabou," />
  25.  <meta name="text:titulo2" content="vamos encarar a realidade." />
  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. <meta name="text:Link7" content="" />
  68. <meta name="text:Link7 Title" content="link7" />
  69.  
  70. <meta name="image:sidebar" content="http://static.tumblr.com/440265bee6c9a7d2a3402d27a231d19a/ctkornx/pvImojmdw/tumblr_static_tumblr_static_tumblr_static_tumblr_inline_mnzjgeadma1qz4rgp.png" />
  71.  
  72. <meta name="color:background" content="#F5f5f5" />
  73. <meta name="color:font" content="#999999" />
  74. <meta name="color:links" content="#999999" />
  75. <meta name="color:sidebar" content="#ffffff" />
  76. <meta name="color:link" content="#ffffff" />
  77.  
  78. <script src="http://static.tumblr.com/rozpbz7/nFim53lu5/jquery.js"></script>
  79. <script src="http://static.tumblr.com/rozpbz7/tcom53lvc/easing.js"></script>
  80.  
  81. <script type='text/javascript'>
  82. $(document).ready(function() {
  83.         $('.box_containere').hover(function(){
  84.                         var width = $(this).outerWidth() / 2;
  85.                         $(this).find('.left').animate({ right : width },{queue:false,duration:300});
  86.             $(this).find('.right').animate({ left : width },{queue:false,duration:300});
  87.         }, function(){
  88.             $(this).find('.left').animate({ right : 0 },{queue:false,duration:300});
  89.             $(this).find('.right').animate({ left : 0 },{queue:false,duration:300});
  90.         });
  91.        
  92.         $('.box_container3').hover(function(){
  93.            
  94.             var width = $(this).outerWidth() / 2;
  95.            
  96.             $(this).find('.left3').animate({ right : width },{easing: 'easeOutBounce', queue:false,duration:800});
  97.             $(this).find('.right3').animate({ left : width },{easing: 'easeOutBounce', queue:false,duration:800});
  98.         }, function(){
  99.            
  100.             $(this).find('.left3').animate({ right : 0 },{easing: 'easeOutBounce',queue:false,duration:800});
  101.             $(this).find('.right3').animate({ left : 0 },{easing: 'easeOutBounce',queue:false,duration:800});
  102.            
  103.         });
  104.              
  105.   });
  106. </script>
  107. </script>
  108. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>
  109.  
  110. <script type="text/javascript" src="http://static.tumblr.com/me5sfsd/12Qlmj66n/script.js"></script>
  111.  
  112.  
  113.  
  114.  <title>{Title}</title>
  115.         <link rel="shortcut icon" href="{Favicon}">
  116.         <link rel="alternate" type="application/rss+xml" href="{RSS}">
  117. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  118.  
  119. </script>
  120. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>
  121.  
  122. <script type="text/javascript" src="http://static.tumblr.com/me5sfsd/12Qlmj66n/script.js"></script>
  123.  
  124.  
  125. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>
  126.  
  127. <script type="text/javascript" src="http://static.tumblr.com/me5sfsd/12Qlmj66n/script.js"></script>
  128.  
  129. <script type="text/javascript">
  130. $(window).load(function(){
  131. var $wall = $('#allboxes');
  132. $wall.imagesLoaded(function(){
  133. $wall.masonry({
  134. itemSelector: '.entry',
  135. isAnimated : true
  136. });
  137. });
  138. $wall.infinitescroll({
  139. navSelector : "div#navigation",
  140. nextSelector : "div#navigation a#nextPage",
  141. itemSelector : '.entry',
  142. loadingImg : "http://static.tumblr.com/kwz90l7/bIdlst7ub/transparent.png",
  143. loadingText : " ",
  144. donetext : " ",
  145. extraScrollPx : 9000,
  146. bufferPx : 10000,
  147. debug : false,
  148. errorCallback: function() {
  149. $('#infscr-loading').animate({opacity: .8},2000).fadeOut('normal');
  150. }},
  151. function( newElements ) {
  152. var $newElems = $( newElements );
  153. $newElems.hide();
  154. $newElems.imagesLoaded(function(){
  155. $wall.masonry( 'appended', $newElems, {isAnimated: true, animationOptions: {duration: 750, easing: 'linear', queue: false}}, function(){$newElems.fadeIn('slow');} );
  156. });
  157. }); $('#allboxes').show(500);
  158. });
  159. </script>
  160.  
  161.  <title>{Title}</title>
  162.         <link rel="shortcut icon" href="{Favicon}">
  163.         <link rel="alternate" type="application/rss+xml" href="{RSS}">
  164. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  165.  
  166.  
  167.  
  168.          
  169.  
  170.  
  171.  
  172.  
  173.  
  174.  
  175.  
  176. </script>
  177. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>
  178.  
  179. <script type="text/javascript" src="http://static.tumblr.com/me5sfsd/12Qlmj66n/script.js"></script>
  180.  
  181.  
  182. <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'>
  183.  {block:IndexPage}
  184. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  185. <script src="http://static.tumblr.com/df28qmy/SHUlh3i7s/jquery.infinitescroll.js"></script>
  186. <script src="http://static.tumblr.com/thpaaos/lLwkowcqm/jquery.masonry.js"></script>
  187. <script type="text/javascript">
  188. $(window).load(function () {
  189. $('#allboxes').masonry(),
  190. $('.masonryWrap').infinitescroll({
  191. navSelector : "#page,.page",
  192. nextSelector : ".page a",
  193. itemSelector : ".entry",
  194. bufferPx : 10000,
  195. extraScrollPx: 10,
  196. loadingImg : "",
  197. loadingText : "carregando...",
  198. },
  199. // call masonry as a callback.
  200. function() { $('#allboxes').masonry({ appendedContent: $(this) }); }
  201. );
  202. });
  203. </script>
  204. {/block:IndexPage}
  205. </head>
  206.  
  207.  <style type="text/css">
  208. iframe#tumblr_controls {
  209. top:0px !important;
  210. right:3px !important;
  211. position: fixed !important;
  212. -webkit-transition: opacity 0.6s linear;
  213. opacity: 0.3;
  214. -webkit-transition: all 0.8s ease-out;
  215. -moz-transition: all 0.8s ease-out;
  216. transition: all 0.8s ease-out;
  217. z-index:999999999999999999;}
  218.  
  219. iframe#tumblr_controls:hover{
  220. -webkit-transition: opacity 0.6s linear;
  221. opacity: 0.8;
  222. -webkit-transition: all 0.4s ease-out;
  223. -moz-transition: all 0.4s ease-out;
  224. transition: all 0.4s ease-out;
  225. z-index:999999999999999999999;}
  226.  
  227. ::-webkit-scrollbar{width:01px;height:0px;}
  228. ::-webkit-scrollbar-button:start:decrement
  229. ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;}
  230. ::-webkit-scrollbar-track-piece{background-color: {color:background}; -webkit-border-radius:0;-webkit-border-bottom-right-radius:0px;-webkit-border-bottom-left-radius:0px;}
  231. ::-webkit-scrollbar-thumb:vertical{height:40px; background-color:{color:borda1};-webkit-border-radius:px;}
  232. ::-webkit-scrollbar-thumb:horizontal{width:40px; background-color:#d3d3d3;-webkit-border-radius:px;}
  233.  
  234. /*theme by umabonecaciumenta*/  
  235.  
  236.  
  237.  
  238. body {background-color: {color:background}; font-family: calibri; color: {color:text}; text-align: justify; font-size: 14px;  background-image:url('{image:background}'); background-attachment: fixed; }
  239.  
  240. a {color: {color:link}; text-decoration: none; text-transform: none; -webkit-transition-duration: 1.5s; -moz-transition-duration:1.5s;}
  241. a:hover {color: {color:linkhover}; background-color: transparent; text-decoration: none; -webkit-transition-duration: 1.5s; -moz-transition-duration:1.5s;}
  242.  
  243. p {margin: 6px 0 0 0}
  244.  
  245. blockquote {margin: 5px 5px 5px 5px; border-left: 3px solid {color:text}; padding-left: 5px; }
  246. blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 3px solid  {color:text};}
  247. blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 3px solid  {color:text}; }
  248. blockquote blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 3px solid  {color:text}; }
  249.  
  250. blockquote img{max-width: 370px!important}
  251. blockquote blockquote img{max-width: 350px!important}
  252. blockquote blockquote blockquote img{max-width: 330px!important}
  253. blockquote blockquote blockquote blockquote img{max-width: 310px!important}
  254.  
  255.  
  256.  
  257.  /*theme by umabonecaciumenta*/  
  258.  
  259.  
  260.  /*theme by umabonecaciumenta*/  
  261.  
  262.  
  263.  
  264.  /* BASE BY THAI, UMABONECACIUMENTA */
  265.  
  266.  
  267. #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;}
  268. .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}};}
  269. .entry:hover {}/*theme by umabonecaciumenta*/  
  270. .entry:hover }
  271.  /*theme by umabonecaciumenta*/  
  272. h1:first-letter{font-family:   consolas; ;letter-spacing: 2px;font-size: 11px;color:{color:text}}
  273. h1 {font-family:calibri;text-align: center; font-size: 15px; text-transform: none; color: {color:text}; font-weight: normal; line-height: 12px;}
  274. h1 a {text-align: center; font-size: 14px; color: {color:text}; font-weight: normal; line-height: 12px;transform: none; }
  275. h1 a:hover {text-align: center; font-size: 14px; color: {color:text}; font-weight: normal; line-height: 12px;}
  276. /*theme by umabonecaciumenta*/  
  277. .image {text-align: center; border: 0px}
  278. .image img {max-width:400px; margin-bottom: 2px; opacity:.8; -webkit-transition: all .8s ease-out; -moz-transition: all .8s ease-out;}
  279. .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;}
  280.  
  281. .caption {font-family: muli; text-align: center; font-size: 14px; line-height: 10px; padding: 3px;}
  282.  
  283.  
  284.  
  285.  
  286. .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;}
  287. .xquotesource { font-family: calibri; font-style:normal;text-align:   center; text-transform:none; margin-bottom:5px; ;font-size:12px;  color:{color:text};}
  288. .xquotesource a, a:hover{text-transform: none;}
  289. .xquotesource a, a:hover{text-transform: none;}
  290.  /*theme by umabonecaciumenta*/  
  291.  
  292. @font-face { font-family: pixie; src: url('http://static.tumblr.com/fxpo5zq/a8Em6bgnk/lekton-regular.ttf'); }
  293.  
  294. .chat{
  295. line-height: 12px;
  296. list-style: none
  297. }
  298.  
  299. .chat ul {
  300. line-height: 15px;
  301. list-style: none;
  302. padding: 0px;
  303. }
  304.  
  305. .person1 {
  306. background-color:#eee;
  307. color: #888;
  308. }
  309. .person1 .label {
  310. padding: 0px;
  311. margin-left: 5px;
  312. color:#888;
  313. }
  314. .person2 {
  315. background-color: #ccc;
  316. color:#888;
  317. }
  318. .person2 .label {
  319. padding: 0px;
  320. margin-left: 5px;
  321. color: #888;}
  322.  
  323.  
  324.  
  325.  
  326.  .answer {
  327.     padding: 3px; text-align: justify;
  328.     background-color: {color:background};}
  329.    
  330. .answer {
  331.     padding: 2px;}
  332.    
  333. .answer img {
  334.     max-width: 470px;}
  335.  
  336.  
  337.  
  338.  ::-moz-selection {
  339.   color: #fff;
  340.   background: {color:tex};
  341. }
  342.   ::selection {
  343.  color: #fff;
  344.           background: {color:text};
  345. }
  346.  
  347.  
  348.  
  349.  
  350.  
  351. #ssource{margin-left:10px; display: none;}
  352.  
  353. #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; }
  354. #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;  }
  355.  
  356. .entry:hover #perma { color:#F49DB4;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; ;}
  357.  
  358.  
  359.  
  360.  .page { width:50px; height: 9px; margin-left:45px; margin-top:465px; position:fixed;  overflow:hidden; background-color: transparent; padding:3px;color:  transparent;}
  361.  
  362.  
  363.  
  364.  .thaimg {left: 227px; top:110px; position:fixed; background-color: {color:background};   padding:12px; padding-bottom: 0px; opacity: 1; z-index:0;  }
  365. .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:sidebar}; height:200px; width: 210px; padding:1px;;}
  366.  
  367. .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);}
  368. .thaimg:hover img.top, .cf4.hover_effect img.top {opacity:0;background-color: {color:background};}
  369.  
  370. .thaimg:hover img.bottom, .cf4.hover_effect img.bottom {filter:gray}
  371.  
  372.  
  373.  
  374.  
  375. #thats2 {width:600px;  width: 216px; height: 20px; float: left; margin-left:225px; margin-top:90px; 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;}
  376.  
  377. #thats2 a {float: center; margin-left: 2px; font-family:cambria; font-size: 10px; text-align: center; margin-top: 2px;font-style:italic; height: 10px; ; 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;}
  378.  
  379. #thats2 a:hover {text-decoration:normal;font-style:normal;
  380. -webkit-transition: all 0.7s ease;-moz-transition: all 0.7s ease;-o-transition: all 0.7s ease;  opacity:1.0;}
  381.  
  382. #thats2:hover {-webkit-transition: all 0.7s ease;-moz-transition: all 0.7s ease;-o-transition: all 0.7s ease;  opacity:1.9;}
  383.  
  384.  
  385.  
  386.  
  387.  
  388.  
  389. #thait3 {
  390. background-color:#f0f0f0;
  391. padding: 0px;
  392. height: 0px;
  393. line-height:12px;
  394. float:left;
  395. text-align:center;
  396. position:fixed;
  397. margin-left:231px;
  398. margin-top:69px;font-style:italic;
  399. width:225px;
  400. font-family:cambria;;font-size:14px;
  401. letter-spacing:1px;
  402.  
  403. color: {color:text};
  404.  text-transform: none;; }
  405.  
  406.  #thait3:hover {
  407.  
  408. -webkit-transition: opacity 0.6s linear;height:25px;
  409. opacity: 1;-webkit-transition: line-height:15px;
  410. all 0.5s ease-out;  font-size: 19px;
  411. -moz-transition: all 0.5s ease-out;-webkit-border-radius: 0px 0px 100px 100px;
  412. transition: all 0.5s ease-out;background:#fff;}
  413.  
  414.  
  415.  
  416.  
  417. #thait {
  418. background-color:;
  419. padding: 2px;
  420. height:23px;
  421. line-height:12px;
  422. float:left;border-bottom:1px solid #f0f0f0;
  423. text-align:center;
  424. position:fixed;
  425. margin-left:232px;
  426. margin-top:84px;font-style:italic;
  427. width:207px;
  428. font-family:cambria;;font-size:10px;
  429. letter-spacing:1px;
  430.  
  431. color: {color:text};
  432.  text-transform: none;; }
  433.  
  434. #opathai {
  435. background-color:;
  436. padding: 2px;
  437. height:13px;
  438. line-height:17px;
  439. float:left;
  440. text-align:center;
  441. position:fixed;
  442. margin-left:425px;
  443. margin-top:320px;font-style:normal;
  444. width:23px;
  445. font-family:calibri;font-size:15px;
  446. letter-spacing:1px;
  447.  
  448. color: {color:text};
  449.  text-transform: none;; }
  450.  
  451.  
  452.  
  453. #thait2 {
  454. background-color:;
  455. padding: 2px;
  456. height:13px;
  457. line-height:17px;
  458. float:left;
  459. text-align:center;
  460. position:fixed;
  461. margin-left:225px;
  462. margin-top:320px;font-style:normal;
  463. width:23px;
  464. font-family:calibri;font-size:15px;
  465. letter-spacing:1px;
  466.  
  467. color: {color:text};
  468.  text-transform: none;; }
  469.  
  470.  
  471.  iframe#tumblr_controls {
  472. 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;}
  473. #tumblrcontrols2 {position:fixed; top:50px; right:4px;  z-index:999;}
  474. #tumblrcontrols2 a {opacity:2;
  475. 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;}
  476.  
  477.  
  478.  
  479. #thats1{position:fixed; width: 83px; height:155px; float: left; margin-left:240px; margin-top: 320px; padding: 2px; text-align: right;z-index:299 }
  480.  
  481. #thats1 a {display: inline-block;float: left; margin-left: 3px; display: block; letter-spacing: 2px; font-family: consolas; font-style: normal;;font-size: 11px;  text-align:center; border-bottom:1px solid {color:sidebar};;margin-bottom: 4px;width:184px;  color:{color:text};; text-decoration: none; text-transform:none; height: 10px; padding: 1px;line-height:10px;}
  482.  
  483. #thats1  a:hover{ text-align: center;  -webkit-transition: all .2s ease-in-out!important; ;background-color:  ;font-size: 13px;  font-family: cambria; font-style: italic;}
  484.  
  485.  
  486.  
  487.  
  488.  
  489.  
  490.  
  491.  
  492.  
  493.  #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;}
  494.  #thai9 a {color:{color:text};text-transform: none;font-size:22px;}
  495.      
  496.  
  497.  
  498. #aithai {
  499. background-color:#eee;
  500. padding: 2px;
  501. height:177px;
  502. line-height:13px;
  503. float:left;
  504. text-align:center;z-index:999;
  505. position:fixed;opacity:0.3;
  506. margin-left:241px;
  507. margin-top:125px;font-style:normal;
  508. width:187px;
  509. font-family:calibri;font-size:12px;
  510. letter-spacing:1px;
  511.  
  512. color: {color:text};
  513.  text-transform: none;; }
  514.  
  515. .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;}
  516. .askme a{color:{color:text} ;}
  517. .askme p {margin:1px 0px;}
  518.  
  519. .askborder img {float: left;margin: 1px 0px 0px 90px;padding: 10x; -webkit-border-radius:100;background: #fff}
  520. .askmeresposta {font-size: 12px;}
  521.  
  522.  
  523.  
  524.  </style>
  525.  
  526.  
  527.  <body>
  528.  
  529.  
  530.  
  531.  
  532.  
  533.  
  534.  
  535.  
  536.   </div>
  537.  
  538.  </div> </div>
  539.  
  540. <div id="aithai"></div> </div></div></div>
  541.  
  542. <div id="opathai">♡ ♡ ♡ </div>
  543.  
  544. </div class>
  545.  </div>
  546.  
  547. <div id="thait2">♡ ♡ ♡ </div>
  548. </div></div>
  549. <div class="thaimg">
  550.   <img src="{image:sidebar}"></div></div></div>
  551.  
  552.  
  553.  
  554. <div id="thait3"><font style="font-family: georgia;letter-spacing: 1px; font-style: normal; font-size: 14px; text-align: center"></font>{text:titulo}<br> <font style="font-family: georgia;letter-spacing: 1px; font-style: normal; font-size: 10px; text-align: center">{text:titulo2}</font></a></div>
  555. </div></div>
  556.  
  557.  
  558.  
  559.  <div id="thait"></div>
  560.  
  561.  
  562. <div id="thats1">
  563.  
  564. <a href="{text:link1}">{text:link1 title}</a>
  565. <a href="{text:link2}">{text:link2 title}</a>
  566. <a href="{text:link3}">{text:link3 title}</a></div>
  567.  
  568.  <div id="thats2">
  569.  
  570.  
  571. <a href="{text:link4}">{text:link4 title}</a>
  572. <a href="{text:link5}">{text:link5 title}</a>
  573. <a href="{text:link6}">{text:link6 title}</a>
  574. <a href="{text:link7}">{text:link7 title}</a>
  575. </div>
  576. </div></div>
  577.  
  578.  
  579. </div></div>
  580.  
  581. <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>
  582. </center></div></div>
  583.  
  584.  
  585.  
  586.  
  587.  
  588. <div id="thai9" title="Créditos: Afastarei (c)
  589. NÃO COPIE!"> <a href="http://afastarei.tumblr.com/"> ©</a> </div>
  590.  
  591.  
  592.  
  593. <div id="allboxes">
  594.  
  595. {block:Posts}
  596.  
  597.  
  598.  
  599. <div class="entry">
  600.  
  601.  
  602.  
  603. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  604.  
  605.  {block:Photo}{LinkOpenTag}<div class="image"><img src="{PhotoURL-500}"></div>{LinkCloseTag}{/block:Photo}
  606. {block:PostNotes}
  607. <div class="caixa>
  608.  <div class="extra"><img src="http://static.tumblr.com/ifqwhnb/x5Mm1qzsk/oae9l.png" class="user">
  609. {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>
  610. <div class="extra">
  611. <img src="http://static.tumblr.com/ifqwhnb/x5Mm1qzsk/oae9l.png" class="user"> {DayOfMonth},<b> {Month}</b> de {Year}
  612. </div>
  613. <div class="extra">
  614. <img src="http://static.tumblr.com/ifqwhnb/x5Mm1qzsk/oae9l.png" class="user"> {block:HasTags}{/block:HasTags}
  615. <span style="width:auto;">
  616. {block:HasTags}
  617. {block:Tags}
  618. <a class="tag" href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}</span>
  619. </div>
  620. <div class="extra">
  621. <img src="http://static.tumblr.com/ifqwhnb/x5Mm1qzsk/oae9l.png" class="user">{NoteCount}
  622. </div>
  623. {PostNotes}  
  624.  
  625. </div>
  626. {/block:PostNotes}
  627.  
  628.  
  629. {block:Photoset}{Photoset-400}{/block:Photoset}
  630.  
  631.  
  632. {block:Quote}
  633. <div class="xquote">"{Quote}"</div>
  634. {block:Source}<div class="xquotesource"><b>{Source}</b></div>
  635. {/block:Source}
  636. {/block:Quote}
  637.  
  638.  
  639. {block:Link}
  640. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  641. {block:Description}{Description}{/block:Description}
  642. {/block:Link}
  643.  
  644. {block:Chat}
  645. {block:Title}<a href="{Permalink}">{Title}</a>{/block:Title}
  646. <div class="chat"><ul>{block:Lines}
  647. <li class="person{UserNumber}">{block:Label}
  648. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  649. {/block:Chat}
  650.  
  651.  
  652. {block:Audio}
  653. <div class="player">{AudioPlayerBlack}</div>
  654. {block:Caption}{Caption}{/block:Caption}
  655. {/block:Audio}
  656.  
  657.  
  658. {block:Video}{Video-500}{/block:Video}
  659.  
  660.  
  661.  
  662. {block:Answer}
  663.  
  664. <div class="askme"><span></span><b>{Asker} moaned to me:</b> {Question}&nbsp;</div><div class="askmeresposta">{Answer}</div>{/block:Answer}
  665.  
  666. <div id="cap">
  667. {block:Photo}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  668. {block:Video}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  669. {block:Photoset}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  670.  
  671. <div id="ssource">{block:ContentSource}<a href="{SourceURL}">{lang:Source}:{block:SourceLogo}
  672. <img src="{BlackLogoURL}" width="{LogoWidth} height="{LogoHeight}" alt="{SourceTitle}" />
  673. {/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>
  674. {/block:ContentSource}</div></div> <div id="perma">
  675. {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>
  676. {/block:RebloggedFrom}
  677. <br>{block:HasTags}{block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}
  678. </div></div>
  679.    
  680.  {/block:Posts}
  681.  </div>
  682. </div>
  683. </div>
  684. </div>
  685.  </div>
  686. </div>
  687. </div>
  688. </div>
  689. </div>
  690. </div>
  691. </div>
  692. </div>
  693.  
  694.    
  695. <!-- 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 -->
  696. <div style="font-size: 10px; font-family:calibri;position:fixed;bottom:5px;right:5px; color:{color:text}">
  697. <a href="http://umabonecaciumenta.tumblr.com" title="Créditos:  UMABONECACIUMENTA © | NAO COPIE! (c)  " ><big>THEME ©</big></a></div>
  698.  
  699. </body>
Advertisement
Add Comment
Please, Sign In to add comment