Eduarda

Theme 77

Nov 12th, 2012
1,484
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 28.47 KB | None | 0 0
  1.  
  2. <!----
  3. 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.
  4. AJUDAS NECESSÁRIAS POR HTMLUV , ILOVETHEMES,QUEEN-EXTRAS ESTILO DE AKS POR CEREJADOSUNDAE ..QUOTES E SOURCE POR- GIRLFATALE CRÉDITAR A ELA POR FAVOR;;
  5.  
  6. - - - - - - - - - - - - - -
  7. - THEME FEITO POR DUDA.R -
  8. - - - - - - - - - - - - - - ---->
  9.  
  10. <head prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/fb# blog: http://ogp.me/ns/blog#">
  11.  
  12. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  13.  
  14.  
  15.  
  16.  
  17. <link href='http://fonts.googleapis.com/css?family=Dosis' rel='stylesheet' type='text/css'>
  18.  
  19.  
  20. <link href='http://fonts.googleapis.com/css?family=Economica|Ubuntu+Condensed' rel='stylesheet' type='text/css'>
  21.  
  22. <link href='http://fonts.googleapis.com/css?family=Play' rel='stylesheet' type='text/css'>
  23.  
  24. <script src="http://static.tumblr.com/twte3d7/0pellzh2t/infinitescroll.js"></script>
  25.  
  26. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>
  27.  
  28. <script type="text/javascript" src="http://static.tumblr.com/me5sfsd/12Qlmj66n/script.js"></script>
  29.  
  30.  
  31.  
  32. <script type="text/javascript">
  33. //desabilita menu de opcoes ao clicar no botao direito
  34. function desabilitaMenu(e)
  35. {
  36. if (window.Event)
  37. {
  38. if (e.which == 2 || e.which == 3)
  39. return false;
  40. }
  41. else
  42. {
  43. event.cancelBubble = true
  44. event.returnValue = false;
  45. return false;
  46. }
  47. }
  48.  
  49. //desabilita botao direito
  50. function desabilitaBotaoDireito(e)
  51. {
  52. if (window.Event)
  53. {
  54. if (e.which == 2 || e.which == 3)
  55. return false;
  56. }
  57. else
  58. if (event.button == 2 || event.button == 3)
  59. {
  60. event.cancelBubble = true
  61. event.returnValue = false;
  62. return false;
  63. }
  64. }
  65.  
  66. //desabilita botao direito do mouse
  67. if ( window.Event )
  68. document.captureEvents(Event.MOUSEUP);
  69. if ( document.layers )
  70. document.captureEvents(Event.MOUSEDOWN);
  71.  
  72. document.oncontextmenu = desabilitaMenu;
  73. document.onmousedown = desabilitaBotaoDireito;
  74. document.onmouseup = desabilitaBotaoDireito;
  75. </script>
  76.  
  77.  
  78.  
  79. <script type="text/javascript">
  80. $(window).load(function(){
  81. var $wall = $('#box');
  82. $wall.imagesLoaded(function(){
  83. $wall.masonry({
  84. itemSelector: '.post',
  85. isAnimated : true
  86. });
  87. });
  88. $wall.infinitescroll({
  89. navSelector : "div#navigation",
  90. nextSelector : "div#navigation a#nextPage",
  91. itemSelector : '.post',
  92. loadingImg : "http://static.tumblr.com/kwz90l7/bIdlst7ub/transparent.png",
  93. loadingText : " ",
  94. donetext : " ",
  95. extraScrollPx : 9000,
  96. bufferPx : 10000,
  97. debug : false,
  98. errorCallback: function() {
  99. $('#infscr-loading').animate({opacity: .8},2000).fadeOut('normal');
  100. }},
  101. function( newElements ) {
  102. var $newElems = $( newElements );
  103. $newElems.hide();
  104. $newElems.imagesLoaded(function(){
  105. $wall.masonry( 'appended', $newElems, {isAnimated: true, animationOptions: {duration: 750, easing: 'linear', queue: false}}, function(){$newElems.fadeIn('slow');} );
  106. });
  107. }); $('#box').show(500);
  108. });
  109. </script>
  110.  
  111.  
  112.  
  113. <head>
  114.  
  115. <script>
  116.  
  117.  
  118.  
  119. $(document).ready(function() {
  120.  
  121. //
  122.  
  123.  
  124.  
  125. //When you click on a link with class of poplight and the href starts with a #
  126.  
  127. $('a.poplight[href^=#]').click(function() {
  128.  
  129. var popID = $(this).attr('rel'); //Get Popup Name
  130.  
  131. var popURL = $(this).attr('href'); //Get Popup href to define size
  132.  
  133.  
  134.  
  135. //Pull Query & Variables from href URL
  136.  
  137. var query= popURL.split('?');
  138.  
  139. var dim= query[1].split('&');
  140.  
  141. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  142.  
  143.  
  144.  
  145. //Fade in the Popup and add close button
  146.  
  147. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"><img src="http://i1064.photobucket.com/albums/u373/eduardokunstaguiar/8.png" class="btn_close" title="Volte My boo" alt="Close" /></a>');
  148.  
  149.  
  150. //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
  151.  
  152. var popMargTop = ($('#' + popID).height() + 80) / 2;
  153.  
  154. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  155.  
  156.  
  157.  
  158. //Apply Margin to Popup
  159.  
  160. $('#' + popID).css({
  161.  
  162. 'margin-top' : -popMargTop,
  163.  
  164. 'margin-left' : -popMargLeft
  165.  
  166. });
  167.  
  168.  
  169.  
  170. //Fade in Background
  171.  
  172. $('body').append('<div id="fade"></div>'); //Add the fade layer to bottom of the body tag.
  173.  
  174. $('#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
  175.  
  176.  
  177.  
  178. return false;
  179.  
  180. });
  181.  
  182.  
  183.  
  184. //Close Popups and Fade Layer
  185.  
  186. $('a.close, #fade').live('click', function() { //When clicking on the close or fade layer...
  187.  
  188. $('#fade , .popup_block').fadeOut(function() {
  189.  
  190. $('#fade, a.close').remove(); //fade them both out
  191.  
  192. });
  193.  
  194. return false;
  195.  
  196. });
  197.  
  198.  
  199.  
  200.  
  201.  
  202. });
  203.  
  204. </script>
  205.  
  206.  
  207.  
  208.  
  209.  
  210.  
  211.  
  212. <!-- APPERENCE OMDG -->
  213.  
  214. <meta name="image:fotodr" content="http://static.tumblr.com/2bh9bxo/gSGmdcw2u/tumblr_mc3e25z4jp1qfa0zmo1_500.jpg" />
  215.  
  216. <meta name="image:background" content="http://static.tumblr.com/2bh9bxo/bc6md99ra/varios_bg.jpg" />
  217. <meta name="image:fudinho" content="http://static.tumblr.com/2bh9bxo/EYbmdcjhp/daduda1.jpg" />
  218. <meta name="image:fudopag" content="http://static.tumblr.com/2bh9bxo/Euumdcz4y/00.png" />
  219.  
  220. <meta name="color:background" content="#F8F8FF" />
  221. <meta name="color:sidebar" content="#FFFFFF" />
  222. <meta name="color:link" content="#8B8682" />
  223. <meta name="color:link hover" content="#FFFFFF" />
  224. <meta name="color:bordaimg" content="#CDC9C9" />
  225. <meta name="color:text" content="#8B8682" />
  226. <meta name="color:tags" content="#FFB5C5" />
  227. <meta name="color:post" content="#FFFFFF" />
  228. <meta name="color:borda" content="#F5F5F5" />
  229. <meta name="color:links" content="#8B8682" />
  230. <meta name="color:bghover" content="#FFB5C5" />
  231. <meta name="color:sombra" content="#8B8989" />
  232. <meta name="color:textdesc" content="#8B8682" />
  233. <meta name="color:frase" content="#8B8682" />
  234. <meta name="color:bgask" content="#FFB5C5" />
  235. <meta name="color:bgask2" content="#F8F8FF" />
  236. <meta name="color:borda2" content="#FFB5C5" />
  237. <meta name="color:linha" content="#fff" />
  238. <meta name="color:linha1" content="#FFB5C5" />
  239. <meta name="color:abc" content="#FFB5C5" />
  240.  
  241.  
  242.  
  243. <meta name="text:frase2" content="Quase Barbiie" />
  244. <meta name="text:frase1" content="tao desastrada..." />
  245.  
  246.  
  247.  
  248.  
  249.  
  250. <meta name="text:Link1" content="/" />
  251. <meta name="text:Link1 Title" content="home" />
  252. <meta name="text:Link2" content="/" />
  253. <meta name="text:Link2 Title" content="askbox" />
  254. <meta name="text:Link3" content="/" />
  255. <meta name="text:Link3 Title" content="link" />
  256. <meta name="text:Link4" content="/" />
  257. <meta name="text:Link4 Title" content="link" />
  258. <meta name="text:Link5" content="/" />
  259. <meta name="text:Link5 Title" content="link" />
  260. <meta name="text:Link6" content="/" />
  261. <meta name="text:Link6 Title" content="link" />
  262.  
  263.  
  264. <link href='http://fonts.googleapis.com/css?family=Play' rel='stylesheet' type='text/css'>
  265. <link href='http://fonts.googleapis.com/css?family=Courgette' rel='stylesheet' type='text/css'>
  266. <link href='http://fonts.googleapis.com/css?family=Wire+One' rel='stylesheet' type='text/css'>
  267. <link href='http://fonts.googleapis.com/css?family=Vibur' rel='stylesheet' type='text/css'>
  268.  
  269. <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'>
  270.  
  271.  
  272. <script src="http://static.tumblr.com/de00tfu/ubhmbf7pu/jquery.js" type="text/javascript"></script> <script src="http://static.tumblr.com/de00tfu/zu6mbf7pa/raphael.js" type="text/javascript"></script> <script src="http://static.tumblr.com/de00tfu/mmtmbf7ob/init.js" type="text/javascript"></script> <script type="text/javascript"> $(function(){ var li = $('.gallery').find('li'); // find all 'li' elements li.each(function(i){ var t = $(this), img = t.find('img'), // find image in 'li' element src = img.attr('src'), // get path to your image width = li.width(), // get 'li' width height = li.height(); // get 'li' height img.hide().after($('<div>').attr('id', 'holder'+i).addclass('holder')); // hide all images and create containers for raphael objects var r = raphael('holder'+i, width*2, height*2), // create raphael objects rimg = r.image(src, width/2, height/2, width, height); // create new images using previous variables rimg.hover(function(event) { this.animate({ scale: 2, // enlarge your images to the normal size rotation : 360 }, 1200, 'elastic'); }, function (event) { this.animate({ scale: 1, // decrease size of images rotation : 0 }, 1200, 'elastic'); }); }); li.hover(function(){ li.css({ 'z-index': 1 }); // set z-index to all 'li' elements $(this).css({ 'z-index': 2 }); // set z-index to the hovering element }); }); </script>
  273.  
  274.  
  275. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  276. <title>{Title}
  277. {block:SearchPage}, Search results for: {SearchQuery}
  278. {/block:SearchPage}
  279. {block:PostSummary}, {PostSummary}
  280. {/block:PostSummary}</title>
  281. {block:Description}
  282. <meta name="description" content="{MetaDescription}" />
  283. {/block:Description}
  284. <link rel="shortcut icon" href="{favicon}" />
  285. <link rel="alternate" type="application/rss+xml" href="{rss}" />
  286. </head>
  287. <style type="text/css">
  288.  
  289.  
  290. body{background-color:{color:background};color:{color:text};font-size:11px; font-family:tahoma; text-align: left; background-image:url('{image:background}'); background-attachment: fixed; }
  291.  
  292. a {color:{color:links}; text-decoration: none;-webkit-transition: all 0.9s ease-out; -moz-transition: all 0.9s ease-out;}
  293. a:hover {color:{color:link hover};}
  294.  
  295. u,underline {color:{color:text}; border-bottom: 1px dotted {color:text}; text-decoration:none; }
  296.  
  297.  
  298. pre {background:{color:background}; padding: 3px; border-radius: 3px; width:366px; -webkit-background-clip:initial; -webkit-background-origin:initial; background-attachment:initial; overflow-x:auto;
  299. overflow-y:auto; display:block; text-align:left; font: normal 12 'trebuchet ms';}
  300.  
  301. /*** BASE DUH [OMDG] ***/
  302. .baseduh {text-align:left; font:7px verdana;
  303. text-transform:uppercase; z-index: 11; }
  304. .baseduh a {font-size: 7px;}
  305.  
  306. #baseduh1 {text-align:center;
  307. font-size:09px; font-family:calibri;
  308. text-transform:uppercase; z-index:11;
  309. padding:2px; color: ;
  310. border-top:1px solid {color:borda};
  311. border-bottom: 1px solid {color:borda};
  312. -webkit-transition: all 0.2s ease-out;
  313. -moz-transition: all .4s ease-out;}
  314. #baseduh1 a {font-size:10px;color:; text-transform:uppercase;}
  315.  
  316. .line1{font-size:10px; text-transform: lowercase; margin-top: 7px}
  317.  
  318. .line2{font-size:10px; text-transform:lowercase; clear: both}
  319.  
  320. .line3{font-size:10px; text-transform:lowercase; clear: both}
  321.  
  322. .ileft{float: left}
  323.  
  324. .iright{float: right}
  325.  
  326. .postclear{clear: both; width: 100%; visibility: hidden; height: 1px}
  327.  
  328. /*** BLOCKQUOTE***/
  329.  
  330. blockquote {margin: 5px 5px 5px 5px; border-left: 2px solid {color:background}; padding-left: 5px; }
  331. blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 4px solid {color:background};}/* theme by omdg*/
  332. blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 4px solid {color:background}; }
  333. blockquote blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 2px solid {color:background}; }
  334. blockquote img{max-width: 400px!important}
  335. blockquote blockquote img{max-width: 400px!important}
  336. blockquote blockquote blockquote img{max-width: 400px!important}
  337. blockquote blockquote blockquote blockquote img{max-width: 400px!important}
  338. /*theme by omdg*/
  339.  
  340.  
  341.  
  342. /*NEGRITO ITALICO E SUBLINHADO*/
  343. b, strong, bold {color:{color:abc};}
  344.  
  345. u,underline {color:{color:text}; border-bottom: 1px dotted {color:abc}; text-decoration:none; }
  346.  
  347. i, em{color:{color:text};}
  348.  
  349.  
  350. #baseduh1:hover{-moz-box-shadow: inset 550px 0 0px 0 {color:borda2};
  351. -webkit-box-shadow: inset 550px 0 0px 0 {color:borda2};
  352. box-shadow: inset 550px 0 0px 0 {color:borda2};
  353. color: {color:borda2};}
  354.  
  355.  
  356. #box{margin-left:398px;padding:0px;width:850px;
  357. margin-top:-13px;overflow: hidden;}
  358.  
  359. .post{position: relative;width:321px;float:left;
  360. margin:-7px;margin-left: 10px;background:{color:post};
  361. margin-top:10px; padding: 5px; text-align:left; overflow: hidden;}
  362. .post img{max-width:320px;overflow: hidden;}
  363.  
  364.  
  365. h1{color:{color:text};font-family:georgia;font-size:12px;font-weight:normal; text-align:left; }
  366.  
  367. .image {text-align: left; border: 0px;}
  368.  
  369. .image img {max-width: 318px;-moz-opacity: 1;-webkit-transition-duration: .90s;}
  370.  
  371. .image img:hover {-webkit-filter: grayscale(80%);
  372. -webkit-transition:all .3s linear;
  373. -moz-transition:all .3s linear;transition:all .3s linear;
  374. -webkit-transition-duration: .80s;border: 2px solid {color:borda2};}
  375.  
  376. /*** Ask Por Simone (cerejadosundae)***/
  377. .ask {width: 99%; background:{color:bgask2}; font-weight:normal; padding:3px; margin-bottom: 1px; color:{color:text}; font-size: 11px; }
  378. .asker {width: 99%;height:18px; background: {color:bgask}; font-weight:normal; padding:3px; margin-bottom: 1px; color:{color:text}; font-size: 10px;text-align:left;line-height:20px;text-transform:uppercase;font-family: calibri;}
  379.  
  380. .asker a{background:#; color:{color:text};}
  381. .askborder {width:38px;float: left; display: inline; margin-bottom: 2px;margin-left:-3px;border: 3px solid {color:borda2};margin-top:-3px;}
  382. .resposta {background:{color:post}; font-weight:normal; padding:10px; margin-bottom: 1px; text-shadow:0 0px 0px {color:sombra};color:{color:text}; font-size: 11px; }
  383.  
  384. .extras {width: 99%; font-family:consolas; font-size:10px; padding:3px; margin-bottom: 1px; text-align:center; text-transform:uppercase;}
  385.  
  386. .aska {font-family:consolas; font-size:10px; text-align: right; }
  387.  
  388. /*** SCROLLBAR BY OMDG***/
  389. ::-webkit-scrollbar {width:18px;height:auto;background:transparent;}
  390. ::-webkit-scrollbar-corner {background:{color:post};}
  391. ::-webkit-scrollbar-button:vertical {height:4px; display: block; background:{color:post};}
  392. ::-webkit-scrollbar-thumb:vertical {background:{color:post}; border-top: 1px solid {color:post}; border-bottom: 1px solid {color:post};}
  393. ::-webkit-scrollbar-track-piece {background-color:{color:text}; border-top: 3pt solid {color:posts}; border-bottom: 1pt solid {color:post}; width:4pt; border-left:2px solid {color:post}; border-right:2px solid {color:post};}
  394. ::moz-selection {color:{color:text}; background:{color:background};}
  395. ::selection {color:{color:text}; background:{color:background};}
  396.  
  397.  
  398.  
  399. /*************************** ESTILO DE QUOTE POR GIRLFATALE.TUMBLR.COM **/
  400.  
  401. .cquote {font-family: tahoma; font-size: 12px; line-height: 18px; text-transform: none; margin-top: -60px; text-indent: 40px;}
  402.  
  403. .aspa { position:relative; top: -7px; font-size: 70px; opacity:0.2; color: {color:text};}
  404.  
  405. .cquotesource {margin-top: 0px; margin-right: 15px; text-align: right; height:20px; font-family: georgia; font-size: 11px;}
  406.  
  407. /* Chat por Anna (livelikeasuicide) *********/
  408. .chat {background:{color:borda2}; margin: 0; font-size:
  409.  
  410. 10px; font-family: consolas;}
  411. .chat .chat1 {margin-left: 0px;font-size:
  412. 8px; }
  413. .chat .chat1 .chat2 {background:{color:background}; color:{color:text};font-size: 10px;
  414. margin-bottom: 1px; padding:4px; font-family: tahoma; } /* Primeira linha */
  415. .chat .chat1 .chat2.even {background:{color:post};
  416. color:{color:text};font-size:
  417. 10px; } /* Segunda linha */
  418.  
  419. .player {padding: 6px; color:{color:text}; margin-top: 1px; margin-left: 1px; margin-right: 1px; opacity:1}
  420.  
  421. .html_photoset {
  422. -webkit-filter: grayscale(0%);
  423. opacity:.7;
  424. -webkit-transition-duration: .80s;}
  425. .html_photoset:hover {
  426. -webkit-filter: grayscale(80%);
  427. -webkit-transition:all .3s linear;
  428. -moz-transition:all .3s linear;transition:all .3s linear;
  429. -webkit-transition-duration: .80s;}
  430.  
  431.  
  432.  
  433.  
  434. #cap {width: 400px; margin-top: -2px;}
  435. .source {display: none;}
  436.  
  437. .notes {width: 420px;padding:0px;margin-top:2px; margin-bottom: 2px; font-size: 9px; text-align: left; margin-left:0px;}
  438. ol.notes {list-style: none; margin: 0 20px 0 0px; padding: 0px; z-index: 11;}
  439. ol.notes li {background-color:{color:post}; margin-bottom: 1px; padding: 5px; }
  440. .notes img{display:none; border:0px}
  441.  
  442.  
  443. /****** tumblr controls by cssehtml */
  444.  
  445. iframe#tumblr_controls {right:3px !important; position: fixed !important; filter:alpha(opacity=99); -moz-opacity:0.99; opacity:0.99; -webkit-transition:all .3s linear;-moz-transition:all .3s linear;transition:all .3s linear;}
  446.  
  447. iframe#tumblr_controls:hover{filter:alpha(opacity=0.30); -moz-opacity:1; opacity:1;}
  448.  
  449. /*** DUH IMAGEM***/
  450.  
  451. #duhimg {margin-left: 93px;
  452. margin-top: 102px;
  453. position:fixed;
  454. overflow:hidden;
  455. background-color:{color:borda};
  456. opacity: 0.9;}
  457.  
  458. #duhimg img{ border:2px double {color:bordaimg};
  459. opacity: 1;padding:5px;
  460. width: 271px;
  461. height:245px;-webkit-transition: all 0.4s ease-out;
  462. -moz-transition: all 0.4s ease-out;}
  463. #duhimg img:hover { margin-bottom: 2px;
  464. -webkit-transition: all 0.4s ease-out;
  465. -moz-transition: all 0.4s ease-out; opacity: 10; filter:alpha (opacity=50);-webkit-border-radius: 20px 20px 20px 20px;background:{color:borda2}; }
  466.  
  467.  
  468.  
  469. /*** A PARTE DA SID***/
  470.  
  471. #estela1 {position: fixed; margin-left: 80px; width:300px; height: 420px; background-color:{color:sidebar}; margin-top: 45px; -webkit-transform: rotate(0deg);-webkit-border-radius: 0px 0px 0px 0px; -webkit-transform: rotate(0deg);border: double 5px {color:borda}; box-shadow: 5px 5px 9px {color:sombra};}
  472.  
  473.  
  474.  
  475.  
  476. /**LINKS LINKS LINKS AQUI POR [OMDG]***/
  477.  
  478. #pink{width:578px; height: 40px; float: left; margin-left:120px; margin-top: 439px; padding: 0px; text-align: center; position: fixed; z-index:9999;}
  479. /***link by o-mundo-de-uma-garota***/
  480. #pink a {display: inline-block;float: left; margin-left: 1px; font-family: calibri; font-size: 9px;letter-spacing:0px; text-align: center; margin-top: 2px; height: 24px; width: 45px; color:{color:links}; line-height: 22px; text-transform: uppercase; -webkit-transition: all .5s ease-out; -moz-transition: all .5s ease-out; font-style: normal;background:{color:link hover}; } /***link by o-mundo-de-uma-garota***/
  481. #pink a:hover{border-radius:70px;border:4px solid {color:borda2};
  482. width:43px;margin-top:-5px;
  483. -moz-transition-duration: .99s;filter:alpha(opacity=100);
  484. -moz-opacity:1.0; opacity:1.0; -webkit-transition-duration: .99s;}
  485. .pink:hover {
  486. margin-top:-15px;}
  487. /***link by o-mundo-de-uma-garota***/
  488. #dolls {width:182px; height: 12px; float: left; margin-left:282px; margin-top: 61px; 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-top: 0px solid {color:borda}; border-bottom: 0px solid {color:borda};z-index:90000000; } /*links o-mundo-de-uma-garota*/
  489. #dolls a {float: left; margin-left: 1px; font-family: 'Andika'; font-size: 12px; text-align: center; margin-top: 0px; height: 20px; width: 55px; color:{color:text links}; line-height: 20px; letter-spacing: 0px; text-transform: lowercase; -webkit-transition: all .5s ease-out; -moz-transition: all .5s ease-out; font-style: normal; background-color:{color:link hover};opacity:0.5;text-shadow: 5px 5px 9px {color:sombra};} /*links omdg***/
  490. #dolls a:hover{line-height: 32px;height: 32px;margin-left:15px; width:-188px;letter-spacing: 0px;-webkit-transition: all 0.6s ease-out; -moz-transition: all 0.6s ease-out;color:{color:link};background-color: {color:bghover};-webkit-border-radius: 10px 10px 10px 10px;}
  491.  
  492.  
  493. /***BARRINHAS DIVISÓRIAS***/
  494. #marion {position: fixed;
  495. margin-left: 67px;
  496. width:285px;
  497. height: 25px;
  498. background-color:#000;{color:sidebar};
  499. margin-top: 422px;
  500. -webkit-transform: rotate(0deg);
  501. -webkit-transform: rotate(180deg);}
  502.  
  503. #marion1 {position: fixed;
  504. margin-left: 85px;
  505. width:300px;
  506. height: 33px;
  507. background-color:{color:sidebar};
  508. margin-top: 50px;
  509. -webkit-transform: rotate(0deg);
  510. -webkit-transform: rotate(180deg);
  511. background-image: url('{image:fudinho}');}
  512.  
  513. #marion2 {position: fixed;
  514. margin-left: 85px;
  515. width:300px;
  516. height: 33px;
  517. background-color:{color:sidebar};
  518. margin-top: 436px;
  519. -webkit-transform: rotate(0deg);
  520. -webkit-transform: rotate(180deg);
  521. background-image: url('{image:fudinho}');}
  522.  
  523.  
  524. /***TITULOS***/
  525. #duka {background-color:#;margin-left:120px;margin-top: 54px; height:24px; line-height:25px;float:left; position:fixed; width:160px; font-family: 'Rochester'; font-size:24px; text-align: left;
  526. color:{color:frase} ; letter-spacing:-1px; z-index:11; text-transform: none; }
  527. .dukah1 {font-family:'Dancing Script'; font-size: 21px; font-style: none;
  528. height: 10px;color: {color:frase}; margin-left:156px;margin-top:405px; text-transform: none; letter-spacing: 0px;position:fixed;-webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;width:174px;z-index:8000000000000000;line-height:17px;}
  529.  
  530.  
  531. /*** FAIXAS E LINHAS DA SIDEBAR***/
  532.  
  533. #faixa2 {margin-top: 85px; margin-left: 85px; position: fixed; background-color: {color:linha1}; height: 3px; width:300px;}/***detalhes by o-mundo-de-uma-garota***/
  534. #faixa3 {margin-top: 91px; margin-left: 85px; position: fixed; background-color: {color:linha1}; height: 1px; width:300px;}/***detalhes by o-mundo-de-uma-garota***/
  535. #faixa5 {margin-top: 64px; margin-left: 348px; position: fixed; background-color: {color:linha}; height: 3px; width:42px;-webkit-transform: rotate(45deg);}/***detalhes by o-mundo-de-uma-garota***/
  536. #faixa6 {margin-top: 62px; margin-left: 353px; position: fixed; background-color: {color:linha1}; height: 2px; width:37px;-webkit-transform: rotate(45deg);}/***detalhes by o-mundo-de-uma-garota***/
  537. #faixa7 {margin-top: 54px; margin-left: 100px; position: fixed; background-color: {color:sidebar}; height: 29px; width:153px;opacity:0.5;-webkit-border-radius: 20px 20px 0px 0px;}/***detalhes by o-mundo-de-uma-garota***/
  538.  
  539. /***DESCRIÇÃO ***/
  540. #notinholaduda {margin-left: 107px; margin-top: 364px; width:250px; font-size: 11px; height: 27px; text-align: center; background-color:#; transparent; font-family:'Andika'; color: {color:textdesc}; position: fixed;z-index:99;padding: 5px; -webkit-transition: 1s ease-in; line-height: 10px;
  541. -moz-transition: 1s ease-in; transition: 1s ease-in; overflow: hidden; opacity: 1; border-top: 3px dotted transparent;text-shadow: 5px 5px 9px {color:sombra};}
  542.  
  543.  
  544.  
  545.  
  546.  
  547. #paginal {font-family: verdana; font-size: 8px; text-align: center;}
  548. #paginal a {background-image: url('{image:fudopag}'); margin: 0 1px 0 0; padding: 2px 4px; color: {color:sidebar};opacity:1; box-shadow: 0px 1px 20px rgba(0,0,0,0.35);-webkit-border-radius: 20px 20px 20px 20px;}
  549. #paginal a:hover {background: {color:sidebar}; color: {color:text};}
  550. #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: 20px 20px 20px 20px;}
  551. .ps {position: fixed; padding: 2px; width: 128px; margin-left: 173px; margin-top: 475px; height: auto; background-color: {color:sidebar}; color: {color:text};opacity:1;-webkit-border-radius: 0px 0px 20px 20px; }
  552.  
  553.  
  554.  
  555.  
  556. /*** SÓ PRO QUADRADINHO, CRÉDITE A DUDA***/
  557.  
  558. #dj2 {width: 29px; position: fixed; padding: 8px; background-color: transparent; margin-left: 350px; margin-top: 25px; color:{color:sidebar}; font-size: 40px; -webkit-transform: rotate(-0deg); z-index: 1000;}
  559.  
  560.  
  561. @font-face{font-family:'Cursive standard'; src:url('http://static.tumblr.com/37gdlu1/xpLmc5f4q/cursive_standard.ttf');}
  562.  
  563.  
  564.  
  565.  
  566. </style>
  567.  
  568. <body oncontextmenu="return false">
  569.  
  570. <!--------------SUA PLAY AQUI EMBAIXO--------------->
  571.  
  572.  
  573.  
  574. <div id="estela1"></div>
  575.  
  576. <div id="faixa2"></div>
  577. <div id="faixa3"></div>
  578.  
  579.  
  580.  
  581.  
  582. <div id="dj2">◥</div>
  583.  
  584.  
  585. <div id="duhimg" ><img src="{image:fotodr}"></div>
  586.  
  587. </div></div>
  588.  
  589.  
  590. </div></div>
  591. </div></div></div></div>
  592.  
  593. </div></div>
  594.  
  595.  
  596.  
  597. <div id="marion1"></div>
  598. <div id="marion2"></div>
  599. <div id="duka">{text:frase2}</div>
  600. <center><div class="dukah1">{text:frase1}</center></div></center>
  601.  
  602. <div id="faixa5"></div>
  603. <div id="faixa6"></div>
  604. <div id="faixa7"></div>
  605.  
  606. <div id="notinholaduda">{Description}</div>
  607.  
  608.  
  609.  
  610. <div id="dolls">
  611.  
  612. <a href="{text:Link1}">{text:Link1 Title}</a>
  613.  
  614.  
  615. </div>
  616.  
  617.  
  618. <div id="pink">
  619. <a href="{text:Link2}">{text:Link2 Title}</a>
  620.  
  621. <a href="{text:Link3}">{text:Link3 Title}</a>
  622.  
  623. <a href="{text:Link4}">{text:Link4 Title}</a>
  624.  
  625. <a href="{text:Link5}">{text:Link5 Title}</a>
  626.  
  627. <a href="{text:Link6}">{text:Link6 Title}</a>
  628. </div class>
  629. </div></div>
  630. </div>
  631. </div>
  632. </div>
  633.  
  634. <!--------------PAGINATION-------------->
  635. <div class="ps"><div id="paginal">
  636. {block:JumpPagination length="4"}
  637. {block:CurrentPage}<span class="pagina_atual">{PageNumber}</span>{/block:CurrentPage}
  638. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}
  639. {/block:JumpPagination}
  640. </div></div>
  641.  
  642. <!-------------CRÉDITOS------------------------------>
  643. <div style="margin-left:45px;-webkit-transform: rotate(-90deg); width:50px;background:{color:sidebar}; height:20px;font-family:tahoma;font-size:11px; margin-top: 375px; position:fixed; "><a href="http://o-mundo-de-uma-garota.tumblr.com/" title="Theme by: o-mundo-de-uma-garota! plágio é crime"><small>THEME </small></a>
  644. <font color="{color:tags}">©</font> </a></div>
  645.  
  646.  
  647.  
  648. <!---------------------OMDG FALSO IFRAME-------->
  649. <div id="box">
  650. {block:Posts}
  651. <div class="post">
  652.  
  653. {block:Title}<h1>{Title}</h1>{/block:Title}
  654. {Body}
  655.  
  656. {block:Photo}{LinkOpenTag}<div class="image"><img src="{PhotoURL-400}"></div>{LinkCloseTag}{/block:Photo}
  657.  
  658. {block:Photoset}{Photoset-400}{/block:Photoset}
  659.  
  660. {block:Quote}
  661. <div class="aspa">❝</div><div class="cquote"> {Quote}</div>
  662. {block:Source}<div class="cquotesource">~ {Source}</div>
  663. {/block:Source}
  664. {/block:Quote}
  665.  
  666. {block:Link}
  667. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  668. {block:Description}{Description}{/block:Description}
  669. {/block:Link}
  670.  
  671. {block:Chat}
  672. <div class="chat">
  673. <div class="chat1">
  674. {block:Lines}
  675. <div class="chat2 {Alt}">
  676. {block:Label}
  677. <span>{Label}</span>
  678. {/block:Label}
  679. {Line}</div>
  680. {/block:Lines}
  681. </div>
  682. </div>
  683. {/block:Chat}
  684.  
  685.  
  686.  
  687. {block:Audio}
  688. <div class="player">{AudioPlayerBlack}</div>
  689. {block:Caption}{Caption}{/block:Caption}
  690. {/block:Audio}
  691.  
  692. {block:Video}{Video-400}{/block:Video}
  693.  
  694. {block:Answer}
  695. <div class="asker"><img src="{AskerPortraitURL-64}"align="left" class="askborder"/>Pergunta feita por: {Asker}
  696. </div>
  697. <div class="ask">
  698. {Question} </div>
  699. <div class="resposta">{Answer}</div>
  700. {/block:Answer}
  701.  
  702. <div id="cap">
  703. {block:Photo}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  704. {block:Video}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  705. {block:Photoset}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  706.  
  707. <div class="source">{block:ContentSource}<a href="{SourceURL}">{lang:Source}:{block:SourceLogo}
  708. <img src="{BlackLogoURL}" width="{LogoWidth} height="{LogoHeight}" alt="{SourceTitle}" />
  709. {/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>
  710. {/block:ContentSource}</div></div>
  711. <br>
  712.  
  713. <div id="baseduh1">
  714. {block:Date}posted on {Month} {DayOfMonth}, {Year}{/block:Date} <font color="{color:tags}"> + </font> <a href="{Permalink}">{TimeAgo}</a><BR><a href="{ReblogURL}" target="_blank"><b>reblog</b></a> <font color="{color:tags}">♡</font> <a href="{Permalink}">{NoteCountWithLabel}</a> {block:RebloggedFrom}<a href="{ReblogParentURL}" title="{ReblogParentTitle}">via</a><font color="{color:tags}"> + </font><a href="{ReblogRootURL}" title="{ReblogRootTitle}">source</a>{/block:RebloggedFrom}</div>
  715. <br>
  716. <div class="baseduh">{block:HasTags}{block:Tags}<font color="{color:tags}">#</font> <a href="{TagURL}">{Tag}</a>&nbsp;&nbsp;{/block:Tags}<br>{/block:HasTags}
  717.  
  718.  
  719. </div></div>
  720. {/block:Posts}
  721. {block:PostNotes}<div class="notes">{PostNotes}</div>{/block:PostNotes}
  722. </div></div>
  723.  
  724. </div>
  725.  
  726. </div></div></div></div></div></div>
  727. </div></div></div></div></div></div></div></div></div></div></div>
  728. </div></div></div></div></div></div></div></div></div></div></div>
  729. </div></div></div></div></div></div></div></div></div></div></div></div>
  730. </div></div></div></div></div></div>
  731.  
  732.  
  733.  
  734.  
  735.  
  736.  
  737. </div>
  738.  
  739.  
  740.  
  741.  
  742.  
  743.  
  744.  
  745.  
  746. </body>
  747.  
  748. </html>
Advertisement
Add Comment
Please, Sign In to add comment