Eduarda

Theme 107

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