ubc-themes

theme 82

Mar 20th, 2013
2,432
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 25.96 KB | None | 0 0
  1. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  2. <! ----------------------------------------------
  3.    
  4.  
  5.   theme by: thai, umabonecaciumenta dtlhs omeuestranhomundo
  6.        sem cópias totais ou parciais.
  7.          p l a g i o  e  c r i m e
  8. ---------------------------------------------- !>
  9. <link href='http://fonts.googleapis.com/css?family=Sacramento' rel='stylesheet' type='text/css'>
  10. <link href='http://fonts.googleapis.com/css?family=ABeeZee|Kameron|Muli|Almendra' rel='stylesheet' type='text/css'>
  11. <link href='http://fonts.googleapis.com/css?family=Snippet|Sue+Ellen+Francisco|Andika|Delius+Swash+Caps|Lobster|Redressed|Margarine|Tangerine|Rancho|Rochester|Lobster+Two|Dancing+Script|Pacifico|Milonga|Crafty+Girls' rel='stylesheet' type='text/css'>
  12. <link href='http://fonts.googleapis.com/css?family=Clicker+Script' rel='stylesheet' type='text/css'>
  13. <link href='http://fonts.googleapis.com/css?family=Stalemate' rel='stylesheet' type='text/css'>
  14. <link href='http://fonts.googleapis.com/css?family=Ruge+Boogie' rel='stylesheet' type='text/css'>
  15. <link href='http://fonts.googleapis.com/css?family=Leckerli+One' rel='stylesheet' type='text/css'>
  16.  
  17. <head> <!-- DEFAULT VARIABLES -->
  18. <meta name="color:link" content="#000000" />
  19. <meta name="color:linkhover" content="#696969" />
  20. <meta name="color:text" content="#000000" />
  21. <meta name="color:sidebar" content="#000000" />
  22. <meta name="color:chat um" content="#494949" />
  23. <meta name="color:chat dois" content="#1c1c1c" />
  24. <meta name="color:entry" content="#000000" />
  25. <meta name="color:bordas" content="#fe80c0" />
  26. <meta name="image:sidebar" content="http://static.tumblr.com/1404e6fa9d0567d43f9d5cd33ac9b665/e5skbcf/38omjyrdq/tumblr_static_tumblr_mgzeq6drzs1rit10do1_500.jpg" />
  27. <meta name="text:titulo de cima" content="I just want to hug you." />
  28. <meta name="text:frase" content="I'm a Barbie girl" />
  29. <meta name="image:bordas" content="http://static.tumblr.com/b9e20bd6087706125357eff7a8ac7e00/e5skbcf/XVAmjyrkc/tumblr_static_adev3.jpg" />
  30. <meta name="color:background" content="#F5f5f5" />
  31. <meta name="image:background" content="" />
  32. <meta name="image:faixinha" content="" />
  33. <meta name="text:Link1" content="/" />
  34. <meta name="text:Link1 Title" content="link" />
  35. <meta name="text:Link2" content="/" />
  36. <meta name="text:Link2 Title" content="link" />
  37. <meta name="text:Link3" content="/" />
  38. <meta name="text:Link3 Title" content="link" />
  39. <meta name="text:Link4" content="/" />
  40. <meta name="text:Link4 Title" content="link" />
  41. <meta name="text:Link5" content="/" />
  42. <meta name="text:Link5 Title" content="link" />
  43. <meta name="text:Link6" content="/" />
  44. <meta name="text:Link6 Title" content="link" />
  45. <meta name="text:Link7" content="/" />
  46. <meta name="text:Link7 Title" content="link" />
  47. <meta name="text:Link8" content="/" />
  48. <meta name="text:Link8 Title" content="link" />
  49. <meta name="text:Link9" content="/" />
  50. <meta name="text:Link9 Title" content="link" />
  51. <meta name="text:Link10" content="/" />
  52. <meta name="text:Link10 Title" content="link" />
  53. <meta name="text:Link1 letra1" content="♥" />
  54. <meta name="text:Link2 letra2" content="♥" />
  55. <meta name="text:Link3 letra3" content="♥" />
  56.  
  57.  
  58. <script type='text/javascript'>
  59. $(document).ready(function() {
  60.         $('.box_containere').hover(function(){
  61.                         var width = $(this).outerWidth() / 2;
  62.                         $(this).find('.left').animate({ right : width },{queue:false,duration:300});
  63.             $(this).find('.right').animate({ left : width },{queue:false,duration:300});
  64.         }, function(){
  65.             $(this).find('.left').animate({ right : 0 },{queue:false,duration:300});
  66.             $(this).find('.right').animate({ left : 0 },{queue:false,duration:300});
  67.         });
  68.        
  69.         $('.box_container3').hover(function(){
  70.            
  71.             var width = $(this).outerWidth() / 2;
  72.            
  73.             $(this).find('.left3').animate({ right : width },{easing: 'easeOutBounce', queue:false,duration:800});
  74.             $(this).find('.right3').animate({ left : width },{easing: 'easeOutBounce', queue:false,duration:800});
  75.         }, function(){
  76.            
  77.             $(this).find('.left3').animate({ right : 0 },{easing: 'easeOutBounce',queue:false,duration:800});
  78.             $(this).find('.right3').animate({ left : 0 },{easing: 'easeOutBounce',queue:false,duration:800});
  79.            
  80.         });
  81.              
  82.   });
  83. </script>
  84.  
  85. </script>
  86. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>
  87.  
  88. <script type="text/javascript" src="http://static.tumblr.com/me5sfsd/12Qlmj66n/script.js"></script>
  89.  
  90. <script type="text/javascript">
  91. $(window).load(function(){
  92. var $wall = $('#allboxes');
  93. $wall.imagesLoaded(function(){
  94. $wall.masonry({
  95. itemSelector: '.entry',
  96. isAnimated : true
  97. });
  98. });
  99. $wall.infinitescroll({
  100. navSelector : "div#navigation",
  101. nextSelector : "div#navigation a#nextPage",
  102. itemSelector : '.entry',
  103. loadingImg : "http://static.tumblr.com/kwz90l7/bIdlst7ub/transparent.png",
  104. loadingText : " ",
  105. donetext : " ",
  106. extraScrollPx : 9000,
  107. bufferPx : 10000,
  108. debug : false,
  109. errorCallback: function() {
  110. $('#infscr-loading').animate({opacity: .8},2000).fadeOut('normal');
  111. }},
  112. function( newElements ) {
  113. var $newElems = $( newElements );
  114. $newElems.hide();
  115. $newElems.imagesLoaded(function(){
  116. $wall.masonry( 'appended', $newElems, {isAnimated: true, animationOptions: {duration: 750, easing: 'linear', queue: false}}, function(){$newElems.fadeIn('slow');} );
  117. });
  118. }); $('#allboxes').show(500);
  119. });
  120. </script>
  121.                     <title>{Title}</title>
  122.          <link rel="shortcut icon" href="http://1.bp.blogspot.com/_a9LUpETaBCY/TN3LJnakSuI/AAAAAAAAC3k/jlkK_iXFBLY/s1600/brushes+de+lacinhos++bythataschultz8.png">
  123.  
  124.         <link rel="alternate" type="application/rss+xml" href="{RSS}">
  125. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  126.           {block:IndexPage}
  127. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  128. <script src="http://static.tumblr.com/df28qmy/SHUlh3i7s/jquery.infinitescroll.js"></script>
  129. <script src="http://static.tumblr.com/thpaaos/lLwkowcqm/jquery.masonry.js"></script>
  130. <script type="text/javascript">
  131. $(window).load(function () {
  132. $('#allboxes').masonry(),
  133. $('.masonryWrap').infinitescroll({
  134. navSelector : "#page,.page",
  135. nextSelector : ".page a",
  136. itemSelector : ".entry",
  137. bufferPx : 10000,
  138. extraScrollPx: 10,
  139. loadingImg : "",
  140. loadingText : "carregando...",
  141. },
  142. // call masonry as a callback.
  143. function() { $('#allboxes').masonry({ appendedContent: $(this) }); }
  144. );
  145. });
  146. </script>
  147. {/block:IndexPage}
  148. <link href='http://fonts.googleapis.com/css?family=Homenaje' rel='stylesheet' type='text/css'>
  149.     <style type="text/css">
  150.  
  151.  
  152.  
  153.  
  154.  
  155. body, a, a:hover { cursor:url(http://media.tumblr.com/5a4b0cb5519a8baefd30c51c980ac319/tumblr_inline_mj7vhgrSKq1qz4rgp.png), auto}
  156. 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; ;
  157.  
  158. }
  159.  
  160. a {color: {color:link}; text-decoration: none; text-transform: none;}
  161. a:hover {color: {color:linkhover}; background-color: transparent; text-decoration: none;text-shadow:0px 0px 9px ;}
  162.  
  163. p {margin: 6px 0 0 0}
  164. /*theme by umabonecaciumenta*/  
  165.  
  166.  
  167.  
  168. /*theme by umabonecaciumenta*/  
  169. #allboxes {float: left;margin-left:50px;margin-top:195px; text-align: left;-webkit-transition: all 1s ease-out; -moz-transition: all 1s ease-out;width: 1200px}
  170. .entry {width: 250px; background-color: {color:sidebar}; padding: 15px; margin-bottom:0px; text-align: none; background-image: url('{image:faixinha}');font-family: 'muli' ;font-size: 12px; position: relative;-webkit-transition: all 1.5s ease-out; -moz-transition: all 1.5s ease-out; border:5px double {color:background};{block:indexpage}width:250px;{/block:indexpage}{block:PermalinkPage}width:515px;{/block:PermalinkPage}};}
  171. .entry:hover {}/*theme by umabonecaciumenta*/  
  172. .entry:hover #perma {display: inline;}
  173.  /*theme by umabonecaciumenta*/  
  174. h1:first-letter{font-family:Rochester  ;  font-size: 21px;color:{color:bordas};;;}
  175. h1 {font-family:   'muli' ;  text-align: center; font-size: 15px; text-transform: none; color: {color:text}; font-weight: normal; line-height: 12px;}
  176. h1 a {text-align: center; font-size: 14px; color: {color:text}; font-weight: normal; line-height: 12px;}
  177. h1 a:hover {text-align: center; font-size: 14px; color: {color:text}; font-weight: normal; line-height: 12px;}
  178. /*theme by umabonecaciumenta*/  
  179. .image {text-align: center; border: 0px}
  180. .image img {max-width: 250px; margin-bottom: 2px; opacity:.8; -webkit-transition: all .8s ease-out; -moz-transition: all .8s ease-out;}
  181. .image img:hover {border:2px dashed {color:bordas};;;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;}
  182.  
  183. .caption {font-family: muli; text-align: center; font-size: 14px; line-height: 10px; padding: 3px;}
  184.  
  185.  
  186.      
  187.   /*theme by umabonecaciumenta*/  
  188.  
  189.  
  190.  
  191.  
  192.  
  193.  
  194.  /*theme by umabonecaciumenta*/  
  195.  #thaiti {text-align: center; overflow: hidden; height:37px; -webkit-border-radius: 0px 0px 0px 0px; font-size: 32px; font-family: 'Sacramento', cursive;; ; position: fixed; margin-left:725px; width: 394px; background-color:; color: {color:text}; padding: 5px; margin-top: 92px; background-attachment: fixed; -webkit-transition: all 1s ease-out; -moz-transition: all 1s ease-out; ; letter-spacing: 0px; text-transform: none;line-height: 32px; z-index:295;;-webkit-transform: rotate(-10deg);}
  196.  #thaiit a {color:#b5b5b5;text-transform: none;font-size:20px;}/*theme by umabonecaciumenta*/  
  197.  
  198.  
  199.   /*theme by umabonecaciumenta*/  
  200.  #thaiti1 {text-align: center; overflow: hidden; height:77px; -webkit-border-radius: 0px 0px 0px 0px; font-size: 52px; font-family: sacramento; position: fixed; margin-left:295px; width: 394px; background-color:; color:  {color:text}; padding: 5px; margin-top: 65px; background-attachment: fixed; -webkit-transition: all 1s ease-out; -moz-transition: all 1s ease-out; ; letter-spacing: 0px; text-transform: none;line-height: 52px; z-index:705;text-shadow: 3px 5px 9px #c9c9c9;;;}/*theme by umabonecaciumenta*/  
  201.  #thaiit1 a {color:#b5b5b5;text-transform: none;font-size:20px;}
  202. /*theme by umabonecaciumenta*/  
  203.   #thaiit1:hover {color:#000;-webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;}
  204.  
  205.  
  206.  
  207. .chat{
  208. line-height: 12px;
  209. list-style: none
  210. }
  211.  
  212. .chat ul {
  213. line-height: 15px;
  214. list-style: none;
  215. padding: 0px;
  216. }
  217.  
  218. .person1 {
  219. background-color:{color:chat um};
  220. color: #888;
  221. }
  222. .person1 .label {
  223. padding: 0px;
  224. margin-left: 5px;
  225. color:#888;
  226. }
  227. .person2 {
  228. background-color: {color:chat dois};
  229. color:#888;
  230. }
  231. .person2 .label {
  232. padding: 0px;
  233. margin-left: 5px;
  234. color: #888;}
  235.  
  236.  
  237.  
  238.  
  239.  
  240.  
  241.  
  242. #questionpam{width:240px;
  243. padding:5px;
  244. background-color: {color:background};
  245. -webkit-border-radius: 5px 5px 5px 5px;
  246. -moz-border-radius: 5px 5px 5px 5px;
  247. border-radius: 5px 5px 5px 5px;}
  248.  
  249. #askerpam{text-align: left;
  250. vertical-align:bottom;
  251. margin-top:-24px;
  252. margin-left:20px;
  253. font-size:12px;
  254. font-family:'muli';}
  255.  
  256. #askerpam img{vertical-align:center;
  257. float:left;
  258. max-height:15px;
  259. margin-left: 20px;
  260. margin-right: 5px;
  261. -webkit-border-radius: 60px 0px 60px 60px;
  262. -moz-border-radius: 60px 0px 60px 60px;
  263. border-radius: 60px 0px 60px 60px;
  264. box-shadow: 3px 3px 0 0 {color:background};}
  265.  
  266. #setapam {margin-top:-0px;
  267. margin-left:18px;
  268. width: 0;
  269. height: 0;
  270. border-top: 17px solid  {color:background};;
  271. border-left: 17px solid transparent;}
  272.  
  273.    
  274. #info {font-family: calibri; font-size:10px; text-transform: uppercase; color:{color:bordas};;; letter-spacing:0px; text-align: center; padding-top: 3px;border-left:1px  dashed {color:bordas};;; border-right:1px dashed {color:bordas};;;-webkit-border-radius: 20px 20px 5px 5px; border-top:1px  dashed {color:bordas};;; }
  275.  
  276. #info a {text-transform: uppercase;color:#aaa;}
  277. #info  a:hover  {text-transform: uppercase;color:{color:bordas};;}
  278. .xquote:first-letter{font-family: Rochester ;  font-size: 21px;color:{color:bordas};;}
  279.  
  280. .xquote {text-align:justify; font-family:muli;; font-size: 12px; line-height:15px; text-align: center;padding:3px;margin-left:02px; margin-bottom:3px; margin-top:10px;}
  281. .xquotesource {font-family: sacramento ; text-align:  center; text-transform: none; margin-bottom:5px; ;font-size:20px;  ;}
  282. .xquotesource a, a:hover{text-transform: none;}
  283. .xquotesource a, a:hover{text-transform: none;}
  284.  
  285. #tags {font-family: calibri; font-size:10px; text-transform: uppercase; color:{color:bordas};;; text-align:right; letter-spacing:1px;  padding-bottom: px;}
  286.  
  287. #tags a{text-transform: uppercase; }
  288.  
  289. #cap {width: 450px; margin-top: -2px;}
  290.  
  291. b, strong, bold {color: {color:bordas};;;}
  292.  
  293. u,underline {color: {color:bordas};;;; border-bottom: 1px dotted {color:bordas};;; text-decoration:none; }
  294.  
  295. i, em{color:{color:bordas};;; }
  296.  
  297.  ::-moz-selection {
  298.   color: #fff;
  299.   background:{color:bordas};;;
  300. }
  301.   ::selection {
  302.  color: #fff;
  303.           background:{color:bordas};;;;
  304. }
  305.  
  306. .source {display: none;}
  307.  
  308.  
  309.  
  310. .notes {width: 450px; padding: 0px; margin-top: 0px; margin-bottom: 10px; font-size: 8px; text-align: center; text-transform: uppercase;background-color:#fff}
  311.  
  312. .notes a{text-transform: uppercase;background-color:#fff}
  313.  
  314. ol.notes {list-style: none; text-transform: uppercase; margin: 0 20px 0 0px; padding: 0px; z-index: 11;background-color:#fff}
  315.  
  316. ol.notes li {letter-spacing: 0px; text-transform: uppercase; margin-bottom: 1px; padding: 0px; background-color:#fff}
  317.  
  318. .notes img{display: none; border:0px;background-color:#fff}
  319.  
  320.  
  321.  
  322. #tumblr_controls{position: fixed!important}
  323. #tumblr_controls{position: fixed!important}
  324. #tumblr_controls{position: fixed!important}
  325. #tumblr_controls{position: fixed!important}
  326.  
  327.  
  328.  
  329.  
  330. #thats1 {width:50; height: 51px; float: left; margin-left:45px; margin-top: 58px; padding: 2px; text-align:  center; position: fixed; z-index:800; }/*theme by umabonecaciumenta*/  
  331. #thats1  a {display: inline-block;float: left; margin-left: 4px; font-family: calibri ;  -webkit-border-radius: 200px ;font-size: 15px;border:1px  dashed  {color:bordas};;;;letter-spacing:1px; text-align:  center;  margin-top: 8px; height: 23px; width: 23px; color:{color:bordas};; line-height: 23px;  text-transform:   uppercase; -webkit-transition: all .5s ease-out; -moz-transition: all .5s ease-out; font-style: normal; background-color:#1c1c1c;background-image:url('{image:bordas}') }
  332.  
  333. #thats1   :hover {-webkit-transition: all 0.9s ease-out; color:{color:#feaec2};  background:#000; color:#aaa;   box-shadow: inset 0px 0px -33px 14px #1c1c1c;color:#fff;}
  334.  
  335.  
  336.  
  337. #thats3 {width:620; height: 51px; float: left; margin-left:682px; margin-top: 57px; padding: 2px; text-align:  center; position: fixed; z-index:800; }/*theme by umabonecaciumenta*/  
  338. #thats3  a {display: inline-block;float: left; margin-left: 4px; font-family:calibri   ;font-size: 11px;border-bottom:6px  double  {color:bordas};;;letter-spacing:1px; ;-webkit-border-radius: 0px 0px 100px 100px; text-align:  center;  margin-top: 5px; height: 27px; width: 65px; text-shadow: 3px 3px 7px #000;;color:#aaa; line-height: 27px;  text-transform:    uppercase;; -webkit-transition: all .5s ease-out; -moz-transition: all .5s ease-out; font-style: normal; background-color:#1c1c1c;background-image:url('{image:bordas}');}
  339.  
  340. #thats3   :hover {-webkit-transition: all 0.9s ease-out; color: {color:bordas};  background:#000; color:#aaa;   box-shadow: inset 0px 0px -33px 14px #1c1c1c;color:#fff;}
  341.  
  342.  
  343.  
  344.  
  345. #thats2 {width:620; height: 51px; float: left; margin-left:909px; margin-top: 125px; padding: 2px; text-align:  center; position: fixed; z-index:800; }/*theme by umabonecaciumenta*/  
  346. #thats2  a {display: inline-block;float: left; margin-left: 4px; font-family:calibri   ;font-size: 11px;border-top:6px  double   {color:bordas};;;letter-spacing:1px; ;-webkit-border-radius: 100px 100px 0px 0px; text-align:  center;  margin-top: 5px; height: 27px; width: 65px; text-shadow: 3px 3px 7px #000;;color:#aaa; line-height: 27px;  text-transform:    uppercase;; -webkit-transition: all .5s ease-out; -moz-transition: all .5s ease-out; font-style: normal; background-color:#1c1c1c;background-image:url('{image:bordas}');}
  347.  
  348. #thats2   :hover {-webkit-transition: all 0.9s ease-out; color:{color:bordas};;;  background:#000; color:#aaa;   box-shadow: inset 0px 0px -33px 14px #1c1c1c;color:#fff;}
  349.  
  350.  
  351.  #thaidlc:first-letter{font-family: sacramento ;  font-size: 21px;color: {color:bordas};}
  352.  #thaidlc {text-align: center; overflow: hidden; height:67px; -webkit-border-radius: 0px 0px 0px 0px; font-size: 12px; font-family: muli, cursive;; ; position: fixed; margin-left:255px; width: 454px; background-color:; color: #aaa; padding: 5px; margin-top: 113px; 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;;}
  353.   /*theme by umabonecaciumenta*/  /*theme by umabonecaciumenta*/  
  354.  
  355.  
  356.  
  357. #thaiamor1 {width:120%; height: 95px; margin-left:-20px; margin-top:62px; position:fixed; overflow:hidden; background-color:#000 ; line-height:25px;color: #fff; font-family:calibri; font-size:15px; text-align: center; padding:3px;-webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease;z-index:259; text-transform: uppercase; letter-spacing:1px;background-image:url('{image:faixinha}');border:2px dashed  {color:bordas};}}
  358.  
  359. #thaiamor1:hover{}
  360.  
  361.  #thai9 {text-align: center; overflow: hidden; height:15px; -webkit-border-radius: 0px 0px 0px 0px; font-size: 20px; font-family:  Rochester ; position: fixed; margin-left:7px; width: 62px; background-color:#000; color: #b5b5b5; padding: 5px; margin-top: -14px; 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;border-bottom:1px dotted  {color:bordas};}
  362.  #thai9 a {color:#b5b5b5;text-transform: none;font-size:17px;}
  363.  
  364. .thaimg3 {left: 92px; top:46px; position:fixed; background-color: #transp;  border-left:0px solid #eee; padding:1px; padding-bottom: 0px; opacity: 1; z-index:260; }
  365. .thaimg3  img {position:fixed;-webkit-transition: all 1s ease-in-out;-webkit-border-radius: 200px ; -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;  border:2px dashed {color:bordas};height:130px;width: 130px; padding:10px; -webkit-filter: blur(0px); -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.1s ease-out ;  opacity:0.6; opacity:1;background-image: url('{image:bordas}')}
  366. ;}
  367.  
  368. .thaimg3: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(-20deg); text-shadow:0px 0px 7px #fff; }
  369. .thaimg3:hover img.top, .cf4.hover_effect img.top {opacity:0;}
  370.  
  371. .thaimg3:hover img.bottom, .cf4.hover_effect img.bottom {filter:gray};} /
  372.  
  373.  
  374.  
  375.  
  376. ::-webkit-scrollbar{width:10px;height:0px;}
  377. ::-webkit-scrollbar-button:start:decrement
  378. ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;}
  379. ::-webkit-scrollbar-track-piece{background-color: {color:bglinks}; -webkit-border-radius:0;-webkit-border-bottom-right-radius:0px;-webkit-border-bottom-left-radius:0px;}
  380. ::-webkit-scrollbar-thumb:vertical{height:50px; background-color:{color:borda1};-webkit-border-radius:px;}
  381. ::-webkit-scrollbar-thumb:horizontal{width:50px; background-color:#d3d3d3;-webkit-border-radius:px;}
  382.  
  383.  
  384.  
  385. .page { width:50px; height: 9px; margin-left:45px; margin-top:465px; position:fixed;  overflow:hidden; background-color: transparent; padding:3px; }
  386.  
  387.  
  388. #thaitotosa {width:1912px; height: 150px; margin-left:13px; margin-top:-28px; position:fixed; overflow:hidden; background-color:{color:background} ; line-height:15px;color: #000; font-family:calibri; font-size:10px; text-align: center; padding:3px;-webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease;z-index:259; text-transform: uppercase; letter-spacing:1px;background-image:url('{image:background}');}
  389.  
  390.  
  391.  #thaicc3 {text-align: justify; margin-top:79px; line-height:2px; background-color:#transp; margin-left: 1205px;  -webkit-transform: rotate(33deg); overflow: hidden; -webkit-border-radius: 15px 15px 0px 0px;  font-family: georgia; position: fixed; color:{color:bordas};;; padding: 10px;  background-attachment: fixed; width:45px; height: 10px;  -webkit-transition: all .5s ease-out; -moz-transition: all .5s ease-out;   text-transform: uppercase; -webkit-transform: rotate(deg); z-index: 680;}
  392. #thaic3{font-size: 36px; margin-left: -2px; margin-top:3px;font-family:sofia ; letter-spacing: -1px; text-transform: none; line-height: 0px;}
  393.  
  394.  #thaicc2 {text-align: justify; margin-top:59px; line-height:2px; background-color:#transp; margin-left: 1195px;  -webkit-transform: rotate(-43deg); overflow: hidden; -webkit-border-radius: 15px 15px 0px 0px;  font-family: georgia; position: fixed; color: {color:bordas};; padding: 10px;  background-attachment: fixed; width:45px; height: 10px;  -webkit-transition: all .5s ease-out; -moz-transition: all .5s ease-out;   text-transform: uppercase; -webkit-transform: rotate(deg); z-index: 680;}
  395. #thaic2{font-size: 26px; margin-left: -2px; margin-top:3px;font-family:sofia ; letter-spacing: -1px; text-transform: none; line-height: 0px;}
  396.  
  397.  
  398.  
  399.  
  400. </style>
  401.  
  402. <body>
  403.  
  404.  
  405. </div>
  406.  
  407. <div id="thaidlc">{description} </div>
  408.  
  409.  
  410. <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>
  411. </center></div></div>
  412.  
  413.  
  414. <div id="thaiti"> {text:frase}</div>
  415.  
  416. </div>
  417.  
  418.  
  419.  <div id="thai9" title="Créditos: Umabonecaciumenta (c) |  NÃO COPIE!"> <a href="http://umabonecaciumenta.tumblr.com/"> Boneca <font color="{color:bordas}">©</font></a> </div>
  420.      
  421.  
  422.  
  423. <div id="thaiti1"> {text:titulo de cima} </div></div>
  424.  
  425.  
  426.  
  427. <div id="thats1">
  428.  
  429. <a href="{text:Link1}" title="{text:Link1 Title}">{text:Link1 letra1}</a>
  430. <a href="{text:Link2}" title="{text:Link2 Title}">{text:Link2 letra2}</a>
  431. <a href="{text:Link3}" title="{text:Link3 Title}">{text:Link3 letra3}</a>
  432.  
  433. </div></div>
  434.  
  435. <div id="thats3">
  436.  
  437.  
  438. <a href="{text:link4}">{text:link4 title}</a>
  439. <a href="{text:link5}">{text:link5 title}</a>
  440. <a href="{text:link6}">{text:link6 title}</a></div>
  441. <div id="thats2">
  442. <a href="{text:link7}">{text:link7 title}</a>
  443. <a href="{text:link8}">{text:link8 title}</a>
  444. <a href="{text:link9}">{text:link9 title}</a>
  445.  
  446.  
  447. </div></div>
  448.  
  449. <div id="top">  
  450. </div></div></div></div>
  451.  
  452.  
  453. <div id="thaicc3"><div id="thaic3"></div></div></div></div></div>
  454.  
  455. <div id="thaicc2"><div id="thaic2"></div></div></div></div></div>
  456.  
  457. </div></div></div>
  458. <div id="thaitotosa">
  459. </div></div></div>
  460.  
  461.  
  462. <div id="thaiamor1">
  463. </div></div></div>
  464. </div>
  465.  
  466.  <div id="thailinda3"></div>
  467.  
  468.  <div id="thailinda"></div>
  469. <div class="thaimg3" class="hover">
  470. <img class="bottom shadow" src="{image:sidebar}"style="-webkit-filter: grayscale(100%);"title=" I just wanted to hold you">
  471. <img class="top shadow" src="{image:sidebar}" title=" I just wanted to hold you"></div>
  472. </div>
  473.  
  474.  
  475. </div></div></div></div></div></div></div></div></div></div>
  476.  
  477.  
  478.  
  479.  
  480.  
  481. <div id="allboxes">
  482.  
  483. {block:Posts}
  484.  
  485.  
  486.  
  487. <div class="entry">
  488.  
  489.  
  490. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  491.  
  492.  
  493. {block:Photo}{LinkOpenTag}<div class="image"><img src="{PhotoURL-500}"></div>{LinkCloseTag}{/block:Photo}
  494.  
  495.  
  496. {block:Photoset}{Photoset-250}{/block:Photoset}
  497.  
  498.  
  499. {block:Quote}
  500. <div class="xquote">“{Quote}”</div>
  501. {block:Source}<div class="xquotesource">  {Source}</div>
  502. {/block:Source}
  503. {/block:Quote}
  504.  
  505.  
  506. {block:Link}
  507. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  508. {block:Description}{Description}{/block:Description}
  509. {/block:Link}
  510.  
  511. {block:Chat}
  512. {block:Title}<a href="{Permalink}">{Title}</a>{/block:Title}
  513. <div class="chat"><ul>{block:Lines}
  514. <li class="person{UserNumber}">{block:Label}
  515. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  516. {/block:Chat}
  517.  
  518.  
  519. {block:Audio}
  520. <div class="player">{AudioPlayerBlack}</div>
  521. {block:Caption}{Caption}{/block:Caption}
  522. {/block:Audio}
  523.  
  524.  
  525. {block:Video}{Video-500}{/block:Video}
  526.  
  527.  
  528.  
  529. {block:Answer}
  530. <div id="questionpam">{Question}</div>
  531. <div id="setapam"></div>
  532. <br>
  533. <div id="askerpam"><img src="{AskerPortraitURL-24}">{Asker}</div>
  534. {Answer}{/block:Answer}
  535.  
  536. <div id="cap">
  537. {block:Photo}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  538. {block:Video}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  539. {block:Photoset}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  540.  
  541.  
  542. <div class="source">{block:ContentSource}<a href="{SourceURL}">{lang:Source}:{block:SourceLogo}
  543. <img src="{BlackLogoURL}" width="{LogoWidth} height="{LogoHeight}" alt="{SourceTitle}" />
  544. {/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>
  545. {/block:ContentSource}</div></div>
  546. <br>
  547.  
  548.  
  549.  
  550. <div id="info">
  551. <div class="tags">{block:HasTags}{block:Tags}#<a href="{TagURL}">{Tag}</a>&nbsp;&nbsp;{/block:Tags}<br>{/block:HasTags}</div>{/block:IfShowTags}
  552. <a href="{Permalink}">{TimeAgo}</a> {block:NoteCount} · <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount} {block:IndexPage} · <a href="{ReblogUrl}" target="_blank">reblog my love <font color="{color:bordas}"></font></a>{/block:IndexPage}
  553.  {block:RebloggedFrom}(<a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom}{block:RebloggedFrom}/<a href="{ReblogRootURL}" title="{ReblogRootTitle}">source</a>)
  554. {/block:RebloggedFrom}
  555. </div>
  556. </div>{/block:Date}
  557.  
  558.  
  559.  
  560. {/block:Posts}
  561. {block:PostNotes}<div class="notes">{PostNotes}</div>{/block:PostNotes}
  562.  
  563.  
  564.  
  565. </div>
  566. </div>
  567. </div>
  568. </div>
  569. </div>
  570. </div>
  571. </div>
  572. </div>
  573. </div>
  574. </div>
  575. </div>
  576. </body>
  577. </html>
Advertisement
Add Comment
Please, Sign In to add comment