ubc-themes

theme 43

Nov 22nd, 2012
1,204
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 33.05 KB | None | 0 0
  1. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  2. <! ----------------------------------------------
  3.      theme by: umabonecaciumenta
  4.        sem cópias totais ou parciais.
  5.          p l a g i o  e  c r i m e
  6. ---------------------------------------------- !>
  7. <link href='http://fonts.googleapis.com/css?family=Snippet|Sue+Ellen+Francisco|Andika|Delius+Swash+Caps|Lobster|Redressed|Tangerine|Rancho|Rochester|Lobster+Two|Dancing+Script|Pacifico|Crafty+Girls' rel='stylesheet' type='text/css'>
  8. <head><script>
  9.  
  10.  
  11.  
  12. $(document).ready(function() {
  13.  
  14.     //
  15.  
  16.  
  17.  
  18. //When you click on a link with class of poplight and the href starts with a #
  19.  
  20. $('a.poplight[href^=#]').click(function() {
  21.  
  22.     var popID = $(this).attr('rel'); //Get Popup Name
  23.  
  24.     var popURL = $(this).attr('href'); //Get Popup href to define size
  25.  
  26.  
  27.  
  28.     //Pull Query & Variables from href URL
  29.  
  30.    var query= popURL.split('?');
  31.  
  32.     var dim= query[1].split('&');
  33.  
  34.     var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  35.  
  36.  
  37.  
  38.     //Fade in the Popup and add close button
  39.  
  40.     $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"><img src="http://media.tumblr.com/tumblr_lrumvgrDnv1qgnots.png" class="btn_close" title="volte baby" alt="Close" /></a>');
  41.  
  42.  
  43.     //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
  44.  
  45.     var popMargTop = ($('#' + popID).height() + 80) / 2;
  46.  
  47.     var popMargLeft = ($('#' + popID).width() + 80) / 2;
  48.  
  49.  
  50.  
  51.     //Apply Margin to Popup
  52.  
  53.     $('#' + popID).css({
  54.  
  55.         'margin-top' : -popMargTop,
  56.  
  57.         'margin-left' : -popMargLeft
  58.  
  59.     });
  60.  
  61.  
  62.  
  63.     //Fade in Background
  64.  
  65.     $('body').append('<div id="fade"></div>'); //Add the fade layer to bottom of the body tag.
  66.  
  67.     $('#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
  68.  
  69.  
  70.  
  71.     return false;
  72.  
  73. });
  74.  
  75.  
  76.  
  77. //Close Popups and Fade Layer
  78.  
  79. $('a.close, #fade').live('click', function() { //When clicking on the close or fade layer...
  80.  
  81.     $('#fade , .popup_block').fadeOut(function() {
  82.  
  83.         $('#fade, a.close').remove();  //fade them both out
  84.  
  85.     });
  86.  
  87.     return false;
  88.  
  89. });
  90.  
  91.  
  92.  
  93.  
  94.  
  95. });
  96. </script>
  97. <!-- DEFAULT VARIABLES -->
  98. <meta name="color:background" content="#f8f8f8" />
  99. <meta name="color:link" content="#828282" />
  100. <meta name="color:linkhover" content="#f5f5f5" />
  101. <meta name="color:text" content="#828282" />
  102. <meta name="color:sidebar" content="#ffffff" />
  103. <meta name="color:link sid det" content="#acacac" />
  104. <meta name="color:borda2" content="#fff" />
  105. <meta name="color:entry" content="#acacac" />
  106.  <meta name="text:titulo" content="i really love you.
  107. " />
  108. <meta name="image:background" content="http://static.tumblr.com/qm5x3lf/mjIma44ux/grainy03_03.gif" />
  109. <link href='http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300|Dosis|Inconsolata' rel='stylesheet' type='text/css'>
  110. <meta name="text:frase" content="uma frase bem aqui" />
  111.  
  112. <meta name="color:font" content="#999999" />
  113. <meta name="color:entry" content="#ffffff" />
  114. <meta name="color:links" content="#999999" />
  115. <meta name="color:sidebar" content="#ffffff" />
  116. <meta name="color:link" content="#ffffff" />
  117. <meta name="image:fundinho" content="http://25.media.tumblr.com/tumblr_mcv14pUDV71rnj43qo4_250.png" />
  118. <meta name="image:background" content=""/>
  119. <meta name="font:text" content="verdana" />
  120. <meta name="color:titulo" content="#fff" />
  121. <meta name="text:titulo" content="don't forget" />
  122.  
  123. <meta name="color:bglinks" content="#fff" />
  124.  <meta name="color:links" content="#828282" />
  125. <meta name="color:linkshover" content="#828282" />
  126. <meta name="color:bglinkshover" content="#fff" />
  127. <meta name="image:sidebar" content="" />
  128. <meta name="color:background" content="#f1f1f1" />
  129. <meta name="color:sidebar" content="#ffffff" />
  130. <meta name="color:link" content="#696969" />
  131. <meta name="color:link hover" content="#696969" />
  132. <meta name="color:text" content="#696969" />
  133. <meta name="color:post" content="#ffffff" />
  134. <meta name="color:background" content="#f8f8f8" />
  135. <meta name="color:link" content="#828282" />
  136. <meta name="color:linkhover" content="#f5f5f5" />
  137. <meta name="color:text" content="#828282" />
  138. <meta name="color:sidebar" content="#ffffff" />
  139. <meta name="color:borda1" content="#acacac" />
  140. <meta name="color:post" content="#fff" />
  141. <meta name="color:entry" content="#acacac" />
  142.      <meta name="text:titulo" content="you are everything" />
  143.    
  144.         <meta name="text:titulo2" content="So come back to the light" />
  145.    
  146. <meta name="image:background" content="http://static.tumblr.com/qm5x3lf/mjIma44ux/grainy03_03.gif" />
  147. <meta name="text:Link1" content="" />
  148. <meta name="text:Link1 Title" content="link1" />
  149. <meta name="text:Link2" content="" />
  150. <meta name="text:Link2 Title" content="link2" />
  151. <meta name="text:Link3" content="" />
  152. <meta name="text:Link3 Title" content="link3" />
  153. <meta name="text:Link4" content="" />
  154. <meta name="text:Link4 Title" content="link4" />
  155. <meta name="text:Link5" content="" />
  156. <meta name="text:Link5 Title" content="link5" />
  157. <meta name="text:Link6" content="" />
  158. <meta name="text:Link6 Title" content="link6" />
  159. <meta name="text:Link7" content="" />
  160. <meta name="text:Link7 Title" content="link6" />
  161. <meta name="text:Link8" content="" />
  162. <meta name="text:Link8 Title" content="link6" />
  163.     <meta name="image:sidebar" content="http://static.tumblr.com/5zz5za6/do3m6uy2y/11111.jpg" />
  164. <meta name="text:frase" content=" " />
  165. <meta name="color:background" content="#F5f5f5" />
  166. <meta name="color:font" content="#999999" />
  167. <meta name="color:entry" content="#ffffff" />
  168. <meta name="color:links" content="#999999" />
  169. <meta name="color:sidebar" content="#ffffff" />
  170. <meta name="color:link" content="#ffffff" />
  171.  
  172. <meta name="color:bglinks" content="#ffffff" />
  173. <meta name="color:link" content="#000000" />
  174. <meta name="color:letral" content="ffffff" />
  175. <meta name="color:letrafra" content="ffffff" />
  176. <meta name="color:hoverlinks" content="ffffff" />
  177. <script src="http://static.tumblr.com/rozpbz7/nFim53lu5/jquery.js"></script>
  178. <script src="http://static.tumblr.com/rozpbz7/tcom53lvc/easing.js"></script>
  179.  
  180. <script type='text/javascript'>
  181. $(document).ready(function() {
  182.         $('.box_containere').hover(function(){
  183.                         var width = $(this).outerWidth() / 2;
  184.                         $(this).find('.left').animate({ right : width },{queue:false,duration:300});
  185.             $(this).find('.right').animate({ left : width },{queue:false,duration:300});
  186.         }, function(){
  187.             $(this).find('.left').animate({ right : 0 },{queue:false,duration:300});
  188.             $(this).find('.right').animate({ left : 0 },{queue:false,duration:300});
  189.         });
  190.        
  191.         $('.box_container3').hover(function(){
  192.            
  193.             var width = $(this).outerWidth() / 2;
  194.            
  195.             $(this).find('.left3').animate({ right : width },{easing: 'easeOutBounce', queue:false,duration:800});
  196.             $(this).find('.right3').animate({ left : width },{easing: 'easeOutBounce', queue:false,duration:800});
  197.         }, function(){
  198.            
  199.             $(this).find('.left3').animate({ right : 0 },{easing: 'easeOutBounce',queue:false,duration:800});
  200.             $(this).find('.right3').animate({ left : 0 },{easing: 'easeOutBounce',queue:false,duration:800});
  201.            
  202.         });
  203.              
  204.   });
  205. </script>
  206. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>
  207.  
  208. <script type="text/javascript" src="http://static.tumblr.com/me5sfsd/12Qlmj66n/script.js"></script>
  209.  
  210. <script type="text/javascript">
  211. $(window).load(function(){
  212. var $wall = $('#allboxes');
  213. $wall.imagesLoaded(function(){
  214. $wall.masonry({
  215. itemSelector: '.entry',
  216. isAnimated : true
  217. });
  218. });
  219. $wall.infinitescroll({
  220. navSelector : "div#navigation",
  221. nextSelector : "div#navigation a#nextPage",
  222. itemSelector : '.entry',
  223. loadingImg : "http://static.tumblr.com/kwz90l7/bIdlst7ub/transparent.png",
  224. loadingText : " ",
  225. donetext : " ",
  226. extraScrollPx : 9000,
  227. bufferPx : 10000,
  228. debug : false,
  229. errorCallback: function() {
  230. $('#infscr-loading').animate({opacity: .8},2000).fadeOut('normal');
  231. }},
  232. function( newElements ) {
  233. var $newElems = $( newElements );
  234. $newElems.hide();
  235. $newElems.imagesLoaded(function(){
  236. $wall.masonry( 'appended', $newElems, {isAnimated: true, animationOptions: {duration: 750, easing: 'linear', queue: false}}, function(){$newElems.fadeIn('slow');} );
  237. });
  238. }); $('#allboxes').show(500);
  239. });
  240. </script>
  241.  
  242.  <title>{Title}</title>
  243.         <link rel="shortcut icon" href="{Favicon}">
  244.         <link rel="alternate" type="application/rss+xml" href="{RSS}">
  245. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  246. </head>
  247.  
  248.  <style type="text/css">
  249. iframe#tumblr_controls {
  250. top:0px !important;
  251. right:3px !important;
  252. position: fixed !important;
  253. -webkit-transition: opacity 0.6s linear;
  254. opacity: 0.3;
  255. -webkit-transition: all 0.8s ease-out;
  256. -moz-transition: all 0.8s ease-out;
  257. transition: all 0.8s ease-out;
  258. z-index:999999999999999999;}
  259.  
  260. iframe#tumblr_controls:hover{
  261. -webkit-transition: opacity 0.6s linear;
  262. opacity: 0.8;
  263. -webkit-transition: all 0.4s ease-out;
  264. -moz-transition: all 0.4s ease-out;
  265. transition: all 0.4s ease-out;
  266. z-index:999999999999999999999;}
  267.  
  268. ::-webkit-scrollbar{width:16px;height:0px;}
  269. ::-webkit-scrollbar-button:start:decrement
  270. ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;}
  271. ::-webkit-scrollbar-track-piece{background-color: {color:borda2}; -webkit-border-radius:0;-webkit-border-bottom-right-radius:0px;-webkit-border-bottom-left-radius:0px;}
  272. ::-webkit-scrollbar-thumb:vertical{height:50px; background-color:{color:borda1};-webkit-border-radius:px;}
  273. ::-webkit-scrollbar-thumb:horizontal{width:50px; background-color:#d3d3d3;-webkit-border-radius:px;}
  274.  
  275. /*theme by umabonecaciumenta*/  
  276.  
  277. b, strong, bold {color:{color:borda1}}
  278.  
  279. u,underline {color:#8b8989; border-bottom: 1px dotted #FFC0CB; text-decoration:none; }
  280.  /*theme by umabonecaciumenta*/  
  281.  
  282. i, em{color:#8b8989;}
  283.  
  284. 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; }
  285.  
  286. a {color: {color:link}; text-decoration: none; text-transform: none; -webkit-transition-duration: 1.5s; -moz-transition-duration:1.5s;}
  287. a:hover {color: {color:linkhover}; background-color: transparent; text-decoration: none; -webkit-transition-duration: 1.5s; -moz-transition-duration:1.5s;}
  288.  /*theme by umabonecaciumenta*/  
  289.  
  290. p {margin: 6px 0 0 0}
  291.  
  292. blockquote {margin: 5px 5px 5px 5px; border-left: 3px solid {color:text}; padding-left: 5px; }
  293. blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 3px solid  {color:text};}
  294. blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 3px solid  {color:text}; }
  295. blockquote blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 3px solid  {color:text}; }
  296.  
  297. blockquote img{max-width: 370px!important}
  298. blockquote blockquote img{max-width: 350px!important}
  299. blockquote blockquote blockquote img{max-width: 330px!important}
  300. blockquote blockquote blockquote blockquote img{max-width: 310px!important}
  301.  
  302.  
  303.  /*theme by umabonecaciumenta*/  
  304.  
  305.  
  306. #allboxes {margin-left:380px; width:800px; margin-top:-13px}
  307.  
  308. .entry {position: relative; width:250px; text-align:justify; float:left ;margin:-10px; padding:5px; margin-left: 12px; font-family: calibri;font-size: 11px; margin-top:14px; background:{color:post};border:6px double {color:background};}
  309. .entry img{padding: 4px; border: 1px solid #1b1b1b}
  310. .entry:hover {opacity:0.9;}
  311. .entry:hover {opacity:0.9;}
  312.  
  313.  
  314. h1 {font-family: calibri; text-align: center; font-size: 14px; text-transform: none; color: {color:text}; font-weight: normal; line-height: 12px;}
  315. h1 a {text-align: center; font-size: 14px; color: {color:text}; font-weight: normal; line-height: 12px;}
  316. h1 a:hover {text-align: center; font-size: 14px; color: {color:text}; font-weight: normal; line-height: 12px;}
  317.  
  318. .image {text-align: center; border: 0px; text-align: center; border: 0px;  opacity: 10; -webkit-transition: 0.8s ease-in;
  319. -moz-transition: 0.8s ease-in; transition: 0.8s ease-in;}
  320.  
  321. .image:hover {opacity: 0.8; -webkit-transition: 0.8s ease-in;
  322. -moz-transition: 0.8s ease-in; transition: 0.8s ease-in;}
  323.  /*theme by umabonecaciumenta*/  
  324.  
  325. .image img {max-width: 240px; margin-bottom: 2px }
  326.    /*theme umabonecaciumenta*/
  327. .xquote {text-align:justify; font-family:calibri; font-size: 11px; line-height:15px; padding:3px;margin-left:02px; margin-bottom:3px; margin-top:-66px;}
  328. .xquotesource {font-family:calibri; text-align: center; text-transform: none; margin-bottom:5px; font-size: 11px; font-weight: bold}
  329. .xquotesource a, a:hover{text-transform: none;}
  330. #quote {position:relative; top:-22px;left:-3px;font-size:60px;opacity:0.3;}
  331.  /*theme by umabonecaciumenta*/  
  332.  
  333. .chat {line-height: 13px; list-style: none }
  334. .chat ul {line-height: 13px; list-style: none; padding: 5px; line-height:14px;}
  335. .person1 {color: {color:text}; padding: 2px; }
  336. .person1 .label {font-weight: bold;  color:{color:text}}
  337. .person2 {color: {color:text}; padding: 2px;  }
  338. .person2 .label {font-weight: bold;  color:{color:text}}
  339.  
  340. .player {background-color: #trans; text-align: left; display:block;}
  341.  /*theme by umabonecaciumenta*/  
  342.  
  343. #ssource{margin-left:10px; display:none}
  344.  
  345. #perma {margin-top:10px; font-family: calibri; color: {color:text}; text-align: center;  -webkit-transition: all 0.6s ease-out; -moz-transition: all 0.6s ease-out; text-transform: uppercase; background-color: {color:posr}; padding-top: 1px; border-top: solid 1px {color:background}; border-bottom: solid 1px {color:entry} }
  346. #perma a {font-size: 10px; font-family: calibri; text-transform: uppercase; color: {color:text}; opacity:10; }
  347. #perma a:hover {opacity:0.6;}
  348.  /*theme by umabonecaciumenta*/  
  349.  
  350.  
  351. .question1 {
  352. color:{color:text};
  353. font-size: 12px;
  354. font-family: cambria;
  355. text-align:left;
  356. font-weight: normal;
  357. line-height:95%;
  358. background: {color:background};
  359. position: relative;
  360. min-height:70px;
  361. padding:10px 15px;
  362. margin-bottom:2px;
  363. margin-right:-10px; opacity:0.8}
  364.  
  365. .questionarrow {
  366. font-size:30px;
  367. color:{color:background};
  368. vertical-align:middle;
  369. margin-left:-5px!important; opacity:0.8}
  370.  
  371.  
  372. .asker {width:250px; text-align:right; text-transform:lowercase; color:{color:text}; opacity:0.8}
  373. .asker a {color:{color:text};}
  374. .asker img {float:left; margin-left:238px; vertical-align:top; margin-right:3px; max-height:15px; opacity:0.8 }
  375.  
  376. .asking {text-align:center; color:{color:text}; font:9px calibri; text-transform:none; opacity:0.8;}
  377. .asking a{color:{color:text}; border-bottom:1px dotted {color:text};}
  378. .asking img {width:58px; vertical-align:middle; background-color:{color:background}; -webkit-transition: all 0.6s ease-out; -moz-transition: all 0.6s ease-out;padding:3px;opacity:0.8;}
  379. .asking 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;opacity:0.9}
  380.  
  381.  
  382. .question {color: {color:background}; text-align: center; background-color: #ff; margin-bottom: -10px;opacity:0.8; }
  383.  
  384.  /*theme by umabonecaciumenta*/  
  385.  
  386.   /*theme umabonecaciumenta*/
  387. #cap {width: 400px; margin-top: -2px;}
  388. .source {display: none;}
  389.  
  390. .notes {width: 500px; padding: 0px; margin-top: 1px; margin-bottom: 1px; font-size: 9px; text-align: left}
  391. ol.notes {list-style: none;  margin: 0 20px 0 0px; padding: 0px; z-index: 11;}
  392. ol.notes li {background-color: {color:entry}; margin-bottom: 1px; padding: 5px; }
  393. .notes img{display: none; border:0px}
  394.  
  395.  
  396.  
  397.  /*theme umabonecaciumenta*/
  398.  
  399.  /*theme by umabonecaciumenta*/  
  400.  
  401.  
  402.  
  403.     #thai2 {width: 209px; margin-left:137px; margin-top: 103px; background-color: #transp; height: 1px; position: fixed;z-index:900000000; border-top:2px dotted {color:borda1};}
  404.    
  405.  
  406.  
  407.  
  408.  
  409.  
  410.  
  411.  
  412.  #pgs {text-align: center; font-family: verdana; font-size: 8px; line-height: 15px; -moz-border-bottom-left-radius: 10px; border-top-left-radius: 10px; z-index: 1}/*theme by umabonecaciumenta*/  
  413.  
  414. #pgs a {background: #000; margin: 30 0px 0 0; padding: 2px 4px; color: {color:background}; text-decoration: none;}
  415. #a:hover {background: {color:sidebar}; color: {color:borda1}; border: none;}
  416. #pgs span.pagina_atual {background: {color:borda1};  padding: 2px 4px; color: {color:borda1}; font-weight: bold; text-decoration: none;}
  417. .pg { position:fixed !important; clear: both; float: left; margin-top: 120px; margin-left: 100px; width: 207px; height: 15; font-size: 9px; padding: 2px;  background-color: {color:borda1}; -moz-border-bottom-left-radius: 10px; border-bottom-left-radius: 10px; -moz-border-bottom-right-radius: 10px; border-bottom-right-radius: 10px; z-index: 1;}
  418.  /*theme by umabonecaciumenta*/  
  419.  
  420. #pagina{ margin-top: 434px; margin-left: 320px; width: 100px; float: right; background-color: transparent; position: fixed;  height: 24px; -webkit-border-radius: 0px 0px 0px 0px; z-index:1000000 }
  421.  
  422.  
  423. #paginacaoml {font-size: 30px; font-family: tahoma; line-height: 24px;}
  424. #paginacaoml a {font-size: 30px; font-family: tahoma; background: transparent; margin: 0 1px 0 0; padding: 2px 2px; color: {color:borda1}; text-decoration: none;}
  425. #paginacaoml a:hover {font-size: 30px; font-family: tahoma; background: transparent; border: none;}
  426. #paginacaoml span.pagina_atual {background: #cor de fundo; margin: 0 1px 0 0; padding: 2px 4px; color: {color:borda1}; text-decoration: none; font-weight: bold;}#paginacaoml span.info {background: #aaaaaa; margin: 0 1px 0 0; padding: 1px 2px; color: #cor da fonte; text-decoration: none;}
  427.  
  428. /*theme by umabonecaciumenta*/  
  429. #pagination {width:240px; font-family:georgia; text-align:right; font-size:15px; padding:4px; font-style:italic}
  430.  
  431.  /*theme by umabonecaciumenta*/  
  432.  
  433.  
  434.  /*theme umabonecaciumenta*/
  435.  
  436.  
  437.  
  438.  
  439.  
  440.   /*theme umabonecaciumenta*/ /*theme umabonecaciumenta*/
  441.  
  442.  
  443.  
  444.  
  445.  
  446.  
  447. #lnv {position: fixed; margin-top: 8px; margin-left: 290px; width: 200px; height: auto;font-family: verdana; font-size: 9px; }
  448.  /*theme by umabonecaciumenta*/  
  449.  
  450. #aux {position: fixed; margin-top: 136px; margin-left: 167px; width: 190px; height: 285px; background: transparent; overflow: hidden; color: {color:sidebar}; }/*theme by umabonecaciumenta*/  
  451.   /*theme by umabonecaciumenta*/  
  452.  
  453.  
  454.  
  455.  
  456.  /*theme by umabonecaciumenta*/  
  457. .imagem {position: absolute; width:243px; height:235px; margin-left:115px; margin-top: 107px;z-index:80000000;position:fixed;border:10px solid {color:sidebar};opacity:1;}
  458. .imagem img {position:fixed; -webkit-transition: all 1s ease-in-out;-webkit-border-radius: 0px 0px 0px 0px; -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; display: block; height:235px; width: 243px; background-color: ; padding:0px;margin-left:0px; margin-top:0px; opacity:0.8; }
  459. .imagem img:hover{ opacity: 1;-webkit-filter: blur(2px); -webkit-transition: all 0.8s ease-out; -moz-transition: all 0.5s ease-out;-moz-transform: rotate(0deg);-webkit-transform: rotate(deg);-o-transform: rotate(0deg);-ms-transform: rotate(0deg);transform: rotate(0deg);opacity:0.8;}
  460.  
  461. /*theme by umabonecaciumenta*/  
  462.  
  463.  
  464. #thaiehdlctio {margin-top: 55px ; margin-left:106px; position: fixed; background-color:{color:sidebar}; font-family: verdana; z-index:80000000font-size:9px; width:267px;; font-style: none; color: #000; height:395px; line-height:130%; padding: 2px; text-align: center; border:5px double{color:sidebar}; solid #000; #000; box-shadow: 5px 5px 9px #696969;; background-image:url('{image:fundinho}');}
  465.  
  466.  
  467. #soulindat2 {text-align: center; width: 18px;padding: 5px; margin-top: 132px; margin-left: 342px;z-index:80000000; position:fixed;  font-size: 10px;  border-top:3px solid {color:sidebar}; }/*theme by umabonecaciumenta*/  
  468.  
  469.  
  470. #soulindat3 {text-align: center; width: 28px;padding: 5px; margin-top: 132px; margin-left:342px; z-index:80000000;position:fixed;  font-size: 18px; height:8px; border-left:3px solid {color:sidebar} ; }
  471.  
  472. #soulindat4 {text-align: center; width: 3px;padding: 5px; margin-top: 317px; margin-left: 342px; z-index:80000000;position:fixed;  font-size: 10px; height:8px; border-left:3px solid {color:sidebar} ; }
  473.  
  474. #thailindona {text-align: center; width: 18px;padding: 5px; margin-top: 332px; margin-left: 342px;z-index:80000000; position:fixed;  font-size: 10px;  border-top:3px solid {color:sidebar}; }/*theme by umabonecaciumenta*/
  475.  
  476.  #thai9 {text-align: center; overflow: hidden; height:44px; -webkit-border-radius: 0px 0px 0px 0px; font-size: 9px; font-family: georgia; position: fixed; margin-left:950px; width: 41px; background-color:{color:sidebar}; color: #b5b5b5; padding: 5px; margin-top: -30px; background-attachment: fixed; -webkit-transition: all 1s ease-out; -moz-transition: all 1s ease-out; ; letter-spacing: 0px; text-transform: none;line-height: 84px; z-index:90000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000;}
  477.  #thai9 a {color:#b5b5b5;text-transform: none;font-size:9px;}
  478.  
  479.  
  480.  #thai9 a:hover {color:#b5b5b5;text-transform: none;font-size:10px;}
  481.  
  482.  
  483.  
  484. #thait3 {text-align: justify; margin-top:
  485. 480px; margin-left: 88px;  overflow: hidden; -webkit-border-radius: 0px 0px 0px 0px;  font-family: georgia; position: fixed; color:  {color:borda1}; padding: 10px;  background-attachment: fixed; width:70px; height: 16px; -webkit-transition: all .5s ease-out; -moz-transition: all .5s ease-out; letter-spacing: 1px; font-style: normal; line-height: 6px; text-transform: uppercase; -webkit-transform: rotate(-10deg); z-index: 8000000000000000000000000;}
  486. #thait3  {font-size: 23px; font-family:sofia ; letter-spacing: -1px; text-transform: none; line-height: 20px;}
  487.  
  488. #thait4 {text-align: justify; margin-top:
  489. 485px; margin-left: 102px;  overflow: hidden; -webkit-border-radius: 0px 0px 0px 0px;  font-family: georgia; position: fixed; color:  {color:borda1}; padding: 10px;  background-attachment: fixed; width:70px; height: 16px; -webkit-transition: all .5s ease-out; -moz-transition: all .5s ease-out; letter-spacing: 1px; font-style: normal; line-height: 6px; text-transform: uppercase; -webkit-transform: rotate(20deg); z-index: 8000000000000000000000000;}
  490. #thait4  {font-size: 23px; font-family:sofia ; letter-spacing: -1px; text-transform: none; line-height: 20px;}
  491. @font-face {font-family: "pacifico"; src: url(http://static.tumblr.com/ufwwwyn/Do8m4xui1/pacifico.ttf) format("truetype");}
  492.  
  493.  
  494.  
  495. /*theme by umabonecaciumenta*/  
  496.  #thats2{width:578px; height: 40px; float: left; margin-left:114px; margin-top: 365px; padding: 0px; text-align: center; position: fixed; z-index:9999;}/*theme by umabonecaciumenta*/  
  497.  
  498. #thats2 a {display: inline-block;float: left; margin-left: 1px; font-family: calibri; font-size: 9px;letter-spacing:0px; text-align: center; margin-top: 2px; height: 22px;overflow: hidden; width: 263px; color:{color:text}; line-height:22px;  text-transform: uppercase; -webkit-transition: all .5s ease-out; -moz-transition: all .5s ease-out; font-style: normal; background-color: {color:sidebar}; }
  499.  
  500. #thats2  a:hover{ background-color:{color:bglinkshover};color: #fff;;}
  501.  
  502.  
  503.  
  504. #thats1{width:78px; height: 40px; float: left; margin-left:324px; margin-top: 148px; padding: 0px; text-align: center; position: fixed; z-index:80000000;}/*theme by umabonecaciumenta*/  
  505. #thats1 a {display: inline-block;float: left; margin-left: 1px; font-family: calibri; font-size: 9px;letter-spacing:0px; text-align: center; margin-top: 2px; height: 22px; width: 40px; color:{color:text}; line-height: 22px;  text-transform: uppercase; -webkit-transition: all .5s ease-out; -moz-transition: all .5s ease-out; font-style: normal; background-color:{color:bglinks}; }
  506.  
  507. #thats1  a:hover{ background-color:{color:bglinkshover};color: {color:bglinks};}
  508. /*theme by umabonecaciumenta*/  
  509.  
  510.  
  511. #thail1 {text-align: justify; margin-top:
  512. 40px; margin-left: 158px;  overflow: hidden; -webkit-border-radius: 0px 0px 0px 0px;  font-family: georgia; position: fixed; color:  {color:borda1}; padding: 10px;  background-attachment: fixed; width:70px; height: 16px; -webkit-transition: all .5s ease-out; -moz-transition: all .5s ease-out; letter-spacing: 1px; font-style: normal; line-height: 6px; text-transform: uppercase; -webkit-transform: rotate(-10deg); z-index: 80000000000000000000;}
  513. #thail1 {font-size: 23px; font-family:sofia ; letter-spacing: -1px; text-transform: none; line-height: 20px;}
  514.  
  515. #thail2 {text-align: justify; margin-top:
  516. 10px; margin-left: 174px;  overflow: hidden; -webkit-border-radius: 0px 0px 0px 0px;  font-family: georgia; position: fixed; color: {color:borda1}; padding: 10px;  background-attachment: fixed; width:70px; height: 16px; -webkit-transition: all .5s ease-out; -moz-transition: all .5s ease-out; letter-spacing: 1px; font-style: normal; line-height: 8px; text-transform: uppercase; -webkit-transform: rotate(20deg); z-index: 8000000000000000000000000;}
  517. #thail2 {font-size: 25px; font-family:sofia ; letter-spacing: -1px; text-transform: none; line-height: 20px;}
  518. /*theme by umabonecaciumenta*/  
  519.  
  520.  
  521.  
  522.  #thaidlc2 {text-align: center; width: 253px;padding: 5px; margin-top: 85px; margin-left: 115px; position:fixed; font-family: georgia; font-size: 10px; background-color: #traspp; color:  {color:text}; line-height:10px;;text-transform: none; height:20px; z-index:900000000000000000000000000000000000000000;}
  523.   /*theme by umabonecaciumenta*/  
  524.  
  525. #thaidlc2 :hover {color: {color:bglinkshover}; text-transform:none;}
  526. /*theme by umabonecaciumenta*/  
  527.  
  528.  
  529.  #thaidelicinha {text-align: center; width: 258px;padding: 5px; margin-top: 388px; margin-left: 111px; position:fixed; font-family: georgia; font-size: 10px; background-color: #traspp; color:  {color:text}; line-height:10px;;text-transform: none; height:20px; z-index:10;}
  530.   /*theme by umabonecaciumenta*/  
  531.  
  532. #thaidelicinha  :hover {color: {color:bglinkshover}; text-transform:none;}
  533. /*theme by umabonecaciumenta*/  
  534.  
  535.  
  536.  
  537.  #thaidlc {text-align: center; width: 240px;padding: 5px; margin-top: 328px; margin-left: 85px; position:fixed; font-family:  pacifico; font-size: 20px; background-color:#transp; color:  {color:text}; line-height:10px;;text-transform: none; height:12px; z-index:10000000000000000000000000;;}
  538.   /*theme by umabonecaciumenta*/  /*theme by umabonecaciumenta*/  
  539.  
  540.  
  541. #thaidlc :hover {color: {color:bglinkshover}; text-transform:none;}
  542.  
  543.  
  544. #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; }
  545.  
  546.  @font-face {font-family:basket; src: url('http://static.tumblr.com/ejm8w78/aollviadu/destrukt.ttf');}
  547.  #thait2 {
  548. background-color:{color:sidebar};
  549. padding: 0px;
  550. height:39px;
  551. line-height:25px;
  552. float:left;
  553. position:fixed;
  554. margin-left:115px;
  555. margin-top: 67px;
  556. width:263px;
  557. font-family: Rochester;
  558. font-size:25px;
  559. letter-spacing:65px;
  560. text-align: left;
  561. color: {color:linksid}; letter-spacing:-1px;
  562. z-index:0; text-transform: none; }
  563.  
  564.  
  565.  
  566. #hmd {margin-top:363px; margin-left: 116px; position: fixed; color: #030303; width:49px; height: 1px; background-color: {color:borda1}; border: 1px solid {color:borda1};-webkit-transform: rotate(0deg)}
  567.  
  568.  
  569. #hmc {margin-top:363px; margin-left: 168px; position: fixed; color: #030303; width:208px; height: 1px; background-color: {color:borda2}; border: 1px solid  {color:borda2};-webkit-transform: rotate(0deg)}
  570.  
  571.  
  572.  
  573.  
  574. </style>
  575. <body oncontextmenu="return false" onselectstart="return false" onmousedown="return false" onkeydown="return false">
  576.  
  577.  
  578.  
  579.  
  580.  
  581. <div class="imagem" class="hover">
  582. <img class="bottom shadow" src="{image:sidebar}" >
  583. <img class="top shadow" src="{image:sidebar}" title="barbie"></div> </div>
  584.  
  585. <div id="thail1"><div id="thail1"></a></div></div></div></div></div>
  586.  
  587.  
  588. <div id="thail2"><div id="thail2"></div></div></div></div></div>
  589.  
  590. <div id="thaidlc">{text:frase}</div>
  591.   </div>
  592.  
  593.  
  594. </div class>
  595.  </div>
  596.  
  597.  
  598.  
  599. <div id="thai9" title="Créditos: Umabonecaciumenta (c) NÃO COPIE!"> <a href="http://umabonecaciumenta.tumblr.com/">  theme <font color="#f58989">©</font></a> </div>
  600.  
  601. </div>
  602. </div>
  603. <div id="soulindat1"> </div>
  604. <div id="soulindat2"> </div>
  605. <div id="soulindat3"> </div>  
  606. <div id="soulindat4"> </div>
  607.  <div id="thailindona"> </div>
  608. <div id="thai2">
  609. </div></div>
  610.  
  611. <div id="thats1">
  612. <a href="{text:link1}">{text:link1 title}</a>
  613. <a href="{text:link2}">{text:link2 title}</a>
  614. <a href="{text:link3}">{text:link3 title}</a>
  615. <a href="{text:link4}">{text:link4 title}</a>
  616. <a href="{text:link5}">{text:link5 title}</a>
  617. <a href="{text:link6}">{text:link6 title}</a>
  618. <a href="{text:link7}">{text:link7 title}</a>
  619. </div class>
  620.  </div></div>
  621. </div>
  622. </div>
  623. </div>  <div id="thaidelicinha">{description}</div>
  624. <div id="thats2">
  625. <a href="{text:link8}">{text:link8 title}</a></a></div>
  626.  <div id="thaiehdlctio"></div>
  627.  <div id="thait3"><center></div>
  628.   <div id="thait4"><center></div>
  629.   <div id="thaidlc2"><center>{text:titulo2}</center></div>
  630.  <div id="thait2"><center>{text:titulo}</center></div>
  631. <div id="hmu"></div>
  632.     <div id="hmd"></div>
  633.    <div id= "hmt"></div>
  634.  <div id= "hmq"></div>
  635.   <div id= "hmc"></div>
  636.  <div id= "hms"></div>
  637. <div id="pagina"><div id="paginacaoml"> {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}"alt="" title="previous page baby">-</a>{/block:PreviousPage}{/block:Pagination}
  638.  
  639. {block:JumpPagination length="0"} {block:CurrentPage}<span class="pagina_atual">{PageNumber}</span>{/block:CurrentPage} {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}{/block:JumpPagination}{block:Pagination}{block:NextPage}<a href="{NextPage}"alt="" title="next page baby">+</a>{/block:NextPage}{/block:Pagination}</div></div>
  640.  
  641.  
  642. </div></div>
  643. <div id="allboxes">
  644.  
  645. {block:Posts}
  646.  
  647. <div class="entry">
  648.  
  649.  
  650. {block:Text}
  651. {block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  652.  
  653. {block:Photo}
  654. {LinkOpenTag}<div class="image"><img src="{PhotoURL-400}"></div>{LinkCloseTag}{/block:Photo}
  655.  
  656. {block:Photoset}
  657. {Photoset-250}{/block:Photoset}
  658.  
  659. {block:Quote}
  660. <div id="quote">&#10077;</div><div class="xquote">{Quote}</div>
  661. {block:Source}<div class="xquotesource"> — {Source}</div>
  662. {/block:Source}
  663. {/block:Quote}
  664.  
  665. {block:Link}
  666. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  667. {block:Description}{Description}{/block:Description}
  668. {/block:Link}
  669.  
  670. {block:Chat}
  671. {block:Title}
  672. <h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}
  673. <div class="chat"><ul>{block:Lines}
  674. <li class="person{UserNumber}">{block:Label}
  675. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  676. {/block:Chat}
  677.  
  678. {block:Audio}
  679. <div class="player">{AudioPlayerBlack}</div>
  680. {block:Caption}{Caption}{/block:Caption}
  681. {/block:Audio}
  682.  
  683. {block:Video}
  684. {Video-400}{/block:Video}
  685.  
  686. {block:Answer}
  687. <table width="250px" cellspacing="0" cellpadding="0">
  688. <tr>
  689. <td width="135px" class="question1">{Question}</td>
  690. <td width="30px"><span class="questionarrow"></span></td>
  691. <td width="1px" class="asking"><img src="{AskerPortraitURL-64}"><br>{Asker}</td>
  692. </tr>
  693. </table>
  694. <div class="answer">{Answer}</div>
  695. {/block:answer}
  696.  
  697. <div id="cap">
  698. {block:Photo}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  699. {block:Video}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  700. {block:Photoset}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  701.  
  702.  
  703. <div id="ssource">{block:ContentSource}<a href="{SourceURL}">{lang:Source}:{block:SourceLogo}
  704. <img src="{BlackLogoURL}" width="{LogoWidth} height="{LogoHeight}" alt="{SourceTitle}" />
  705. {/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>
  706. {/block:ContentSource}</div></div> <div id="perma">
  707. {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 <font color='#ff77a5'></font>  </a> {block:RebloggedFrom}(<a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom}{block:RebloggedFrom}/<a href="{ReblogRootURL}" title="{ReblogRootTitle}">source</a>)
  708. {/block:RebloggedFrom}
  709. <br>{block:HasTags}{block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}
  710. </div></div>
  711.  
  712.  {/block:Posts}
  713. {block:PostNotes}<div class="notes">{PostNotes}</div>{/block:PostNotes}
  714.  </div>
  715. </div>
  716. </div>
  717. </div>
  718.  </div>
  719. </div>
  720. </div>
  721. </div>
  722. </div>
  723. </div>
  724. </div>
  725. </div>
  726. </div>
  727.  
  728. </div>
  729. </div>
  730. </div>
  731. </div>
  732. </div>
  733.  
  734. <!-- 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 -->
  735. <div style="font-size: 10px; font-family:calibri;position:fixed;bottom:5px;right:5px; color:{color:text}">
  736. <a href="http://umabonecaciumenta.tumblr.com" title="Créditos:  UMABONECACIUMENTA ©, NAO COPIE! (c)  " ><big>THEME ©</big></a></div>
  737.  
  738. </body>
  739.  
  740. </html>
Advertisement
Add Comment
Please, Sign In to add comment