Eduarda

Theme 117

Feb 16th, 2013
1,657
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 38.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://static.tumblr.com/c5bef25d32c557cc1267dfcb054f7ecc/2bh9bxo/7AZmiaimu/tumblr_static_1bb1980b2db9ae2dff1aa4d8d03952bc_h_large.jpg" />
  142. <meta name="image:background" content="" />
  143. <meta name="image:foto" content="http://static.tumblr.com/bf456b7edb497162840ebfd2dfd07bff/2bh9bxo/Aurmibu66/tumblr_static_1bb1980b2db9ae2dff1aa4d8d03952bc_h_large1.jpg" />
  144.  
  145.  
  146.  
  147. <meta name="color:background" content="#525252" />
  148. <meta name="color:link" content="#929191" />
  149. <meta name="color:text" content="#fff" />
  150. <meta name="color:bghover" content="#fff" />
  151. <meta name="color:linkshover" content="#5cc8ce" />
  152. <meta name="color:links" content="#fff" />
  153. <meta name="color:text desc" content="#cacaca" />
  154. <meta name="color:borda" content="#2b2b2b" />
  155. <meta name="color:borda2" content="#5cc8ce" />
  156. <meta name="color:bordaimg" content="#5cc8ce" />
  157. <meta name="color:abc" content="#FDB5CE" />
  158. <meta name="color:italico" content="#9c8ba5" />
  159. <meta name="color:linhadopost" content="#3f3e3e" />
  160. <meta name="color:post" content="#363636" />
  161. <meta name="color:sidebar" content="#3a3a3a" />
  162. <meta name="color:scrollbar" content="#363636" />
  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="#696969" />
  167. <meta name="color:pag" content=" #45ada6" />
  168.  
  169.  
  170.  
  171. <meta name="if:one columns" content="1"/>
  172.  
  173.  
  174. <meta name="text:Link1" content="/" />
  175. <meta name="text:Link1 Title" content="link 1" />
  176. <meta name="text:Link2" content="/" />
  177. <meta name="text:Link2 Title" content="link 2" />
  178. <meta name="text:Link3" content="/" />
  179. <meta name="text:Link3 Title" content="link 3" />
  180. <meta name="text:Link4" content="/" />
  181. <meta name="text:Link4 Title" content="link 4" />
  182. <meta name="text:Link5" content="/" />
  183. <meta name="text:Link5 Title" content="link 5" />
  184. <meta name="text:Link6" content="/" />
  185. <meta name="text:Link6 Title" content="link 6 " />
  186. <meta name="text:Link7" content="/" />
  187. <meta name="text:Link7 Title" content="link 7 " />
  188.  
  189.  
  190. <meta name="text:frase" content="Toda linda" />
  191. <meta name="text:frase2" content="My baby" />
  192. <meta name="text:frase3" content="Mais amor eu ainda te amo..." />
  193.  
  194.  
  195. <title>{Title}</title> <link rel="shortcut icon" href="{Favicon}">
  196. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  197. {block:Description}
  198. <meta name="description" content="{MetaDescription}" />
  199. {/block:Description}
  200.  
  201.  
  202.  
  203.  
  204.  
  205.  
  206. <!----------------FONTES-------♥-------->
  207. <link href='http://fonts.googleapis.com/css?family=Courgette' rel='stylesheet' type='text/css'>
  208. <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'>
  209. <link href='http://fonts.googleapis.com/css?family=Play' rel='stylesheet' type='text/css'>
  210.  
  211. <link href='http://fonts.googleapis.com/css?family=Anonymous+Pro' rel='stylesheet' type='text/css'>
  212.  
  213. <link href='http://fonts.googleapis.com/css?family=Life+Savers' rel='stylesheet' type='text/css'>
  214. <link href='http://fonts.googleapis.com/css?family=Play' rel='stylesheet' type='text/css'>
  215. <link href="http://fonts.googleapis.com/css?family=Yanone+Kaffeesatz:300,400,700t" rel="stylesheet" type="text/css">
  216.  
  217. <link href='http://fonts.googleapis.com/css?family=Rochester' rel='stylesheet' type='text/css'>
  218.  
  219.  
  220. <link href='http://fonts.googleapis.com/css?family=Ruge+Boogie' rel='stylesheet' type='text/css'>
  221.  
  222. <link href='http://fonts.googleapis.com/css?family=ABeeZee|Kameron|Muli|Almendra' rel='stylesheet' type='text/css'>
  223.  
  224. <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'>
  225.  
  226. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  227. <link href='http://fonts.googleapis.com/css?family=Raleway+Dots' rel='stylesheet' type='text/css'>
  228. <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'>
  229.  
  230. <link href='http://fonts.googleapis.com/css?family=Droid+Serif:400,400italic' rel='stylesheet' type='text/css'>
  231. <link href='http://fonts.googleapis.com/css?family=Homenaje' rel='stylesheet' type='text/css'>
  232.  
  233.  
  234. <link href='http://fonts.googleapis.com/css?family=Akronim' rel='stylesheet' type='text/css'>
  235.  
  236. <link href='http://fonts.googleapis.com/css?family=Play' rel='stylesheet' type='text/css'>
  237. <link href='http://fonts.googleapis.com/css?family=Courgette' rel='stylesheet' type='text/css'>
  238. <link href='http://fonts.googleapis.com/css?family=Wire+One' rel='stylesheet' type='text/css'>
  239. <link href='http://fonts.googleapis.com/css?family=Vibur' rel='stylesheet' type='text/css'>
  240.  
  241. <link rel="stylesheet" href="http://static.tumblr.com/5dbytsa/VYmmcwtwj/entrada.css" media="screen"/>
  242.  
  243. <!------------------eita duh--------------------->
  244. <link href='http://fonts.googleapis.com/css?family=Play' rel='stylesheet' type='text/css'>
  245.  
  246. <link href='http://fonts.googleapis.com/css?family=Homenaje' rel='stylesheet' type='text/css'>
  247. <link href='http://fonts.googleapis.com/css?family=Lato:300,400,700,900' rel='stylesheet' type='text/css'>
  248. <link href='http://fonts.googleapis.com/css?family=Rochester' rel='stylesheet' type='text/css'>
  249. <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'>
  250. <link href='http://fonts.googleapis.com/css?family=Josefin+Sans:400,300italic|Exo:300,400|Alegreya+SC|Gafata' rel='stylesheet' type='text/css'>
  251. <link href='http://fonts.googleapis.com/css?family=Sacramento' rel='stylesheet' type='text/css'>
  252.  
  253. <link href='http://fonts.googleapis.com/css?family=ABeeZee|Kameron|Muli|Almendra' rel='stylesheet' type='text/css'>
  254. <link href='http://fonts.googleapis.com/css?family=Stalemate' rel='stylesheet' type='text/css'>
  255.  
  256. <script type="text/javascript">
  257. // <![CDATA[
  258. var speed=100; //
  259. var height=3; //
  260. var alink="/"; // page to link text to (set to ="" for no link)
  261.  
  262. /****************************
  263. ****************************/
  264. var wobtxt, wobble, wobcnt=0;
  265. window.onload=function() { if (document.getElementById) {
  266. var i, wobli;
  267. wobble=document.getElementById("wobble");
  268. wobtxt=wobble.firstChild.nodeValue;
  269. while (wobble.childNodes.length) wobble.removeChild(wobble.childNodes[0]);
  270. for (i=0; i<wobtxt.length; i++) {
  271. wobli=document.createElement("span");
  272. wobli.setAttribute("id", "wobb"+i);
  273. wobli.style.position="relative";
  274. wobli.appendChild(document.createTextNode(wobtxt.charAt(i)));
  275. if (alink) {
  276. wobli.style.cursor="pointer";
  277. wobli.onclick=function() { top.location.href=alink; }
  278. }
  279. wobble.appendChild(wobli);
  280. }
  281. setInterval("wobbler()", speed);
  282. }}
  283.  
  284. function wobbler() {
  285. for (var i=0; i<wobtxt.length; i++) document.getElementById("wobb"+i).style.top=Math.round(height*Math.sin(i+wobcnt))+"px"
  286. wobcnt++;
  287. }
  288. // ]]>
  289. </script>
  290.  
  291. </head>
  292.  
  293.  
  294. <style type="text/css">
  295.  
  296. ::-moz-selection
  297.  
  298. {color: #FFF;
  299.  
  300. background: #FFF;}
  301.  
  302.  
  303.  
  304. ::selection
  305.  
  306. {color: #fff ;
  307.  
  308. background: #aca7a7;
  309. text-shadow: #3a3939 1px 1px 5px ;}
  310.  
  311.  
  312.  
  313. @font-face {font-family: "pacifico";
  314. src: url(http://static.tumblr.com/ufwwwyn/Do8m4xui1/pacifico.ttf) format("truetype");}
  315. /**--OMDG---♥---**/ /**--OMDG---♥---**/ /**--OMDG---♥---**/
  316. iframe#tumblr_controls {
  317. top:0px !important;
  318. right:3px !important;
  319. position: fixed !important;
  320. -webkit-transition: opacity 0.6s linear;
  321. opacity: 0.3;
  322. -webkit-transition: all 0.8s ease-out;
  323. -moz-transition: all 0.8s ease-out;
  324. transition: all 0.8s ease-out;
  325. z-index:999999999999999999;}
  326.  
  327. iframe#tumblr_controls:hover{
  328. -webkit-transition: opacity 0.6s linear;
  329. opacity: 0.8;
  330. -webkit-transition: all 0.4s ease-out;
  331. -moz-transition: all 0.4s ease-out;
  332. transition: all 0.4s ease-out;
  333. z-index:999999999999999999999;}
  334.  
  335. #tumblr_controls{position: fixed!important}
  336. #tumblr_controls{position: fixed!important}
  337. #tumblr_controls{position: fixed!important}
  338. #tumblr_controls{position: fixed!important}
  339. /**-------CORPO DO THEME**----------♥----**/
  340. 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; }
  341.  
  342. a:link, a:active, a:visited{ color: {color:link}; text-decoration:none; -webkit-transition-duration: 0.4s; }
  343.  
  344. a:hover{color:{color:lhover};text-shadow:0px 0px 9px ; }
  345.  
  346. /**--OMDG---♥---**/ /**--OMDG---♥---**/ /**--OMDG---♥---**/
  347.  
  348. 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}
  349.  
  350. /**--OMDG---♥---**/ /**--OMDG---♥---**/ /**--OMDG---♥---**/
  351.  
  352. /**--OMDG---♥---**/ /**--OMDG---♥---**/ /**--OMDG---♥---**/
  353.  
  354. #barbie-e {background-color: ; width: 1000px; margin: 0px auto 0px auto; background: #1c1c1c;}
  355.  
  356. #OMDG {margin-left: 468px; width: 700px; margin-top: 15px; opacity:2; -webkit-transition: all .5s ease-out; -moz-transition: all .5s ease-out; }
  357. /**--OMDG---♥---**/ /**--OMDG---♥---**/ /**--OMDG---♥---**/
  358. #OMDG:hover{-webkit-transition: all .5s ease-out; -moz-transition: all .5s ease-out; opacity:1}
  359.  
  360. /*---- BASE DUH------♥-----**/
  361. .baseduh {-webkit-border-radius: 2px;
  362. -moz-border-radius: 2px;
  363. border-radius: 2px;border: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} }
  364. /**--OMDG---♥---**/ /**--OMDG---♥---**/ /**--OMDG---♥---**/
  365. .baseduh:hover {opacity:2}
  366.  
  367. .baseduh img {border: 2px solid {color:borda}; max-width: 270px; 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---♥---**/
  368.  
  369. .baseduh img:hover {border: 1px solid {color:tags};opacity:2;}
  370.  
  371. /*--- TITULOS PRINCIPAIS (OMDG)-----♥------**/
  372. 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; }
  373. h1 a {text-align: center; font-size: 14px; text-transform: none; color: {color:post text}; font-weight: normal; }
  374. h1 a:hover {text-align: center; font-size: 18px; text-transform: none; color: {color:post text}; font-weight: normal;padding: 4px;}
  375.  
  376. h1:first-letter {color:{color:borda2};font-family:rochester;font-size:16px;}
  377. blockquote {padding:0px; padding-left:5px; margin:0px; border-left:2px solid #aaa}
  378.  
  379. .notes img{width:10px; position:relative; top:1px}
  380. ol.notes, .notes li{width:280px; list-style:none; margin:0px 0 -1px 5px; padding:0px}
  381.  
  382. /**--OMDG---♥---**/ /**--OMDG---♥---**/ /**--OMDG---♥---**/
  383. /*** Stilo da Ask por things-to-help-you **/
  384. .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;}
  385. .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---♥---**/
  386. .perguntou g {color:{color:post};} /**--OMDG---♥---**/
  387. .perguntou a {color: {color:post}; font-size:10px;}
  388. .askfoto {opacity: 0.7; border: 2px solid {color:borda};width: 40px;height: 40px;} /**--OMDG---♥---**/
  389. .askfoto:hover {opacity: 0.9;}
  390.  
  391. /**--OMDG---♥---**/ /**--OMDG---♥---**/ /**--OMDG---♥---**/
  392. .chat {margin: 1px 1px 0 1px; font-size: 11px; color: #888;margin-bottom:2px;}
  393. .chat .chat1 {margin-left: 0px;}
  394. .chat .chat1 .chat2 {background:rgba(238,238,238, 0.4); margin-bottom: 1px; padding: 0px 5px; font-family: 'calibri', sans-serif; line-height:21px;}
  395. .chat .chat1 .chat2.even {background: rgba(234,234,234, 0.6);}
  396. .chat b{color: #000; background: #f5f5f5; padding: 4px 5px; font-size: 9px; font-weight: normal; margin: 0 0 0 -5px; text-transform: uppercase;}
  397. .chat1 a, .chat2 a{color: #d9e0e7;}
  398.  
  399. /**--OMDG---♥---**/ /**--OMDG---♥---**/ /**--OMDG---♥---**/
  400. .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}}
  401. /*-------------NEGRITO ITALICO E SUBLINHADO------♥-------*/
  402.  
  403. b {color: {color:abc};text-decoration: none;}
  404.  
  405. i {color:{color:italico};text-decoration: none;}
  406.  
  407. u {color: {color:borda}; text-decoration: none; border-bottom: 1px dashed {color:borda2}; DO SUBLINHADO;}
  408.  
  409. /** BASE DUH (1) -------{OMDG}-----♥---**/
  410. #baseduh1 {background:{color:background};
  411. 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}}
  412. #baseduh1 a {font-size: 10px; opacity:0.8; }
  413.  
  414. #tags {color: {color:text}; font-size: 12px; font-family:Iceland; display: inline; list-style: none; text-transform: uppercase;opacity:0.9}
  415. #tags a {font-size: 10px; font-family: Iceland; display: inline; list-style: none; text-transform: uppercase; color:{color:links};}
  416. /**--OMDG---♥---**/ /**--OMDG---♥---**/ /**--OMDG---♥---**/
  417.  
  418. #cap {width: 500px; margin-top: -2px;}
  419. .source {display: none;} /**--OMDG---♥---**/ /**--OMDG---♥---**/ /**--OMDG---♥---**/
  420.  
  421. .notes {width: 520px; padding: 0px; margin-top: 1px; margin-bottom: 1px; font-size: 9px; text-align: center}
  422. ol.notes {list-style: none; margin: 0 20px 0 0px; padding: 0px; z-index: 11;}
  423. ol.notes li {background-color: ; margin-bottom: 2px; padding: 5px; }
  424. .notes img{display: none; border:0px}
  425.  
  426. /**--OMDG---♥---**/ /**--OMDG---♥---**/ /**--OMDG---♥---**/
  427.  
  428.  
  429. .quote:first-letter{font-family: Rochester; font-size: 24px;color:{color:borda2};}
  430. .quote {font-family: Muli; text-align: center; font-size: 12px; line-height: 15px; padding: 3px; margin-top: 6px;}
  431. .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;}
  432. }
  433. .b-source a, a:hover{text-transform: none;}
  434. /**--OMDG---♥---**/ /**--OMDG---♥---**/ /**--OMDG---♥---**/
  435. /**--OMDG---♥---**/ /**--OMDG---♥---**/ /**--OMDG---♥---**/
  436.  
  437. /**--OMDG---♥---**/ /**--OMDG---♥---**/ /**--OMDG---♥---**/
  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: 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;}
  441. /**--OMDG---♥---**/ /**--OMDG---♥---**/ /**--OMDG---♥---**/
  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.  
  453.  
  454. /***-------------- TITULOS------------------♥--------***/
  455. #duka {margin-left:190px;margin-top: 499px; height:20px; line-height:28px;float:left; position:fixed; width:264px; font-family:Rochester; font-size:13px; text-align: center;
  456. 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---♥---**/
  457. /**--OMDG---♥---**/
  458. #duka a:hover {color:{color:linha};-webkit-transform: rotate(3deg);}
  459. /**--OMDG---♥---**/ /**--OMDG---♥---**/ /**--OMDG---♥---**/
  460.  
  461. /*-----IMAGEM {OMDG}----♥----------**/
  462.  
  463.  
  464. .efeito2 {background:{color:sidebar};position: absolute;width:60px;height:60px;margin-left:87px; /**--OMDG---♥---**/
  465. margin-top: 128px;position:fixed;border:5px solid {color:bordaimg};-webkit-border-radius: 25px 25px 25px 25px; }
  466. .efeito2 img {border:1px solid {color:borda2}; position:fixed; -webkit-transition: all 1s ease-in-out;-webkit-transform: rotate(0deg);
  467. -webkit-border-radius: 25px 25px 25px 25px;-moz-transition: all 1s ease-in-out;
  468. -o-transition: all 1s ease-in-out;-ms-transition: all 1s ease-in-out; transition: all 1s ease-in-out;display: block;height:58px;width: 58px;
  469. padding:0px;margin-left:0px;margin-top:0px;opacity:0.8;-webkit-transition-duration: 0.8s;opacity: 9.0;} /**--OMDG---♥---**/
  470. .efeito2 img:hover { }
  471. .efeito2 img: #tt{ } /**--OMDG---♥---**/ /**--OMDG---♥---**/ /**--OMDG---♥---**/
  472.  
  473. .efeito2 img:hover #tt{}
  474.  
  475. .fotinha {background:{color:sidebar};position: absolute;width:220px;height:260px;margin-left:157px; /**--OMDG---♥---**/
  476. margin-top: 190px;position:fixed;border:3px solid {color:bordaimg};-webkit-border-radius: 5px 5px 5px 5px; }
  477. .fotinha img {border:1px solid {color:borda2}; position:fixed; -webkit-transition: all 1s ease-in-out;-webkit-transform: rotate(0deg);
  478. -webkit-border-radius: 5px 5px 5px 5px;-moz-transition: all 1s ease-in-out;
  479. -o-transition: all 1s ease-in-out;-ms-transition: all 1s ease-in-out; transition: all 1s ease-in-out;display: block;height:258px;width: 218px;
  480. padding:0px;margin-left:0px;margin-top:0px;opacity:0.8;-webkit-transition-duration: 0.8s;opacity: 9.0;} /**--OMDG---♥---**/
  481. .fotinha img:hover { }
  482. .fotinha img: #tt{ } /**--OMDG---♥---**/ /**--OMDG---♥---**/ /**--OMDG---♥---**/
  483.  
  484. .fotinha img:hover #tt{}
  485.  
  486.  
  487. /**--OMDG---♥---**/ /**--OMDG---♥---**/ /**--OMDG---♥---**/
  488.  
  489. /**--OMDG---♥---**/ /**--OMDG---♥---**/ /**--OMDG---♥---**/
  490. .imsureduh {width:255px;
  491. margin-top:155px;
  492. color:{color:frase};
  493. opacity:0.999;
  494. text-align:center;
  495. position:fixed;
  496. font-family:Courgette;
  497. font-size:18px;
  498. letter-spacing:1px; /**--OMDG---♥---**/
  499. margin-left:95px;-webkit-transform: rotate(0deg);}
  500.  
  501. .imsureduh:first-letter {color:{color:borda2};font-family:rochester;font-size:20px;}
  502. /**--OMDG---♥---**/
  503. @font-face {font-family:basket; src: url('http://static.tumblr.com/ejm8w78/aollviadu/destrukt.ttf');}
  504. /******----------------DESCRIÇÃO--------♥--------******/
  505. #notinholaduda {background:{color:background};margin-left: 165px; margin-top: 520px; width:208px; font-size: 11px; height:73px; 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---♥---**/
  506. -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);-webkit-border-radius: 15px 15px 15px 15px;} /**--OMDG---♥---**/ /**--OMDG---♥---**/ /**--OMDG---♥---**/
  507. /***-------------BORDAS -------------♥-----***/
  508.  
  509. #barra {position: fixed; margin-left: 145px; width:248px; height: 665px; background-color:{color:sidebar};margin-top: 140px; -webkit-transform: rotate(0deg);-webkit-border-radius: 10px 10px 10px 10px;border: 1px double {color:borda};} /**--OMDG---♥---**/
  510.  
  511. #barra1 {position: fixed; margin-left: 115px; width:295px; height: 31px; background-color:{color:borda};margin-top: 148px; -webkit-transform: rotate(0deg);-webkit-border-radius: 10px 0px 0px 10px;}
  512. /**--OMDG---♥---**/ /**--OMDG---♥---**/ /**--OMDG---♥---**/
  513. #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;}
  514.  
  515. /**--OMDG---♥---**/ /**--OMDG---♥---**/ /**--OMDG---♥---**/
  516. .pagi {font-family: Ruge Boogie; position: fixed; margin-left: 404px; margin-top: 470px; font-size: 75px; z-index: 999999999999999999999999999999999999999999999999999999;}
  517. .pagi a {color: {color:pag}; background-color: #trans; text-transform: uppercase; padding: 5px;}
  518. .pagi a:hover {opacity:0.6}
  519.  
  520. .pagib {font-family:Ruge Boogie; position: fixed; margin-left: 402px; margin-top:450px; font-size: 75px; z-index: 999999999999999999999999999999999999999999999999999999; }
  521. .pagib a {color: {color:pag}; background-color: #trans; text-transform: uppercase; padding: 5px; padding-right: 6px;}
  522. .pagib a:hover {opacity:0.6}
  523.  
  524. /**--OMDG---♥---**/ /**--OMDG---♥---**/ /**--OMDG---♥---**/
  525.  
  526.  
  527. /*-------------NEGRITO ITALICO E SUBLINHADO------♥-------*/
  528.  
  529. b {color: {color:abc};text-decoration: none;}
  530.  
  531. i {color:{color:italico};text-decoration: none;}
  532.  
  533. u {color: {color:text}; text-decoration: none; border-bottom: 1px dashed {color:borda2}; DO SUBLINHADO;}
  534.  
  535.  
  536. /*******-------------------PARTE DA SIDEBAR------♥-----******/
  537.  
  538. #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}');}
  539.  
  540. /**--OMDG---♥---**/ /**--OMDG---♥---**/ /**--OMDG---♥---**/
  541.  
  542.  
  543. #faixa2 {margin-top: 142px; margin-left: 103px; position: fixed; background:{color:sidebar}; height: 5px; width:322px;}/***detalhes by o-mundo-de-uma-garota***/
  544. #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***/
  545.  
  546. #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***/
  547.  
  548. #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***/
  549.  
  550. #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***/
  551.  
  552. /***LINKS BY DUDA.R***/
  553.  
  554.  
  555. #badgirl {width: 192px; float: left; margin-left:178px; margin-top: 462px; 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;
  556. -moz-transition: 1.3s ease-in; transition: 1.3s ease-in; background-color: transparent; height:120px; }
  557. /**--OMDG---♥---**/ /**--OMDG---♥---**/ /**--OMDG---♥---**/
  558. #badgirl a {float: left; padding: 0px; margin-top:1px; display: block; letter-spacing: 0px; font-family: verdana; font-size: 8px; text-align: center; width: 40px; 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}; -webkit-border-radius: 5px 5px 5px 5px;-webkit-box-shadow: 6px 6px 5px rgba(50, 50, 50, 0.75);
  559. -moz-box-shadow: 6px 6px 5px rgba(50, 50, 50, 0.75);
  560. box-shadow: 6px 6px 5px rgba(50, 50, 50, 0.75); }
  561. /**--OMDG---♥---**/ /**--OMDG---♥---**/ /**--OMDG---♥---**/
  562. #badgirl a:hover{text-align: center; background-color: {color:borda2}; color: {color:link}; }
  563. /**--OMDG---♥---**/ /**--OMDG---♥---**/ /**--OMDG---♥---**/
  564.  
  565. #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; }
  566. #dolls a{font-family: verdana; font-size: 10px; text-transform: none; font-weight: none; padding-left:1px; margin-left:-3px; color: {color:coracao}; }
  567.  
  568. /***--- SCROLLBAR---♥----***/
  569.  
  570. ::-webkit-scrollbar-thumb:vertical {background-color:{color:borda2};height:50px; border:5px solid {color:scrollbar};}
  571.  
  572. ::-webkit-scrollbar-button:vertical {height:8px;display: block; background:{color:borda2};}
  573.  
  574.  
  575. ::-webkit-scrollbar {height:0px;width:20px;background-color:{color:scrollbar};}
  576.  
  577. /**** SELECAO COLORIDA - MADLYLUV.com ****/
  578. ::-moz-selection{background:{color:borda2};text-shadow:0px 1px 1px {color:sombra}; }
  579. ::selection{background: {color:borda2}; color: {color:text};text-shadow:0px 1px 1px {color:sombra}; }
  580.  
  581. /***--------TUMBLR CONTROLS---------♥------***/
  582.  
  583. #tumblr_controls{position: fixed!important}
  584.  
  585. #tumblr_controls{position: fixed!important}
  586.  
  587. #tumblr_controls{position: fixed!important}
  588.  
  589. #tumblr_controls{position: fixed!important}
  590.  
  591. #dj2 {width: 29px; position: fixed; padding: 8px; background-color: transparent; margin-left: 453px; margin-top: 407px; color:{color:borda}; font-size: 19px; -webkit-transform: rotate(-5deg); z-index: 1000;}
  592.  
  593. #dj3 {width: 29px; position: fixed; padding: 8px; background-color: transparent; margin-left: 379px; margin-top: 170px; color:{color:sidebar}; font-size: 25px; -webkit-transform: rotate(-2deg); z-index: 1000;}
  594. #dj4 {width: 29px; position: fixed; padding: 8px; background-color: transparent; margin-left: 201px; margin-top: 507px; color:{color:background}; font-size: 29px; -webkit-transform: rotate(48deg); z-index: 1000;}
  595.  
  596.  
  597.  
  598.  
  599.  
  600. #estela2 {position: fixed; margin-left: 200px; width:144px; height: 98px; margin-top: 100px; -webkit-transform: rotate(0deg);-webkit-border-radius: 10px 10px 10px 10px;}
  601.  
  602. /****************** LINKS POR PR-INCESO ******************/
  603. #links {width: 70px;line-height:15px; margin-top: 153px; text-align: right;; position: fixed; margin-left:251px;z-index:0; color:{color:linktext};border-radius:3px;opacity:.8;-webkit-transition: all .7s ease-out; -moz-transition: all .7s ease-out}
  604. #links a {font-family:"muli"; font-size:8px; opacity:1;z-index:0;; -webkit-transition: all .8s ease-out; -moz-transition: all .8s ease-out; ;color:{color:linktext};margin-bottom:1px;}
  605. #links a:hover {text-decoration:underline;color:{color:linktextbg};}
  606.  
  607. #links img {width:30px; height:20px; background-color:transparent;border-radius:50%; -webkit-transition: all .5s ease-out; -moz-transition: all .5s ease-out;z-index:0}
  608. #links img:hover{box-shadow:0px 0px 11px {color:sombra};}
  609.  
  610.  
  611. #links2 {width: 70px;line-height:15px; margin-top: 154px; text-align: center;; position: fixed; margin-left:308px;z-index:0; color:{color:linktext};border-radius:3px;opacity:.8;-webkit-transition: all 1s ease-out; -moz-transition: all 1s ease-out}
  612. #links2 a {font-family:"muli"; font-size:8px; opacity:1;z-index:0;; -webkit-transition: all .8s ease-out; -moz-transition: all .8s ease-out; ;color:{color:linktext};margin-bottom:1px;}
  613. #links2 a:hover {text-decoration:underline;color:{color:linktextbg};}
  614. #links2 img {width:25px; height:20px; background-color:transparent; -webkit-transition: all .5s ease-out; -moz-transition: all .5s ease-out;z-index:0}
  615. #links2 img:hover{}
  616.  
  617.  
  618. #linksx {width: 70px;line-height:15px; margin-top: 154px; text-align: left; position: fixed; margin-left:368px;z-index:0; color:{color:linktext};background-color:;border-radius:3px;opacity:.8;-webkit-transition: all 2.3s ease-out; -moz-transition: all 2.3s ease-out}
  619. #linksx a {font-family:"muli"; font-size:8px; opacity:1;z-index:;; -webkit-transition: all .8s ease-out; -moz-transition: all .8s ease-out; ;color:{color:linktext};margin-bottom:1px;}
  620. #linksx a:hover {text-decoration:underline;color:{color:sombra};}
  621.  
  622. #linksx img {width:25px; height:20px; background-color:transparent; -webkit-transition: all .5s ease-out; -moz-transition: all .5s ease-out;z-index:0}
  623. #linksx img:hover{box-shadow:0px 0px 11px {color:sombra};}
  624.  
  625.  
  626.  
  627.  
  628.  
  629. a.dcontexto{
  630. position:relative;
  631. font:12px arial;
  632. padding:0;
  633. color:#fff;
  634. text-decoration:none;
  635. z-index:99999999999999999999999999999999999;
  636. }
  637. a.dcontexto:hover{
  638. background:transparent;
  639. color:#fff;
  640. z-index:999999999999999999999999;
  641. }
  642. a.dcontexto span{display: none;}
  643. a.dcontexto:hover span{
  644. display:block;
  645. position:absolute;opacity:0.7;
  646. width:35px;
  647. top:-5em;
  648. text-align:center;
  649. left:0;
  650. font: 13px Rochester;
  651. padding:5px 10px;border: 2px dashed {color:borda};
  652. background:{color:linkshover};
  653. color:{color:links};
  654. border-radius:5px; z-index:9999999999999999999999;
  655. }
  656.  
  657.  
  658.  
  659.  
  660. </style>
  661.  
  662.  
  663.  
  664.  
  665. <script type='text/javascript' src='http://static.tumblr.com/d0qlne1/DiAl6ekb7/jquery-1.4.2.min.js'></script>
  666.  
  667. <script src="http://static.tumblr.com/twte3d7/H8Glm663z/masonry.js"></script>
  668. <script src="http://static.tumblr.com/twte3d7/0pellzh2t/infinitescroll.js"></script>
  669. <script type="text/javascript">
  670. $(window).load(function () {
  671. $('#OMDG').masonry(),
  672. $('.masonryWrap').infinitescroll({
  673. navSelector : ".baseduh",
  674. nextSelector : "#page a#p",
  675. itemSelector : ".baseduh",
  676. bufferPx : 10000,
  677. extraScrollPx: 10000,
  678. loadingImg : "",
  679. loadingText : "",
  680. },
  681. function() { $('#OMDG').masonry({ appendedContent: $(this) }); }
  682. );
  683. });
  684. </script>
  685.  
  686.  
  687. <body onkeydown="return false">
  688.  
  689. <!--------SUA PLAY LOGO ABAIXO----(OMDG)------------->
  690.  
  691. <div id="barbie-e">
  692.  
  693.  
  694.  
  695. <!--------CONTENT----(OMDG)------------->
  696. <div id="barra"></div><div id="barra1"></div><div id="dj4">◤</div><div id="dj3">◤</div>
  697. <div id="estela2"><img src="http://static.tumblr.com/qzpui9z/QOxm7ikh1/1.png"></div>
  698. <div class="imsureduh">{text:frase}</div>
  699. <div class="efeito2" class="hover">
  700.  
  701. <img class="bottom shadow" src="{image:foto}" >
  702. <img class="hover" src="{image:sidebar}" title=""></div></div></div>
  703. </div></div><div id="duka">{text:frase2}</div>
  704. <div class="fotinha" class="hover">
  705. <img class="bottom shadow" src="{image:fotodr}" >
  706. <img class="hover" src="{image:sidebar}" title=""></div></div></div>
  707. </div></div>
  708.  
  709. <div id="links">
  710. <a href="{text:Link1}" title=""class="dcontexto"><img src="http://static.tumblr.com/bpaio6t/YwMm1exvz/msoi1.png"><span>{text:Link1 Title}</span></div></a>
  711.  
  712. <div id="links2">
  713. <a href="{text:Link2}" title="" class="dcontexto"><img src="http://static.tumblr.com/bpaio6t/9jLm1ez5e/msoi4.png"><span>{text:Link2 Title}</span></div></a>
  714.  
  715.  
  716. <div id="linksx">
  717. <a href="{text:link3}"class="dcontexto"><img src="http://static.tumblr.com/bpaio6t/2q4m1ezcq/msoi3.png"><span>{text:link3 title}</span></div></a>
  718.  
  719.  
  720. <div style="margin-top: 380px; font-family: Rochester; font-size: 19px;margin-left: 35px;color: {color:frase};-webkit-transform: rotate(-90deg); position: fixed;"><span id="bubble">{text:frase3}</span></div>
  721.  
  722. <!--------LINKS----(OMDG)------------->
  723. <div id="badgirl">
  724.  
  725.  
  726.  
  727.  
  728. <a href="{text:Link4}" title="link4" >{text:Link4 Title}</a>
  729. <a href="{text:Link5}" title="link5" >{text:Link5 Title}</a>
  730. <a href="{text:Link6}" title="link6" >{text:Link6 Title}</a>
  731. <a href="{text:Link7}" title="link7" >{text:Link7 Title}</a>
  732. </div>
  733.  
  734.  
  735. <!--------DESCRIBILE----(OMDG)------------->
  736. <div id="notinholaduda">{Description}</div>
  737.  
  738.  
  739. <!-------------PAGINATION-----------♥---------->
  740.  
  741. <div class="pagi">
  742. {block:PreviousPage}<a href="{PreviousPage}">-</a>{/block:PreviousPage}</div>
  743.  
  744. <div class="pagib">
  745. {block:NextPage}<a href="{NextPage}">+</a>{/block:NextPage}</div>
  746.  
  747. </div></div>
  748.  
  749. <!-------------CRÉDITOS-----------------♥------------->
  750. <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 and vasculhos not copie plagio é crime"><small>All Themes OMDG</a></a>
  751. <font color="{color:tags}">©</font> </a></div>
  752.  
  753. <!--------POTS----(OMDG)-----♥-------->
  754.  
  755. <div id="OMDG">
  756.  
  757. {block:Posts}
  758. <div class="baseduh">
  759.  
  760. {block:Answer}
  761. <div class="caixa">
  762. <img src="{AskerPortraitURL-64}" align="right" class="askfoto">
  763. <div class="pergunta">
  764. <div class="perguntou"><g>{Asker}</g> asked {TimeAgo}</div>
  765. {Question}
  766. </div>
  767. {Answer}</div>
  768. {/block:Answer}
  769.  
  770. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  771.  
  772. {block:Photo}<center><img src="{PhotoURL-500}" width="500px"/></center>
  773. {block:Caption}{Caption}{/block:Caption}{/block:Photo}
  774.  
  775.  
  776. {block:Photoset}<center>{Photoset-250}</center>
  777. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  778.  
  779.  
  780. {block:Quote}
  781. <div class="quote">“{Quote}”</div>
  782. {block:Source}<div class="b-source"> — {Source}</div>
  783. {/block:Source}
  784. {/block:Quote}
  785.  
  786. {block:Link}
  787. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  788. {block:Description}{Description}{/block:Description}
  789. {/block:Link}
  790.  
  791. {block:Chat}
  792. {block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}
  793. <div class="chat"><ul>{block:Lines}
  794. <li class="person{UserNumber}">{block:Label}
  795. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  796. {/block:Chat}
  797.  
  798. {block:Video}{Video-250}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  799.  
  800. {block:Audio}<center>{AudioPlayerWhite}</center>{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  801.  
  802.  
  803. <div class="cred">
  804. {block:Date}<div id="baseduh1">
  805. <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}
  806. </div></center>{/block:IfShowTags}{/block:Date}</div>
  807. </div>
  808. {/block:Posts}
  809. {block:PostNotes}{PostNotes}{/block:PostNotes}
  810. </div></div>
  811.  
  812.  
  813.  
  814.  
  815. </div>
  816. </div>
  817. </div>
  818.  
  819.  
  820.  
  821.  
  822.  
  823.  
  824.  
  825. </body>
  826. </html>
Advertisement
Add Comment
Please, Sign In to add comment