Eduarda

Theme 89

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