ubc-themes

theme 92 [new]

May 24th, 2013
613
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 29.59 KB | None | 0 0
  1. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  2.  
  3. <! ----------------------------------------------
  4.   LIVE PREVIEW: http://thailinda91.tumblr.com/
  5.                                              
  6.  theme by: umabonecaciumenta
  7.    sem cópias totais ou parciais.
  8.      p l a g i o  e  c r i m e
  9. ---------------------------------------------- !>
  10. <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|Anton|Ubuntu|Pacifico|Crafty+Girls' rel='stylesheet' type='text/css'>
  11. <link href='http://fonts.googleapis.com/css?family=Patrick+Hand+SC' rel='stylesheet' type='text/css'>
  12. <link href='http://fonts.googleapis.com/css?family=Great+Vibes' rel='stylesheet' type='text/css'>
  13. <link href='http://fonts.googleapis.com/css?family=Marck+Script' rel='stylesheet' type='text/css'>
  14. <link href='http://fonts.googleapis.com/css?family=Mr+De+Haviland|Just+Me+Again+Down+Here' rel='stylesheet' type='text/css'>
  15. <link href='http://fonts.googleapis.com/css?family=Stalemate' rel='stylesheet' type='text/css'>
  16. <link href='http://fonts.googleapis.com/css?family=Just+Me+Again+Down+Here' rel='stylesheet' type='text/css'>
  17. <link href='http://fonts.googleapis.com/css?family=Meie+Script' rel='stylesheet' type='text/css'>
  18. <link href='http://fonts.googleapis.com/css?family=Ruge+Boogie' rel='stylesheet' type='text/css'>
  19. <head>
  20.  
  21. <!-- DEFAULT VARIABLES -->
  22. <meta name="color:background" content="#f8f8f8" />
  23. <meta name="color:link" content="#828282" />
  24. <meta name="color:linkhover" content="#f5f5f5" />
  25. <meta name="color:text" content="#828282" />
  26. <meta name="color:sidebar" content="#ffffff" />
  27.  
  28. <meta name="color:borda2" content="#fff" />
  29.  
  30.  
  31. <meta name="image:background" content="http://static.tumblr.com/qm5x3lf/mjIma44ux/grainy03_03.gif" />
  32.  
  33. <meta name="text:frase" content="I'm a barbie girl
  34. " />
  35. <link href='http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300|Dosis|Inconsolata' rel='stylesheet' type='text/css'>
  36.  
  37. <meta name="if:one columns" content="1"/>
  38.  
  39. <meta name="color:entry" content="#ffffff" />
  40. <meta name="color:links" content="#999999" />
  41. <meta name="image:background" content=""/>
  42. <meta name="font:text" content="verdana" />
  43. <meta name="color:titulo" content="#fff" />
  44. <meta name="color:links" content="#828282" />
  45. <meta name="color:linkshover" content="#828282" />
  46.  
  47. <meta name="color:background" content="#f1f1f1" />
  48. <meta name="color:sidebar" content="#ffffff" />
  49. <meta name="color:link" content="#696969" />
  50. <meta name="color:link hover" content="#696969" />
  51. <meta name="color:text" content="#696969" />
  52. <meta name="color:post" content="#ffffff" />
  53. <meta name="color:background" content="#f8f8f8" />
  54. <meta name="color:link" content="#828282" />
  55. <meta name="color:linkhover" content="#f5f5f5" />
  56. <meta name="color:text" content="#828282" />
  57. <meta name="color:sidebar" content="#ffffff" />
  58. <meta name="color:borda1" content="#98ace7" />
  59. <meta name="color:bglinks" content="#acacac" />
  60. <meta name="color:post" content="#fff" />
  61.  
  62. <meta name="image:background" content="" />
  63. <meta name="text:Link1" content="" />
  64. <meta name="text:Link1 Title" content="link1" />
  65. <meta name="text:Link2" content="" />
  66. <meta name="text:Link2 Title" content="link2" />
  67. <meta name="text:Link3" content="" />
  68. <meta name="text:Link3 Title" content="link3" />
  69. <meta name="text:Link4" content="" />
  70. <meta name="text:Link4 Title" content="link4" />
  71. <meta name="text:Link5" content="" />
  72. <meta name="text:Link5 Title" content="link5" />
  73. <meta name="text:Link6" content="" />
  74. <meta name="text:Link6 Title" content="link6" />
  75.  
  76.  
  77. <meta name="image:sidebar" content="http://static.tumblr.com/6c1de3fa3e090c378ec36bf893bd937a/e5skbcf/sMTmmt44y/tumblr_static_tumblr_static_tumblr_mipjclpojb1rc0p7ho7_250.jpg" />
  78.  
  79. <meta name="color:background" content="#F5f5f5" />
  80. <meta name="color:font" content="#999999" />
  81. <meta name="color:links" content="#999999" />
  82. <meta name="color:sidebar" content="#ffffff" />
  83. <meta name="color:link" content="#ffffff" />
  84.  
  85.  
  86. <script src="http://static.tumblr.com/rozpbz7/nFim53lu5/jquery.js"></script>
  87. <script src="http://static.tumblr.com/rozpbz7/tcom53lvc/easing.js"></script>
  88.  
  89. <script type='text/javascript'>
  90. $(document).ready(function() {
  91.         $('.box_containere').hover(function(){
  92.                         var width = $(this).outerWidth() / 2;
  93.                         $(this).find('.left').animate({ right : width },{queue:false,duration:300});
  94.             $(this).find('.right').animate({ left : width },{queue:false,duration:300});
  95.         }, function(){
  96.             $(this).find('.left').animate({ right : 0 },{queue:false,duration:300});
  97.             $(this).find('.right').animate({ left : 0 },{queue:false,duration:300});
  98.         });
  99.        
  100.         $('.box_container3').hover(function(){
  101.            
  102.             var width = $(this).outerWidth() / 2;
  103.            
  104.             $(this).find('.left3').animate({ right : width },{easing: 'easeOutBounce', queue:false,duration:800});
  105.             $(this).find('.right3').animate({ left : width },{easing: 'easeOutBounce', queue:false,duration:800});
  106.         }, function(){
  107.            
  108.             $(this).find('.left3').animate({ right : 0 },{easing: 'easeOutBounce',queue:false,duration:800});
  109.             $(this).find('.right3').animate({ left : 0 },{easing: 'easeOutBounce',queue:false,duration:800});
  110.            
  111.         });
  112.              
  113.   });
  114. </script>
  115. </script>
  116. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>
  117.  
  118. <script type="text/javascript" src="http://static.tumblr.com/me5sfsd/12Qlmj66n/script.js"></script>
  119.  
  120.  
  121.  
  122.  <title>{Title}</title>
  123.         <link rel="shortcut icon" href="{Favicon}">
  124.         <link rel="alternate" type="application/rss+xml" href="{RSS}">
  125. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  126.  
  127.  
  128. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>
  129.  
  130. <script type="text/javascript" src="http://static.tumblr.com/me5sfsd/12Qlmj66n/script.js"></script>
  131.  
  132.  
  133. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>
  134.  
  135. <script type="text/javascript" src="http://static.tumblr.com/me5sfsd/12Qlmj66n/script.js"></script>
  136.  
  137. <script type="text/javascript">
  138. $(window).load(function(){
  139. var $wall = $('#allboxes');
  140. $wall.imagesLoaded(function(){
  141. $wall.masonry({
  142. itemSelector: '.entry',
  143. isAnimated : true
  144. });
  145. });
  146. $wall.infinitescroll({
  147. navSelector : "div#navigation",
  148. nextSelector : "div#navigation a#nextPage",
  149. itemSelector : '.entry',
  150. loadingImg : "http://static.tumblr.com/kwz90l7/bIdlst7ub/transparent.png",
  151. loadingText : " ",
  152. donetext : " ",
  153. extraScrollPx : 9000,
  154. bufferPx : 10000,
  155. debug : false,
  156. errorCallback: function() {
  157. $('#infscr-loading').animate({opacity: .8},2000).fadeOut('normal');
  158. }},
  159. function( newElements ) {
  160. var $newElems = $( newElements );
  161. $newElems.hide();
  162. $newElems.imagesLoaded(function(){
  163. $wall.masonry( 'appended', $newElems, {isAnimated: true, animationOptions: {duration: 750, easing: 'linear', queue: false}}, function(){$newElems.fadeIn('slow');} );
  164. });
  165. }); $('#allboxes').show(500);
  166. });
  167. </script>
  168.  
  169.  
  170.  
  171.  
  172.  
  173.  
  174.  
  175.  
  176.                     <title>I'll always be with you.</title>
  177.        <link rel="shortcut icon" href="{Favicon}">
  178.         <link rel="alternate" type="application/rss+xml" href="{RSS}">
  179. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  180.          
  181.  
  182.  
  183.  
  184.  
  185. </script>
  186. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>
  187.  
  188. <script type="text/javascript" src="http://static.tumblr.com/me5sfsd/12Qlmj66n/script.js"></script>
  189.  
  190.  
  191. <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|Pixie|Almendra' rel='stylesheet' type='text/css'>
  192.  
  193.  
  194.  
  195.           {block:IndexPage}
  196. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  197. <script src="http://static.tumblr.com/df28qmy/SHUlh3i7s/jquery.infinitescroll.js"></script>
  198. <script src="http://static.tumblr.com/thpaaos/lLwkowcqm/jquery.masonry.js"></script>
  199. <script type="text/javascript">
  200. $(window).load(function () {
  201. $('#allboxes').masonry(),
  202. $('.masonryWrap').infinitescroll({
  203. navSelector : "#page,.page",
  204. nextSelector : ".page a",
  205. itemSelector : ".entry",
  206. bufferPx : 10000,
  207. extraScrollPx: 10,
  208. loadingImg : "",
  209. loadingText : "carregando...",
  210. },
  211. // call masonry as a callback.
  212. function() { $('#allboxes').masonry({ appendedContent: $(this) }); }
  213. );
  214. });
  215. </script>
  216. {/block:IndexPage}
  217.  
  218.  
  219.  
  220.  
  221.  
  222.  
  223. </head>
  224.  
  225.  <style type="text/css">
  226. iframe#tumblr_controls {
  227. top:0px !important;
  228. right:3px !important;
  229. position: fixed !important;
  230. -webkit-transition: opacity 0.6s linear;
  231. opacity: 0.3;
  232. -webkit-transition: all 0.8s ease-out;
  233. -moz-transition: all 0.8s ease-out;
  234. transition: all 0.8s ease-out;
  235. z-index:999999999999999999;}
  236.  
  237. iframe#tumblr_controls:hover{
  238. -webkit-transition: opacity 0.6s linear;
  239. opacity: 0.8;
  240. -webkit-transition: all 0.4s ease-out;
  241. -moz-transition: all 0.4s ease-out;
  242. transition: all 0.4s ease-out;
  243. z-index:999999999999999999999;}
  244.  
  245. ::-webkit-scrollbar{width:8px;height:0px;}
  246. ::-webkit-scrollbar-button:start:decrement
  247. ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;}
  248. ::-webkit-scrollbar-track-piece{background-color: {color:background}; -webkit-border-radius:0;-webkit-border-bottom-right-radius:0px;-webkit-border-bottom-left-radius:0px;}
  249. ::-webkit-scrollbar-thumb:vertical{height:50px; background-color:{color:borda1};-webkit-border-radius:px;}
  250. ::-webkit-scrollbar-thumb:horizontal{width:50px; background-color:#d3d3d3;-webkit-border-radius:px;}
  251.  
  252. /*theme by umabonecaciumenta*/  
  253.  
  254.  
  255.  
  256. 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; }
  257.  
  258. a {color: {color:link}; text-decoration: none; text-transform: none; -webkit-transition-duration: 1.5s; -moz-transition-duration:1.5s;}
  259. a:hover {color: {color:linkhover}; background-color: transparent; text-decoration: none; -webkit-transition-duration: 1.5s; -moz-transition-duration:1.5s;}
  260.  
  261. p {margin: 6px 0 0 0}
  262.  
  263. blockquote {margin: 5px 5px 5px 5px; border-left: 3px solid {color:text}; padding-left: 5px; }
  264. blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 3px solid  {color:text};}
  265. blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 3px solid  {color:text}; }
  266. blockquote blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 3px solid  {color:text}; }
  267.  
  268. blockquote img{max-width: 370px!important}
  269. blockquote blockquote img{max-width: 350px!important}
  270. blockquote blockquote blockquote img{max-width: 330px!important}
  271. blockquote blockquote blockquote blockquote img{max-width: 310px!important}
  272.  
  273.  
  274.  
  275.  /*theme by umabonecaciumenta*/  
  276.  
  277.  
  278.  
  279.  /*theme by umabonecaciumenta*/  
  280.  
  281.  
  282.  
  283.  /* BASE BY THAI, UMABONECACIUMENTA */
  284.  
  285.  
  286. /*theme by umabonecaciumenta*/  
  287. #allboxes {float: left;margin-left:320px;margin-top:85px; text-align: left;-webkit-transition: all 1s ease-out; -moz-transition: all 1s ease-out;width:700px;}
  288. .entry { background-color: {color:entry}; padding: 15px; margin-bottom:0px;text-align:none; margin-left: 5px;margin-top:5px; ;font-family: Calibri ;font-size: 14px; 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:515px;{/block:PermalinkPage}};}
  289. .entry:hover {}/*theme by umabonecaciumenta*/  
  290. .entry:hover }
  291.  /*theme by umabonecaciumenta*/  
  292. h1:first-letter{font-family:  Rochester; font-size: 21px;color:{color:borda1}}
  293. h1 {font-family:  calibri;text-align: center; font-size: 17px; text-transform: none; color: {color:text}; font-weight: normal; line-height: 12px;}
  294. h1 a {text-align: center; font-size: 14px; color: {color:text}; font-weight: normal; line-height: 12px;}
  295. h1 a:hover {text-align: center; font-size: 14px; color: {color:text}; font-weight: normal; line-height: 12px;}
  296. /*theme by umabonecaciumenta*/  
  297. .image {text-align: center; border: 0px}
  298. .image img {max-width: 400px; margin-bottom: 2px; opacity:.8; -webkit-transition: all .8s ease-out; -moz-transition: all .8s ease-out;}
  299. .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;}
  300.  
  301. .caption {font-family: muli; text-align: center; font-size: 14px; line-height: 10px; padding: 3px;}
  302.  
  303.  
  304.  
  305.   /*theme umabonecaciumenta*/ /*theme umabonecaciumenta*/
  306.  
  307.  
  308.  
  309.  
  310.  iframe#tumblr_controls {
  311. 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;}
  312. #tumblrcontrols2 {position:fixed; top:50px; right:4px;  z-index:999;}
  313. #tumblrcontrols2 a {opacity:2;
  314. 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;}
  315.  
  316.  
  317.  
  318.  
  319.  
  320.  
  321.  
  322.  
  323.   /*theme umabonecaciumenta*/ /*theme umabonecaciumenta*/
  324.  
  325.  
  326.  
  327.    /*theme umabonecaciumenta*/
  328.  
  329.  
  330. .xquote {text-align:justify;font-family:  Calibri; line-height:15px; font-size: 14px;padding:3px;margin-left:02px; margin-bottom:3px; margin-top:10px;}
  331. .xquotesource { font-family: calibri; font-style:normal;text-align:  center; text-transform:none; margin-bottom:5px; ;font-size:13px;  color:{color:text};-webkit-border-radius: 4px ; }
  332. .xquotesource a, a:hover{text-transform: none;}
  333. .xquotesource a, a:hover{text-transform: none;}
  334.  /*theme by umabonecaciumenta*/  
  335.  
  336.  
  337. .chat{
  338. line-height: 12px;
  339. list-style: none
  340. }
  341.  
  342. .chat ul {
  343. line-height: 15px;
  344. list-style: none;
  345. padding: 0px;
  346. }
  347.  
  348. .person1 {
  349. background-color:#eee;
  350. color: #888;
  351. }
  352. .person1 .label {
  353. padding: 0px;
  354. margin-left: 5px;
  355. color:#888;
  356. }
  357. .person2 {
  358. background-color: #ccc;
  359. color:#888;
  360. }
  361. .person2 .label {
  362. padding: 0px;
  363. margin-left: 5px;
  364. color: #888;}
  365.  
  366.  
  367.  
  368.  
  369.  
  370.  
  371.  
  372.  
  373.  
  374.  
  375.  
  376.  
  377.  
  378.  ::-moz-selection {
  379.   color: #fff;
  380.   background: {color:borda1};;
  381. }
  382.   ::selection {
  383.  color: #fff;
  384.           background:{color:borda1};
  385. }
  386.  
  387.  
  388.  
  389.  
  390.  .answer {
  391.     padding: 3px; text-align: justify;
  392.     background-color: {color:background};}
  393.    
  394. .answer {
  395.     padding: 2px;}
  396.    
  397. .answer img {
  398.     max-width: 470px;}
  399.  
  400.  
  401.  #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:transp; color: #b5b5b5; padding: 5px; margin-top: -12px; 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;}
  402.  #thai9 a {color:#b5b5b5;text-transform: none;font-size:17px;}
  403.      
  404.  
  405. u,underline {color:{color:text}; border-bottom: 1px dashed {color:text}; text-decoration:none; }
  406.  
  407. /*imagens do menu by dinha omdg*/
  408.  
  409. #thats2{position:fixed; width: 573px; height:55px; float: left; margin-left:358px; margin-top: 60px; padding: 2px; text-align: right;z-index:299 }
  410.  
  411. #thats2 a {display: inline-block;float: left; margin-left: 3px; display: block; letter-spacing: 3px; font-family: consolas; font-style: normal;;font-size: 10px;  text-align:center; margin-bottom: 4px;width:54px; background-color:{color:entry}; color:{color:text};; text-decoration: none; text-transform:none;; height: 24px; padding: 1px;line-height:24px;}
  412.  
  413. #thats2  a:hover{ text-align: center;  -webkit-transition: all .2s ease-in-out!important; color:{color:entry}; height: 25px;background-color: {color:Bglinks}; }
  414.  
  415.  
  416.  
  417.  
  418. .page { width:50px; height: 9px; margin-left:45px; margin-top:465px; position:fixed;  overflow:hidden; background-color: transparent; padding:3px;color:  transparent;}
  419.  
  420. /*** caixa e extra  *********************************************/
  421. .caixa  {background: #fff; overflow: hidden; padding: 6px;font-family: Verdana, Geneva, sans-serif;font-size: 8pt;color: #888888;text-align: justify;outline: 0px solid #; margin-bottom: 5px;}  
  422. .extra {border-left: 4px solid #ed6c9e; display : block;border-bottom : 1px solid #fff;background-repeat : no-repeat;text-indent : 5px;vertical-align : middle;text-decoration : none;margin-bottom : 1px;background: #f7f7f7; line-height: 18px;}
  423. .extra a {padding-right: 6px; color: #a38fad; border-right: dotted 1px #e7daee; text-shadow: 1px 1px 1px #;}
  424.  
  425.  
  426.  
  427.  
  428.  
  429.  
  430.  
  431. #thaigostosa {position:fixed;float: left; margin-top: 4254px;  margin-left: 221px; display: block; letter-spacing: 3px;z-index:299; font-family: consolas; font-size: 9px;  text-align: center; margin-bottom: 1px; width:11px; background-color: ; color:{color:bglinks};; text-decoration: none; text-transform:uppercase;; height: 12px; padding: 1px;line-height:12px;border-left:81px solid {color:sidebar}; }
  432.  
  433.  
  434.  
  435.  
  436.  
  437.  /*theme by umabonecaciumenta*/  
  438.  
  439.   /*theme umabonecaciumenta*/
  440. #cap {width: 400px; margin-top: -2px;}
  441. .source {display: none;}
  442.  
  443. .notes {width: 500px; padding: 0px; margin-top: 1px; margin-bottom: 1px; font-size: 9px; text-align: left}
  444. ol.notes {list-style: none;  margin: 0 20px 0 0px; padding: 0px; z-index: 11;}
  445. ol.notes li  background-color: {color:entry}; margin-bottom: 1px; padding: 5px; }
  446. .notes img{display: none; border:0px}
  447.  
  448.  
  449.  
  450.  /*theme umabonecaciumenta*/
  451.  
  452.  /*theme by umabonecaciumenta*/  
  453.  
  454.  
  455.    
  456.  
  457.  
  458.  
  459.  
  460.  
  461.  
  462.  
  463.  
  464.  
  465.  
  466.  
  467. #thaiamor1 {width:1912px; height:76px; 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;-webkit-border-radius: 100px 50px 0px 100px;background-image:url('{image:background}');}
  468.  /*theme by umabonecaciumenta*/  
  469.  
  470.  
  471.  /*theme umabonecaciumenta*/
  472.  
  473.  
  474.  
  475.  
  476.  
  477.  
  478. #thaitotosa {width:438px; height: 40px;  ;margin-left:300px; margin-top:52px; position:fixed; overflow:hidden; background-color:{color:sidebar}; 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; }
  479.  
  480.  
  481.   /*theme umabonecaciumenta*/ /*theme umabonecaciumenta*/
  482.  
  483.  
  484.  
  485.  
  486.  
  487.  /*theme by umabonecaciumenta*/  
  488.  
  489.  
  490.  /*theme umabonecaciumenta*/
  491.  
  492.  
  493.  
  494.  
  495.  
  496.  
  497.  
  498.  
  499.  
  500.  
  501.   /*theme umabonecaciumenta*/ /*theme umabonecaciumenta*/
  502.  
  503.  
  504.  
  505.  
  506.  
  507.  
  508. #lnv {position: fixed; margin-top: 8px; margin-left: 290px; width: 200px; height: auto;font-family: verdana; font-size: 9px; }
  509.  /*theme by umabonecaciumenta*/  
  510.  
  511. #aux {position: fixed; margin-top: 136px; margin-left: 167px; width: 190px; height: 285px; background: transparent; overflow: hidden; color: {color:sidebar}; }/*theme by umabonecaciumenta*/  
  512.   /*theme by umabonecaciumenta*/  
  513.  
  514.  
  515.  
  516.  /*theme by umabonecaciumenta*/  
  517.  
  518.  
  519.  
  520. /*theme by umabonecaciumenta*/  
  521.  
  522.  
  523. .thaimg {left: 189px; top:36px; position:fixed; background-color: #eee;  border-left:0px solid #eee; padding:0px; padding-bottom: 0px; opacity: 1; z-index:280;  }
  524. .thaimg  img {background-color:  {color:sidebar};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;   height:127px; width: 133px; padding:10px;  -webkit-transition: all 0.4s ease-out;  background-color:  {color:sidebar}  -moz-transition: all 0.1s ease-out ;  opacity:0.6; opacity:1;-webkit-border-radius: 100px ;}
  525.  
  526. .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:#000;opacity:0.5;-o-transition-duration:0.5s;-webkit-transform: rotate(-50deg); text-shadow:0px 0px 7px #fff; -webkit-filter: blur(1px);}
  527. .thaimg:hover img.top, .cf4.hover_effect img.top {opacity:0;}
  528.  
  529. .thaimg:hover img.bottom, .cf4.hover_effect img.bottom {filter:gray}
  530.  
  531.  
  532. /*theme by umabonecaciumenta*/
  533.  
  534.  
  535.  
  536.  
  537.  
  538.  
  539.  
  540.  
  541.  
  542.  
  543.  
  544.  
  545.  
  546.  
  547.  
  548. /*theme by umabonecaciumenta*/  
  549.  
  550.  
  551.  
  552.  
  553.  
  554.  
  555.   /*theme by umabonecaciumenta*/  /*theme by umabonecaciumenta*/  
  556.  
  557.  
  558.  
  559.  
  560. #b2 {width: 0; height: 0; border-top: 20px solid {color:banner shadow}; border-left: 20px solid transparent;position:absolute;margin-top:126px;margin-left:140px; position: fixed; }
  561.  
  562.  @font-face {font-family:basket; src: url('http://static.tumblr.com/ejm8w78/aollviadu/destrukt.ttf');}
  563.  
  564.  
  565.  
  566.  
  567.  
  568.  
  569.  
  570. #thait3 {
  571. background-color:#transp;
  572. padding: 0px;
  573. height:22px;
  574. line-height:12px;
  575. float:left;
  576.  text-align: right;
  577. position:fixed;
  578. margin-left:370px;
  579. margin-top: 36px;font-style:normal;
  580. width:557px;
  581. font-family: 'Pacifico', cursive;font-size:23px;
  582. letter-spacing:60px;
  583. text-align: center;text-shadow: 3px 5px 9px {color:sidebar};;
  584. color: {color:text}; letter-spacing:-1px;
  585. z-index:555; text-transform: none;; }
  586.  
  587.  #thait3  a:hover{text-transform: none; background-image:url('') ; -webkit-transform: rotate(-0deg);}
  588.  
  589.  
  590.  
  591.  
  592.  
  593.  
  594.  
  595.  
  596.  
  597.  
  598. #ssource{margin-left:10px; display: none;}
  599.  
  600. #perma {margin-top:11px; font-family:  cambria; color: {color:text}; text-align: right;;  -webkit-transition: all 0.6s ease-out; -moz-transition: all 0.6s ease-out; text-transform:none; background-color: {color:entry}; padding-top: 1px; font-style:italic; border-top:1px solid {color:sidebar};   }
  601. #perma a {font-size: 11px; font-family: cambria;; text-transform: none; color: {color:text}; opacity:10;font-style:italic;  }
  602. #perma a:hover {opacity:0.6;}
  603.  
  604.  
  605.  
  606.  
  607.  ::-moz-selection {
  608.   color: #fff;
  609.   background: {color:borda1};
  610. }
  611.   ::selection {
  612.  color: #fff;
  613.           background: {color:borda1};
  614. }
  615.  
  616.  
  617.  
  618.  
  619.  
  620.  
  621. </style>
  622.   <script>
  623.  
  624.  
  625.  
  626. $(document).ready(function() {
  627.  
  628.     //
  629.  
  630.  
  631.  
  632. //When you click on a link with class of poplight and the href starts with a #
  633.  
  634. $('a.poplight[href^=#]').click(function() {
  635.  
  636.     var popID = $(this).attr('rel'); //Get Popup Name
  637.  
  638.     var popURL = $(this).attr('href'); //Get Popup href to define size
  639.  
  640.  
  641.  
  642.     //Pull Query & Variables from href URL
  643.  
  644.   var query= popURL.split('?');
  645.  
  646.     var dim= query[1].split('&');
  647.  
  648.     var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  649.  
  650.  
  651.  
  652.     //Fade in the Popup and add close button
  653.  
  654.     $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"><img src="http://media.tumblr.com/tumblr_lrumtrIPQm1qgnots.png" class="btn_close" title="volte baby" alt="Close" /></a>');
  655.  
  656.  
  657.     //Define margin for center alignment (vertical   horizontal) - we add 80px to the height/width to accomodate for the padding  and border width defined in the css
  658.  
  659.     var popMargTop = ($('#' + popID).height() + 80) / 2;
  660.  
  661.     var popMargLeft = ($('#' + popID).width() + 80) / 2;
  662.  
  663.  
  664.  
  665.     //Apply Margin to Popup
  666.  
  667.     $('#' + popID).css({
  668.  
  669.         'margin-top' : -popMargTop,
  670.  
  671.         'margin-left' : -popMargLeft
  672.  
  673.     });
  674.  
  675.  
  676.  
  677.     //Fade in Background
  678.  
  679.     $('body').append('<div id="fade"></div>'); //Add the fade layer to bottom of the body tag.
  680.  
  681.     $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'}) is used to fix the IE Bug on fading transparencies
  682.  
  683.  
  684.  
  685.     return false;
  686.  
  687. });
  688.  
  689.  
  690.  
  691. //Close Popups and Fade Layer
  692.  
  693. $('a.close, #fade').live('click', function() { //When clicking on the close or fade layer...
  694.  
  695.     $('#fade , .popup_block').fadeOut(function() {
  696.  
  697.         $('#fade, a.close').remove();  //fade them both out
  698.  
  699.     });
  700.  
  701.     return false;
  702.  
  703. });
  704.  
  705.  
  706.  
  707.  
  708.  
  709. });
  710. </script>
  711.  
  712. <body>
  713. <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>
  714. </center></div></div>
  715.  
  716.  
  717.  
  718.  <div id="thailinda"></div>
  719.  
  720.  
  721.  
  722.  
  723.   </div>
  724.  
  725.  </div> </div>
  726.  
  727.  
  728.  
  729.  
  730.  
  731.  
  732.  
  733. </div>
  734. </div>
  735.  
  736.  
  737. </div>
  738.  
  739.  
  740.    
  741.    
  742. </div>
  743. </div>
  744.  
  745.  
  746.  
  747.  
  748.  
  749.  
  750.  
  751.  
  752.  
  753.  
  754. </div class>
  755.  </div>
  756.  
  757.   </div>
  758. </div></div></div>
  759. <div id="thaitotosa">
  760. </div></div></div>
  761.  
  762.  
  763. <div id="thaiamor1"> </div>
  764.  
  765. <div id="thats2">
  766.  
  767.  
  768.  
  769.  
  770. <a href="{text:link1}">{text:link1 title}</a>
  771. <a href="{text:link2}">{text:link2 title}</a>
  772. <a href="{text:link3}">{text:link3 title}</a>
  773. <a href="{text:link4}">{text:link4 title}</a>
  774. <a href="{text:link5}">{text:link5 title}</a>
  775. <a href="{text:link6}">{text:link6 title}</a>
  776. </div></div>
  777.  
  778.  
  779.  
  780.  
  781.  
  782.  
  783.  
  784.  
  785.  
  786.  
  787.    
  788. </div></div>
  789.  
  790.  
  791.  
  792. <div id="thait3">{text:frase}</a></div>
  793.  
  794.  
  795. </div></div>
  796. <div id="thaiamor1"> </div>
  797.  
  798. <div id="thaiamor2"> </div>
  799.  
  800.  
  801.  
  802.  
  803.  
  804. </div>
  805.  
  806.  
  807. <div class="thaimg" class="hover">
  808.  
  809. <img class="bottom shadow" src="{image:sidebar}"style="-webkit-filter: grayscale(100%);"title=" {text:frase todo}">
  810. <img class="top shadow" src="{image:sidebar}" title=" I just wanted to hold you"></div>
  811. </div>
  812.  
  813. </div>
  814. </div></div>
  815. </div>
  816. </div>
  817. </div>
  818.  
  819. </div></div>
  820. </div>
  821.  
  822.  
  823.  
  824. </div>
  825.  
  826.  
  827.  
  828. </div>
  829.  
  830. <div id="thai9" title="Créditos: Umabonecaciumenta (c) NÃO COPIE!"> <a href="http://umabonecaciumenta.tumblr.com/">Boneca <font color="{color:borda1}">©</font></a> </div>
  831.  
  832. </div>
  833. </div>
  834.  
  835.  
  836. </div class>
  837.  </div>
  838.  
  839.  
  840. </div></div></div></div></div></div>
  841.  
  842. <div id="thaigostosa"></div></div></div></div>
  843.  
  844.  
  845.  
  846. </div></div>
  847. </div></div>
  848. <div id="allboxes">
  849.  
  850. {block:Posts}
  851.  
  852.  
  853.  
  854. <div class="entry">
  855.  
  856.  
  857.  
  858. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  859.  
  860.  {block:Photo}{LinkOpenTag}<div class="image"><img src="{PhotoURL-500}"></div>{LinkCloseTag}{/block:Photo}
  861. {block:PostNotes}
  862. <div class="caixa>
  863.  <div class="extra"><img src="http://static.tumblr.com/ifqwhnb/x5Mm1qzsk/oae9l.png" class="user">
  864. {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>
  865. <div class="extra">
  866. <img src="http://static.tumblr.com/ifqwhnb/x5Mm1qzsk/oae9l.png" class="user"> {DayOfMonth},<b> {Month}</b> de {Year}
  867. </div>
  868. <div class="extra">
  869. <img src="http://static.tumblr.com/ifqwhnb/x5Mm1qzsk/oae9l.png" class="user"> {block:HasTags}{/block:HasTags}
  870. <span style="width:auto;">
  871. {block:HasTags}
  872. {block:Tags}
  873. <a class="tag" href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}</span>
  874. </div>
  875. <div class="extra">
  876. <img src="http://static.tumblr.com/ifqwhnb/x5Mm1qzsk/oae9l.png" class="user">{NoteCount}
  877. </div>
  878. {PostNotes}  
  879.  
  880. </div>
  881. {/block:PostNotes}
  882.  
  883.  
  884. {block:Photoset}{Photoset-500}{/block:Photoset}
  885.  
  886.  
  887. {block:Quote}
  888. <div class="xquote">❝ {Quote}</div>
  889. {block:Source}<div class="xquotesource">  {Source}</div>
  890. {/block:Source}
  891. {/block:Quote}
  892.  
  893.  
  894. {block:Link}
  895. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  896. {block:Description}{Description}{/block:Description}
  897. {/block:Link}
  898.  
  899. {block:Chat}
  900. {block:Title}<a href="{Permalink}">{Title}</a>{/block:Title}
  901. <div class="chat"><ul>{block:Lines}
  902. <li class="person{UserNumber}">{block:Label}
  903. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  904. {/block:Chat}
  905.  
  906.  
  907. {block:Audio}
  908. <div class="player">{AudioPlayerBlack}</div>
  909. {block:Caption}{Caption}{/block:Caption}
  910. {/block:Audio}
  911.  
  912.  
  913. {block:Video}{Video-500}{/block:Video}
  914.  
  915.  
  916.  
  917. {block:Answer}
  918.  
  919. <div class="answer"><b>{Asker}:</b> {Question}</div>
  920. <div class="answer">{Answer}</div>
  921.  
  922. {/block:Answer}
  923.  
  924. <div id="cap">
  925. {block:Photo}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  926. {block:Video}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  927. {block:Photoset}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  928.  
  929.  
  930. <div id="ssource">{block:ContentSource}<a href="{SourceURL}">{lang:Source}:{block:SourceLogo}
  931. <img src="{BlackLogoURL}" width="{LogoWidth} height="{LogoHeight}" alt="{SourceTitle}" />
  932. {/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>
  933. {/block:ContentSource}</div></div> <div id="perma">
  934. {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 baby  </a> {block:RebloggedFrom}<a href="{ReblogParentURL}"></a>{/block:RebloggedFrom}{block:RebloggedFrom}<a href="{ReblogRootURL}" title="{ReblogRootTitle}"></a>
  935. {/block:RebloggedFrom}
  936. <br>{block:HasTags}{block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}
  937. </div></div>
  938.  
  939.  {/block:Posts}
  940. {block:PostNotes}<div class="notes">{PostNotes}</div>{/block:PostNotes}
  941.  </div>
  942. </div>
  943. </div>
  944. </div>
  945.  </div>
  946. </div>
  947. </div>
  948. </div>
  949. </div>
  950. </div>
  951. </div>
  952. </div>
  953.  
  954.  
  955. <!-- 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 -->
  956. <div style="font-size: 10px; font-family:calibri;position:fixed;bottom:5px;right:5px; color:{color:text}">
  957. <a href="http://umabonecaciumenta.tumblr.com" title="Créditos:  UMABONECACIUMENTA © | NAO COPIE! (c)  " ><big>THEME ©</big></a></div>
  958.  
  959. </body>
Advertisement
Add Comment
Please, Sign In to add comment