Eduarda

Theme 93

Dec 20th, 2012
904
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 27.61 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 :];
  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="#CDC9C9" />
  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.  
  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/e94bbe614a6c52b3a9510f788f1ba841/2bh9bxo/EgGmfd5iy/tumblr_static_tumblr_mfa02dyvvf1rs68jso1_400.jpg"/>
  176. <meta name="image:fudinho" content="http://static.tumblr.com/2ec222df7d54e0cc4f287f671f8793f7/2bh9bxo/Tbymfd4sd/tumblr_static_tumblr_m86ujaxhpe1rqbmimo1_400.jpg" />
  177.  
  178.  
  179. <meta name="text:frase2" content="Eu não quero brigar com você está noite" />
  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.  
  196.  
  197. <!----------------FONTES--------------->
  198. <link href='http://fonts.googleapis.com/css?family=Courgette' rel='stylesheet' type='text/css'>
  199. <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'>
  200. <link href='http://fonts.googleapis.com/css?family=Play' rel='stylesheet' type='text/css'>
  201.  
  202. <link href='http://fonts.googleapis.com/css?family=Anonymous+Pro' rel='stylesheet' type='text/css'>
  203.  
  204. <link href='http://fonts.googleapis.com/css?family=Life+Savers' rel='stylesheet' type='text/css'>
  205. <link href='http://fonts.googleapis.com/css?family=Play' rel='stylesheet' type='text/css'>
  206. <link href="http://fonts.googleapis.com/css?family=Yanone+Kaffeesatz:300,400,700t" rel="stylesheet" type="text/css">
  207.  
  208. <link href='http://fonts.googleapis.com/css?family=Rochester' rel='stylesheet' type='text/css'>
  209.  
  210.  
  211. <link href='http://fonts.googleapis.com/css?family=Ruge+Boogie' rel='stylesheet' type='text/css'>
  212.  
  213. <link href='http://fonts.googleapis.com/css?family=ABeeZee|Kameron|Muli|Almendra' rel='stylesheet' type='text/css'>
  214.  
  215. <link href='http://fonts.googleapis.com/css?family=Swanky+and+Moo+Moo' rel='stylesheet' type='text/css'>
  216.  
  217. <link href='http://fonts.googleapis.com/css?family=Sevillana' rel='stylesheet' type='text/css'>
  218. <link href='http://fonts.googleapis.com/css?family=Grand+Hotel' rel='stylesheet' type='text/css'>
  219. <link href='http://fonts.googleapis.com/css?family=Poiret+One' rel='stylesheet' type='text/css'>
  220.  
  221. <script src="http://static.tumblr.com/n66cz1n/fDLm23be2/cantinhohtml_.js"></script><script src="http://static.tumblr.com/n66cz1n/6Aim23be8/cantinhohtml.js"></script>
  222.  
  223. <title>{Title}</title>
  224. <link rel="shortcut icon" href="{Favicon}">
  225. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  226. {block:Description}
  227. <meta name="description" content="{MetaDescription}" />
  228. {/block:Description}
  229.  
  230. <link rel="stylesheet" href="http://static.tumblr.com/2bytpfr/ahUme2mnq/balan__o_ana.css" media="screen"/>
  231. <link href='http://fonts.googleapis.com/css?family=Homenaje' rel='stylesheet' type='text/css'>
  232.  
  233.  
  234. <script type="text/javascript">
  235. // <![CDATA[
  236. var speed=100; //
  237. var height=3; //
  238. var alink="/"; // page to link text to (set to ="" for no link)
  239.  
  240. /****************************
  241. ****************************/
  242. var wobtxt, wobble, wobcnt=0;
  243. window.onload=function() { if (document.getElementById) {
  244. var i, wobli;
  245. wobble=document.getElementById("wobble");
  246. wobtxt=wobble.firstChild.nodeValue;
  247. while (wobble.childNodes.length) wobble.removeChild(wobble.childNodes[0]);
  248. for (i=0; i<wobtxt.length; i++) {
  249. wobli=document.createElement("span");
  250. wobli.setAttribute("id", "wobb"+i);
  251. wobli.style.position="relative";
  252. wobli.appendChild(document.createTextNode(wobtxt.charAt(i)));
  253. if (alink) {
  254. wobli.style.cursor="pointer";
  255. wobli.onclick=function() { top.location.href=alink; }
  256. }
  257. wobble.appendChild(wobli);
  258. }
  259. setInterval("wobbler()", speed);
  260. }}
  261.  
  262. function wobbler() {
  263. for (var i=0; i<wobtxt.length; i++) document.getElementById("wobb"+i).style.top=Math.round(height*Math.sin(i+wobcnt))+"px"
  264. wobcnt++;
  265. }
  266. // ]]>
  267. </script>
  268.  
  269.  
  270.  
  271. <style type="text/css">
  272.  
  273. 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; }
  274.  
  275. a {color: {color:link}; text-decoration: none; text-transform: none;}
  276. a:hover {color: {color:lhover}; background-color: transparent; text-decoration: none;}
  277.  
  278. p {margin: 6px 0 0 0}
  279.  
  280. blockquote {margin: 5px 5px 5px 5px; border-left: 4px solid {color:linhadopost}; padding-left: 5px; }
  281. blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 5px solid {color:linhadopost};}
  282. blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 4px solid {color:linhadopost}; }
  283. blockquote blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 3px solid {color:linhadopost}; }
  284.  
  285. blockquote img{max-width: 470px!important}
  286. blockquote blockquote img{max-width: 450px!important}
  287. blockquote blockquote blockquote img{max-width: 430px!important}
  288. blockquote blockquote blockquote blockquote img{max-width: 410px!important}
  289.  
  290.  
  291.  
  292.  
  293. /***------------POST'S------------♥---------***/
  294. #omdg {float: left; margin-left: 484px; margin-top: 8px;opacity:1; overflow: auto;}
  295.  
  296. .baseduh {width: 490px; background-color: {color:post};
  297. padding: 7px; margin-bottom: 1px; text-align:left;
  298. font-family: tahoma; font-size: 10.5px; position: relative;}
  299.  
  300. /***---------------TITULOS DO POST--------♥---------***/
  301. h1 {font-family: Poiret One; text-align: center;font-size: 15px; text-transform: none; color: {color:text}; font-weight: normal; line-height: 18px;border-bottom: 1px dashed {color:borda2};}
  302. h1 a {text-align: center; font-size: 15px; text-transform: none; color: {color:text}; font-weight: normal; line-height: 18px;}
  303. h1 a:hover {text-align: center; font-size: 15px; text-transform: none; color: {color:text}; font-weight: normal; line-height: 18px;}
  304.  
  305. /***---------------BASE DUH 1 --------------♥-----------***/
  306. .baseduh1 {font-family: 'muli'; text-align: center;
  307. font-size: 12px; line-height: 15px; padding: 4px;
  308. background:{color:background};text-transform:uppercase;}
  309. .baseduh2 {text-align: center; text-transform: none;
  310. margin-bottom: 5px;background:{color:background};}
  311. .baseduh2 a, a:hover{text-transform: none;}
  312.  
  313.  
  314. /* chat by joshdevines*/
  315. .user_1 .label {color:{color:link}; font-weight:bold; background-color:{color:chat2}; text-transform: italic}
  316. .user_2 .label {color:{color:text}; font-weight:bold; background-color:{color:chat}; text-transform: italic}
  317. .user_3 .label {color:{color:link};background:{color:background}; font-weight:bold}
  318. .user_4 .label {color:{color:text}; background:{color:background};font-weight:bold}
  319. .user_5 .label {color:{color:link};background:{color:background}; font-weight:bold}
  320. .user_6 .label {color:{color:text}; font-weight:bold}
  321. ul.chat, .chat ol, .chat li {list-style:none;border-bottom: 1px solid {color:borda}; margin-left: 5px; margin-top: 3px;opacity:0.8}
  322.  
  323. .player {background-color: #181818; text-align: justify; display:block;}
  324.  
  325. .image {text-align:center; border: 0px}
  326. .image img {max-width: 470px; margin-bottom: 2px }
  327.  
  328. .image img:hover {border: 2px solid {color:borda2};}
  329.  
  330. /*-------------NEGRITO ITALICO E SUBLINHADO------♥-------*/
  331. b, strong, bold {color:{color:abc};}
  332.  
  333. u,underline {color:{color:text}; border-bottom: 1px dotted {color:abc}; text-decoration:none; }
  334.  
  335. i, em{color:{color:text};}
  336.  
  337.  
  338.  
  339.  
  340.  
  341.  
  342.  
  343. #menu { float: left; margin-top: 451px; padding: 3px; text-align: center;margin-left:154px; 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; }
  344.  
  345. #menu a {float: left; margin-right: 0px; display: block; width: 39px; letter-spacing: 0px; font-family: calibri; font-size: 9px; text-transform: uppercase; text-align: center; margin-bottom: 1px; background-color: ; color: {color:links}; text-decoration: none; height:20px;line-height:20px; 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}; }
  346. #menu 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}; box-shadow: inset 0 0 0 15px rgba(255,255,255,0.3), 0 0px 0px rgba(0,0,0,0.4);-webkit-border-radius: 30px 30px 30px 30px;
  347. }
  348.  
  349. /**—Estilo de quote por Duda [OMDG] + [UBC] exclusive do Revolutionhtml—**/
  350.  
  351. .dquote {text-align:justify; font-family:'Muli' ; font-size: 14px; line-height:15px; padding:3px;margin-left:02px; margin-bottom:3px; margin-top:-96px;}
  352.  
  353. .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};}
  354.  
  355. .djquote a, a:hover{text-transform: none;}
  356.  
  357. #quote {position:relative;font-family:Ruge Boogie; top:-2px;left:-3px;font-size:90px;opacity:0.3;}
  358. /* asker */
  359.  
  360. .asker {background: {color:bgask}; color: {color:text}; padding: 2px; line-weight: 7px; opacity:0.85;-moz-opacity: 0.85; filter: alpha(opacity=85); }
  361. .asker img {width:30px; height:30px; margin:3px; padding: 4px; background: {color:bgask2}; opacity:0.99;-moz-opacity: 0.99; filter: alpha(opacity=99); }
  362. .asker a {color:{color:text};}
  363.  
  364.  
  365. /****-------DATAS,REBLOG POR [OMDG]---♥----****/
  366.  
  367. #date {text-align: right;background:{color:background}; font-size: 8px;font-family: 'muli'; z-index: 11;color:{color:tags};text-align: left;}
  368. #date a {font-size: 8px;}
  369.  
  370. .tags {color: {color:link}; font-size: 8px; font-family: 'muli'; display: inline; list-style: none; text-transform: lowercase;}
  371. .tags a {font-size: 9px; color: {color:link}; display: inline; list-style: none; text-transform: lowercase;}
  372.  
  373. #cap {width: 500px; margin-top: -2px;}
  374. .source {display: none;}
  375.  
  376. /*** Notes enfeitados por things-to-help-you ******/
  377. 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;}
  378. ol.notes li.note {border-top: solid 1px {color:post}; padding: 4px;}
  379. ol.notes li.note img.avatar {display: none;}
  380. ol.notes li.note span.action {font-weight: none;}
  381. ol.notes li.note .answer_content {font-weight: normal;}
  382. ol.notes li.note blockquote {display: none;}
  383. ol.notes li.note blockquote a {text-decoration: none;}
  384. ful { list-style: none; }
  385. ol { list-style-position: inside; }
  386. * { margin: 0; padding: 0; outline: none; }
  387. .caixa {overflow: hidden;background: {color:post}; padding: 7px;
  388. font-family: Verdana, Geneva, sans-serif;
  389. color: {color:text};text-align: justify;outline: 0px solid #; margin-bottom: 0px;}
  390. .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;}
  391. .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;}
  392. .extra a {padding-right: 6px; color: {color:text}; border-right: dotted 1px {color:borda}; text-shadow: 1px 1px 1px #;}
  393.  
  394.  
  395. /***---------- IMAGEM DA DUDA-------♥--------***/
  396.  
  397. .duhimag {position: absolute;
  398. width:259px;
  399. height:250px;
  400. margin-left:165px;
  401. margin-top: 98px;
  402. position:fixed;
  403. border:2px solid {color:borda2}; }
  404. .duhimag img {position:fixed; border:5px solid {color:bordaimg};
  405. -webkit-transition: all 1s ease-in-out;
  406. -webkit-border-radius: 0px 0px 0px 0px;
  407. -moz-transition: all 1s ease-in-out;
  408. -o-transition: all 1s ease-in-out;
  409. -ms-transition: all 1s ease-in-out; transition: all 1s ease-in-out;
  410. display: block;
  411. height:240px;
  412. width: 249px;
  413. background-color: ;
  414. padding:0px;
  415. margin-left:0px;
  416. margin-top:0px;
  417. opacity:1.0;
  418. }
  419.  
  420. .duhimag img:hover {width:10px;opacity:0.3;}
  421.  
  422. #creditosaduda {margin-top: 56px; margin-left: 230px; position: fixed; background-color:{color:sidebar}; height: 361px; width:9px;opacity:0.7; }
  423.  
  424.  
  425.  
  426.  
  427.  
  428.  
  429. /******----------------DESCRIÇÃO--------♥--------******/
  430. #notinholaduda {margin-left: 150px; margin-top: 360px; width:280px; font-size: 11px; height:auto; text-align: center; transparent; font-family:Ubuntu Mono; color: {color:textdesc};background:#omdg;position: fixed;z-index:99;padding: 5px; -webkit-transition: 1s ease-in; line-height: 10px;-webkit-border-radius: 20px 20px 20px 20px;
  431. -moz-transition: 1s ease-in; transition: 1s ease-in; overflow: hidden; opacity: 1; border-top: 3px dotted transparent;padding: 2px 2px 2px 2px;}
  432.  
  433. /*******-------------------PARTE DA SIDEBAR------♥-----******/
  434.  
  435. #estela1 {position: fixed; margin-left: 158px; width:278px; height: 325px; background-color:{color:sidebar}; margin-top: 90px; -webkit-transform: rotate(0deg);-webkit-border-radius: 0px 0px 0px 0px; -webkit-transform: rotate(0deg); border-bottom:2px solid {color:borda}; }
  436.  
  437.  
  438.  
  439.  
  440.  
  441.  
  442. /***-------------- TITULOS------------------♥--------***/
  443. #duka {background:{color:sidebar};margin-left:157px;margin-top: 55px; height:34px; line-height:22px;float:left; position:fixed; width:278px; font-family:Poiret One; font-size:15px; text-align: center;
  444. color:{color:frase} ;letter-spacing:-1px; z-index:11; text-transform: none; text-shadow: 3px 3px 5px 4px {color:sombra};-webkit-border-radius: 0px 0px 0px 0px;border: 1px solid {color:borda};}
  445.  
  446. #duka a:hover {color:{color:linha};}
  447.  
  448. @font-face{font-family:'Cursive standard'; src:url('http://static.tumblr.com/37gdlu1/xpLmc5f4q/cursive_standard.ttf');}
  449. @font-face { font-family: "tinytots";src: url('http://static.tumblr.com/rmj06l2/Usellxb4i/tinytots.ttf');}
  450.  
  451. #duka1 {background-color:{color:borda2};margin-left:285px;margin-top: 75px; height:15px; line-height:12px;float:left; position:fixed; width:150px; font-family:'Poiret One', cursive;font-size:12px; text-align: center;
  452. color:{color:frase2} ; letter-spacing:-1px; z-index:11; text-transform: none;opacity:0.6; -webkit-border-radius: 20px 0px 0px 20px;}
  453.  
  454.  
  455.  
  456. /***--------------SELEÇÃO COLORIDA---------♥---------***/
  457. ::selection{background: {color:linha2}; color: {color:borda}da fonte;}
  458. ::-moz-selection{background: {color:linha2}; color:{color:borda} da fonte;}
  459.  
  460. /*** SCROLLBAR***/
  461.  
  462. ::-webkit-scrollbar-thumb:vertical {background-color:{color:borda2};height:50px; border:5px solid {color:scrollbar};}
  463.  
  464. ::-webkit-scrollbar-button:vertical {height:0px;display: block; background:{color:borda2};}
  465.  
  466.  
  467. ::-webkit-scrollbar {height:0px;width:12px;background-color:{color:scrollbar};}
  468.  
  469.  
  470.  
  471.  
  472.  
  473.  
  474.  
  475. /****** tumblr controls by ritamafalda */
  476.  
  477. 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;}
  478.  
  479. iframe#tumblr_controls:hover{filter:alpha(opacity=0.30); -moz-opacity:1; opacity:1;}
  480.  
  481. /***-----------QUADRADINHO---------------♥----------------***/
  482.  
  483.  
  484. #dj2 {width: 29px; position: fixed; padding: 8px; background-color: transparent; margin-left: 145px; margin-top: 537px; color:{color:sidebar}; font-size: 25px; -webkit-transform: rotate(-2deg); z-index: 1000;}
  485.  
  486.  
  487.  
  488. /**---------PRA SID BB-----♥----**/
  489.  
  490. #marion1 {position: fixed;
  491. margin-left: 152px;
  492. width:280px;
  493. height: 30px;
  494. background-color:{color:sidebar};
  495. margin-top: 450px;
  496. -webkit-transform: rotate(0deg);
  497. -webkit-transform: rotate(180deg);
  498. background-image: url('{image:fudinho}');-webkit-border-radius: 20px 20px 20px 20px;border: 5px solid {color:sidebar};}
  499.  
  500.  
  501.  
  502. #paginal {font-family: verdana; font-size: 8px; text-align: center;}
  503. #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;}
  504. #paginal a:hover {background: {color:sidebar}; color: {color:text};}
  505. #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;}
  506. .ps {position: fixed; padding: 2px; width: 148px; margin-left: 322px; margin-top: 417px; height: auto; color: {color:text};opacity:1;-webkit-border-radius: 0px 0px 20px 20px; }
  507.  
  508.  
  509. /***----------------- FAIXAS E LINHAS DA SIDEBAR----♥-------***/
  510.  
  511. #faixa2 {margin-top: 546px; margin-left: 105px; position: fixed; background-color: {color:sidebar}; height: 109px; width:3px;}/***detalhes by o-mundo-de-uma-garota***/
  512.  
  513. #faixa3 {margin-top: 568px; margin-left: 149px; position: fixed; background-color: {color:borda2}; height: 5px; width:314px;}/***detalhes by o-mundo-de-uma-garota***/
  514.  
  515. #faixa4 {margin-top: 570px; margin-left: 157px; position: fixed; background-color: {color:linha}; height: 1px; width:299px;}/***detalhes by o-mundo-de-uma-garota***/
  516.  
  517.  
  518. </style>
  519. <body oncontextmenu="return false">
  520.  
  521.  
  522. <!----------SUA PLAY AQUI EMBAIXO-------♥------------->
  523.  
  524.  
  525.  
  526. <!----------------EPA NÃO MEXA AQUI----------♥--------->
  527.  
  528. <div id="estela1"></div>
  529.  
  530.  
  531.  
  532.  
  533.  
  534.  
  535. <div id="marion1"></div>
  536.  
  537.  
  538. <div class="duhimag" class="hover">
  539. <img class="bottom shadow" src="{image:fotinha}"style="-webkit-filter: grayscale(100%);" >
  540. <img class="top shadow" src="{image:fotinha}" title="baby im sure duh"style="position:fixed;" ></div></div>
  541.  
  542. <div id="duka">{text:frase2}</div>
  543. <div id="duka1">{text:frase1}</div>
  544.  
  545.  
  546. <div id="notinholaduda">{Description}</div>
  547.  
  548.  
  549. <div id="menu">
  550. <a href="{text:Link1}">{text:Link1 Title}</a>
  551. <a href="{text:Link2}">{text:Link2 Title}</a>
  552. <a href="{text:Link3}">{text:Link3 Title}</a>
  553. <a href="{text:Link4}">{text:Link4 Title}</a>
  554. <a href="{text:Link5}">{text:Link5 Title}</a>
  555. <a href="{text:Link6}">{text:Link6 Title}</a>
  556. </a></div>
  557.  
  558. </div>
  559. </div>
  560.  
  561.  
  562.  
  563. <!-------------PAGINATION-----------♥---------->
  564.  
  565. <div class="ps"><div id="paginal">
  566. {block:JumpPagination length="3"}
  567. {block:CurrentPage}<span class="pagina_atual">{PageNumber}</span>{/block:CurrentPage}
  568. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}
  569. {/block:JumpPagination}
  570. </div></div>
  571. <!-------------CRÉDITOS-----------------♥------------->
  572. <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>
  573. <font color="{color:tags}">©</font> </a></div>
  574.  
  575.  
  576. <!-----------------OMDG FALSO-IFRAME--------♥---------->
  577.  
  578. <div id="omdg">
  579.  
  580. {block:Posts}
  581.  
  582. <!------------------------BASE DUH---------------♥--------->
  583. <div class="baseduh">
  584.  
  585. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  586.  
  587. {block:Photo}{LinkOpenTag}<div class="image"><img src="{PhotoURL-500}"></div>{LinkCloseTag}{/block:Photo}
  588.  
  589. {block:Photoset}{Photoset-500}{/block:Photoset}
  590.  
  591. <!-----------------BASE DUH 2 E 3 ----------♥----------->
  592.  
  593. {block:Quote}
  594. <div id="quote">"</div><div class="dquote">{Quote}</div>
  595. {block:Source}<div class="djquote">~ {Source}</div>
  596. {/block:Source}
  597. {/block:Quote}
  598.  
  599.  
  600. {block:Link}
  601. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  602. {block:Description}{Description}{/block:Description}
  603. {/block:Link}
  604.  
  605.  
  606. {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}
  607.  
  608.  
  609. {block:Audio}
  610. <div class="player">{AudioPlayerBlack}</div>
  611. {block:Caption}{Caption}{/block:Caption}
  612. {/block:Audio}
  613.  
  614. {block:Video}{Video-500}{/block:Video}
  615.  
  616. {block:Answer}
  617.  
  618. <div style="padding: 4px;">
  619.  
  620. <div class="asker">{asker} sussurrou: <div align="left"><img src="{AskerPortraitURL-48}" align="left" />{Question}<br/></div></div> <div align="left"> {Answer}</div>
  621. </div>
  622.  
  623. {/block:Answer}
  624.  
  625.  
  626.  
  627.  
  628. <div id="cap">
  629. {block:Photo}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  630. {block:Video}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  631. {block:Photoset}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  632.  
  633. <div class="source">{block:ContentSource}<a href="{SourceURL}">{lang:Source}:{block:SourceLogo}
  634. <img src="{BlackLogoURL}" width="{LogoWidth} height="{LogoHeight}" alt="{SourceTitle}" />
  635. {/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>
  636. {/block:ContentSource}</div></div>
  637. <br>
  638.  
  639.  
  640. <div id="date">
  641. {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>
  642. <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}
  643. {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>
  644. {/block:RebloggedFrom}
  645. </div>
  646. </div>{/block:Date}
  647.  
  648.  
  649.  
  650. {block:PostNotes}
  651. <div class="caixa">
  652. <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>
  653. <div class="extra">
  654. <img src="http://static.tumblr.com/wa79tuo/3OKm1iuvh/clock.png" class="user"> {DayOfMonth},<b> {Month}</b> de {Year}<br>
  655. </div>
  656. <div class="extra">
  657. <img src="http://static.tumblr.com/wa79tuo/YzBm1iuyx/tag.png" class="user"> {block:HasTags}{/block:HasTags}
  658. <span style="width:auto;">
  659. {block:HasTags}
  660. {block:Tags}
  661. <a class="tag" href="{TagURL}">{Tag}</a>
  662. {/block:Tags}
  663. {/block:HasTags}</span>
  664. <br>
  665. </div>
  666. <div class="extra">
  667. <img src="http://static.tumblr.com/wa79tuo/MiZm1iv2y/heart.png" class="user">{NoteCount}
  668. </div>
  669. </div><br>
  670. <div class="caixa">
  671. {PostNotes}
  672. </div>
  673. {/block:PostNotes}
  674. {/block:Posts}
  675. {block:PostNotes}<div class="NOTES">{PostNotes}</div>{/block:PostNotes}
  676.  
  677.  
  678.  
  679.  
  680.  
  681.  
  682.  
  683.  
  684. </div>
  685. </div>
  686. </div>
  687. </div>
  688.  
  689.  
  690.  
  691.  
  692.  
  693. </body>
  694. </html>
Advertisement
Add Comment
Please, Sign In to add comment