Eduarda

Theme 116

Feb 15th, 2013
1,663
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 36.42 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.  
  5. - - - - - - - - - - - - - -
  6. - THEME FEITO POR DUDA.R -
  7. - - - - - - - - - - - - - - ---->
  8.  
  9. <html>
  10.  
  11. <script type="text/javascript">
  12. $(window).load(function(){
  13. var $wall = $('#box');
  14. $wall.imagesLoaded(function(){
  15. $wall.masonry({
  16. itemSelector: '.post',
  17. isAnimated : true
  18. });
  19. });
  20. $wall.infinitescroll({
  21. navSelector : "div#navigation",
  22. nextSelector : "div#navigation a#nextPage",
  23. itemSelector : '.post',
  24. loadingImg : "http://static.tumblr.com/kwz90l7/bIdlst7ub/transparent.png",
  25. loadingText : " ",
  26. donetext : " ",
  27. extraScrollPx : 9000,
  28. bufferPx : 10000,
  29. debug : false,
  30. errorCallback: function() {
  31. $('#infscr-loading').animate({opacity: .8},2000).fadeOut('normal');
  32. }},
  33. function( newElements ) {
  34. var $newElems = $( newElements );
  35. $newElems.hide();
  36. $newElems.imagesLoaded(function(){
  37. $wall.masonry( 'appended', $newElems, {isAnimated: true, animationOptions: {duration: 750, easing: 'linear', queue: false}}, function(){$newElems.fadeIn('slow');} );
  38. });
  39. }); $('#box').show(500);
  40. });
  41. </script>
  42.  
  43.  
  44. <head>
  45.  
  46.  
  47. <script>
  48.  
  49.  
  50.  
  51. $(document).ready(function() {
  52.  
  53. //
  54.  
  55.  
  56.  
  57. //When you click on a link with class of poplight and the href starts with a #
  58.  
  59. $('a.poplight[href^=#]').click(function() {
  60.  
  61. var popID = $(this).attr('rel'); //Get Popup Name
  62.  
  63. var popURL = $(this).attr('href'); //Get Popup href to define size
  64.  
  65.  
  66.  
  67. //Pull Query & Variables from href URL
  68.  
  69. var query= popURL.split('?');
  70.  
  71. var dim= query[1].split('&');
  72.  
  73. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  74.  
  75.  
  76.  
  77. //Fade in the Popup and add close button
  78.  
  79. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"><img src="http://static.tumblr.com/2bh9bxo/iTXmdcocj/sbdb.gif" class="btn_close" title="Volte My boo" alt="Close" /></a>');
  80.  
  81.  
  82. //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
  83.  
  84. var popMargTop = ($('#' + popID).height() + 80) / 2;
  85.  
  86. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  87.  
  88.  
  89.  
  90. //Apply Margin to Popup
  91.  
  92. $('#' + popID).css({
  93.  
  94. 'margin-top' : -popMargTop,
  95.  
  96. 'margin-left' : -popMargLeft
  97.  
  98. });
  99.  
  100.  
  101.  
  102. //Fade in Background
  103.  
  104. $('body').append('<div id="fade"></div>'); //Add the fade layer to bottom of the body tag.
  105.  
  106. $('#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
  107.  
  108.  
  109.  
  110. return false;
  111.  
  112. });
  113.  
  114.  
  115.  
  116. //Close Popups and Fade Layer
  117.  
  118. $('a.close, #fade').live('click', function() { //When clicking on the close or fade layer...
  119.  
  120. $('#fade , .popup_block').fadeOut(function() {
  121.  
  122. $('#fade, a.close').remove(); //fade them both out
  123.  
  124. });
  125.  
  126. return false;
  127.  
  128. });
  129.  
  130.  
  131.  
  132.  
  133.  
  134. });
  135.  
  136. </script>
  137.  
  138.  
  139. <!-- APPERENCE VARIABLES {OMDG}----->
  140.  
  141. <meta name="image:fotodr" content="http://media.tumblr.com/0f8440bd4e8149de7ca599891c67d336/tumblr_inline_mi9y7oRZV81qz4rgp.png" />
  142. <meta name="image:background" content="" />
  143.  
  144.  
  145.  
  146.  
  147. <meta name="color:background" content="#f8f8f8" />
  148. <meta name="color:link" content="#929191" />
  149. <meta name="color:text" content="#8B8682" />
  150. <meta name="color:bghover" content="#fac0c6" />
  151. <meta name="color:linkshover" content="#fff" />
  152. <meta name="color:links" content="#bdbdbd " />
  153. <meta name="color:text desc" content="#bdbdbd " />
  154. <meta name="color:borda" content="#d5d3d3" />
  155. <meta name="color:borda2" content="#fac0c6" />
  156. <meta name="color:bordaimg" content="#d5d3d3" />
  157. <meta name="color:abc" content="#FDB5CE" />
  158. <meta name="color:italico" content="#9c8ba5" />
  159. <meta name="color:linhadopost" content="#d1d1d1" />
  160. <meta name="color:post" content="#fff" />
  161. <meta name="color:sidebar" content="#fff" />
  162. <meta name="color:scrollbar" content="#fff" />
  163. <meta name="color:frase" content="#bdbdbd " />
  164. <meta name="color:tags" content="#FDB5CE" />
  165. <meta name="color:sombra" content="#747474" />
  166. <meta name="color:bgask" content="#f5f3f3" />
  167. <meta name="color:pag" content="#fff" />
  168. <meta name="color:flor1" content="#FFC0CB" />
  169. <meta name="color:flor2" content="#CDC9C9" />
  170.  
  171.  
  172. <meta name="if:one columns" content="1"/>
  173.  
  174.  
  175. <meta name="text:Link1" content="/" />
  176. <meta name="text:Link1 Title" content="link 1" />
  177. <meta name="text:Link2" content="/" />
  178. <meta name="text:Link2 Title" content="link 2" />
  179. <meta name="text:Link3" content="/" />
  180. <meta name="text:Link3 Title" content="link 3" />
  181. <meta name="text:Link4" content="/" />
  182. <meta name="text:Link4 Title" content="link 4" />
  183. <meta name="text:Link5" content="/" />
  184. <meta name="text:Link5 Title" content="link 5" />
  185. <meta name="text:Link6" content="/" />
  186. <meta name="text:Link6 Title" content="link 6 " />
  187. <meta name="text:Link7" content="/" />
  188. <meta name="text:Link7 Title" content="link 7 " />
  189.  
  190.  
  191. <meta name="text:frase" content="Não chores mais menina" />
  192. <meta name="text:frase2" content="dos olhos de Deus,agora mesmo ele te envia consolo" />
  193.  
  194.  
  195.  
  196. <title>{Title}</title> <link rel="shortcut icon" href="{Favicon}">
  197. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  198. {block:Description}
  199. <meta name="description" content="{MetaDescription}" />
  200. {/block:Description}
  201.  
  202.  
  203.  
  204.  
  205.  
  206.  
  207. <!----------------FONTES-------♥-------->
  208. <link href='http://fonts.googleapis.com/css?family=Courgette' rel='stylesheet' type='text/css'>
  209. <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'>
  210. <link href='http://fonts.googleapis.com/css?family=Play' rel='stylesheet' type='text/css'>
  211.  
  212. <link href='http://fonts.googleapis.com/css?family=Anonymous+Pro' rel='stylesheet' type='text/css'>
  213.  
  214. <link href='http://fonts.googleapis.com/css?family=Life+Savers' rel='stylesheet' type='text/css'>
  215. <link href='http://fonts.googleapis.com/css?family=Play' rel='stylesheet' type='text/css'>
  216. <link href="http://fonts.googleapis.com/css?family=Yanone+Kaffeesatz:300,400,700t" rel="stylesheet" type="text/css">
  217.  
  218. <link href='http://fonts.googleapis.com/css?family=Rochester' rel='stylesheet' type='text/css'>
  219.  
  220.  
  221. <link href='http://fonts.googleapis.com/css?family=Ruge+Boogie' rel='stylesheet' type='text/css'>
  222.  
  223. <link href='http://fonts.googleapis.com/css?family=ABeeZee|Kameron|Muli|Almendra' rel='stylesheet' type='text/css'>
  224.  
  225. <link href='http://fonts.googleapis.com/css?family=Snippet|Sue+Ellen+Francisco|Andika|Delius+Swash+Caps|Lobster|Redressed|Tangerine|Rancho|Rochester|Lobster+Two|Dancing+Script|Pacifico|Crafty+Girls' rel='stylesheet' type='text/css'>
  226.  
  227. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  228. <link href='http://fonts.googleapis.com/css?family=Raleway+Dots' rel='stylesheet' type='text/css'>
  229. <link href='http://fonts.googleapis.com/css?family=Emilys+Candy|Butterfly+Kids|Federo|Quicksand|Antic+Didone|Josefin+Slab|Raleway+Dots|Cedarville+Cursive|Damion|Dawning+of+a+New+Day|Rancho|Marvel' rel='stylesheet' type='text/css'>
  230.  
  231. <link href='http://fonts.googleapis.com/css?family=Droid+Serif:400,400italic' rel='stylesheet' type='text/css'>
  232. <link href='http://fonts.googleapis.com/css?family=Homenaje' rel='stylesheet' type='text/css'>
  233.  
  234.  
  235. <link href='http://fonts.googleapis.com/css?family=Akronim' rel='stylesheet' type='text/css'>
  236.  
  237. <link href='http://fonts.googleapis.com/css?family=Play' rel='stylesheet' type='text/css'>
  238. <link href='http://fonts.googleapis.com/css?family=Courgette' rel='stylesheet' type='text/css'>
  239. <link href='http://fonts.googleapis.com/css?family=Wire+One' rel='stylesheet' type='text/css'>
  240. <link href='http://fonts.googleapis.com/css?family=Vibur' rel='stylesheet' type='text/css'>
  241.  
  242. <link rel="stylesheet" href="http://static.tumblr.com/5dbytsa/VYmmcwtwj/entrada.css" media="screen"/>
  243.  
  244. <!------------------eita duh--------------------->
  245. <link href='http://fonts.googleapis.com/css?family=Play' rel='stylesheet' type='text/css'>
  246.  
  247. <link href='http://fonts.googleapis.com/css?family=Homenaje' rel='stylesheet' type='text/css'>
  248. <link href='http://fonts.googleapis.com/css?family=Lato:300,400,700,900' rel='stylesheet' type='text/css'>
  249. <link href='http://fonts.googleapis.com/css?family=Rochester' rel='stylesheet' type='text/css'>
  250. <link href='http://fonts.googleapis.com/css?family=Emilys+Candy|Butterfly+Kids|Federo|Quicksand|Antic+Didone|Josefin+Slab|Raleway+Dots|Cedarville+Cursive|Damion|Dawning+of+a+New+Day|Rancho|Marvel' rel='stylesheet' type='text/css'>
  251. <link href='http://fonts.googleapis.com/css?family=Josefin+Sans:400,300italic|Exo:300,400|Alegreya+SC|Gafata' rel='stylesheet' type='text/css'>
  252. <link href='http://fonts.googleapis.com/css?family=Sacramento' rel='stylesheet' type='text/css'>
  253.  
  254. <link href='http://fonts.googleapis.com/css?family=ABeeZee|Kameron|Muli|Almendra' rel='stylesheet' type='text/css'>
  255. <link href='http://fonts.googleapis.com/css?family=Stalemate' rel='stylesheet' type='text/css'>
  256.  
  257. <script type="text/javascript">
  258. // <![CDATA[
  259. var speed=100; //
  260. var height=3; //
  261. var alink="/"; // page to link text to (set to ="" for no link)
  262.  
  263. /****************************
  264. ****************************/
  265. var wobtxt, wobble, wobcnt=0;
  266. window.onload=function() { if (document.getElementById) {
  267. var i, wobli;
  268. wobble=document.getElementById("wobble");
  269. wobtxt=wobble.firstChild.nodeValue;
  270. while (wobble.childNodes.length) wobble.removeChild(wobble.childNodes[0]);
  271. for (i=0; i<wobtxt.length; i++) {
  272. wobli=document.createElement("span");
  273. wobli.setAttribute("id", "wobb"+i);
  274. wobli.style.position="relative";
  275. wobli.appendChild(document.createTextNode(wobtxt.charAt(i)));
  276. if (alink) {
  277. wobli.style.cursor="pointer";
  278. wobli.onclick=function() { top.location.href=alink; }
  279. }
  280. wobble.appendChild(wobli);
  281. }
  282. setInterval("wobbler()", speed);
  283. }}
  284.  
  285. function wobbler() {
  286. for (var i=0; i<wobtxt.length; i++) document.getElementById("wobb"+i).style.top=Math.round(height*Math.sin(i+wobcnt))+"px"
  287. wobcnt++;
  288. }
  289. // ]]>
  290. </script>
  291.  
  292. </head>
  293.  
  294.  
  295. <style type="text/css">
  296.  
  297. ::-moz-selection
  298.  
  299. {color: #FFF;
  300.  
  301. background: #FFF;}
  302.  
  303.  
  304.  
  305. ::selection
  306.  
  307. {color: #fff ;
  308.  
  309. background: #aca7a7;
  310. text-shadow: #3a3939 1px 1px 5px ;}
  311.  
  312.  
  313.  
  314. @font-face {font-family: "pacifico";
  315. src: url(http://static.tumblr.com/ufwwwyn/Do8m4xui1/pacifico.ttf) format("truetype");}
  316. /**--OMDG---♥---**/ /**--OMDG---♥---**/ /**--OMDG---♥---**/
  317. iframe#tumblr_controls {
  318. top:0px !important;
  319. right:3px !important;
  320. position: fixed !important;
  321. -webkit-transition: opacity 0.6s linear;
  322. opacity: 0.3;
  323. -webkit-transition: all 0.8s ease-out;
  324. -moz-transition: all 0.8s ease-out;
  325. transition: all 0.8s ease-out;
  326. z-index:999999999999999999;}
  327.  
  328. iframe#tumblr_controls:hover{
  329. -webkit-transition: opacity 0.6s linear;
  330. opacity: 0.8;
  331. -webkit-transition: all 0.4s ease-out;
  332. -moz-transition: all 0.4s ease-out;
  333. transition: all 0.4s ease-out;
  334. z-index:999999999999999999999;}
  335.  
  336. #tumblr_controls{position: fixed!important}
  337. #tumblr_controls{position: fixed!important}
  338. #tumblr_controls{position: fixed!important}
  339. #tumblr_controls{position: fixed!important}
  340. /**-------CORPO DO THEME**----------♥----**/
  341. body {color:{color:text};background-color:{color:background}; background-image: url('{image:Background}'); background-attachment:fixed; font-family:calibri; font-size:13px; line-height:100%; text-align:justify; text-transform: none;text-align: center; font-style: none; }
  342.  
  343. a:link, a:active, a:visited{ color: {color:link}; text-decoration:none; -webkit-transition-duration: 0.4s; }
  344.  
  345. a:hover{color:{color:lhover};text-shadow:0px 0px 9px ; }
  346.  
  347. /**--OMDG---♥---**/ /**--OMDG---♥---**/ /**--OMDG---♥---**/
  348.  
  349. 58px; margin-left: 553px; position: fixed; text-transform:uppercase; letter-spacing:1px; z-index:1; opacity:0.8; border-top: 2px solid #eee; border-bottom: 0px solid #eee}
  350.  
  351. /**--OMDG---♥---**/ /**--OMDG---♥---**/ /**--OMDG---♥---**/
  352.  
  353. /**--OMDG---♥---**/ /**--OMDG---♥---**/ /**--OMDG---♥---**/
  354.  
  355. #barbie-e {background-color: ; width: 1000px; margin: 0px auto 0px auto; background: #1c1c1c;}
  356.  
  357. #OMDG {margin-left: 500px; width: 700px; margin-top: 15px; opacity:2; -webkit-transition: all .5s ease-out; -moz-transition: all .5s ease-out; }
  358. /**--OMDG---♥---**/ /**--OMDG---♥---**/ /**--OMDG---♥---**/
  359. #OMDG:hover{-webkit-transition: all .5s ease-out; -moz-transition: all .5s ease-out; opacity:1}
  360.  
  361. /*---- BASE DUH------♥-----**/
  362. .baseduh {-webkit-border-radius: 2px;
  363. -moz-border-radius: 2px;
  364. border-radius: 2px;border-left:1px solid {color:linhadopost}; width: 290px; background-color:{color:post} ; text-align: justify; padding: 1px; float: left; margin: 4px 0 0 4px;opacity:2; {block:PermalinkPage}width:500px {/block:PermalinkPage};{block:IfOneColumns}width:438px;{/block:IfOneColumns} }
  365. /**--OMDG---♥---**/ /**--OMDG---♥---**/ /**--OMDG---♥---**/
  366. .baseduh:hover {opacity:2}
  367.  
  368. .baseduh img {border: 3px solid {color:borda}; max-width: 280px; padding: 2px; opacity:2; -webkit-transition: all .5s ease-out; -moz-transition: all .5s ease-out;{block:IfOneColumns}max-width: 405px;{/block:IfOneColumns};opacity:0.9;} /**--OMDG---♥---**/ /**--OMDG---♥---**/ /**--OMDG---♥---**/
  369.  
  370. .baseduh img:hover {border: 1px solid {color:tags};opacity:2;}
  371.  
  372. /*--- TITULOS PRINCIPAIS (OMDG)-----♥------**/
  373. h1 { border-bottom: 1px dashed {color:borda2};font-family: 'muli'; text-align: center; font-size: 16px; text-transform: none; color: {color:post text}; font-weight: normal; }
  374. h1 a {text-align: center; font-size: 14px; text-transform: none; color: {color:post text}; font-weight: normal; }
  375. h1 a:hover {text-align: center; font-size: 18px; text-transform: none; color: {color:post text}; font-weight: normal;padding: 4px;}
  376.  
  377. h1:first-letter {color:{color:borda2};font-family:rochester;font-size:16px;}
  378. blockquote {padding:0px; padding-left:5px; margin:0px; border-left:2px solid #aaa}
  379.  
  380. .notes img{width:10px; position:relative; top:1px}
  381. ol.notes, .notes li{width:280px; list-style:none; margin:0px 0 -1px 5px; padding:0px}
  382.  
  383. /**--OMDG---♥---**/ /**--OMDG---♥---**/ /**--OMDG---♥---**/
  384. /*** Stilo da Ask por things-to-help-you **/
  385. .pergunta {background: {color:bgask}; padding: 8px; margin-top: 0px; border-bottom: 1px solid {color:borda}; margin-left: 0px;margin-right: 0;overflow: hidden; text-shadow: 0px 1px 1px {color:sombra};line-height:9px;}
  386. .perguntou {width: 415px;height:14px; background:{color:text}; font-weight:normal; padding:3px; margin-bottom:1px; color:{color:post};font-family: 'Play', sans-serif; font-size: 8px; text-align:left;line-height:16px;text-transform:uppercase;margin-left:-8px;} /**--OMDG---♥---**/
  387. .perguntou g {color:{color:post};} /**--OMDG---♥---**/
  388. .perguntou a {color: {color:post}; font-size:10px;}
  389. .askfoto {opacity: 0.7; border: 2px solid {color:borda};width: 40px;height: 40px;} /**--OMDG---♥---**/
  390. .askfoto:hover {opacity: 0.9;}
  391.  
  392. /**--OMDG---♥---**/ /**--OMDG---♥---**/ /**--OMDG---♥---**/
  393. .chat {margin: 1px 1px 0 1px; font-size: 11px; color: #888;margin-bottom:2px;}
  394. .chat .chat1 {margin-left: 0px;}
  395. .chat .chat1 .chat2 {background:rgba(238,238,238, 0.4); margin-bottom: 1px; padding: 0px 5px; font-family: 'calibri', sans-serif; line-height:21px;}
  396. .chat .chat1 .chat2.even {background: rgba(234,234,234, 0.6);}
  397. .chat b{color: #000; background: #f5f5f5; padding: 4px 5px; font-size: 9px; font-weight: normal; margin: 0 0 0 -5px; text-transform: uppercase;}
  398. .chat1 a, .chat2 a{color: #d9e0e7;}
  399.  
  400. /**--OMDG---♥---**/ /**--OMDG---♥---**/ /**--OMDG---♥---**/
  401. .cred {opacity: 2; -webkit-transition: all 0.6s ease-out; -moz-transition: all 0.6s ease-out;font-size:10px;{block:IfOneColumns} border-top:0px solid #f2f2f2; {/block:IfOneColumns}}
  402. /*-------------NEGRITO ITALICO E SUBLINHADO------♥-------*/
  403.  
  404. b {color: {color:abc};text-decoration: none;}
  405.  
  406. i {color:{color:italico};text-decoration: none;}
  407.  
  408. u {color: {color:borda}; text-decoration: none; border-bottom: 1px dashed {color:borda2}; DO SUBLINHADO;}
  409.  
  410. /** BASE DUH (1) -------{OMDG}-----♥---**/
  411. #baseduh1 {background:{color:background};
  412. margin-top: 2px; text-align:right; font-size:16px; font-family:pacifico; z-index:11; padding:2px; color:{color:link} ; -webkit-transition: all 0.2s ease-out;border-top:1px solid {color:borda};border-bottom:1px dashed {color:borda2}; -moz-transition: all .4s ease-out;letter-spacing: 0.5px;{block:IfOneColumns} ; {/block:IfOneColumns}}
  413. #baseduh1 a {font-size: 10px; opacity:0.8; }
  414.  
  415. #tags {color: {color:text}; font-size: 12px; font-family:Iceland; display: inline; list-style: none; text-transform: uppercase;opacity:0.9}
  416. #tags a {font-size: 10px; font-family: Iceland; display: inline; list-style: none; text-transform: uppercase; color:{color:links};}
  417. /**--OMDG---♥---**/ /**--OMDG---♥---**/ /**--OMDG---♥---**/
  418.  
  419. #cap {width: 500px; margin-top: -2px;}
  420. .source {display: none;} /**--OMDG---♥---**/ /**--OMDG---♥---**/ /**--OMDG---♥---**/
  421.  
  422. .notes {width: 520px; padding: 0px; margin-top: 1px; margin-bottom: 1px; font-size: 9px; text-align: center}
  423. ol.notes {list-style: none; margin: 0 20px 0 0px; padding: 0px; z-index: 11;}
  424. ol.notes li {background-color: ; margin-bottom: 2px; padding: 5px; }
  425. .notes img{display: none; border:0px}
  426.  
  427. /**--OMDG---♥---**/ /**--OMDG---♥---**/ /**--OMDG---♥---**/
  428.  
  429.  
  430. .quote:first-letter{font-family: Rochester; font-size: 24px;color:{color:borda2};}
  431. .quote {font-family: Muli; text-align: center; font-size: 12px; line-height: 15px; padding: 3px; margin-top: 6px;}
  432. .b-source {-webkit-transform: rotate(-3deg);font-family:'candara'; font-style:italic; font-size: 12px; text-transform: none; margin-bottom: 5px; margin-top:4px; padding-left:10px; background: {color:background}; padding:0px 10px 0px 0px; line-height:20px; height:22; border-top: 1px dashed {color:borda2}; font-weight:bold; text-align: right;}
  433. }
  434. .b-source a, a:hover{text-transform: none;}
  435. /**--OMDG---♥---**/ /**--OMDG---♥---**/ /**--OMDG---♥---**/
  436. /**--OMDG---♥---**/ /**--OMDG---♥---**/ /**--OMDG---♥---**/
  437.  
  438. /**--OMDG---♥---**/ /**--OMDG---♥---**/ /**--OMDG---♥---**/
  439.  
  440. .imagem {position: absolute; width:245px; height:495px; margin-left:5px; margin-top: 11px;position:fixed;border:7px solid {color:borda}; padding:5px; padding:8px; background-color:{color:borda};}
  441. .imagem img {position:fixed; -webkit-transition: all 1s ease-in-out;-webkit-border-radius: 20px 20px 20px 20px; -moz-transition: all 1s ease-in-out; -o-transition: all 1s ease-in-out; -ms-transition: all 1s ease-in-out; transition: all 1s ease-in-out; display: block; height:270px; width: 244px;margin-left:0px; margin-top:40px; opacity:1;}
  442. /**--OMDG---♥---**/ /**--OMDG---♥---**/ /**--OMDG---♥---**/
  443.  
  444. .imagem img.top { opacity:1;}
  445. .imagem:hover img.top, .cf4.hover_effect img.top {opacity:0;}
  446.  
  447. .imagem:hover img.bottom, .cf4.hover_effect img.bottom {filter:gray; -webkit-border-radius: 30px;
  448. -moz-border-radius: 30px;
  449. border-radius: 30px;}
  450.  
  451. /**--OMDG---♥---**/ /**--OMDG---♥---**/ /**--OMDG---♥---**/
  452.  
  453.  
  454.  
  455. /***-------------- TITULOS------------------♥--------***/
  456. #duka {margin-left:222px;margin-top: 115px; height:20px; line-height:28px;float:left; position:fixed; width:264px; font-family:Muli; font-size:11px; text-align: center;
  457. color:{color:frase} ;letter-spacing:-1px; z-index:11; text-transform: none; -webkit-border-radius: 0px 0px 10px 10px;-webkit-transform: rotate(0deg);border-bottom: 0px dashed {color:borda2}; } /**--OMDG---♥---**/
  458. /**--OMDG---♥---**/
  459. #duka a:hover {color:{color:linha};-webkit-transform: rotate(3deg);}
  460. /**--OMDG---♥---**/ /**--OMDG---♥---**/ /**--OMDG---♥---**/
  461.  
  462. /*-----IMAGEM {OMDG}----♥----------**/
  463.  
  464.  
  465. .efeito2 {background:{color:sidebar};position: absolute;width:248px;height:220px;margin-left:230px; /**--OMDG---♥---**/
  466. margin-top: 140px;position:fixed;border:1px solid {color:bordaimg}; }
  467. .efeito2 img {border:10px solid {color:sidebar}; position:fixed; -webkit-transition: all 1s ease-in-out;-webkit-transform: rotate(0deg);
  468. -webkit-border-radius: 0px 0px 0px 0px;-moz-transition: all 1s ease-in-out;
  469. -o-transition: all 1s ease-in-out;-ms-transition: all 1s ease-in-out; transition: all 1s ease-in-out;display: block;height:199px;width: 228px;
  470. padding:0px;margin-left:0px;margin-top:0px;opacity:0.8;-webkit-transition-duration: 0.8s;opacity: 9.0;-webkit-border-radius: 20px 20px 20px 20px;} /**--OMDG---♥---**/
  471. .efeito2 img:hover { }
  472. .efeito2 img: #tt{ } /**--OMDG---♥---**/ /**--OMDG---♥---**/ /**--OMDG---♥---**/
  473.  
  474. .efeito2 img:hover #tt{}
  475.  
  476.  
  477.  
  478.  
  479. /**--OMDG---♥---**/ /**--OMDG---♥---**/ /**--OMDG---♥---**/
  480.  
  481. /**--OMDG---♥---**/ /**--OMDG---♥---**/ /**--OMDG---♥---**/
  482. .imsureduh {width:255px;
  483. margin-top:105px;
  484. color:{color:frase};
  485. opacity:0.999;
  486. text-align:center;
  487. position:fixed;
  488. font-family:Muli;
  489. font-size:12px;
  490. letter-spacing:1px; /**--OMDG---♥---**/
  491. margin-left:235px;-webkit-transform: rotate(0deg);}
  492.  
  493. .imsureduh:first-letter {color:{color:borda2};font-family:rochester;font-size:16px;}
  494. /**--OMDG---♥---**/
  495. @font-face {font-family:basket; src: url('http://static.tumblr.com/ejm8w78/aollviadu/destrukt.ttf');}
  496. /******----------------DESCRIÇÃO--------♥--------******/
  497. #notinholaduda {background:;margin-left: 246px; margin-top: 390px; width:208px; font-size: 11px; height:70px; text-align: center; transparent; font-family:Muli; color: {color:text desc};position: fixed;z-index:99;padding: 5px; -webkit-transition: 1s ease-in; line-height: 10px; /**--OMDG---♥---**/
  498. -moz-transition: 1s ease-in; transition: 1s ease-in; overflow: hidden; opacity: 1; border-top: 3px dotted transparent;padding: 2px 2px 2px 2px;border-bottom: 0px dashed {color:bordaimg};-webkit-transform: rotate(0deg);} /**--OMDG---♥---**/ /**--OMDG---♥---**/ /**--OMDG---♥---**/
  499. /***-------------BORDAS -------------♥-----***/
  500.  
  501. #barra {position: fixed; margin-left: 245px; width:218px; height: 65px; background-color:{color:sidebar};margin-top: 362px; -webkit-transform: rotate(0deg);-webkit-border-radius: 0px 0px 10px 10px;border: 1px double {color:bordaimg};} /**--OMDG---♥---**/
  502.  
  503. #barra1 {position: fixed; margin-left: 115px; width:285px; height: 24px; background-color:{color:sidebar};margin-top: 75px; -webkit-transform: rotate(-3deg);-webkit-border-radius: 0px 0px 0px 0px;border-top: 1px dashed {color:borda2};}
  504. /**--OMDG---♥---**/ /**--OMDG---♥---**/ /**--OMDG---♥---**/
  505. #barra2 {position: fixed; margin-left: 90px; width:19px; height: 24px; background-color:{color:sidebar};margin-top: 49px; -webkit-transform: rotate(0deg);-webkit-transform: rotate(180deg);-webkit-border-radius: 20px 0px 0px 20px;}
  506.  
  507. /**--OMDG---♥---**/ /**--OMDG---♥---**/ /**--OMDG---♥---**/
  508. .pagi {font-family: Ruge Boogie; position: fixed; margin-left: 419px; margin-top: 470px; font-size: 85px; z-index: 999999999999999999999999999999999999999999999999999999;}
  509. .pagi a {color: {color:tags}; background-color: #trans; text-transform: uppercase; padding: 5px;}
  510. .pagi a:hover {opacity:0.6}
  511.  
  512. .pagib {font-family:Ruge Boogie; position: fixed; margin-left: 382px; margin-top:470px; font-size: 85px; z-index: 999999999999999999999999999999999999999999999999999999; }
  513. .pagib a {color: {color:tags}; background-color: #trans; text-transform: uppercase; padding: 5px; padding-right: 6px;}
  514. .pagib a:hover {opacity:0.6}
  515.  
  516. /**--OMDG---♥---**/ /**--OMDG---♥---**/ /**--OMDG---♥---**/
  517.  
  518.  
  519. /*-------------NEGRITO ITALICO E SUBLINHADO------♥-------*/
  520.  
  521. b {color: {color:abc};text-decoration: none;}
  522.  
  523. i {color:{color:italico};text-decoration: none;}
  524.  
  525. u {color: {color:text}; text-decoration: none; border-bottom: 1px dashed {color:borda2}; DO SUBLINHADO;}
  526.  
  527.  
  528. /*******-------------------PARTE DA SIDEBAR------♥-----******/
  529.  
  530. #estela1 {position: fixed; margin-left: 92px; width:351px; height: 725px; background-color:{color:sidebar}; margin-top: -12px; -webkit-transform: rotate(0deg);-webkit-border-radius: 0px 10px 10px 0px; border: 5px solid {color:sidebar}; box-shadow: 5px 5px 9px {color:sombra};background-image: url('{image:fundo}');}
  531.  
  532. /**--OMDG---♥---**/ /**--OMDG---♥---**/ /**--OMDG---♥---**/
  533.  
  534.  
  535. #faixa2 {margin-top: 142px; margin-left: 103px; position: fixed; background:{color:sidebar}; height: 5px; width:322px;}/***detalhes by o-mundo-de-uma-garota***/
  536. #faixa3 {margin-top: 160px; margin-left: 113px; position: fixed; background-color:{color:borda2};border-top: 1px dashed {color:sidebar}; height: 2px; width:298px;}/***detalhes by o-mundo-de-uma-garota***/
  537.  
  538. #faixa4 {margin-top: 148px; margin-left: 103px; position: fixed; background-color:{color:borda}; height: 3px; width:322px;-webkit-border-radius: 150px 150px 150px 150px; -webkit-transform: rotate(0deg);}/***detalhes by o-mundo-de-uma-garota***/
  539.  
  540. #faixa5 {margin-top: 140px; margin-left: 97px; position: fixed; background-color:{color:borda2}; height: 5px; width:350px; -webkit-transform: rotate(0deg);border: 1px dashed {color:sidebar};}/***detalhes by o-mundo-de-uma-garota***/
  541.  
  542. #faixa6 {margin-top: -20px; margin-left: 70px; position: fixed; background-color:{color:borda}; height: 738px; width:8px; -webkit-transform: rotate(0deg);}/***detalhes by o-mundo-de-uma-garota***/
  543.  
  544. /***LINKS BY DUDA.R***/
  545.  
  546.  
  547. #badgirl {width: 192px; float: left; margin-left:270px; margin-top: 368px; padding: 1px; text-align: center; position: fixed; -moz-transition: opacity .9s ease-in-out; -o-transition: opacity .9s ease-in-out; transition: opacity .9s ease-in-out; -webkit-transition: opacity .9s ease-in-out; opacity: 1; -webkit-transition: 1.3s ease-in;
  548. -moz-transition: 1.3s ease-in; transition: 1.3s ease-in; background-color: transparent; height:120px; }
  549. /**--OMDG---♥---**/ /**--OMDG---♥---**/ /**--OMDG---♥---**/
  550. #badgirl a {float: left; padding: 0px; margin-top:1px; display: block; letter-spacing: 0px; font-family: verdana; font-size: 8px; text-align: center; width: 35px; background-color: {color:linkshover}; color:{color:links}; text-decoration: none; text-transform: uppercase; height: 17px; overflow: hidden; border:0px solid {color:background}; margin-left: 3px; line-height: 17px;border: 1px solid {color:borda}; }
  551. /**--OMDG---♥---**/ /**--OMDG---♥---**/ /**--OMDG---♥---**/
  552. #badgirl a:hover{text-align: center; background-color: {color:borda2}; color: {color:link}; }
  553. /**--OMDG---♥---**/ /**--OMDG---♥---**/ /**--OMDG---♥---**/
  554.  
  555. #dolls {font-family: tinytots; background-color: {color:sidebar}; color: {color:coracao}; font-size: 14px; padding: 3px 5px 5px 5px; width: 13px;text-shadow: 0px 0px 9px {color:sombra};-webkit-border-radius: 0px 20px 20px 0px; margin-top: 270px; margin-left: 362px; z-index: 1; position: fixed; text-align: center; height: 13px; border-right:5px solid {color:borda2} ; text-transform: none; }
  556. #dolls a{font-family: verdana; font-size: 10px; text-transform: none; font-weight: none; padding-left:1px; margin-left:-3px; color: {color:coracao}; }
  557.  
  558. /***--- SCROLLBAR---♥----***/
  559.  
  560. ::-webkit-scrollbar-thumb:vertical {background-color:{color:borda2};height:50px; border:5px solid {color:scrollbar};}
  561.  
  562. ::-webkit-scrollbar-button:vertical {height:8px;display: block; background:{color:borda2};}
  563.  
  564.  
  565. ::-webkit-scrollbar {height:0px;width:20px;background-color:{color:scrollbar};}
  566.  
  567. /**** SELECAO COLORIDA - MADLYLUV.com ****/
  568. ::-moz-selection{background:{color:borda2};text-shadow:0px 1px 1px {color:sombra}; }
  569. ::selection{background: {color:borda2}; color: {color:text};text-shadow:0px 1px 1px {color:sombra}; }
  570.  
  571. /***--------TUMBLR CONTROLS---------♥------***/
  572.  
  573. #tumblr_controls{position: fixed!important}
  574.  
  575. #tumblr_controls{position: fixed!important}
  576.  
  577. #tumblr_controls{position: fixed!important}
  578.  
  579. #tumblr_controls{position: fixed!important}
  580.  
  581. #dj2 {width: 29px; position: fixed; padding: 8px; background-color: transparent; margin-left: 443px; margin-top: 407px; color:{color:borda}; font-size: 19px; -webkit-transform: rotate(-5deg); z-index: 1000;}
  582.  
  583. #dj3 {width: 29px; position: fixed; padding: 8px; background-color: transparent; margin-left: 322px; margin-top: 19px; color:{color:sidebar}; font-size: 19px; -webkit-transform: rotate(34deg); z-index: 1000;}
  584. #dj4 {width: 29px; position: fixed; padding: 8px; background-color: transparent; margin-left: 201px; margin-top: 347px; color:{color:sidebar}; font-size: 25px; -webkit-transform: rotate(90deg); z-index: 1000;opacity:0.4;}
  585.  
  586. /**LINKS AQUI POR (D-EPREESSIVA)----♥----**/
  587. #ya {width:58px; height: 40px; float: left; margin-left:199px; margin-top:222px; padding: 0px; text-align: center; position: fixed; z-index:9999; opacity:0.9; z-index:99999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999; opacity:0.9}
  588. #ya a {display: inline-block;float: left;margin: 0px 5px 0px 0px; margin-left: 1px;border:1px solid {color:bordaimg}; font-family:tinytots; font-size: 12px; text-align: center; margin-top: 0px; height: 28px; width:28px; color:{color:tags}; line-height: 28px; text-transform: uppercase; -webkit-transition: all .5s ease-out; -moz-transition: all .5s ease-out; font-style: normal; background-color: {color:linkshover}; letter-spacing:1px; opacity:1;}
  589. #ya a:hover{ color:{color:link}; background:{color:bghover};}
  590.  
  591. #ya #cc{ border: 1px dashed {color:borda2};text-align: center; margin-top:-110px;margin: 0px 5px 0px 0px; margin-left: 110px;overflow: hidden; font-size: 10px; font-family:Rancho; position: fixed;color:{color:link}; padding: 0px; width:49px; -moz-transition: all 2s ease-out; height: 20px; letter-spacing: 0px; line-height: 18px;z-index:800000000000000000000000000000000000000000000000;opacity:0.0; -webkit-border-radius: 0px 0px 20px 20px;text-align:center;}
  592.  
  593. #ya:hover #cc{background:{color:linkshover};margin-left:-60px;margin-top:-22px;background:transparent;-webkit-transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out; opacity: 0.9;z-index:100; margin-bottom: 2px;
  594.  
  595. -webkit-transition: all 0.9s ease-out;
  596.  
  597. -moz-transition: all 0.9s ease-out; opacity: 0.6; filter:alpha (opacity=50);-webkit-border-radius: 0px 20px 20px 20px;-webkit-transition-duration: 1.9s; -moz-transition-duration:1.9s;-webkit-transition: all 0.8s ease-out; -moz-transition: all 0.5s ease-out;}
  598.  
  599.  
  600. /***----------FLORZINHA OWNT [OMDG]--------♥-----***/
  601. #duca {margin-top:100px;
  602. line-height:2px;
  603. background-color:duggs;
  604. margin-left: 439px;
  605. overflow: hidden;
  606. position: fixed;
  607. color: {color:flor1};
  608. padding: 10px;
  609. background-attachment: fixed;
  610. width:3px;
  611. height: 0px;
  612. -webkit-transition: all .5s ease-out;
  613. -moz-transition: all .5s ease-out;
  614. text-transform: uppercase;
  615. -webkit-transform: rotate(-16deg); z-index: 8000000;}
  616.  
  617. #duca1 {font-size: 14px;
  618. font-family:sofia ;
  619. letter-spacing: -1px;
  620. text-transform: none;
  621. line-height: 3px;}
  622.  
  623.  
  624. #duca2 { margin-top:101px;
  625. line-height:2px;
  626. background-color:duggs;
  627. margin-left: 450px;
  628. overflow: hidden;
  629. position: fixed;
  630. color:{color:flor2};
  631. padding: 10px;
  632. background-attachment: fixed;
  633. width:12px; height: 0px;
  634. -webkit-transition: all .5s ease-out;
  635. -moz-transition: all .5s ease-out;
  636. text-transform: uppercase;
  637. -webkit-transform: rotate(24deg); z-index: 8000000;
  638. }
  639.  
  640. #duca3 {font-size: 16px;
  641. font-family:sofia ;
  642. letter-spacing: -1px;
  643. text-transform: none;
  644. line-height: 3px;}
  645.  
  646. </style>
  647.  
  648.  
  649.  
  650.  
  651. <script type='text/javascript' src='http://static.tumblr.com/d0qlne1/DiAl6ekb7/jquery-1.4.2.min.js'></script>
  652.  
  653. <script src="http://static.tumblr.com/twte3d7/H8Glm663z/masonry.js"></script>
  654. <script src="http://static.tumblr.com/twte3d7/0pellzh2t/infinitescroll.js"></script>
  655. <script type="text/javascript">
  656. $(window).load(function () {
  657. $('#OMDG').masonry(),
  658. $('.masonryWrap').infinitescroll({
  659. navSelector : ".baseduh",
  660. nextSelector : "#page a#p",
  661. itemSelector : ".baseduh",
  662. bufferPx : 10000,
  663. extraScrollPx: 10000,
  664. loadingImg : "",
  665. loadingText : "",
  666. },
  667. function() { $('#OMDG').masonry({ appendedContent: $(this) }); }
  668. );
  669. });
  670. </script>
  671.  
  672.  
  673. <body onkeydown="return false">
  674.  
  675. <!--------SUA PLAY LOGO ABAIXO----(OMDG)------------->
  676.  
  677. <div id="barbie-e">
  678.  
  679.  
  680.  
  681. <!--------CONTENT----(OMDG)------------->
  682.  
  683.  
  684. <div class="imsureduh">{text:frase}</div>
  685. <div class="efeito2" class="hover">
  686.  
  687. <img class="bottom shadow" src="{image:fotodr}" >
  688. <img class="hover" src="{image:sidebar}" title=""><div class="tt">sua frase aqui</div></div></div>
  689. </div></div><div id="duka">{text:frase2}</div><div id="barra"></div>
  690.  
  691. <!--------LINKS----(OMDG)------------->
  692. <div id="badgirl">
  693.  
  694.  
  695.  
  696.  
  697. <a href="{text:Link4}" title="link4" >{text:Link4 Title}</a>
  698. <a href="{text:Link5}" title="link5" >{text:Link5 Title}</a>
  699. <a href="{text:Link6}" title="link6" >{text:Link6 Title}</a>
  700. <a href="{text:Link7}" title="link7" >{text:Link7 Title}</a>
  701. </div>
  702. <div id="ya">
  703. <a href="{text:link1}">♥<div id="cc">{text:link1 title}</div></a>
  704. <a href="{text:link2}">♥<div id="cc">{text:link2 title}</div></a>
  705. <a href="{text:link3}">♥<div id="cc">{text:link3 title}</div></a>
  706. <div></div></div></div>
  707.  
  708. <!--------DESCRIBILE----(OMDG)------------->
  709. <div id="notinholaduda">{Description}</div>
  710.  
  711. <div id="duca"><div id="duca1">✿</div></div></div></div></div>
  712. <div id="duca2"><div id="duca3">✿</div></div></div></div></div>
  713.  
  714. <!-------------PAGINATION-----------♥---------->
  715.  
  716. <div class="pagi">
  717. {block:PreviousPage}<a href="{PreviousPage}">-</a>{/block:PreviousPage}</div>
  718.  
  719. <div class="pagib">
  720. {block:NextPage}<a href="{NextPage}">+</a>{/block:NextPage}</div>
  721.  
  722. </div></div>
  723.  
  724. <!-------------CRÉDITOS-----------------♥------------->
  725. <div style="margin-left:110px;background:{color:post};-webkit-border-radius: 5px 5px 5px 5px;-webkit-transform: rotate(0deg); width:95px; font-family:Muli;font-size:11px; margin-top: 5px; height:15px;position:fixed; border: 1px dashed {color:borda2};"><a href="http://o-mundo-de-uma-garota.tumblr.com/"title="Theme por Duda.R [OMDG] + dtlhs por d-epreessiva not copie plagio é crime"><small>All Themes OMDG</a></a>
  726. <font color="{color:tags}">©</font> </a></div>
  727.  
  728. <!--------POTS----(OMDG)-----♥-------->
  729.  
  730. <div id="OMDG">
  731.  
  732. {block:Posts}
  733. <div class="baseduh">
  734.  
  735. {block:Answer}
  736. <div class="caixa">
  737. <img src="{AskerPortraitURL-64}" align="right" class="askfoto">
  738. <div class="pergunta">
  739. <div class="perguntou"><g>{Asker}</g> asked {TimeAgo}</div>
  740. {Question}
  741. </div>
  742. {Answer}</div>
  743. {/block:Answer}
  744.  
  745. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  746.  
  747. {block:Photo}<center><img src="{PhotoURL-500}" width="500px"/></center>
  748. {block:Caption}{Caption}{/block:Caption}{/block:Photo}
  749.  
  750.  
  751. {block:Photoset}<center>{Photoset-250}</center>
  752. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  753.  
  754.  
  755. {block:Quote}
  756. <div class="quote">“{Quote}”</div>
  757. {block:Source}<div class="b-source"> — {Source}</div>
  758. {/block:Source}
  759. {/block:Quote}
  760.  
  761. {block:Link}
  762. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  763. {block:Description}{Description}{/block:Description}
  764. {/block:Link}
  765.  
  766. {block:Chat}
  767. {block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}
  768. <div class="chat"><ul>{block:Lines}
  769. <li class="person{UserNumber}">{block:Label}
  770. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  771. {/block:Chat}
  772.  
  773. {block:Video}{Video-250}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  774.  
  775. {block:Audio}<center>{AudioPlayerWhite}</center>{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  776.  
  777.  
  778. <div class="cred">
  779. {block:Date}<div id="baseduh1">
  780. <a href="{Permalink}">{block:Date} {block:Date}<a href="{Permalink}">{TimeAgo}</a> {/block:Date} {block:NoteCount} · <a href="{Permalink}">{NoteCount} Notes</a>{/block:NoteCount} · </a>{block:RebloggedFrom} <a href="{ReblogParentURL}"><a href="{ReblogParentURL}"> Via</a>{/block:RebloggedFrom}{block:ContentSource}<a href="{SourceURL}"> · Source</font> + </a>{/block:ContentSource} {block:IndexPage} <a href="{ReblogUrl}" target="_blank"> reblog <font color="{color:tags}"> ♡</font></a>{/block:IndexPage}</center> </div>{block:IfShowTags}<center><div id="tags">{block:HasTags}{block:Tags} #<a href="{TagUrl}">{Tag}</a>{/block:Tags}{/block:HasTags}
  781. </div></center>{/block:IfShowTags}{/block:Date}</div>
  782. </div>
  783. {/block:Posts}
  784. {block:PostNotes}{PostNotes}{/block:PostNotes}
  785. </div></div>
  786.  
  787.  
  788.  
  789.  
  790. </div>
  791. </div>
  792. </div>
  793.  
  794.  
  795.  
  796.  
  797.  
  798.  
  799.  
  800. </body>
  801. </html>
Advertisement
Add Comment
Please, Sign In to add comment