Eduarda

Pra Jobs

Jan 25th, 2013
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 49.93 KB | None | 0 0
  1. <theme for estremecida | não copie ou disponibilize>
  2.  
  3.  
  4.  
  5.  
  6. <head prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/fb# blog: http://ogp.me/ns/blog#">
  7.  
  8. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  9.  
  10.  
  11.  
  12.  
  13. <link href='http://fonts.googleapis.com/css?family=Dosis' rel='stylesheet' type='text/css'>
  14.  
  15.  
  16. <link href='http://fonts.googleapis.com/css?family=Economica|Ubuntu+Condensed' rel='stylesheet' type='text/css'>
  17.  
  18. <link href='http://fonts.googleapis.com/css?family=Coming+Soon' rel='stylesheet' type='text/css'>
  19.  
  20. <script src="http://static.tumblr.com/twte3d7/0pellzh2t/infinitescroll.js"></script>
  21.  
  22. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>
  23.  
  24. <script type="text/javascript" src="http://static.tumblr.com/me5sfsd/12Qlmj66n/script.js"></script>
  25.  
  26. <script type="text/javascript">
  27. $(window).load(function(){
  28. var $wall = $('#box');
  29. $wall.imagesLoaded(function(){
  30. $wall.masonry({
  31. itemSelector: '.post',
  32. isAnimated : true
  33. });
  34. });
  35. $wall.infinitescroll({
  36. navSelector : "div#navigation",
  37. nextSelector : "div#navigation a#nextPage",
  38. itemSelector : '.post',
  39. loadingImg : "http://static.tumblr.com/kwz90l7/bIdlst7ub/transparent.png",
  40. loadingText : " ",
  41. donetext : " ",
  42. extraScrollPx : 9000,
  43. bufferPx : 10000,
  44. debug : false,
  45. errorCallback: function() {
  46. $('#infscr-loading').animate({opacity: .8},2000).fadeOut('normal');
  47. }},
  48. function( newElements ) {
  49. var $newElems = $( newElements );
  50. $newElems.hide();
  51. $newElems.imagesLoaded(function(){
  52. $wall.masonry( 'appended', $newElems, {isAnimated: true, animationOptions: {duration: 750, easing: 'linear', queue: false}}, function(){$newElems.fadeIn('slow');} );
  53. });
  54. }); $('#box').show(500);
  55. });
  56. </script>
  57.  
  58.  
  59.  
  60.  
  61. <head>
  62.  
  63.  
  64. <script>
  65.  
  66.  
  67.  
  68. $(document).ready(function() {
  69.  
  70. //
  71.  
  72.  
  73.  
  74. //When you click on a link with class of poplight and the href starts with a #
  75.  
  76. $('a.poplight[href^=#]').click(function() {
  77.  
  78. var popID = $(this).attr('rel'); //Get Popup Name
  79.  
  80.  
  81. var popURL = $(this).attr('href'); //Get Popup href to define size
  82.  
  83.  
  84.  
  85. //Pull Query & Variables from href URL
  86.  
  87. var query= popURL.split('?');
  88.  
  89. var dim= query[1].split('&');
  90.  
  91. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  92.  
  93.  
  94.  
  95. //Fade in the Popup and add close button
  96.  
  97. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"><img src="http://media.tumblr.com/tumblr_lyw0etTsFT1r25y56.png" class="btn_close" title="Volte My boo" alt="Close" /></a>');
  98.  
  99.  
  100. //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
  101.  
  102. var popMargTop = ($('#' + popID).height() + 80) / 2;
  103.  
  104. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  105.  
  106.  
  107.  
  108. //Apply Margin to Popup
  109.  
  110. $('#' + popID).css({
  111.  
  112. 'margin-top' : -popMargTop,
  113.  
  114. 'margin-left' : -popMargLeft
  115.  
  116. });
  117.  
  118.  
  119.  
  120. //Fade in Background
  121.  
  122. $('body').append('<div id="fade"></div>'); //Add the fade layer to bottom of the body tag.
  123.  
  124. $('#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
  125.  
  126.  
  127.  
  128. return false;
  129.  
  130. });
  131.  
  132.  
  133.  
  134. //Close Popups and Fade Layer
  135.  
  136. $('a.close, #fade').live('click', function() { //When clicking on the close or fade layer...
  137.  
  138. $('#fade , .popup_block').fadeOut(function() {
  139.  
  140. $('#fade, a.close').remove(); //fade them both out
  141.  
  142. });
  143.  
  144. return false;
  145.  
  146. });
  147.  
  148.  
  149.  
  150.  
  151.  
  152. });
  153.  
  154. </script>
  155.  
  156. <link rel="{Favicon}">
  157. <meta name="color:background" content="#fff"/>
  158. <meta name="color:letras" content="#777"/>
  159.  
  160. <meta name="color:title" content="#777"/>
  161. <meta name="color:scroll" content="#000"/>
  162. <meta name="color:link" content="#aaa"/>
  163. <meta name="color:linkshover" content="#302D2D"/>
  164. <meta name="color:textlinks" content="#aaa"/>
  165. <meta name="color:texthover" content="#000"/>
  166. <meta name="color:shadow" content="#696969"/>
  167. <meta name="color:text" content="#696969"/>
  168.  
  169.  
  170.  
  171. <meta name="color:textlinkshover" content="#aaa"/>
  172.  
  173. <meta name="color:chat1" content="#302D2D"/>
  174. <meta name="color:chat2" content="#000"/>
  175. <meta name="color:chatcolor" content="#fff"/>
  176. <meta name="color:border" content="#d6d6d6"/>
  177. <meta name="color:extras" content="#302D2D"/>
  178. <meta name="color:links" content="#000"/>
  179. <meta name="color:linkshover" content="#fff"/>
  180. <meta name="color:bglinks" content="#fff"/>
  181. <meta name="color:bglinkshover" content="#000"/>
  182.  
  183. <meta name="color:pagina" content="#696969"/>
  184. <meta name="color:bordadolink" content="#696969"/>
  185. <meta name="color:bordahoverdolink" content="#eee"/>
  186.  
  187.  
  188.  
  189. <meta name="color:bordinha" content="#eee"/>
  190. <meta name="color:frase" content="#000"/>
  191. <meta name="color:escrita" content="#000"/>
  192.  
  193.  
  194.  
  195.  
  196.  
  197.  
  198. <meta name="color:backgroundbox" content="#fff"/>
  199. <meta name="image:background" content=""/>
  200.  
  201. <meta name="image:sidebar" content=""/>
  202.  
  203. <meta name="image:bgborda" content=""/>
  204.  
  205.  
  206. <meta name="text:frase" content="Escreva aqui algo" />
  207. <meta name="text:frase2" content="e aqui outra coisa" />
  208.  
  209. <meta name="text:Link1" content="link" />
  210. <meta name="text:Link1 Title" content="link1" />
  211. <meta name="text:Link2" content="Link" />
  212. <meta name="text:Link2 Title" content="link2" />
  213. <meta name="text:Link3" content="link" />
  214. <meta name="text:Link3 Title" content="link3" />
  215. <meta name="text:Link4" content="Link" />
  216. <meta name="text:Link4 Title" content="link4" />
  217. <meta name="text:Link5" content="link" />
  218. <meta name="text:Link5 Title" content="link5" />
  219.  
  220.  
  221. <!----------------FONTES-------♥-------->
  222. <link href='http://fonts.googleapis.com/css?family=Courgette' rel='stylesheet' type='text/css'>
  223. <link href='http://fonts.googleapis.com/css?family=Wire+One' rel='stylesheet' type='text/css'><link href='http://fonts.googleapis.com/css?family=Ubuntu+Mono' rel='stylesheet' type='text/css'>
  224. <link href='http://fonts.googleapis.com/css?family=Pompiere' rel='stylesheet' type='text/css'>
  225.  
  226. <link href='http://fonts.googleapis.com/css?family=Anonymous+Pro' rel='stylesheet' type='text/css'>
  227.  
  228. <link href='http://fonts.googleapis.com/css?family=Muli' rel='stylesheet' type='text/css'>
  229. <link href='http://fonts.googleapis.com/css?family=Play' rel='stylesheet' type='text/css'>
  230. <link href="http://fonts.googleapis.com/css?family=Yanone+Kaffeesatz:300,400,700t" rel="stylesheet" type="text/css">
  231.  
  232. <link href='http://fonts.googleapis.com/css?family=Rochester' rel='stylesheet' type='text/css'>
  233.  
  234.  
  235. <link href='http://fonts.googleapis.com/css?family=Sacramento' rel='stylesheet' type='text/css'>
  236.  
  237. <link href='http://fonts.googleapis.com/css?family=ABeeZee|Kameron|Muli|Almendra' rel='stylesheet' type='text/css'>
  238.  
  239. <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'>
  240.  
  241. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  242. <link href='http://fonts.googleapis.com/css?family=Raleway+Dots' rel='stylesheet' type='text/css'>
  243. <link href='http://fonts.googleapis.com/css?family=Emilys+Candy|Butterfly+Kids|Federo|Quicksand|Antic+Didone|Josefin+Slab|Raleway+Dots|Cedarville+Cursive|Damion|Dawning+of+a+New+Day|Rancho|Marvel' rel='stylesheet' type='text/css'>
  244.  
  245. <link href='http://fonts.googleapis.com/css?family=Droid+Serif:400,400italic' rel='stylesheet' type='text/css'>
  246. <link href='http://fonts.googleapis.com/css?family=Clicker+Script' rel='stylesheet' type='text/css'>
  247.  
  248.  
  249.  
  250. <link href='http://fonts.googleapis.com/css?family=Electrolize' rel='stylesheet' type='text/css'>
  251. <link href='http://fonts.googleapis.com/css?family=Scada' rel='stylesheet' type='text/css'>
  252. <link href='http://fonts.googleapis.com/css?family=Grand+Hotel' rel='stylesheet' type='text/css'>
  253. <link href='http://fonts.googleapis.com/css?family=Englebert' rel='stylesheet' type='text/css'>
  254.  
  255. <link rel="stylesheet" href="http://static.tumblr.com/5dbytsa/VYmmcwtwj/entrada.css" media="screen"/>
  256. <link href='http://fonts.googleapis.com/css?family=Courgette' rel='stylesheet' type='text/css'>
  257. <link href='http://fonts.googleapis.com/css?family=Wire+One' rel='stylesheet' type='text/css'><link href='http://fonts.googleapis.com/css?family=Ubuntu+Mono' rel='stylesheet' type='text/css'>
  258. <link href='http://fonts.googleapis.com/css?family=Swanky+and+Moo+Moo' rel='stylesheet' type='text/css'>
  259. <!------------------eita duh--------------------->
  260. <link href='http://fonts.googleapis.com/css?family=Megrim' rel='stylesheet' type='text/css'>
  261.  
  262. <script type="text/javascript">
  263. // <![CDATA[
  264. var speed=100; //
  265. var height=3; //
  266. var alink="/"; // page to link text to (set to ="" for no link)
  267.  
  268. /****************************
  269. ****************************/
  270. var wobtxt, wobble, wobcnt=0;
  271. window.onload=function() { if (document.getElementById) {
  272. var i, wobli;
  273. wobble=document.getElementById("wobble");
  274. wobtxt=wobble.firstChild.nodeValue;
  275. while (wobble.childNodes.length) wobble.removeChild(wobble.childNodes[0]);
  276. for (i=0; i<wobtxt.length; i++) {
  277. wobli=document.createElement("span");
  278. wobli.setAttribute("id", "wobb"+i);
  279. wobli.style.position="relative";
  280. wobli.appendChild(document.createTextNode(wobtxt.charAt(i)));
  281. if (alink) {
  282. wobli.style.cursor="pointer";
  283. wobli.onclick=function() { top.location.href=alink; }
  284. }
  285. wobble.appendChild(wobli);
  286. }
  287. setInterval("wobbler()", speed);
  288. }}
  289.  
  290. function wobbler() {
  291. for (var i=0; i<wobtxt.length; i++) document.getElementById("wobb"+i).style.top=Math.round(height*Math.sin(i+wobcnt))+"px"
  292. wobcnt++;
  293. }
  294. // ]]>
  295. </script>
  296.  
  297.  
  298. <script language="javascript">
  299. var mensagem="Desculpa, desce a página pelo scroll.";
  300. function clickIE() {if (document.all) {(mensagem);return false;}}
  301. function clickNS(e) {if
  302. (document.layers||(document.getElementById&&!document.all)) {
  303. if (e.which==2||e.which==3) {alert(mensagem);return false;}}}
  304. if (document.layers)
  305. {document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;}
  306. else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}
  307. document.oncontextmenu=new Function("return false")
  308. </script>
  309.  
  310. <title>{Title}</title>
  311.  
  312. <link href='http://fonts.googleapis.com/css?family=Grand+Hotel' rel='stylesheet' type='text/css'>
  313.  
  314.  
  315. <link href='http://fonts.googleapis.com/css?family=Cuprum' rel='stylesheet' type='text/css'>
  316.  
  317. <link href='http://fonts.googleapis.com/css?family=Istok+Web' rel='stylesheet' type='text/css'>
  318.  
  319.  
  320.  
  321. <link href='http://fonts.googleapis.com/css?family=Dosis' rel='stylesheet' type='text/css'>
  322.  
  323.  
  324. <link href='http://fonts.googleapis.com/css?family=Give+You+Glory' rel='stylesheet' type='text/css'>
  325.  
  326. <link href='http://fonts.googleapis.com/css?family=Carme' rel='stylesheet' type='text/css'>
  327.  
  328. <script src="http://static.tumblr.com/ikeq9mi/DfYl6o46t/scrolltotop.min.js"></script>
  329.  
  330. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.6/jquery.min.js"></script>
  331. <script type="text/javascript" src="http://static.tumblr.com/8yo5xxv/AEwm171ey/jquery.lettering.js"></script>
  332. <script type="text/javascript" src="http://static.tumblr.com/8yo5xxv/rejm171fx/jquery.easing.1.3.js"></script>
  333. <script type="text/javascript" src="http://static.tumblr.com/8yo5xxv/2rOm171gi/jquery.hoverwords.js"></script>
  334.  
  335. <script type="text/javascript">
  336. $(window).load(function(){
  337. $('#sl_menu').find('li:not(:last) > a')
  338. .hoverwords({ overlay:true })
  339. .end()
  340. .find('li:last > a')
  341. .hoverwords({ overlay:true , dir:'rightleft' });
  342. $('#example1').hoverwords({ delay:50 });
  343. $('#example2').hoverwords();
  344. $('#example3').hoverwords();
  345. $('#example4').hoverwords({ overlay:true});
  346. $('#example5').hoverwords({ delay:60 });
  347. });
  348. </script>
  349.  
  350.  
  351. <link rel="shortcut icon" href="{Favicon}">
  352. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  353. {block:Description}
  354. <meta name="description" content="{MetaDescription}" />
  355. {/block:Description}
  356.  
  357. <style type="text/css">
  358.  
  359. body {background-color: {color:background}; font-family: calibri; color: {color:text}; text-align: center; font-size: 12px; background-image:url('{image:backgroundtheme}'); background-attachment: fixed; }
  360.  
  361. a {color: {color:link}; text-decoration: none; }
  362. a:hover {color: {color:link hover}; background-color: transparent; text-decoration: none;}
  363.  
  364. p {margin: 6px 0 0 0}
  365.  
  366. blockquote{border-left: 0px solid {color:post}; margin:0px 0px 0px 0px; padding-left:0px; border-bottom:0px;}
  367.  
  368. /* Chat por Anna (livelikeasuicide) *********/
  369. .chat {background: {color:backgroundbox}; margin: 0; font-size:
  370. 9px; font-family: trebuchet ms;}
  371. .chat .chat1 {margin-left: 0px;}
  372. .chat .chat1 .chat2 {background: {color:chat1}; color:{color:chatcolor};
  373. margin-bottom: 1px; padding: 3px 4px 3px 4px;} /* Primeira linha */
  374. .chat .chat1 .chat2.even {background: {color:chat2};
  375. color: {color:chatcolor};} /* Segunda linha */
  376. .chat .chat1 .chat2 span{font-weight: bold;}
  377.  
  378. #conteudo {width: 1000px; margin-top: 0px; padding: 5px; margin-left:400px;}
  379.  
  380. .posts {float: left; width: 250px;background:{color:backgroundbox};;margin:2px;padding:2px;-webkit-transition-duration: .99s;text-align:left;border: 1px solid {color:border};opacity:1 margin-left:200px;}
  381. .posts img {max-width:250px;}
  382. .posts2 { width: 505px;background:{color:backgroundbox};padding:2px; margin:2px;-webkit-box-shadow: 0px 5px 6px -5px {color:Shadow};text-align:left;
  383. -moz-box-shadow: 0px 5px 6px -5px {color:Shadow};opacity:1;text-align:left;
  384. box-shadow: 0px 5px 6px -5px {color:Shadow};-webkit-transition: all 0.2s ease-in-out;-moz-transition: all 0.2s ease-in-out;-o-transition: all 0.2s ease-in-out;transition: all 0.2s ease-in-out;}
  385. .bordasm4{width:200px;height:230px;background:{color:backgroundbox}; padding: 2px; }
  386. .bordass{width:50px;height:50px;background:{color:backgroundbox}; padding: 5px; margin:5px; }
  387. .imageborda{-webkit-transition: all 1.0s ease-out; -moz-transition: all 1.0s ease-out;border-radius:0px;}
  388. .imageborda:hover{-webkit-transition: all 1.0s ease-out; -moz-transition: all 1.0s ease-out;}
  389.  
  390. #total{width:800px;margin:30px;}
  391.  
  392. #sidebar {width:235px; padding: 0px;margin-top:37px;margin-left:0px; height:100%;float:left; position:fixed;}
  393. @font-face {font-family: "pacifico";src: url(http://static.tumblr.com/ufwwwyn/Do8m4xui1/pacifico.ttf) format("truetype");}
  394.  
  395.  
  396.  
  397. #tumblr_controls{position: fixed!important}
  398. #tumblr_controls{position: fixed!important}
  399. #tumblr_controls{position: fixed!important}
  400. #tumblr_controls{position: fixed!important}
  401.  
  402. ::-webkit-scrollbar{width:6px;height:3px;}
  403. ::-webkit-scrollbar-button:start:decrement
  404. ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;}
  405. ::-webkit-scrollbar-track-piece{background-color:{color:backgroundbox};-webkit-border-radius:0;-webkit-border-bottom-right-radius:0px;-webkit-border-bottom-left-radius:0px;}
  406. ::-webkit-scrollbar-thumb:vertical{height:50px; background:{color:scroll};-webkit-border-radius:px;}
  407. ::-webkit-scrollbar-thumb:horizontal{width:50px; background-color:{color:scroll};-webkit-border-radius:px;}
  408.  
  409.  
  410. .imagem {opacity:1;position: absolute; width:250px; height:270px; margin-left:100px; margin-top: 185px;position:fixed;border:1px solid {color:border};}
  411. .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:250px; width: 230px; background-color: #000; padding:0px; border:10px solid {color:background};margin-left:0px; margin-top:0px;}
  412. .imagem:hover #haha3 #ha {margin-top:-52px; opacity:1; -webkit-transition: 0.9s ease-in;
  413. -moz-transition: 0.9s ease-in; transition: 0.9s ease-in; }
  414.  
  415.  
  416. .imagem:hover img.top, .cf4.hover_effect img.top {opacity:0}
  417.  
  418. .imagem:hover img.bottom, .cf4.hover_effect img.bottom {filter:gray;opacity:1;}
  419.  
  420.  
  421.  
  422.  
  423.  
  424. .sidebar {width:220px; position:fixed;font-size:9px;margin-top:102px;}
  425.  
  426.  
  427.  
  428.  
  429. a:link, a:visited, a:active {color:{color:link} ; text-shadow: 0 0px 0px #ffffff; letter-spacing: 0.02em; text-decoration: none;;}
  430. a:hover {color: {color:linkhover}; -webkit-transition-duration: .99s; }
  431. @font-face { font-family: 'Yanone Kaffeesatz'; font-style: normal; font-weight: 700; src: local('Yanone Kaffeesatz Bold'), local('YanoneKaffeesatz-Bold'), url(http://themes.googleusercontent.com/static/fonts/yanonekaffeesatz/v4/We_iSDqttE3etzfdfhuPRWwXwFHHZlCwprwJOQ-Se7k.woff) format('woff'); }
  432.  
  433.  
  434.  
  435. ::-moz-selection
  436. {
  437. background: {color:background};
  438. color: {color:letras};
  439. }
  440. ::selection
  441. {
  442. background:{color:background};
  443. color:{color:letras};
  444. }
  445.  
  446. /***BOXNOTES Simone (cerejadosundae)***/
  447. .posts .boxnotes2 {z-index: 11;width:250px;
  448. margin-left:5px; width:auto;padding:1px;
  449. text-align: left; border-radius:4px;
  450. position: absolute;margin-top: 5px; text-transform:uppercase;
  451. line-height: 25px; font-family:calibri;font-size:10px;opacity: 0;
  452. -webkit-transition: all 0.4s ease;-moz-transition: all 0.5s ease;
  453. -o-transition: all 0.5s ease;transition: all 0.5s ease;}
  454.  
  455. .posts:hover .boxnotes2 {opacity: 1;margin-top:5px; }
  456. .boxnotes2 img{margin:1px;}
  457.  
  458. /***BOXNOTES Simone (cerejadosundae)***/
  459. .posts .boxnotesm {z-index: 11;width:250px;background: rgba(0, 0, 0, 0.0);
  460. margin-left:35px; width:auto;padding:2px;
  461. text-align: left; border-radius:3px;
  462. position: absolute;margin-top: 8px; text-transform:uppercase;
  463. line-height: 15px; font-family:calibri;font-weight:bold;font-size:10px;opacity: 0;
  464. -webkit-transition: all 0.4s ease;-moz-transition: all 0.5s ease;
  465. -o-transition: all 0.5s ease;transition: all 0.5s ease;}
  466. .posts .boxnotesm a {color:#fff;text-shadow: 2px 2px 2px #000;}
  467. .posts:hover .boxnotesm {opacity: 1; }
  468.  
  469.  
  470. .bordasm2 {background:{color:extras}; padding: 2px;width:18px;}
  471.  
  472. h1{color:{color:title}!important;font-family:calibri; font-style:normal;font-size:15px;line-height:15px;font-weight:normal;margin:0px;padding:0px;margin-bottom:2px;text-align:left;letter-spacing: 0px;}
  473. @font-face { font-family: "folks"; src: url('http://static.tumblr.com/zvqacv0/lptm7vt4g/that__s_font_folks_.ttf'); }
  474.  
  475. .trackid {padding: 8px;
  476. background: {color:background};
  477. color: {color:letras};
  478. margin-top: 1px;
  479. margin-left: 1px;
  480. margin-right: 1px;
  481. }
  482. .trackid2 {padding: 2px;
  483. background: {color:background};
  484. color: {color:backgroundbox};
  485. margin-top: 1px;
  486. margin-left: 1px;
  487. margin-right: 1px;}
  488.  
  489.  
  490.  
  491. b, strong, bold {color: {color:letras};}
  492.  
  493. u,underline {color: {color:letras}; border-bottom: 1px dotted {color:letras}; text-decoration:none; }
  494.  
  495. i, em{color: {color:letras}; }
  496.  
  497.  
  498. .quote {margin: 0; padding: 5px; font: normal 12px 'calibri'; text-align: justify;}
  499. .qsource { text-align:left;font: normal 12px 'calibri'; margin-top: 8px;color: {color:letras};margin-bottom:1px;border-top: 0px solid {color:background};}
  500.  
  501.  
  502.  
  503. @font-face {font-family: "discoverbeauty";src: url('http://static.tumblr.com/nf5qb3y/3ptm2vwot/discoverbeauty.ttf') format("truetype");}
  504.  
  505.  
  506.  
  507. .tag{font-family:calibri; font-size: 10px;font-style:normal;background: {color:background};margin-top:5px;width:295px;margin-left:0px;padding:3px;text-transform:uppercase;border-top:1px solid {color:bordinha};text-align:center;}
  508. .date {font-family: trebuchet ms; font-size: 9px; text-transform:uppercase;}
  509.  
  510. .date {width: 99%;height:17px; font-weight:normal; text-align:center; letter-spacing:1px; padding:3px; margin-bottom: 1px; text-shadow:0 0px 0px #fff; font-size: 8px; font-family:trebuchet ms; font-size:8px; text-transform:uppercase;float:right;margin-left:100px;line-height:20px;margin-top:2px;}
  511.  
  512.  
  513. @font-face { font-family: "ronda"; src: url('http://static.tumblr.com/rmj06l2/kcLlo1q2y/pf_ronda_seven.ttf'); }
  514.  
  515.  
  516. #scrollToright:link,#scrollToTop:visited { color: transparent; background-color: transparent; display: none; position: fixed; right: 0px; right: 0px;}
  517. #aspas{
  518. position:absolute;
  519. margin-left:3px;
  520. margin-top:-10px;
  521. font-size:60px;
  522. opacity:0.3;
  523. filter: alpha(opacity = 90);
  524. color: {color:extras};
  525.  
  526. }
  527.  
  528. pagesm {background:transparent; background:{color:backgroundbox}; margin:4px; padding:0px; margin-bottom:-0px; text-align:center; letter-spacing:1px; font-family:'Trebuchet ms'; font-size:10px; font-style:bold;padding:2px;line-height:25px;}
  529.  
  530.  
  531.  
  532. /*** Ask Por Simone (cerejadosundae)***/
  533. .ask {width: 97%; background:#eee; font-weight:normal; padding:3px; margin-bottom: 1px; color:#333; font-size: 11px; }
  534. .asker {width: 97%;height:18px; background:#b6b7b8; font-weight:normal; padding:3px; margin-bottom: 1px; color:#fff; font-size: 10px;text-align:left;line-height:20px;text-transform:uppercase;font-family: calibri;}
  535. .asker a{background:#; color:#fff;}
  536. .askborder {width:38px;float: left; display: inline; margin-bottom: 2px;margin-left:-3px;border: 3px solid #b6b7b8;margin-top:-3px;}
  537. .resposta {background:#ffff; font-weight:normal; padding:10px; margin-bottom: 1px; text-shadow:0 0px 0px #fff;color:{color:text}; font-size: 11px; }
  538.  
  539.  
  540. ol.notes { display : block;border-left : 1px solid {color:extras}background-repeat : no-repeat;vertical-align : middle;text-decoration : none;margin-bottom : 1px;background: {color:backgroundtheme}; list-style-type: none; font-size: 10px;}
  541. ol.notes li.note {border-top: solid 1px {color:backgroundbox}; padding: 4px;}
  542. ol.notes li.note img.avatar {display: normal;}
  543. ol.notes li.note span.action {font-weight: none;}
  544. ol.notes li.note .answer_content {font-weight: normal;}
  545. ol.notes li.note blockquote {display: none;}
  546. ol.notes li.note blockquote a {text-decoration: none;}
  547. ful { list-style: none; }
  548. ol { list-style-position: inside; }
  549. * { margin: 0; padding: 0; outline: none; }
  550. .caixa2 {overflow: hidden;background: {color:backgroundbox}; padding: 7px;
  551. font-family: Verdana, Geneva, sans-serif;
  552. color: {color:letras};text-align: justify;outline: 0px solid #; margin-bottom: 1px;width:495px;}
  553. .extra {border-left: 10px solid {color:extras}; display : block;background-repeat : no-repeat;text-indent : 5px;vertical-align : middle;text-decoration : none;margin-bottom : 1px;background:{color:background}; line-height: 13px;-webkit-transition-duration: .49s;font-family:calibri;padding:4px;}
  554. .extrass {border-left: 25px solid {color:extras}; display : block;background-repeat : no-repeat;text-indent : 5px;vertical-align : middle;text-decoration : none;margin-bottom : 1px;background: {color:background}; line-height: 13px;-webkit-transition-duration: .49s;font-family:calibri;padding:4px;}
  555. .extras {border-left: 15px solid {color:extras}; display : block;background-repeat : no-repeat;text-indent : 5px;vertical-align : middle;text-decoration : none;margin-bottom : 1px;background: {color:background}; line-height: 13px;-webkit-transition-duration: .49s;font-family:calibri;padding:4px;}
  556. .extrasss {border-left: 20px solid {color:extras}; display : block;background-repeat : no-repeat;text-indent : 5px;vertical-align : middle;text-decoration : none;margin-bottom : 1px;background: {color:background}; line-height: 13px;-webkit-transition-duration: .49s;font-family:calibri;padding:4px;}
  557.  
  558. .extra:hover{border-left: 20px solid {color:extras};}
  559. .extras:hover{border-left: 30px solid {color:extras};}
  560. .extrasss:hover{border-left: 40px solid {color:extras};}
  561. .extrasss a{font-family:consolas;}
  562. .extrass:hover{border-left: 50px solid {color:extras};}
  563. .extra a {padding-right: 6px; color: {color:letras}; }
  564.  
  565.  
  566.  
  567. .credit {position:fixed; left:0px; top:10px; width:44px; line-height:11px; font:9px calibri; padding:3px; z-index:400}
  568. .credit a {text-transform:uppercase; color:{color:link}}
  569. .outro {position:fixed; right:10px; top:40px; width:100px; line-height:11px; font:9px calibri; padding:3px; z-index:400; border:2px solid #56aca9;}
  570. .outro a {text-transform:uppercase; color:{color:link}}
  571.  
  572.  
  573.  
  574. .frase {width:250px; position:fixed; margin-left:110px;height:20px;margin-top:123px; font-size: 15px; font-family:Georgia;font-style:italic;text-align:justify; color:{color:frase}; z-index:11; padding:3px;line-height:25px;}
  575.  
  576.  
  577. .frasetwo {width:250px; position:fixed; margin-left:88px;height:20px;margin-top:140px; font-size: 11px; font-family:Calibri;font-style:italic;text-transform:uppercase;text-align:right; color:{color:frase}; z-index:11; padding:3px;line-height:25px;}
  578.  
  579.  
  580. /* pagina */
  581.  
  582. .oizinho {font-family: calibri;text-transform:uppercase; position: fixed; margin-left: 168px; margin-top: 420px; font-size:10px; z-index: 0;}
  583. .oizinho a {color: {color:pagina}; background-color:transparent;text-transform:uppercase;}
  584. .oizinho a:hover {color: {color:link} ;text-transform:uppercase;text-decoration:underline;}
  585.  
  586. .oizinho2 {font-family: calibri; text-transform:uppercase; position: fixed; margin-left: 143px; margin-top: 420px; font-size: 10px; z-index: 0;}
  587. .oizinho2 a {color:{color:pagina} ; background-color:transparent;text-transform:uppercase;}
  588. .oizinho2 a:hover {color: {color:link} ;text-transform:uppercase;text-decoration:underline;}
  589.  
  590. #sspagination {width: 204px; margin-left: 125px; margin-top: 460px; position:fixed; overflow:hidden; background-color: none; padding:3px;font-family: calibri; font-size: 9px; text-align: center; letter-spacing: 1px; height: 13px;;text-shadow:1px 1px 1px {color:texthover};}
  591. #sspagination a {background: {color:none}; margin: 0 1px 0 0; padding: 6px 4px; color: {color:pagina};}
  592.  
  593. #page {font-family: verdana; font-size: 8px; text-align: left;}
  594.  
  595. #page a {background:{color:entry}; margin: 0 2px 0 0; padding: 3px 5px; color: {color:text}; font-style:bold; -moz-border-bottom-right-radius: 20px; border-bottom-right-radius: 20px; -moz-border-bottom-left-radius: 20px; border-bottom-left-radius: 20px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;font-size: 8px; margin-left: 0px}
  596.  
  597. #page a:hover {background: {color:entry}; color: {color:text}; font-style:bold; opacity:1.0;}
  598.  
  599. #page span.pagina_atual {background: {color:entry}; margin: 0 1px 0 0; padding: 3px 5px;; color:{color:border}; font-weight: none; text-decoration: none; -moz-border-bottom-right-radius: 20px; border-bottom-right-radius: 20px; -moz-border-bottom-left-radius: 20px; border-bottom-left-radius: 20px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;}
  600.  
  601.  
  602. #pages{ font-family: calibri; position: fixed; margin-top:460px; margin-left:190px; width: autopx; height:autopx; background-color: #trans; color: {color:text}; font-size:9px; text-align:center; padding: 4px;letter-spacing: 2px;}
  603.  
  604.  
  605. /* links */
  606.  
  607. #joblinks {width:70px; height: 131px; float: left; margin-left:15px; margin-top: 135px; padding: 0px; text-align: center; position: fixed; -webkit-transition: all 1s ease-out; -moz-transition: all 1s ease-out;}
  608. #joblinks a {float: left; color: {color:links}; margin-left: 1px; font-family:times new roman; font-size: 18px; font-style:italic; text-align: center; margin-top: 3px; height: 20px; width: 60px; color:{links}; line-height: 31px; letter-spacing: 0px; text-transform: lowercase; -webkit-transition: all .5s ease-out; -moz-transition: all .5s ease-out; background-color:#; text-transform: lowercase; background: url; text-shadow:0px 0px 1px #000;;border-bottom: 0px dotted {color:rborda1};border-top: 0px dotted {color:rborda1};;text-shadow:1px 1px 1px{color:texthover};}
  609. #joblinks a:hover{font-size:20px; color:{color:links};text-shadow:{color:shadow} 2px 5px 3px;opacity:1;}
  610.  
  611. /* links para coiso do coisar hahaha */
  612.  
  613. #jobslinks {width:250px; height: px; float: left; margin-left:-30px; margin-top: 100px; padding: 0px; text-align: center; position: fixed; -webkit-transition: all 1s ease-out; -moz-transition: all 1s ease-out;}
  614. #jobslinks a {float: left; color:#fff; margin-left: 1px; font-family:Sacramento; font-size: 25px; font-style:italic; text-align: center; margin-top: 3px; height: 30px; width: 100px; ; line-height: 35px; letter-spacing: 0px; -webkit-transition: all .5s ease-out; -moz-transition: all .5s ease-out; background-color:#; text-shadow:0px 0px 1px #000;;border: 0px dotted {color:rborda1};text-shadow:1px 1px 1px #000 text-transform:uppercase;}
  615. #jobslinks a:hover{font-size:20px; color:#fff;text-shadow:#000 2px 5px 3px;opacity:1;}
  616.  
  617.  
  618.  
  619. .jojo {width:195px; margin-top:167px; position: fixed; margin-left:160px; text-align:justify; padding:3px; z-index:100; border-top: 0px solid {color:rborda1};}
  620. .jojo a {font:9px calibri; text-transform:uppercase; text-align:justify; -moz-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; transition: all 1s ease-in-out; -webkit-transition: all 0.4s ease-in-out; border-bottom:0px solid {color:sidebar}; color:{color:links}; line-height:10px;letter-spacing: 1px; ;text-shadow:1px -20px 0px transparent;-webkit-transition-duration: .50s}
  621. .jojo a:hover {color:{color:linkshover}; text-shadow:1px 0px 0px {color:linkshover};color:transparent;}
  622. .jojo:hover{text-shadow:1px 0px 0px {color:shadow};}
  623.  
  624. #seta {width: 0px; position: fixed; padding: 3px; background-color: transparent; margin-left: 130px; margin-top: 155px; color: {color:border}; font-size: 30px; -webkit-transform: rotate(-45deg);border:0px solid {color:border};}
  625.  
  626.  
  627.  
  628.  
  629. #linha {background-color:{color:post}; width: 250px; height: 50px; position:fixed; margin-top: 119px; margin-left:100px; position: fixed; background-image:{color:background}; background-attachment: fixed; -webkit-border-radius: 20px 20px 20px 20px;border:1px solid {color:border};}
  630.  
  631. /* jobs */
  632.  
  633. .descri {font-size: 11px; width: 200px; height: 10px; position:fixed; margin-left: 125px; color:{color:escrita};text-transform: ;font-family:calibri ;font-style:normal;margin-top:315px; padding: 0px; text-align:center;border-left:0px solid {color:risco}; border-right: 0px solid {color:risco};border-top:0px solid {color:risco};text-shadow: 1px 1px 1px {color:texthover};}
  634.  
  635.  
  636. @font-face {font-family: "pacifico";src: url(http://static.tumblr.com/ufwwwyn/Do8m4xui1/pacifico.ttf) format("truetype");}
  637. /***AQUI É O MENU OU SEJA O QUADRADINHO***/
  638. #fade {display: none;background:#fff; position: fixed; left: 0; top: 0; width: 150%; height: 150%; opacity: .80; z-index: 9999;border: 1px dotted #868585;}
  639. .popup_block{display: none;font-family:'Pacifico';border-bottom: 3px solid #000;background:#fff;; padding: 20px; border: 1px dotted #868585; float: left; font-size: 20px; position: fixed; top: 50%; left: 50%; z-index: 99999;-webkit-box-shadow: 0px 0px 0px #000; -webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px;}
  640. img.btn_close {float: right; margin: -55px -55px 0 0;}
  641. *html #fade {position: absolute;}
  642. *html .popup_block {position: absolute;}
  643.  
  644. @font-face { font-family: "existance"; src: url('http://static.tumblr.com/u37ad6e/OCIm7s3av/existence-unicaselight.otf'); }
  645. @font-face { font-family: "craftygirls"; src: url('http://themes.googleusercontent.com/static/fonts/craftygirls/v0/0Sv8UWFFdhQmesHL32H8o3hCUOGz7vYGh680lGh-uXM.woff'); }
  646.  
  647.  
  648.  
  649.  
  650.  
  651. @font-face { font-family: "ronda"; src: url('http://static.tumblr.com/rmj06l2/kcLlo1q2y/pf_ronda_seven.ttf'); }
  652.  
  653.  
  654.  
  655. /* --- vish -----*/
  656.  
  657. .desejos {display : block; font-family: calibri; font-size: 10px; line-height: 15px; margin-bottom : 1px; vertical-align : middle; text-indent : 0px; padding: 2px 2px 2px 6px; background: #fff; border-bottom: 1px dotted #a3a0a0; color: #a3a0a0; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; text-align: left;;text-shadow:1px 1px 5px transparent; }
  658.  
  659. .desejos a{color:#000;text-shadow:1px -20px 0px transparent;-webkit-transition-duration: .50s;}
  660. .desejos:hover a{text-shadow:1px 1px 0px #000;color:transparent;}
  661. .desejos:hover{text-shadow:1px 1px 0px #774bb6;}
  662. .desejos img{opacity:0;-webkit-transition-duration: .50s;width:12px;margin-top:5px;margin-left:-15px;margin-right:5px;}
  663. .desejos:hover img{opacity:1;margin-left:0px;}
  664.  
  665. #link2 {width:270px; height: 23px; float: left; margin-left:-295px; margin-top: 378px; padding: 0px; text-align: center; position: fixed; -webkit-transition: all 1s ease-out; -moz-transition: all 1s ease-out; border-bottom: 0px solid #FF6EB4; border-right: 0px solid #FF6EB4; border-left: 0px solid #eea7c0; background-color:#1c1c1c ;}
  666. #link2 a {float: left; margin-left: 0px; font-family: Ubuntu Mono; font-size: 13px; text-align: center; margin-top: 3px; height: 18px; width: 209px; color:#000; line-height: 15px; letter-spacing: -1px; text-transform: lowercase; -webkit-transition: all .5s ease-out; -moz-transition: all .5s ease-out; font-style: normal; background-color:#4F4F4F; text-transform: lowercase; border-top: 0px solid #FF6EB4; border-bottom: 0px solid #FF6EB4;}
  667. #link2 a:hover{text-align: center; color:#FFC0CB; font-style: bold; background-color: ; letter-spacing: -1px;padding-left:30px;border-right:25px solid #de406d;border-left:2px solid #eee;background:#eee url(http://static.tumblr.com/ssvjggv/OWambushj/ilove.png) no-repeat left;}
  668.  
  669.  
  670.  
  671.  
  672. </style>
  673. {block:IndexPage}
  674.  
  675. <script src="http://static.tumblr.com/twte3d7/0pellzh2t/infinitescroll.js"></script>
  676.  
  677. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>
  678.  
  679.  
  680.  
  681.  
  682. <script type="text/javascript" src="http://static.tumblr.com/me5sfsd/12Qlmj66n/script.js"></script>
  683.  
  684. <script type="text/javascript">
  685. $(window).load(function(){
  686. var $wall = $('#conteudo');
  687. $wall.imagesLoaded(function(){
  688. $wall.masonry({
  689. itemSelector: '.posts',
  690. isAnimated : true
  691. });
  692. });
  693. $wall.infinitescroll({
  694. navSelector : "div#navigation",
  695. nextSelector : "div#navigation a#nextPage",
  696. itemSelector : '.posts',
  697. loadingImg : "http://th282.photobucket.com/albums/kk259/rxplastic/random%20gifs/th_t348183788_55788_6.gif",
  698. loadingText : "",
  699. donetext : " ",
  700. extraScrollPx : 1000,
  701. bufferPx : 10100,
  702. debug : false,
  703. errorCallback: function() {
  704. $('#infscr-loading').animate({opacity: .8},2000).fadeOut('normal');
  705. }},
  706. function( newElements ) {
  707. var $newElems = $( newElements );
  708. $newElems.hide();
  709. $newElems.imagesLoaded(function(){
  710. $wall.masonry( 'appended', $newElems, {isAnimated: true, animationOptions: {duration: 25, easing: 'linear', queue: false}}, function(){$newElems.fadeIn('slow');} );
  711. });
  712. }); $('#conteudo').show(500);
  713. });
  714. </script>
  715.  
  716. {/block:IndexPage}
  717.  
  718. </style>
  719.  
  720. <body onkeydown="return false"><!-- SCM Music Player http://scmplayer.net -->
  721. <script type="text/javascript" src="http://scmplayer.net/script.js"
  722. data-config="{'skin':'http://static.tumblr.com/uyap47f/Jt5mbx44y/skin.css','volume':50,'autoplay':true,'shuffle':true,'repeat':1,'placement':'bottom','showplaylist':false,'playlist':[{'title':'1','url':'http://www.youtube.com/watch?v=EHlSh3LEvxI'},{'title':'10','url':'http://www.youtube.com/watch?v=z5W7DVFKrcs%27'},{'title':'11','url':'http://www.youtube.com/watch?v=FUhQ_GIRq-A'},{'title':'12','url':'http://www.youtube.com/watch?v=x5M3sf0SZXY'},{'title':'13','url':'http://www.youtube.com/watch?v=rMqayQ-U74s&feature=ymg'},{'title':'14','url':'http://www.youtube.com/watch?v=qBMiYJ7kzbI&feature=related'},{'title':'15','url':'http://www.youtube.com/watch?v=4eWfRjyp2Nc'},{'title':'16','url':'http://www.youtube.com/watch?v=cSnkWzZ7ZAA'},{'title':'17','url':'http://www.youtube.com/watch?v=MDEDbJdWp0c'},{'title':'18','url':'http://www.youtube.com/watch?v=qdDyHo7Z2Vc'},{'title':'19','url':'http://www.youtube.com/watch?v=3wzq6xzITnI'},{'title':'2','url':'http://www.youtube.com/watch?v=ddWPRL-n52A&feature=related'},{'title':'20','url':'http://www.youtube.com/watch?v=Nfnr8ekYQwI'},{'title':'21','url':'http://www.youtube.com/watch?v=LE_VpCp5uwg&feature=relmfu'},{'title':'22','url':'http://www.youtube.com/watch?v=v-FVihIlU2g'},{'title':'23','url':'http://www.youtube.com/watch?v=S1jfdMixqZA'},{'title':'24','url':'http://www.youtube.com/watch?v=9SKFwtgUJHs'},{'title':'25','url':'http://www.youtube.com/watch?v=igskSurDhTQ'},{'title':'26','url':'http://www.youtube.com/watch?v=oVyO6EJ-FRg&feature=relmfu'},{'title':'27','url':'http://www.youtube.com/watch?v=oVyO6EJ-FRg&feature=relmfu'},{'title':'28','url':'http://www.youtube.com/watch?v=b1mvbOss7JQ'},{'title':'29','url':'http://www.youtube.com/watch?feature=player_embedded&v=LW7MD4p2dGs'},{'title':'3','url':'http://www.youtube.com/watch?v=diaHnF-zfEg'},{'title':'30','url':'http://www.youtube.com/watch?v=2F7-0yyrfWU'},{'title':'31','url':'http://www.youtube.com/watch?v=NzMRZdr5VKQ&feature=relmfu'},{'title':'32','url':'http://www.youtube.com/watch?v=ji8S5RaIfhY&feature=relmfu'},{'title':'33','url':'http://www.youtube.com/watch?v=6gMtD_6o2gY'},{'title':'34','url':'http://www.youtube.com/watch?v=zgEKLhvCCVA'},{'title':'35','url':'http://www.youtube.com/watch?v=qnjqNHB1bKw'},{'title':'36','url':'http://www.youtube.com/watch?v=fwK7ggA3-bU'},{'title':'37','url':'http://www.youtube.com/watch?v=1jJNa5zpNnk'},{'title':'38','url':'http://www.youtube.com/watch?v=SoLUiXEcm8Y'},{'title':'39','url':'http://www.youtube.com/watch?v=2wudGRoyj8s'},{'title':'4','url':'http://www.youtube.com/watch?v=tKJkgawDfEk'},{'title':'40','url':'http://www.youtube.com/watch?v=kYtGl1dX5qI'},{'title':'41','url':'http://www.youtube.com/watch?v=NOubzHCUt48'},{'title':'42','url':'http://www.youtube.com/watch?v=sgjbwDtZdkc'},{'title':'43','url':'http://www.youtube.com/watch?v=6mUwjhA8wlQ'},{'title':'44','url':'http://www.youtube.com/watch?v=kOGBIbqXwYE'},{'title':'45','url':'http://www.youtube.com/watch?v=7SxTyvOixJA'},{'title':'46','url':'http://www.youtube.com/watch?v=WUO46QOXoJw'},{'title':'5','url':'http://www.youtube.com/watch?v=lmkuvuEIbmM'},{'title':'6','url':'http://www.youtube.com/watch?v=TzxwOrT6Beo'},{'title':'7','url':'http://www.youtube.com/watch?v=-3D5FwwtNVM'},{'title':'8','url':'http://www.youtube.com/watch?feature=player_embedded&v=w2v0W76l7Fo#!'},{'title':'apx','url':'http://www.youtube.com/watch?v=rLAnl7B8tCc'},{'title':'9','url':'http://www.youtube.com/watch?v=cerDY4enfXg'},{'title':'she wolf','url':'http://www.youtube.com/watch?v=uweWiCLT8Eg'},{'title':'don%27t wake me up','url':'http://www.youtube.com/watch?v=QOowQeKyNkQ'},{'title':'troublemaker','url':'http://www.youtube.com/watch?v=4aQDOUbErNg'},{'title':'don%27t stop the party','url':'http://www.youtube.com/watch?v=i0vFid2tKbI'},{'title':'Don%27t You Worry Child','url':'http://www.youtube.com/watch?v=1y6smkh6c-0'},{'title':'feel this moment','url':'http://www.youtube.com/watch?v=Oy8073O2Gqw'},{'title':'dance the night away','url':'http://www.youtube.com/watch?v=R8XZwJw_8h8'},{'title':'nau falo, fim','url':'http://www.youtube.com/watch?v=kFfKb_WEkCE'}]}" ></script>
  723. <!-- SCM Music Player script end -->
  724.  
  725.  
  726.  
  727.  
  728.  
  729.  
  730. <div id="total">
  731. <div class="frase">{text:frase}</div>
  732. <div class="frasetwo">{text:frase2}</div>
  733.  
  734. <div id="linha"></div>
  735.  
  736. <div id="seta">◣</div>
  737.  
  738.  
  739.  
  740.  
  741. <div class="imagem" class="hover">
  742. <img class="bottom shadow" src="{image:sidebar}"style="-webkit-filter: grayscale(100%);">
  743. <img class="top shadow" src="{image:sidebar}" title="{title}"></div>
  744.  
  745.  
  746.  
  747. <div class="jojo">
  748. <a href="{text:Link1}">{text:Link1 Title} </a>
  749. <a href="{text:Link2}">{text:Link2 Title} </a>
  750. <a href="{text:Link3}">{text:Link3 Title} </a>
  751. <a href="#?w=500" rel="themesbyme" class="poplight">thmss</a>
  752.  
  753. <a href="{text:Link5}">{text:Link5 Title} </a>
  754. <a href="http://estremecida.tumblr.com" title="all theme estremecida + cerejadosundae don't copy bitch">@</a>
  755. </div>
  756.  
  757.  
  758.  
  759. <div class="sidebar"></div>
  760.  
  761.  
  762.  
  763. <div class="credit"><a href="http://estremecida.tumblr.com" title="all theme estremecida + cerejadosundae don't copy bitch">credit</a></div>
  764.  
  765. <div id="pages"><div class="page">{block:Pagination}<div align="center" id="pagination">{block:PreviousPage}<a href="{PreviousPage}">«</a>{/block:PreviousPage}{{CurrentPage}of{TotalPages}{block:NextPage}}<a href="{NextPage}">»</a>{/block:NextPage}</div>{/block:Pagination}</div></a></div>
  766. </div>
  767. </div>
  768.  
  769.  
  770. <!-- TAGS PRINCIPAIS -->
  771. <div id="conteudo">
  772.  
  773. <div id="iluc">
  774. {block:Posts}
  775. <!-- TEXTO-->
  776. {block:Text}
  777. {block:IndexPage}
  778. <div class="posts">
  779.  
  780.  
  781.  
  782.  
  783.  
  784. {block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:IndexPage}
  785.  
  786.  
  787.  
  788. {block:PermalinkPage}<div class="posts2">{block:Title}<h1>{Title}</h1>{/block:Title}{Body}</div>{/block:PermalinkPage}
  789.  
  790. {block:IndexPage}
  791.  
  792. <div class="tag"><a href="{Permalink}">{TimeAgo}</a> · <a href="{ReblogURL}" target="_blank">Reblog</a> · <a class="notes" href="{Permalink}"><a href="{Permalink}"> {block:Date}{NoteCount} Notes{/block:Date}</a></a>
  793. {block:RebloggedFrom}<a href="{ReblogParentURL}"> (Via</a>{/block:RebloggedFrom} {block:ContentSource}<a href="{SourceURL}"target=blank>/source)</a>{/block:ContentSource}</a>
  794. </div>{/block:IndexPage}
  795. </div>
  796. {/block:Text}
  797.  
  798.  
  799.  
  800. <!-- PHOTO -->
  801. {block:Photo}{block:IndexPage}
  802. <div class="posts">
  803. <div class="boxnotes2">
  804. <a href="{ReblogURL}" target="_blank"><img src="http://static.tumblr.com/8yo5xxv/k7rm3zr0o/reblog.png"width="24"></a><div class="likep"> <a id="like{PostID}" href="javascript:likelink('{PostID}','{Permalink}','');"> <img src="http://static.tumblr.com/ifqwhnb/b6Lm5chs7/espa__o.png" width="23" alt="Like this post" id="likeimage{PostID}"/> </a>
  805. </div>
  806.  
  807. </div>
  808.  
  809. <div class="boxnotesm">
  810. {block:NoteCount}
  811. <a href="{Permalink}">{NoteCount}</a>{/block:NoteCount}
  812. </div>
  813.  
  814.  
  815.  
  816. <center><img src="{PhotoURL-500}" class="imageborda" ></center>
  817. {block:Caption}{Caption}{/block:Caption}</div>{/block:IndexPage}
  818.  
  819. {block:PermalinkPage}<div class="posts2"><img src="{PhotoURL-500}" width="400" >
  820. {block:Caption}{Caption}{/block:Caption}</div>{/block:PermalinkPage}
  821.  
  822.  
  823.  
  824. {/block:Photo}
  825.  
  826.  
  827. <!-- PHOTOSET -->
  828.  
  829. {block:Photoset}{block:IndexPage}
  830. <div class="posts"><div class="boxnotes2">
  831. <a href="{ReblogURL}" target="_blank"><img src="http://static.tumblr.com/8yo5xxv/k7rm3zr0o/reblog.png"width="24"></a><div class="likep"> <a id="like{PostID}" href="javascript:likelink('{PostID}','{Permalink}','');"> <img src="http://static.tumblr.com/ifqwhnb/b6Lm5chs7/espa__o.png" width="23" alt="Like this post" id="likeimage{PostID}"/> </a>
  832. </div>
  833.  
  834. </div>
  835.  
  836. <div class="boxnotesm">
  837. {block:NoteCount}
  838. <a href="{Permalink}">{NoteCount}</a>{/block:NoteCount}
  839. </div>
  840.  
  841.  
  842. <center>{Photoset-250}</center>{block:Caption}{Caption}{/block:Caption}</div>{/block:IndexPage}
  843. {block:PermalinkPage}<div class="posts2">{Photoset-400}
  844. {block:Caption}{Caption}{/block:Caption}</div>{/block:PermalinkPage}
  845.  
  846.  
  847. {/block:Photoset}
  848.  
  849.  
  850. <!-- QUOTE -->
  851.  
  852. {block:Quote}{block:IndexPage}
  853. <div class="posts">
  854.  
  855. <div id="aspas"></div>
  856. <div class="quote">{Quote}</div>
  857. {block:Source}<div class="qsource">- {Source}</div>{/block:Source}{/block:IndexPage}
  858.  
  859.  
  860. {block:PermalinkPage}<div class="posts2"><div id="aspas">❝</div>
  861. <div class="quote">{Quote}</div>
  862. {block:Source}<div class="qsource">- {Source}</div>{/block:Source}</div>{block:PermalinkPage}
  863.  
  864. {block:IndexPage}
  865.  
  866. <div class="tag"><a href="{Permalink}">{TimeAgo}</a> · <a href="{ReblogURL}" target="_blank">Reblog</a> · <a class="notes" href="{Permalink}"><a href="{Permalink}"> {block:Date}{NoteCount} Notes{/block:Date}</a></a>
  867. {block:RebloggedFrom}<a href="{ReblogParentURL}"> (Via</a>{/block:RebloggedFrom} {block:ContentSource}<a href="{SourceURL}"target=blank>/source)</a>{/block:ContentSource}</a>
  868. </div></div>{/block:IndexPage}
  869.  
  870. {/block:Quote}
  871.  
  872.  
  873. <!-- LINK -->
  874. {block:Link}{block:IndexPage}
  875. <div class="posts">
  876.  
  877.  
  878.  
  879. <h1><a href="{URL}">{Name}</a></h1>
  880. {block:Description}{Description}{/block:Description}
  881. {/block:IndexPage}
  882.  
  883. {block:PermalinkPage}<div class="posts2"><h1><a href="{URL}">{Name}</a></h1>
  884. {block:Description}{Description}{/block:Description}</div>{/block:PermalinkPage}
  885.  
  886. {block:IndexPage}
  887.  
  888. <div class="tag"><a href="{Permalink}">{TimeAgo}</a> · <a href="{ReblogURL}" target="_blank">Reblog</a> · <a class="notes" href="{Permalink}"><a href="{Permalink}"> {block:Date}{NoteCount} Notes{/block:Date}</a></a>
  889. {block:RebloggedFrom}<a href="{ReblogParentURL}"> (Via</a>{/block:RebloggedFrom} {block:ContentSource}<a href="{SourceURL}"target=blank>/source)</a>{/block:ContentSource}</a>
  890. </div></div>{/block:IndexPage}
  891.  
  892. {/block:Link}
  893.  
  894.  
  895. <!-- CHAT -->
  896.  
  897. {block:Chat}{block:IndexPage}
  898. <div class="posts">
  899.  
  900.  
  901.  
  902.  
  903. <div class="chat">
  904. <div class="chat1">
  905. {block:Lines}
  906. <div class="chat2 {Alt}">
  907. {block:Label}
  908. <b>{Label}</b>
  909. {/block:Label}
  910. {Line}</div>
  911. {/block:Lines}
  912. </div>
  913. </div>{/block:IndexPage}
  914.  
  915. {block:PermalinkPage}<div class="posts2">
  916.  
  917. <div class="chat">
  918. <div class="chat1">
  919. {block:Lines}
  920. <div class="chat2 {Alt}">
  921. {block:Label}
  922. <b>{Label}</b>
  923. {/block:Label}
  924. {Line}</div>
  925. {/block:Lines}
  926. </div>
  927. </div></div>{/block:PermalinkPage}
  928.  
  929. {block:IndexPage}
  930.  
  931. <div class="tag"><a href="{Permalink}">{TimeAgo}</a> · <a href="{ReblogURL}" target="_blank">Reblog</a> · <a class="notes" href="{Permalink}"><a href="{Permalink}"> {block:Date}{NoteCount} Notes{/block:Date}</a></a>
  932. {block:RebloggedFrom}<a href="{ReblogParentURL}"> (Via</a>{/block:RebloggedFrom} {block:ContentSource}<a href="{SourceURL}"target=blank>/source)</a>{/block:ContentSource}</a>
  933. </div>{/block:IndexPage}
  934. </div>
  935. {/block:Chat}
  936.  
  937.  
  938.  
  939. <!-- AUDIO -->
  940.  
  941. {block:Audio}{block:IndexPage}
  942. <div class="posts">
  943.  
  944. {block:IfAudiopreto}<div class="audiofdp"><center>{AudioPlayerBlack}</center></div>{/block:IfAudiopreto}
  945. {block:IfAudiocinza}<div class="audiofdc"><center>{AudioPlayerGrey}</center></div>{/block:IfAudiocinza}
  946. {block:Caption}{Caption}{/block:Caption}
  947. {/block:IndexPage}
  948.  
  949. {block:PermalinkPage}<div class="posts2">
  950.  
  951. {block:IfAudiopreto}<div class="audiofdp"><center>{AudioPlayerBlack}</center></div>{/block:IfAudiopreto}
  952. {block:IfAudiocinza}<div class="audiofdc"><center>{AudioPlayerGrey}</div>{/block:IfAudiocinza}
  953. {block:Caption}{Caption}{/block:Caption}</div></center>{/block:PermalinkPage}
  954. {block:IndexPage}
  955.  
  956.  
  957. <div class="tag"><a href="{Permalink}">{TimeAgo}</a> · <a href="{ReblogURL}" target="_blank">Reblog</a> · <a class="notes" href="{Permalink}"><a href="{Permalink}"> {block:Date}{NoteCount} Notes{/block:Date}</a></a>
  958. {block:RebloggedFrom}<a href="{ReblogParentURL}"> (Via</a>{/block:RebloggedFrom} {block:ContentSource}<a href="{SourceURL}"target=blank>/source)</a>{/block:ContentSource}</a>
  959. </div>{/block:IndexPage}
  960.  
  961. </div>
  962. {/block:Audio}
  963.  
  964.  
  965. <!-- VIDEO-->
  966.  
  967. {block:Video}{block:IndexPage}
  968. <div class="posts">
  969.  
  970.  
  971.  
  972. {block:IndexPage}<center>{Video-250}</center>
  973. {block:Caption}{Caption}{/block:Caption}<div class="tag"><a href="{Permalink}">{TimeAgo}</a> · <a href="{ReblogURL}" target="_blank">Reblog</a> · <a class="notes" href="{Permalink}"><a href="{Permalink}"> {block:Date}{NoteCount} Notes{/block:Date}</a></a>
  974. {block:RebloggedFrom}<a href="{ReblogParentURL}"> (Via</a>{/block:RebloggedFrom} {block:ContentSource}<a href="{SourceURL}"target=blank>/source)</a>{/block:ContentSource}</a>
  975. </div></div>{/block:IndexPage}
  976. {block:PermalinkPage}<div class="posts2"><center>{Video-250}
  977.  
  978. {block:Caption}{Caption}{/block:Caption}</div>{/block:PermalinkPage}
  979.  
  980.  
  981.  
  982. {/block:Video}
  983.  
  984.  
  985.  
  986. <!-- ASKER -->
  987.  
  988. {block:Answer}{block:IndexPage}
  989. <div class="posts">
  990.  
  991. <div class="asker"><img src="{AskerPortraitURL-64}"align="left" class="askborder"/>Pergunta feita por: {Asker}</div>
  992. <div class="ask">{Question} </div>
  993. <div class="resposta">{Answer}</div>
  994. <div class="tag"><a href="{Permalink}">{TimeAgo}</a> · <a class="notes" href="{Permalink}"><a href="{Permalink}"> {block:Date}{NoteCount} Notes{/block:Date}</a></a>
  995. </div>
  996. {/block:IndexPage}{block:PermalinkPage}<div class="posts2"><div class="asker"><img src="{AskerPortraitURL-64}"align="left" class="askborder"/>Pergunta feita por: {Asker}</div>
  997. <div class="ask">{Question} </div>
  998. <div class="resposta">{Answer}</div>
  999. {/block:PermalinkPage}
  1000.  
  1001.  
  1002.  
  1003. </div>
  1004. {/block:Answer}
  1005.  
  1006. {block:PostNotes}
  1007.  
  1008.  
  1009. <center>
  1010. <div class="caixa2">
  1011. <div class="extra"> {block:RebloggedFrom} <a href="{ReblogParentURL}"> Via,</a> <a href="{ReblogRootURL}"> From,</a> {/block:RebloggedFrom} {block:ContentSource}<a href="{SourceURL}" target=blank> Source </a>. {/block:ContentSource} </div>
  1012. <div class="extras">
  1013. {DayOfMonth},<b> {Month}</b> de {Year}<br>
  1014. </div>
  1015. <div class="extrasss">
  1016. {block:HasTags}{/block:HasTags}
  1017. <span style="width:auto;">
  1018. {block:HasTags}
  1019. {block:Tags}
  1020. <a class="tag" href="{TagURL}">{Tag}</a>
  1021. {/block:Tags}
  1022. {/block:HasTags}</span>
  1023. <br>
  1024. </div>
  1025. <div class="extrass">
  1026. {NoteCount}
  1027. </div>
  1028. </div>
  1029. <div class="caixa2">
  1030. {PostNotes}
  1031. </div>
  1032. {/block:PostNotes}
  1033. {/block:Posts}
  1034.  
  1035. {block:IndexPage}
  1036. <div class="column navigation" id="navigation">
  1037. {block:Pagination}
  1038. {block:PreviousPage}<a href="{PreviousPage}" class="navigate">{/block:PreviousPage}{block:PreviousPage}</a>{/block:PreviousPage}
  1039. {block:NextPage}<a href="{NextPage}" class="navigate" id="nextPage">{/block:NextPage}{block:NextPage}</a>{/block:NextPage}{/block:Pagination}
  1040. </div>
  1041. {/block:IndexPage}
  1042. </center></div>
  1043. </div></div></div>
  1044. </div>
  1045. </div>
  1046. </div>
  1047. </div>
  1048. </div>
  1049.  
  1050. <br>
  1051.  
  1052.  
  1053.  
  1054. </div></div></div></div>
  1055.  
  1056.  
  1057.  
  1058. <div id="themesbyme" class="popup_block">
  1059.  
  1060. <big><font color='#CD3333'><center>Leiam isso antes de pegar algum theme</font></big></center>
  1061.  
  1062.  
  1063. <div class="desejos"><font color="#CD3333">↝ </font>Eu já fui plágiada umas duas vezes, portanto coloquei senha ok? Peça ela na ask!</div>
  1064. <div class="desejos"><font color="#CD3333">↝ </font>Quem te plágiou? <a href="http://e-f-e-i-t-o-instagram.tumblr.com/">e-f-e-i-t-o-instagram</a>, porém o meu theme não está mais lá, mas vou deixar ela aqui.</div>
  1065. <div class="desejos"><font color="#CD3333">↝ </font>Sim eu mudo de senha.</div>
  1066.  
  1067. <div class="desejos">NÃO FAÇO THEMES EXCLUSIVOS, NÃO PESSA.</div>
  1068. <div class="desejos"><font color="#CD3333">↝ </font>Me ajuda com html? - Google it, ou tumblrs de html.</div>
  1069. <div class="desejos">OS THEMES ANTIGOS NÃO DISPONIBILIZO MAIS OK?.</div>
  1070.  
  1071. <div class="desejos"><font color="#CD3333">↝ </font>Clica <a href="http://estremecidathemex.tumblr.com/"><font color='#868585'><b><u> aqui </u></b></font></a> para ver meus themes
  1072. mas não esqueça de pedir a senha na ask.</div>
  1073.  
  1074. <div class="desejos"><b> Wishlist, feita por Simone (Cerejadosundae) tuto- ilovethemes.</b></div>
  1075.  
  1076.  
  1077.  
  1078. </div>
  1079. </div>
  1080.  
  1081.  
  1082.  
  1083.  
  1084. </body>
  1085. <div style="position:fixed;z-index:1338; !important;top:26px;right:3px;"><script src="http://totallylayouts.com/tumblr/users-online-counter/online.js?id=wusBSspenuGfdTqkaR6C"></script></div>
  1086.  
  1087.  
  1088. <div style="position:fixed; bottom:65px;font-size: 55px;font-family: trebuchet ms; right:10px;">
  1089. <a href="javascript:;" id="scrollToTop"title="back to top?"><font color="{color:extras}">↑</a></font>
  1090. </div>
  1091.  
  1092.  
  1093.  
  1094. </body>
  1095. </head>
  1096. </html>
Advertisement
Add Comment
Please, Sign In to add comment