Eduarda

Theme 94

Dec 24th, 2012
631
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 35.38 KB | None | 0 0
  1. <!------------------------♥---------------------------------
  2. Theme by: o-mundo-de-uma-garota|tumblr {NÃO USE COMO BASE} só adapte para o seu próprio uso e sem retirar os creditos, aliás não foi voce que fez né?! {NOT COPIE} plágio é crime se eu pegar algo tiro da minha página de themes.,
  3.  
  4. Tutoriais por Revolutionhtml & cantinho-html :],TTHY singlethemes and sweet-help;
  5. - - - - - - - - - - - - - -
  6. - THEME FEITO POR DUDA.R -
  7. - - - - - - - - - - - - - - ------------♥ ---->
  8.  
  9. <html>
  10.  
  11.  
  12. <script type="text/javascript">
  13. $(window).load(function(){
  14. var $wall = $('#box');
  15. $wall.imagesLoaded(function(){
  16. $wall.masonry({
  17. itemSelector: '.post',
  18. isAnimated : true
  19. });
  20. });
  21. $wall.infinitescroll({
  22. navSelector : "div#navigation",
  23. nextSelector : "div#navigation a#nextPage",
  24. itemSelector : '.post',
  25. loadingImg : "http://static.tumblr.com/kwz90l7/bIdlst7ub/transparent.png",
  26. loadingText : " ",
  27. donetext : " ",
  28. extraScrollPx : 9000,
  29. bufferPx : 10000,
  30. debug : false,
  31. errorCallback: function() {
  32. $('#infscr-loading').animate({opacity: .8},2000).fadeOut('normal');
  33. }},
  34. function( newElements ) {
  35. var $newElems = $( newElements );
  36. $newElems.hide();
  37. $newElems.imagesLoaded(function(){
  38. $wall.masonry( 'appended', $newElems, {isAnimated: true, animationOptions: {duration: 750, easing: 'linear', queue: false}}, function(){$newElems.fadeIn('slow');} );
  39. });
  40. }); $('#box').show(500);
  41. });
  42. </script>
  43.  
  44.  
  45. <head>
  46.  
  47.  
  48. <script>
  49.  
  50.  
  51.  
  52. $(document).ready(function() {
  53.  
  54. //
  55.  
  56.  
  57.  
  58. //When you click on a link with class of poplight and the href starts with a #
  59.  
  60. $('a.poplight[href^=#]').click(function() {
  61.  
  62. var popID = $(this).attr('rel'); //Get Popup Name
  63.  
  64. var popURL = $(this).attr('href'); //Get Popup href to define size
  65.  
  66.  
  67.  
  68. //Pull Query & Variables from href URL
  69.  
  70. var query= popURL.split('?');
  71.  
  72. var dim= query[1].split('&');
  73.  
  74. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  75.  
  76.  
  77.  
  78. //Fade in the Popup and add close button
  79.  
  80. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"><img src="" title="OMDG" alt="Close" /></a>');
  81.  
  82.  
  83. //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
  84.  
  85. var popMargTop = ($('#' + popID).height() + 80) / 2;
  86.  
  87. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  88.  
  89.  
  90.  
  91. //Apply Margin to Popup
  92.  
  93. $('#' + popID).css({
  94.  
  95. 'margin-top' : -popMargTop,
  96.  
  97. 'margin-left' : -popMargLeft
  98.  
  99. });
  100.  
  101.  
  102.  
  103. //Fade in Background
  104.  
  105. $('body').append('<div id="fade"></div>'); //Add the fade layer to bottom of the body tag.
  106.  
  107. $('#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
  108.  
  109.  
  110.  
  111. return false;
  112.  
  113. });
  114.  
  115.  
  116.  
  117. //Close Popups and Fade Layer
  118.  
  119. $('a.close, #fade').live('click', function() { //When clicking on the close or fade layer...
  120.  
  121. $('#fade , .popup_block').fadeOut(function() {
  122.  
  123. $('#fade, a.close').remove(); //fade them both out
  124.  
  125. });
  126.  
  127. return false;
  128.  
  129. });
  130.  
  131.  
  132.  
  133.  
  134.  
  135. });
  136.  
  137. </script>
  138.  
  139.  
  140.  
  141. <head>
  142.  
  143.  
  144.  
  145. <!-- -------APPERENCE OMDG --------♥-------->
  146.  
  147.  
  148. <meta name="color:background" content="#E6E6FA" />
  149. <meta name="color:link" content="#8B8682" />
  150. <meta name="color:text" content="#8B8682" />
  151. <meta name="color:post" content="#fff" />
  152. <meta name="color:sidebar" content="#fff" />
  153. <meta name="color:pag" content="#FFC0CB" />
  154. <meta name="color:text links" content="#8B8682" />
  155. <meta name="color:tags" content="#FFC0CB" />
  156. <meta name="color:frase" content="#8B8682" />
  157. <meta name="color:abc" content="#FFC0CB" />
  158. <meta name="color:italico" content="#8B8682" />
  159. <meta name="color:borda" content="#fff" />
  160. <meta name="color:borda2" content="#FFC0CB" />
  161. <meta name="color:bghover" content="#FFC0CB" />
  162. <meta name="color:sombra" content="#8B8682" />
  163. <meta name="color:textdesc" content="#8B8682" />
  164. <meta name="color:bgask" content="#CDC9C9" />
  165. <meta name="color:bgask2" content="#FFC0CB" />
  166. <meta name="color:bordaimg" content="#E6E6FA" />
  167. <meta name="color:scrollbar" content="#fff" />
  168. <meta name="color:links" content="#8B8989" />
  169. <meta name="color:chat" content="#F8F8FF" />
  170. <meta name="color:chat2" content="#FFC0CB" />
  171. <meta name="color:frase2" content="#000" />
  172. <meta name="color:linkshover" content="#fff" />
  173.  
  174. <meta name="image:background" content="http://static.tumblr.com/abe3499f69c50e20a644f3438dc4a8d3/2bh9bxo/NdGmfd4cb/tumblr_static_ohbgdaduda.jpg" />
  175. <meta name="image:fotinha" content="http://static.tumblr.com/f6558e4f3e231ff377875ca8bd87e639/2bh9bxo/CUkmfirbg/tumblr_static_tumblr_mfi554yqpe1rit10do1_500.jpg"/>
  176. <meta name="image:fudinho" content="http://static.tumblr.com/31dd80532cf6167a108600e18c25bfd8/2bh9bxo/aq1mfh1sl/tumblr_static_fundinhoprasid2.jpg" />
  177.  
  178.  
  179. <meta name="text:frase2" content="Barbie Baby Doll's" />
  180. <meta name="text:frase1" content="Not tonight please" />
  181.  
  182.  
  183. <meta name="text:Link1" content="/" />
  184. <meta name="text:Link1 Title" content="link1" />
  185. <meta name="text:Link2" content="/" />
  186. <meta name="text:Link2 Title" content="link2" />
  187. <meta name="text:Link3" content="/" />
  188. <meta name="text:Link3 Title" content="link3" />
  189. <meta name="text:Link4" content="/" />
  190. <meta name="text:Link4 Title" content="link4" />
  191. <meta name="text:Link5" content="/" />
  192. <meta name="text:Link5 Title" content="link5" />
  193. <meta name="text:Link6" content="/" />
  194. <meta name="text:Link6 Title" content="link6" />
  195. <meta name="text:Link7" content="/" />
  196. <meta name="text:Link7 Title" content="link7" />
  197.  
  198. <!----------------FONTES--------------->
  199. <link href='http://fonts.googleapis.com/css?family=Courgette' rel='stylesheet' type='text/css'>
  200. <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'>
  201. <link href='http://fonts.googleapis.com/css?family=Play' rel='stylesheet' type='text/css'>
  202.  
  203. <link href='http://fonts.googleapis.com/css?family=Anonymous+Pro' rel='stylesheet' type='text/css'>
  204.  
  205. <link href='http://fonts.googleapis.com/css?family=Life+Savers' rel='stylesheet' type='text/css'>
  206. <link href='http://fonts.googleapis.com/css?family=Play' rel='stylesheet' type='text/css'>
  207. <link href="http://fonts.googleapis.com/css?family=Yanone+Kaffeesatz:300,400,700t" rel="stylesheet" type="text/css">
  208.  
  209. <link href='http://fonts.googleapis.com/css?family=Rochester' rel='stylesheet' type='text/css'>
  210.  
  211.  
  212. <link href='http://fonts.googleapis.com/css?family=Ruge+Boogie' rel='stylesheet' type='text/css'>
  213.  
  214. <link href='http://fonts.googleapis.com/css?family=ABeeZee|Kameron|Muli|Almendra' rel='stylesheet' type='text/css'>
  215.  
  216. <link href='http://fonts.googleapis.com/css?family=Swanky+and+Moo+Moo' rel='stylesheet' type='text/css'>
  217.  
  218. <link href='http://fonts.googleapis.com/css?family=Sevillana' rel='stylesheet' type='text/css'>
  219. <link href='http://fonts.googleapis.com/css?family=Grand+Hotel' rel='stylesheet' type='text/css'>
  220. <link href='http://fonts.googleapis.com/css?family=Poiret+One' rel='stylesheet' type='text/css'>
  221.  
  222. <script src="http://static.tumblr.com/n66cz1n/fDLm23be2/cantinhohtml_.js"></script><script src="http://static.tumblr.com/n66cz1n/6Aim23be8/cantinhohtml.js"></script>
  223.  
  224. <title>{Title}</title>
  225. <link rel="shortcut icon" href="{Favicon}">
  226. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  227. {block:Description}
  228. <meta name="description" content="{MetaDescription}" />
  229. {/block:Description}
  230.  
  231. <link rel="stylesheet" href="http://static.tumblr.com/2bytpfr/ahUme2mnq/balan__o_ana.css" media="screen"/>
  232. <link href='http://fonts.googleapis.com/css?family=Homenaje' rel='stylesheet' type='text/css'>
  233.  
  234.  
  235. <script type="text/javascript">
  236. // <![CDATA[
  237. var speed=100; //
  238. var height=3; //
  239. var alink="/"; // page to link text to (set to ="" for no link)
  240.  
  241. /****************************
  242. ****************************/
  243. var wobtxt, wobble, wobcnt=0;
  244. window.onload=function() { if (document.getElementById) {
  245. var i, wobli;
  246. wobble=document.getElementById("wobble");
  247. wobtxt=wobble.firstChild.nodeValue;
  248. while (wobble.childNodes.length) wobble.removeChild(wobble.childNodes[0]);
  249. for (i=0; i<wobtxt.length; i++) {
  250. wobli=document.createElement("span");
  251. wobli.setAttribute("id", "wobb"+i);
  252. wobli.style.position="relative";
  253. wobli.appendChild(document.createTextNode(wobtxt.charAt(i)));
  254. if (alink) {
  255. wobli.style.cursor="pointer";
  256. wobli.onclick=function() { top.location.href=alink; }
  257. }
  258. wobble.appendChild(wobli);
  259. }
  260. setInterval("wobbler()", speed);
  261. }}
  262.  
  263. function wobbler() {
  264. for (var i=0; i<wobtxt.length; i++) document.getElementById("wobb"+i).style.top=Math.round(height*Math.sin(i+wobcnt))+"px"
  265. wobcnt++;
  266. }
  267. // ]]>
  268. </script>
  269.  
  270.  
  271.  
  272. <style type="text/css">
  273.  
  274. body {background-color: {color:background}; font-family: Muli; color: {color:text}; text-align: center; font-size: 11px; background-image:url('{image:background}'); background-attachment: fixed; }
  275.  
  276. a {color: {color:link}; text-decoration: none; text-transform: none;}
  277. a:hover {color: {color:lhover}; background-color: transparent; text-decoration: none;}
  278.  
  279. p {margin: 6px 0 0 0}
  280.  
  281. blockquote {margin: 5px 5px 5px 5px; border-left: 4px solid {color:linhadopost}; padding-left: 5px; }
  282. blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 5px solid {color:linhadopost};}
  283. blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 4px solid {color:linhadopost}; }
  284. blockquote blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 3px solid {color:linhadopost}; }
  285.  
  286. blockquote img{max-width: 470px!important}
  287. blockquote blockquote img{max-width: 450px!important}
  288. blockquote blockquote blockquote img{max-width: 430px!important}
  289. blockquote blockquote blockquote blockquote img{max-width: 410px!important}
  290.  
  291.  
  292.  
  293.  
  294. /***------------POST'S------------♥---------***/
  295. #omdg {float: left; margin-left: 464px; margin-top: 8px;opacity:1; overflow: auto;}
  296.  
  297. .baseduh {width: 490px; background-color: {color:post};
  298. padding: 7px; margin-bottom: 1px; text-align:left;
  299. font-family: tahoma; font-size: 10.5px; position: relative;}
  300.  
  301. /***---------------TITULOS DO POST--------♥---------***/
  302. h1 {font-family: Poiret One; text-align: center;font-size: 18px; text-transform: none; color: {color:text}; font-weight: normal; line-height: 18px;border-bottom: 1px dashed {color:borda2};}
  303. h1 a {text-align: center; font-size: 15px; text-transform: none; color: {color:text}; font-weight: normal; line-height: 18px;}
  304. h1 a:hover {text-align: center; font-size: 15px; text-transform: none; color: {color:text}; font-weight: normal; line-height: 18px;}
  305.  
  306. /***---------------BASE DUH 1 --------------♥-----------***/
  307. .baseduh1 {font-family: 'm'uli'; text-align: center;
  308. font-size: 12px; line-height: 15px; padding: 4px;
  309. background:{color:background};text-transform:uppercase;}
  310. .baseduh2 {text-align: center; text-transform: none;
  311. margin-bottom: 5px;background:{color:background};}
  312. .baseduh2 a, a:hover{text-transform: none;}
  313.  
  314.  
  315. /* chat by joshdevines*/
  316. .user_1 .label {color:{color:link}; font-weight:bold; background-color:{color:chat2}; text-transform: italic}
  317. .user_2 .label {color:{color:text}; font-weight:bold; background-color:{color:chat}; text-transform: italic}
  318. .user_3 .label {color:{color:link};background:{color:background}; font-weight:bold}
  319. .user_4 .label {color:{color:text}; background:{color:background};font-weight:bold}
  320. .user_5 .label {color:{color:link};background:{color:background}; font-weight:bold}
  321. .user_6 .label {color:{color:text}; font-weight:bold}
  322. ul.chat, .chat ol, .chat li {list-style:none;border-bottom: 1px solid {color:borda}; margin-left: 5px; margin-top: 3px;opacity:0.8}
  323.  
  324. .player {background-color: #181818; text-align: justify; display:block;}
  325.  
  326. .image {text-align:center; border: 0px}
  327. .image img {max-width: 470px; margin-bottom: 2px }
  328.  
  329. .image img:hover {border: 2px solid {color:borda2};}
  330.  
  331. /*-------------NEGRITO ITALICO E SUBLINHADO------♥-------*/
  332. b, strong, bold {color:{color:abc};}
  333.  
  334. u,underline {color:{color:text}; border-bottom: 1px dotted {color:abc}; text-decoration:none; }
  335.  
  336. i, em{color:{color:text};}
  337.  
  338.  
  339.  
  340.  
  341.  
  342. /**—Estilo de quote por Duda [OMDG] + [UBC] exclusive do Revolutionhtml—**/
  343.  
  344. .dquote {text-align:justify; font-family:'Muli' ; font-size: 14px; line-height:15px; padding:3px;margin-left:02px; margin-bottom:3px; margin-top:-96px;}
  345.  
  346. .djquote {font-family: Sacramento, cursive ; ; text-align: right; text-transform: none; margin-bottom:5px; background:{color:background};font-size:12px; -webkit-transform: rotate(-2deg);border: 1px dashed {color:borda2};}
  347.  
  348. .djquote a, a:hover{text-transform: none;}
  349.  
  350. #quote {position:relative;font-family:Ruge Boogie; top:-2px;left:-3px;font-size:90px;opacity:0.3;}
  351. /* asker */
  352.  
  353. .asker {background: {color:bgask}; color: {color:text}; padding: 2px; line-weight: 7px; opacity:0.85;-moz-opacity: 0.85; filter: alpha(opacity=85); }
  354. .asker img {width:30px; height:30px; margin:3px; padding: 4px; background: {color:bgask2}; opacity:0.99;-moz-opacity: 0.99; filter: alpha(opacity=99); }
  355. .asker a {color:{color:text};}
  356.  
  357.  
  358. /****-------DATAS,REBLOG POR [OMDG]---♥----****/
  359.  
  360. #date {text-align: right;background:{color:background}; font-size: 8px;font-family: 'muli'; z-index: 11;color:{color:tags};}
  361. #date a {font-size: 8px;}
  362.  
  363. .tags {color: {color:link}; font-size: 8px; font-family: 'muli'; display: inline; list-style: none; text-transform: lowercase;}
  364. .tags a {font-size: 9px; color: {color:link}; display: inline; list-style: none; text-transform: lowercase;}
  365.  
  366. #cap {width: 500px; margin-top: -2px;}
  367. .source {display: none;}
  368.  
  369. /*** Notes enfeitados por things-to-help-you ******/
  370. ol.notes { display : block;border-left : 1px solid {color:linha};background-repeat : no-repeat;vertical-align : middle;text-decoration : none;margin-bottom : 1px;background: {color:background}; list-style-type: none; font-size: 10px;}
  371. ol.notes li.note {border-top: solid 1px {color:post}; padding: 4px;}
  372. ol.notes li.note img.avatar {display: none;}
  373. ol.notes li.note span.action {font-weight: none;}
  374. ol.notes li.note .answer_content {font-weight: normal;}
  375. ol.notes li.note blockquote {display: none;}
  376. ol.notes li.note blockquote a {text-decoration: none;}
  377. ful { list-style: none; }
  378. ol { list-style-position: inside; }
  379. * { margin: 0; padding: 0; outline: none; }
  380. .caixa {overflow: hidden;background: {color:post}; padding: 7px;
  381. font-family: Verdana, Geneva, sans-serif;
  382. color: {color:text};text-align: justify;outline: 0px solid #; margin-bottom: 0px;}
  383. .extra {border-left: 4px solid {color:linha}; display : block;border-bottom : 0px solid {color:post};background-repeat : no-repeat;text-indent : 5px;vertical-align : middle;text-decoration : none;margin-bottom : 1px;background: {color:borda}; line-height: 18px;}
  384. .extrass {border-left: 4px solid {color:linha}; display : block;border-bottom : 1px solid {color:linha};background-repeat : no-repeat;text-indent : 5px;vertical-align : middle;text-decoration : none;margin-bottom : 1px;background: {color:borda}; line-height: 18px;}
  385. .extra a {padding-right: 6px; color: {color:text}; border-right: dotted 1px {color:borda}; text-shadow: 1px 1px 1px #;}
  386.  
  387. /*----Efeito Push por Duda.R exclusive do revolutionhtml--♥--*/
  388.  
  389. .efeito2 {background:{color:sidebar};position: absolute;width:251px;height:235px;margin-left:172px;
  390. margin-top: 79px;position:fixed;border:5px ridge {color:bodaimg}; }
  391. .efeito2 img {position:fixed; -webkit-transition: all 1s ease-in-out;
  392. -webkit-border-radius: 0px 0px 0px 0px;-moz-transition: all 1s ease-in-out;
  393. -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: 251px;
  394. padding:0px;margin-left:0px;margin-top:0px;opacity:0.8;-webkit-transition-duration: 0.8s;opacity: 9.0;}
  395. .efeito2 img:hover {text-align: center; margin-top:10px; margin-left: 10px; overflow: hidden; position: fixed; padding: 0px; width:251px; -moz-transition: all 2s ease-out; height: 215px; letter-spacing: 0px; z-index:800000000000000000000000000000000000000000000000;opacity:0.0;
  396.  
  397.  
  398. -webkit-transition: all 0.1s ease-out; -webkit-animation: ducca 3s alternate infinite linear;}
  399.  
  400.  
  401. @-webkit-keyframes ducca {
  402. 3% { -webkit-transform: rotate(0deg); }
  403. 80% {margin-left:-10px;}
  404. 100% { border-top-right-radius: 5px;-webkit-border-radius: 20px 20px 20px 20px;margin-left:10px;-webkit-transform: rotate(-10deg); -webkit-transform:scale(1.1);-moz-transform:scale(1.1);-o-transform:scale(1.1);opacity:0.2;
  405. -webkit-transition-duration: .59s;opacity:0.7; #pattern opacity:0.7; }
  406. }
  407.  
  408.  
  409.  
  410. #creditosaduda {margin-top: 56px; margin-left: 230px; position: fixed; background-color:{color:sidebar}; height: 361px; width:9px;opacity:0.7; }
  411.  
  412.  
  413.  
  414.  
  415.  
  416.  
  417. /******----------------DESCRIÇÃO--------♥--------******/
  418. #notinholaduda {margin-left: 170px; margin-top: 328px; width:180px; font-size: 11px; height:50px; text-align: center; transparent; font-family:Ubuntu Mono; color: {color:textdesc};background:{color:sidebar};position: fixed;z-index:99;padding: 5px; -webkit-transition: 1s ease-in; line-height: 10px;-webkit-border-radius: 0px 0px 0px 0px;
  419. -moz-transition: 1s ease-in; transition: 1s ease-in; overflow: hidden; opacity: 1; border-top: 3px dotted transparent;padding: 2px 2px 2px 2px;}
  420.  
  421. /*******-------------------PARTE DA SIDEBAR------♥-----******/
  422.  
  423. #estela1 {position: fixed; margin-left: 158px; width:278px; height: 389px; background-color:{color:sidebar}; margin-top: 30px; -webkit-transform: rotate(0deg);-webkit-border-radius: 5px 5px 5px 5px; -webkit-transform: rotate(0deg); border: 5px solid {color:borda}; background-image: url('{image:fudinho}');}
  424.  
  425.  
  426.  
  427.  
  428.  
  429.  
  430. /***-------------- TITULOS------------------♥--------***/
  431. #duka {background:{color:sidebar};margin-left:172px;margin-top: 38px; height:34px; line-height:30px;float:left; position:fixed; width:188px; font-family:Life Savers; font-size:25px; text-align: center;
  432. color:{color:frase} ;letter-spacing:-1px; z-index:11; text-transform: none; text-shadow: 3px 3px 5px 4px {color:sombra};-webkit-border-radius: 0px 10px 10px 0px;border: 1px solid {color:borda};}
  433.  
  434. #duka a:hover {color:{color:linha};}
  435.  
  436. @font-face{font-family:'Cursive standard'; src:url('http://static.tumblr.com/37gdlu1/xpLmc5f4q/cursive_standard.ttf');}
  437. @font-face { font-family: "tinytots";src: url('http://static.tumblr.com/rmj06l2/Usellxb4i/tinytots.ttf');}
  438.  
  439. #duka1 {background-color:{color:sidebar};margin-left:229px;margin-top: 395px; height:15px; line-height:14px;float:left; position:fixed; width:201px; font-family:Cursive standard;font-size:19px; text-align: center;
  440. color:{color:frase2} ; letter-spacing:-1px; z-index:11; text-transform: none; -webkit-border-radius: 0px 0px 0px 0px;border: 5px double {color:frase};}
  441.  
  442.  
  443.  
  444. /***--------------SELEÇÃO COLORIDA---------♥---------***/
  445. ::selection{background: {color:linha2}; color: {color:borda}da fonte;}
  446. ::-moz-selection{background: {color:linha2}; color:{color:borda} da fonte;}
  447.  
  448. /*** SCROLLBAR***/
  449.  
  450. ::-webkit-scrollbar
  451. {width: 10px; height: 10px;}
  452. ::-webkit-scrollbar-track-piece
  453. {background-color: {color:scrollbar}; -webkit-border-radius: 3px;}
  454. ::-webkit-scrollbar-thumb:vertical
  455. {height: 6px; background-color: {color:borda2}; -webkit-border-radius: 3px;}
  456. ::-webkit-scrollbar-thumb:horizontal
  457. {width: 6px; background-color:{color:borda2}; -webkit-border-radius: 3px;}
  458. pre {text-align: justify;
  459. padding-left: 5px;
  460. line-height: 20px;
  461. background: url('http://static.tumblr.com/ifqwhnb/n5hm2u2f3/pre.png');
  462. font-family: tahoma;
  463. color:{color:text};
  464. overflow: scroll;
  465. margin-right: 1px;
  466. margin-bottom: 7px;}
  467.  
  468.  
  469.  
  470.  
  471.  
  472. /****** tumblr controls by ritamafalda */
  473.  
  474. iframe#tumblr_controls {right:3px !important; position: fixed !important; filter:alpha(opacity=99); -moz-opacity:0.99; opacity:0.99; -webkit-transition:all .3s linear;-moz-transition:all .3s linear;transition:all .3s linear;}
  475.  
  476. iframe#tumblr_controls:hover{filter:alpha(opacity=0.30); -moz-opacity:1; opacity:1;}
  477.  
  478. /***-----------QUADRADINHO---------------♥----------------***/
  479.  
  480.  
  481. #dj2 {width: 29px; position: fixed; padding: 8px; background-color: transparent; margin-left: 126px; margin-top: 53px; color:{color:sidebar}; font-size: 28px; -webkit-transform: rotate(3deg); z-index: 1000;}
  482.  
  483.  
  484.  
  485. /**---------PRA SID BB-----♥----**/
  486.  
  487. #marion1 {position: fixed;
  488. margin-left: 162px;
  489. width:4px;
  490. height: 35px;
  491. background-color:{color:sidebar};
  492. margin-top: 40px;
  493. -webkit-transform: rotate(0deg);
  494. -webkit-transform: rotate(180deg);
  495. background-image: url('{image:fudinho}');-webkit-border-radius: 0px 0px 0px 0px;border-left: 3px solid {color:borda};}
  496.  
  497. #marion2 {position: fixed;
  498. margin-left: 132px;
  499. width:30px;
  500. height: 34px;
  501. background-color:{color:sidebar};
  502. margin-top: 40px;
  503. -webkit-transform: rotate(0deg);
  504. -webkit-transform: rotate(180deg);-webkit-border-radius: 0px 5px 5px 0px;border-left: 2px solid {color:borda};}
  505.  
  506. #paginal {font-family: verdana; font-size: 8px; text-align: center;}
  507. #paginal a { margin: 0 1px 0 0; padding: 2px 4px; background:{color:sidebar};color: {color:pag};opacity:1; -webkit-border-radius: 0px 0px 20px 20px;}
  508. #paginal a:hover {background: {color:sidebar}; color: {color:text};}
  509. #paginal span.pagina_atual {background: {color:sidebar}; margin: 0 1px 0 0; padding: 2px 4px; color: {color:text}; font-weight: bold; text-decoration: none;-webkit-border-radius: 0px 0px 20px 20px;}
  510. .ps {position: fixed; padding: 2px; width: 148px; margin-left: 322px; margin-top: 424px; height: auto; color: {color:text};opacity:1;-webkit-border-radius: 0px 0px 20px 20px; }
  511.  
  512.  
  513. /***----------------- FAIXAS E LINHAS DA SIDEBAR----♥-------***/
  514.  
  515. #faixa2 {margin-top: 376px; margin-left: 205px; position: fixed; background-color: {color:sidebar}; height: 29px; width:5px;}/***detalhes by o-mundo-de-uma-garota***/
  516.  
  517. #faixa3 {margin-top: 404px; margin-left: 205px; position: fixed; background-color: {color:sidebar}; height: 5px; width:24px;}/***detalhes by o-mundo-de-uma-garota***/
  518.  
  519. #faixa4 {margin-top: 570px; margin-left: 157px; position: fixed; background-color: {color:linha}; height: 1px; width:19px;}/***detalhes by o-mundo-de-uma-garota***/
  520.  
  521.  
  522. #sure {width: 100px; float: left; margin-left:352px; height:20px; margin-top: 325px; padding: 3px; text-align: center; position: fixed; background-color: transparent; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; z-index:100 } /***link by o-mundo-de-uma-garota***/
  523.  
  524. #sure a {float: left; margin-right: 0px; display: block; width: 10px; letter-spacing: 2px; font-family: calibri; font-size: 9px; text-transform: uppercase; text-align: center; margin-bottom: 1px; border-right:3px double {color:borda2};background-color: {color:linkshover}; color: {color:links}; text-decoration: none; height:31px;line-height:8px; padding: 4px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;border-left: 3px double{color:borda2};} /***link by o-mundo-de-uma-garota***/
  525. #sure a:hover{-webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;text-align: center; color:{color:borda2}; box-shadow: inset 0px 100px {color:bghover};}
  526.  
  527.  
  528. #menu { float: left; margin-top: 31px; padding: 3px; text-align: center;margin-left:384px; position: fixed; height:25px;background-color: transparent; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; z-index:1000;width: 385px; }
  529.  
  530. #menu a {float: left; margin-right: 0px; display: block; width: 39px; letter-spacing: 0px; font-family: calibri; font-size: 8px; text-transform: uppercase; text-align: center; margin-bottom: 1px; background-color: {color:linkshover}; color: {color:links}; text-decoration: none; height:9px;line-height:9px; padding: 4px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; margin-top:1px; text-shadow: 2px 4px 10px {color:sombra}; -webkit-border-radius: 20px 20px 0px 0px; }
  531.  
  532. #menu a:hover{background:{color:bghover};margin-left:-24px;-webkit-transition: all 0.7s ease-out; -moz-transition: all 0.7s ease-out;text-align: center; color:{color:link}; }
  533.  
  534.  
  535.  
  536. #menu2 { float: left; margin-top: 45px; padding: 3px; text-align: center;margin-left:360px; position: fixed; height:25px;background-color: transparent; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; z-index:1000;width: 385px; }
  537.  
  538. #menu2 a {float: left; margin-right: 0px; display: block; width: 69px; letter-spacing: 0px; font-family: calibri; font-size: 9px; text-transform: uppercase; text-align: center; margin-bottom: 1px; background-color: {color:linkshover}; color: {color:links}; text-decoration: none; height:15px;line-height:15px; padding: 4px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; margin-top:1px; text-shadow: 2px 4px 10px {color:sombra}; -webkit-border-radius: 0px 0px 0px 0px; }
  539.  
  540. #menu2 a:hover{background:{color:bghover};-webkit-transition: all 0.7s ease-out; -moz-transition: all 0.7s ease-out;text-align: center; color:{color:link};-webkit-border-radius: 10px 10px 10px 10px; border: 1px dashed {color:borda}; }
  541.  
  542.  
  543. #menu3 { float: left; margin-top: 324px; padding: 3px; text-align: center;margin-left:377px; position: fixed; height:25px;background-color: transparent; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; z-index:1000;width: 385px; }
  544.  
  545. #menu3 a {float: left; margin-right: 0px; display: block; width: 52px; letter-spacing: 0px; font-family: calibri; font-size: 8px; text-transform: uppercase; text-align: center; margin-bottom: 1px; background-color: {color:linkshover}; color: {color:links}; text-decoration: none; height:9px;line-height:9px; padding: 4px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; margin-top:1px; text-shadow: 2px 4px 10px {color:sombra}; -webkit-border-radius: 0px 0px 0px 0px; }
  546.  
  547. #menu3 a:hover{background:{color:bghover};-webkit-transition: all 0.7s ease-out; -moz-transition: all 0.7s ease-out;text-align: center; color:{color:link}; -webkit-border-radius: 10px 10px 10px 10px; border: 1px dashed {color:borda};}
  548.  
  549. #menu4 { float: left; margin-top: 364px; padding: 3px; text-align: center;margin-left:352px; position: fixed; height:25px;background-color: transparent; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; z-index:1000;width: 385px; }
  550.  
  551. #menu4 a {float: left; margin-right: 0px; display: block; width: 77px; letter-spacing: 0px; font-family: calibri; font-size: 8px; text-transform: uppercase; text-align: center; margin-bottom: 1px; background-color: {color:linkshover}; color: {color:links}; text-decoration: none; height:9px;line-height:9px; padding: 4px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; margin-top:1px; text-shadow: 2px 4px 10px {color:sombra}; -webkit-border-radius: 0px 0px 0px 0px; }
  552.  
  553. #menu4 a:hover{background:{color:bghover};-webkit-transition: all 0.7s ease-out; -moz-transition: all 0.7s ease-out;text-align: center; color:{color:link}; -webkit-border-radius: 10px 10px 10px 10px; border: 1px dashed {color:borda};margin-top:5px;}
  554.  
  555. #menu5 { float: left; margin-top: 342px; padding: 3px; text-align: center;margin-left:377px; position: fixed; height:28px;background-color: transparent; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; z-index:1000;width: 385px; }
  556.  
  557. #menu5 a {float: left; margin-right: 0px; display: block; width: 22px; letter-spacing: 0px; font-family: calibri; font-size: 8px; text-transform: uppercase; text-align: center; margin-bottom: 1px; background-color: {color:linkshover}; color: {color:links}; text-decoration: none; height:13px;line-height:9px; padding: 4px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; margin-top:1px; text-shadow: 2px 4px 10px {color:sombra}; -webkit-border-radius: 0px 0px 0px 0px; border-right: 1px solid {color:borda2};}
  558.  
  559. #menu5 a:hover{background:{color:bghover};width:1px;-webkit-transition: all 0.7s ease-out; -moz-transition: all 0.7s ease-out;text-align: center; color:{color:link}; }
  560.  
  561. #menu6 { float: left; margin-top: 342px; padding: 3px; text-align: center;margin-left:408px; position: fixed; height:28px;background-color: transparent; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; z-index:1000;width: 385px; }
  562.  
  563. #menu6 a {float: left; margin-right: 0px; display: block; width: 21px; letter-spacing: 0px; font-family: calibri; font-size: 8px; text-transform: uppercase; text-align: center; margin-bottom: 1px; background-color: {color:linkshover}; color: {color:links}; text-decoration: none; height:13px;line-height:9px; padding: 4px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; margin-top:1px; text-shadow: 2px 4px 10px {color:sombra}; -webkit-border-radius: 0px 0px 0px 0px; }
  564.  
  565. #menu6 a:hover{background:{color:bghover};width:1px;-webkit-transition: all 0.7s ease-out; -moz-transition: all 0.7s ease-out;text-align: center; color:{color:link}; }
  566.  
  567.  
  568. </style>
  569. <body oncontextmenu="return false">
  570.  
  571.  
  572. <!----------SUA PLAY AQUI EMBAIXO-------♥------------->
  573.  
  574.  
  575.  
  576. <!----------------EPA NÃO MEXA AQUI----------♥--------->
  577. <div id="marion2"></div>
  578.  
  579. <div id="estela1"></div>
  580. <div id="dj2">◥</div>
  581.  
  582. <div id="marion1"></div>
  583.  
  584. <div id="faixa2"></div>
  585. <div id="faixa3"></div>
  586. <div id="faixa4"></div>
  587. <div class="efeito2" class="hover">
  588.  
  589. <img class="bottom shadow" src="{image:fotinha}" >
  590. <img class="hover" src="{image:fotinha}" title=""></div></div>
  591. </div></div>
  592.  
  593.  
  594. <div id="duka">{text:frase2}</div>
  595. <div id="duka1">{text:frase1}</div>
  596.  
  597.  
  598. <div id="notinholaduda">{Description}</div>
  599.  
  600.  
  601. <div id="menu">
  602. <a href="{text:Link1}">{text:Link1 Title}</a>
  603.  
  604. </a></div>
  605.  
  606. </div>
  607. </div>
  608.  
  609.  
  610. <div id="menu2">
  611. <a href="{text:Link2}">{text:Link2 Title}</a>
  612.  
  613. </a></div>
  614.  
  615. </div>
  616. </div>
  617.  
  618.  
  619. <div id="menu3">
  620. <a href="{text:Link4}">{text:Link4 Title}</a>
  621.  
  622. </a></div>
  623.  
  624. </div>
  625. </div>
  626.  
  627. <div id="sure">
  628.  
  629.  
  630.  
  631. <a href="{text:Link3}">{text:Link3 Title}</a>
  632. </a>
  633. </div>
  634.  
  635. <div id="menu4">
  636. <a href="{text:Link5}">{text:Link5 Title}</a>
  637.  
  638. </a></div>
  639.  
  640. </div>
  641. </div>
  642.  
  643. <div id="menu5">
  644. <a href="{text:Link6}">{text:Link6 Title}</a>
  645.  
  646. </a></div>
  647.  
  648. </div>
  649. </div>
  650.  
  651.  
  652. <div id="menu6">
  653. <a href="{text:Link7}">{text:Link7 Title}</a>
  654.  
  655. </a></div>
  656.  
  657. </div>
  658. </div>
  659.  
  660.  
  661. <!-------------PAGINATION-----------♥---------->
  662.  
  663. <div class="ps"><div id="paginal">
  664. {block:JumpPagination length="3"}
  665. {block:CurrentPage}<span class="pagina_atual">{PageNumber}</span>{/block:CurrentPage}
  666. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}
  667. {/block:JumpPagination}
  668. </div></div>
  669. <!-------------CRÉDITOS-----------------♥------------->
  670. <div style="margin-left:110px;background:{color:sidebar};-webkit-border-radius: 20px 20px 0px 0px;-webkit-transform: rotate(-90deg); width:80px; font-family:tahoma;font-size:11px; margin-top: 272px; height:18px;position:fixed; "><a href="http://o-mundo-de-uma-garota.tumblr.com/"title="Theme por Duda.R [OMDG] + Quote por RH e da minha dinha [umabonecaciumenta] se pegar aqui crédite a ela tbm.not copie plagio é crime"><small>THEME</a></a>
  671. <font color="{color:tags}">©</font> </a></div>
  672.  
  673.  
  674. <!-----------------OMDG FALSO-IFRAME--------♥---------->
  675.  
  676. <div id="omdg">
  677.  
  678. {block:Posts}
  679.  
  680. <!------------------------BASE DUH---------------♥--------->
  681. <div class="baseduh">
  682.  
  683. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  684.  
  685. {block:Photo}{LinkOpenTag}<div class="image"><img src="{PhotoURL-500}"></div>{LinkCloseTag}{/block:Photo}
  686.  
  687. {block:Photoset}{Photoset-500}{/block:Photoset}
  688.  
  689. <!-----------------BASE DUH 2 E 3 ----------♥----------->
  690.  
  691. {block:Quote}
  692. <div id="quote">"</div><div class="dquote">{Quote}</div>
  693. {block:Source}<div class="djquote">~ {Source}</div>
  694. {/block:Source}
  695. {/block:Quote}
  696.  
  697.  
  698. {block:Link}
  699. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  700. {block:Description}{Description}{/block:Description}
  701. {/block:Link}
  702.  
  703.  
  704. {block:Chat}<ul class="chat">{block:Lines}<li class="user_{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>{/block:Chat}
  705.  
  706.  
  707. {block:Audio}
  708. <div class="player">{AudioPlayerBlack}</div>
  709. {block:Caption}{Caption}{/block:Caption}
  710. {/block:Audio}
  711.  
  712. {block:Video}{Video-500}{/block:Video}
  713.  
  714. {block:Answer}
  715.  
  716. <div style="padding: 4px;">
  717.  
  718. <div class="asker">{asker} sussurrou: <div align="left"><img src="{AskerPortraitURL-48}" align="left" />{Question}<br/></div></div> <div align="left"> {Answer}</div>
  719. </div>
  720.  
  721. {/block:Answer}
  722.  
  723.  
  724.  
  725.  
  726. <div id="cap">
  727. {block:Photo}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  728. {block:Video}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  729. {block:Photoset}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  730.  
  731. <div class="source">{block:ContentSource}<a href="{SourceURL}">{lang:Source}:{block:SourceLogo}
  732. <img src="{BlackLogoURL}" width="{LogoWidth} height="{LogoHeight}" alt="{SourceTitle}" />
  733. {/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>
  734. {/block:ContentSource}</div></div>
  735. <br>
  736.  
  737.  
  738. <div id="date">
  739. {block:Date}<div class="tags">{block:HasTags}{block:Tags}<font color="{color:tags}">#</font><a href="{TagURL}">{Tag}</a>&nbsp;&nbsp;{/block:Tags}<br>{/block:HasTags}</div>
  740. <a href="{Permalink}">{TimeAgo}</a> {block:NoteCount} . <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount} {block:IndexPage} ♥ <a href="{ReblogUrl}" target="_blank">REBLOG <img src="http://media.tumblr.com/tumblr_m0nj1ziGbG1qe5v0r.png"class="" title=""></a>{/block:IndexPage}
  741. {block:RebloggedFrom}<br><font color="{color:tags}">Originally</font> <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a>{/block:RebloggedFrom}{block:RebloggedFrom} . <font color="{color:tags}">via</font> <a href="{ReblogParentURL}">{ReblogParentName}</a>
  742. {/block:RebloggedFrom}
  743. </div>
  744. </div>{/block:Date}
  745.  
  746.  
  747.  
  748. {block:PostNotes}
  749. <div class="caixa">
  750. <div class="extra"><img src="http://static.tumblr.com/wa79tuo/3OKm1iuvh/clock.png" class="user"> {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>
  751. <div class="extra">
  752. <img src="http://static.tumblr.com/wa79tuo/3OKm1iuvh/clock.png" class="user"> {DayOfMonth},<b> {Month}</b> de {Year}<br>
  753. </div>
  754. <div class="extra">
  755. <img src="http://static.tumblr.com/wa79tuo/YzBm1iuyx/tag.png" class="user"> {block:HasTags}{/block:HasTags}
  756. <span style="width:auto;">
  757. {block:HasTags}
  758. {block:Tags}
  759. <a class="tag" href="{TagURL}">{Tag}</a>
  760. {/block:Tags}
  761. {/block:HasTags}</span>
  762. <br>
  763. </div>
  764. <div class="extra">
  765. <img src="http://static.tumblr.com/wa79tuo/MiZm1iv2y/heart.png" class="user">{NoteCount}
  766. </div>
  767. </div><br>
  768. <div class="caixa">
  769. {PostNotes}
  770. </div>
  771. {/block:PostNotes}
  772. {/block:Posts}
  773. {block:PostNotes}<div class="NOTES">{PostNotes}</div>{/block:PostNotes}
  774.  
  775.  
  776.  
  777.  
  778.  
  779.  
  780.  
  781.  
  782. </div>
  783. </div>
  784. </div>
  785. </div>
  786.  
  787.  
  788.  
  789.  
  790.  
  791. </body>
  792. </html>
Advertisement
Add Comment
Please, Sign In to add comment