Eduarda

theme 98

Jan 2nd, 2013
797
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 30.03 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. - THEME FEITO POR DUDA.R -
  6. - - - - - - - - - - - - - - ---->
  7.  
  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. <script type="text/javascript">
  31. $(window).load(function(){
  32. var $wall = $('#box');
  33. $wall.imagesLoaded(function(){
  34. $wall.masonry({
  35. itemSelector: '.post',
  36. isAnimated : true
  37. });
  38. });
  39. $wall.infinitescroll({
  40. navSelector : "div#navigation",
  41. nextSelector : "div#navigation a#nextPage",
  42. itemSelector : '.post',
  43. loadingImg : "http://static.tumblr.com/kwz90l7/bIdlst7ub/transparent.png",
  44. loadingText : " ",
  45. donetext : " ",
  46. extraScrollPx : 9000,
  47. bufferPx : 10000,
  48. debug : false,
  49. errorCallback: function() {
  50. $('#infscr-loading').animate({opacity: .8},2000).fadeOut('normal');
  51. }},
  52. function( newElements ) {
  53. var $newElems = $( newElements );
  54. $newElems.hide();
  55. $newElems.imagesLoaded(function(){
  56. $wall.masonry( 'appended', $newElems, {isAnimated: true, animationOptions: {duration: 750, easing: 'linear', queue: false}}, function(){$newElems.fadeIn('slow');} );
  57. });
  58. }); $('#box').show(500);
  59. });
  60. </script>
  61.  
  62.  
  63.  
  64. <head>
  65.  
  66. <script>
  67.  
  68.  
  69.  
  70. $(document).ready(function() {
  71.  
  72. //
  73.  
  74.  
  75.  
  76. //When you click on a link with class of poplight and the href starts with a #
  77.  
  78. $('a.poplight[href^=#]').click(function() {
  79.  
  80. var popID = $(this).attr('rel'); //Get Popup Name
  81.  
  82. var popURL = $(this).attr('href'); //Get Popup href to define size
  83.  
  84.  
  85.  
  86. //Pull Query & Variables from href URL
  87.  
  88. var query= popURL.split('?');
  89.  
  90. var dim= query[1].split('&');
  91.  
  92. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  93.  
  94.  
  95.  
  96. //Fade in the Popup and add close button
  97.  
  98. $('#' + 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>');
  99.  
  100.  
  101. //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
  102.  
  103. var popMargTop = ($('#' + popID).height() + 80) / 2;
  104.  
  105. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  106.  
  107.  
  108.  
  109. //Apply Margin to Popup
  110.  
  111. $('#' + popID).css({
  112.  
  113. 'margin-top' : -popMargTop,
  114.  
  115. 'margin-left' : -popMargLeft
  116.  
  117. });
  118.  
  119.  
  120.  
  121. //Fade in Background
  122.  
  123. $('body').append('<div id="fade"></div>'); //Add the fade layer to bottom of the body tag.
  124.  
  125. $('#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
  126.  
  127.  
  128.  
  129. return false;
  130.  
  131. });
  132.  
  133.  
  134.  
  135. //Close Popups and Fade Layer
  136.  
  137. $('a.close, #fade').live('click', function() { //When clicking on the close or fade layer...
  138.  
  139. $('#fade , .popup_block').fadeOut(function() {
  140.  
  141. $('#fade, a.close').remove(); //fade them both out
  142.  
  143. });
  144.  
  145. return false;
  146.  
  147. });
  148.  
  149.  
  150.  
  151.  
  152.  
  153. });
  154.  
  155. </script>
  156.  
  157.  
  158.  
  159.  
  160.  
  161.  
  162.  
  163. <!-- APPERENCE OMDG -->
  164. <meta name="image:fotod" content="http://static.tumblr.com/c28864592ee2fa1287315a084fd10c0b/2bh9bxo/Bjnmg0ln9/tumblr_static_tumblr_mfut5mwvwn1qfa0zmo1_500.jpg" />
  165.  
  166. <meta name="image:background" content="http://static.tumblr.com/92d83b4a87af1031adbcb2aabf6524ec/2bh9bxo/QSomg0fc6/tumblr_static_praagora.gif" />
  167. <meta name="image:fudinho" content="http://static.tumblr.com/5ef1f6ba04f3527a39001ba40d8449fa/2bh9bxo/s6emg0fin/tumblr_static_daduda1.jpg" />
  168.  
  169.  
  170. <meta name="color:background" content="#F5F5F5" />
  171. <meta name="color:sidebar" content="#fff" />
  172. <meta name="color:link" content="#CDCDC1" />
  173. <meta name="color:link hover" content="#fff" />
  174. <meta name="color:bordaimg" content="#fff" />
  175. <meta name="color:text" content="#8B8682" />
  176. <meta name="color:tags" content="#FFC0CB" />
  177. <meta name="color:post" content="#fff" />
  178. <meta name="color:borda" content="#DCDCDC" />
  179. <meta name="color:links" content="#8B8682" />
  180. <meta name="color:bghover" content="#FFC0CB" />
  181. <meta name="color:sombra" content="#8B8989" />
  182. <meta name="color:textdesc" content="#8B8682" />
  183. <meta name="color:frase" content="#8B8682" />
  184. <meta name="color:bgask" content="#F5F5F5" />
  185. <meta name="color:bgask2" content="#FFC0CB" />
  186. <meta name="color:borda2" content="#FFC0CB" />
  187. <meta name="color:linha" content="#DCDCDC" />
  188. <meta name="color:linha1" content="#FFC0CB" />
  189. <meta name="color:abc" content="#FFC0CB" />
  190.  
  191.  
  192.  
  193. <meta name="text:frase1" content="Mais so a barbie dele." />
  194. <meta name="text:frase2" content="Hi Im Barbiie" />
  195.  
  196.  
  197.  
  198. <meta name="text:Link1" content="/" />
  199. <meta name="text:Link1 Title" content="home" />
  200. <meta name="text:Link2" content="/" />
  201. <meta name="text:Link2 Title" content="askbox" />
  202. <meta name="text:Link3" content="/" />
  203. <meta name="text:Link3 Title" content="link" />
  204. <meta name="text:Link4" content="/" />
  205. <meta name="text:Link4 Title" content="link" />
  206. <meta name="text:Link5" content="/" />
  207. <meta name="text:Link5 Title" content="link" />
  208. <meta name="text:Link6" content="/" />
  209. <meta name="text:Link6 Title" content="link" />
  210. <meta name="text:Link7" content="/" />
  211. <meta name="text:Link7 Title" content="link" />
  212. <meta name="text:Link8" content="/" />
  213. <meta name="text:Link8 Title" content="link" />
  214.  
  215. <link href='http://fonts.googleapis.com/css?family=Play' rel='stylesheet' type='text/css'>
  216. <link href='http://fonts.googleapis.com/css?family=Courgette' rel='stylesheet' type='text/css'>
  217. <link href='http://fonts.googleapis.com/css?family=Wire+One' rel='stylesheet' type='text/css'>
  218. <link href='http://fonts.googleapis.com/css?family=Vibur' rel='stylesheet' type='text/css'>
  219.  
  220. <link href='http://fonts.googleapis.com/css?family=Courgette' rel='stylesheet' type='text/css'>
  221. <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'>
  222. <link href='http://fonts.googleapis.com/css?family=Play' rel='stylesheet' type='text/css'>
  223.  
  224. <link href='http://fonts.googleapis.com/css?family=Anonymous+Pro' rel='stylesheet' type='text/css'>
  225.  
  226. <link href='http://fonts.googleapis.com/css?family=Life+Savers' rel='stylesheet' type='text/css'>
  227. <link href='http://fonts.googleapis.com/css?family=Play' rel='stylesheet' type='text/css'>
  228. <link href="http://fonts.googleapis.com/css?family=Yanone+Kaffeesatz:300,400,700t" rel="stylesheet" type="text/css">
  229.  
  230. <link href='http://fonts.googleapis.com/css?family=Rochester' rel='stylesheet' type='text/css'>
  231.  
  232.  
  233. <link href='http://fonts.googleapis.com/css?family=Ruge+Boogie' rel='stylesheet' type='text/css'>
  234.  
  235. <link href='http://fonts.googleapis.com/css?family=ABeeZee|Kameron|Muli|Almendra' rel='stylesheet' type='text/css'>
  236.  
  237. <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'>
  238.  
  239. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  240. <link href='http://fonts.googleapis.com/css?family=Raleway+Dots' rel='stylesheet' type='text/css'>
  241. <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'>
  242.  
  243. <link href='http://fonts.googleapis.com/css?family=Droid+Serif:400,400italic' rel='stylesheet' type='text/css'>
  244. <link href='http://fonts.googleapis.com/css?family=Homenaje' rel='stylesheet' type='text/css'>
  245.  
  246.  
  247.  
  248. <link href='http://fonts.googleapis.com/css?family=Play' rel='stylesheet' type='text/css'>
  249. <link href='http://fonts.googleapis.com/css?family=Courgette' rel='stylesheet' type='text/css'>
  250. <link href='http://fonts.googleapis.com/css?family=Wire+One' rel='stylesheet' type='text/css'>
  251. <link href='http://fonts.googleapis.com/css?family=Vibur' rel='stylesheet' type='text/css'>
  252.  
  253. <link rel="stylesheet" href="http://static.tumblr.com/5dbytsa/VYmmcwtwj/entrada.css" media="screen"/>
  254. <link href='http://fonts.googleapis.com/css?family=Courgette' rel='stylesheet' type='text/css'>
  255. <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'>
  256. <link href='http://fonts.googleapis.com/css?family=Play' rel='stylesheet' type='text/css'>
  257. <!------------------eita duh--------------------->
  258. <link href='http://fonts.googleapis.com/css?family=Play' rel='stylesheet' type='text/css'>
  259.  
  260.  
  261.  
  262. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  263. <title>{Title}
  264. {block:SearchPage}, Search results for: {SearchQuery}
  265. {/block:SearchPage}
  266. {block:PostSummary}, {PostSummary}
  267. {/block:PostSummary}</title>
  268. {block:Description}
  269. <meta name="description" content="{MetaDescription}" />
  270. {/block:Description}
  271. <link rel="shortcut icon" href="{favicon}" />
  272. <link rel="alternate" type="application/rss+xml" href="{rss}" />
  273. </head>
  274. <style type="text/css">
  275.  
  276.  
  277. 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; }
  278.  
  279. a {color:{color:links}; text-decoration: none;-webkit-transition: all 0.9s ease-out; -moz-transition: all 0.9s ease-out;}
  280. a:hover {color:{color:link hover};}
  281.  
  282. u,underline {color:{color:text}; border-bottom: 1px dotted {color:text}; text-decoration:none; }
  283.  
  284.  
  285. 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;
  286. overflow-y:auto; display:block; text-align:left; font: normal 12 'trebuchet ms';}
  287. /*** TEHEM & BASE DA DUDA [OMDG]***/
  288. .baseduh {text-align:left; font:7px verdana;
  289. text-transform:uppercase; z-index: 11;
  290. border: 1px solid {color:borda};}
  291. .baseduh a {font-size: 7px;}
  292.  
  293. #baseduh1 {text-align:center; font-size:09px;
  294. font-family:calibri; text-transform:uppercase; z-index:11;
  295. padding:2px; color: ; border-top:1px solid {color:borda};
  296. border-bottom: 1px solid {color:borda};
  297. -webkit-transition: all 0.2s ease-out;
  298. -moz-transition: all .4s ease-out;}
  299. #baseduh1 a {font-size:10px;color:; text-transform:uppercase;}
  300.  
  301. .line1{font-size:10px; text-transform: lowercase; margin-top: 7px}
  302.  
  303. .line2{font-size:10px; text-transform:lowercase; clear: both}
  304.  
  305. .line3{font-size:10px; text-transform:lowercase; clear: both}
  306.  
  307. .ileft{float: left}
  308.  
  309. .iright{float: right}
  310.  
  311. .postclear{clear: both; width: 100%; visibility: hidden; height: 1px}
  312.  
  313.  
  314. blockquote {margin: 5px 5px 5px 5px; border-left: 2px solid {color:background}; padding-left: 5px; }
  315. blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 4px solid {color:background};}/* theme by omdg*/
  316. blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 4px solid {color:background}; }
  317. blockquote blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 2px solid {color:background}; }
  318. blockquote img{max-width: 400px!important}
  319. blockquote blockquote img{max-width: 400px!important}
  320. blockquote blockquote blockquote img{max-width: 400px!important}
  321. blockquote blockquote blockquote blockquote img{max-width: 400px!important}
  322. /*theme by omdg*/
  323.  
  324.  
  325.  
  326. /*NEGRITO ITALICO E SUBLINHADO*/
  327. b, strong, bold {color:{color:abc};}
  328.  
  329. u,underline {color:{color:text}; border-bottom: 1px dotted {color:abc}; text-decoration:none; }
  330.  
  331. i, em{color:{color:text};}
  332.  
  333.  
  334. #baseduh1:hover{-moz-box-shadow: inset 550px 0 0px 0 {color:borda2};
  335. -webkit-box-shadow: inset 550px 0 0px 0 {color:borda2};
  336. box-shadow: inset 550px 0 0px 0 {color:borda2};
  337. color: {color:borda2};}
  338.  
  339.  
  340. #box{margin-left:398px;padding:0px;width:850px;margin-top:-13px;overflow: hidden;}
  341.  
  342. .post{position: relative;width:281px;float:left;margin:-7px;margin-left: 10px;background:{color:post};margin-top:10px; padding: 5px; text-align:left; overflow: hidden;border: 1px solid {color:borda};}
  343. .post img{max-width:299px;overflow: hidden;}
  344.  
  345.  
  346. h1{color:{color:text};font-family:Muli;font-size:12px;font-weight:normal; text-align:center; border-bottom: 1px dashed {color:linha1};}
  347.  
  348. .image {text-align: left; border: 0px;}
  349.  
  350. .image img {max-width: 278px; -moz-opacity: 1;-webkit-transition-duration: .90s;}
  351.  
  352. .image img:hover {-webkit-filter: grayscale(80%);
  353. -webkit-transition:all .3s linear;
  354. -moz-transition:all .3s linear;transition:all .3s linear;
  355. -webkit-transition-duration: .80s;border: 2px solid {color:borda2};}
  356.  
  357.  
  358. /* --- Estilo de ask por tthy (things-to-help-you.tumblr.com) --- */
  359. .pergunta {
  360. line-height: 20px;
  361. background: {color:bgask};
  362. padding: 5px;
  363. font-family: Georgia;
  364. font-style: Italic;
  365. font-size: 11px;
  366. margin-top: -1px;
  367. margin-right: 0;
  368. overflow: hidden;
  369. text-shadow: 1px 1px 0px {color:sombra};
  370. color: {color:text};
  371. -webkit-border-bottom-right-radius: 5px;
  372. -webkit-border-bottom-left-radius: 5px;
  373. -moz-border-radius-bottomright: 5px;
  374. -moz-border-radius-bottomleft: 5px;
  375. border-bottom-right-radius: 5px;
  376. border-bottom-left-radius: 5px;}
  377.  
  378. .perguntou {
  379. display: block;
  380. font-family: Georgia;
  381. font-style: Italic;
  382. font-size: 11px;
  383. background: {color:bgask};
  384. padding-left: 5px;
  385. overflow: hidden;
  386. padding-right: 5px;
  387. padding-top: 4px;
  388. padding-bottom: 4px;
  389. margin-top: 1px;
  390. text-shadow: 0px 1px 1px #;
  391. color: {color:text};
  392. margin-bottom: 2px;
  393. -webkit-border-top-left-radius: 5px;
  394. -webkit-border-top-right-radius: 5px;
  395. -moz-border-radius-topleft: 5px;
  396. -moz-border-radius-topright: 5px;
  397. border-top-left-radius: 5px;
  398. border-top-right-radius: 5px;}
  399.  
  400. .pergunta g {color: {color:text}; text-shadow: 0px 0px 0px;}
  401. .pergunta a {color: {color:text}; text-shadow: 0px 0px 0px;}
  402.  
  403. .pergunta .data {
  404. float: right;
  405. font-family: 'Ubuntu Mono', sans-serif;
  406. font-style: normal;
  407. text-transform: uppercase;
  408. height: 18px;
  409. line-height: 18px;
  410. padding: 3px;
  411. background: {color:bgask2};
  412. margin-top: 12px;
  413. margin-right: 1px;
  414. text-shadow: 1px 1px 0px {color:sombra};
  415. color: {color:text};
  416. -webkit-border-top-left-radius: 5px;
  417. -webkit-border-bottom-left-radius: 5px;
  418. -moz-border-radius-topleft: 5px;
  419. -moz-border-radius-bottomleft: 5px;
  420. border-top-left-radius: 5px;
  421. border-bottom-left-radius: 5px;}
  422.  
  423. .boxicon {width: 24px;
  424. height: 24px;
  425. float: right;
  426. margin-left: 0px;
  427. margin-top: 5px;
  428. margin-right: -4px; }
  429.  
  430. .boxicon .askfoto {
  431. display: inline-block;
  432. margin-top: 7px;
  433. margin-left: 5px;
  434. float: right;}
  435.  
  436. .askfoto:hover {opacity: 0.9;}
  437. .linha {margin-bottom: 7px;}
  438. .ns {margin-left: 20px; margin-top: 1px;}
  439.  
  440. .extras {width: 99%; font-family:consolas; font-size:10px; padding:3px; margin-bottom: 1px; text-align:center; text-transform:uppercase;}
  441.  
  442. .aska {font-family:consolas; font-size:10px; text-align: right; }
  443.  
  444. ::-webkit-scrollbar {width:18px;height:auto;background:transparent;}
  445. ::-webkit-scrollbar-corner {background:{color:post};}
  446. ::-webkit-scrollbar-button:vertical {height:4px; display: block; background:{color:post};}
  447. ::-webkit-scrollbar-thumb:vertical {background:{color:post}; border-top: 1px solid {color:post}; border-bottom: 1px solid {color:post};}
  448. ::-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};}
  449. ::moz-selection {color:{color:text}; background:{color:background};}
  450. ::selection {color:{color:text}; background:{color:background};}
  451.  
  452.  
  453.  
  454. /*------Quote by OMDG------------♥---**/
  455.  
  456. .quotinho {font-family: tahoma; font-size: 12px; line-height: 18px; text-transform: none; margin-top: -40px; text-indent: 40px;border-bottom: 1px dashed {color:borda};}
  457.  
  458. .queroaspa { position:relative; top: -7px; font-size: 40px; opacity:0.8; color: {color:text};}
  459.  
  460. .djsource {margin-top: 0px; margin-right: 15px; text-align: right; height:20px; font-family: georgia; font-size: 11px;}
  461.  
  462. /* Chat por Anna (livelikeasuicide) *********/
  463. .chat {background:{color:borda2}; margin: 0; font-size:
  464.  
  465. 10px; font-family: consolas;}
  466. .chat .chat1 {margin-left: 0px;font-size:
  467. 8px; }
  468. .chat .chat1 .chat2 {background:{color:background}; color:{color:text};font-size: 10px;
  469. margin-bottom: 1px; padding:4px; font-family: tahoma; } /* Primeira linha */
  470. .chat .chat1 .chat2.even {background:{color:post};
  471. color:{color:text};font-size:
  472. 10px; } /* Segunda linha */
  473.  
  474. .player {padding: 6px; color:{color:text}; margin-top: 1px; margin-left: 1px; margin-right: 1px; opacity:1}
  475.  
  476. .html_photoset {
  477. -webkit-filter: grayscale(0%);
  478. opacity:.7;
  479. -webkit-transition-duration: .80s;}
  480. .html_photoset:hover {
  481. -webkit-filter: grayscale(80%);
  482. -webkit-transition:all .3s linear;
  483. -moz-transition:all .3s linear;transition:all .3s linear;
  484. -webkit-transition-duration: .80s;}
  485.  
  486.  
  487.  
  488.  
  489. #cap {width: 400px; margin-top: -2px;}
  490. .source {display: none;}
  491.  
  492. .notes {width: 420px;padding:0px;margin-top:2px; margin-bottom: 2px; font-size: 9px; text-align: left; margin-left:0px;}
  493. ol.notes {list-style: none; margin: 0 20px 0 0px; padding: 0px; z-index: 11;}
  494. ol.notes li {background-color:{color:post}; margin-bottom: 1px; padding: 5px; }
  495. .notes img{display:none; border:0px}
  496.  
  497.  
  498. /****** tumblr controls by cssehtml */
  499.  
  500. 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;}
  501.  
  502. iframe#tumblr_controls:hover{filter:alpha(opacity=0.30); -moz-opacity:1; opacity:1;}
  503.  
  504. /***DUH IMAGEM***/
  505.  
  506. #duhimg {margin-left: 101px;
  507. margin-top: 93px;
  508. position:fixed;
  509. overflow:hidden;
  510. background-color:{color:borda};
  511. opacity: 0.9;}
  512.  
  513. #duhimg img{ border:5px solid {color:bordaimg};
  514. opacity: 1;
  515. padding:5px;
  516. width: 259px;
  517. height:225px;}
  518.  
  519. /*** PARTE DA SIDEBAR**/
  520.  
  521. #estela1 {position: fixed; margin-left: 95px; width:285px; height: 390px; background-color:{color:sidebar}; margin-top: 45px; -webkit-transform: rotate(0deg);-webkit-border-radius: 0px 0px 0px 0px; -webkit-transform: rotate(0deg);border: solid 3px {color:borda}; box-shadow: 5px 5px 9px {color:sombra};-webkit-border-radius: 10px 10px 10px 10px;}
  522.  
  523.  
  524.  
  525. /**LINKS LINKS LINKS***/
  526.  
  527. #pink{width:578px; height: 40px; float: left; margin-left:244px; margin-top: 60px; padding: 0px; text-align: center; position: fixed; z-index:9999;}
  528. /***link by o-mundo-de-uma-garota***/
  529. #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: 40px; 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***/
  530. #pink a:hover{color: {color:bghover}; background: {color:sidebar};-webkit-border-radius: 0px 10px 10px 10px;border: 1px dashed {color:linha1};} /***link by o-mundo-de-uma-garota***/
  531.  
  532.  
  533. /***BARRINHAS DIVISÓRIAS***/
  534. #marion {position: fixed;
  535. margin-left: 100px;
  536. width:280px;
  537. height: 25px;
  538. background-color:{color:sidebar};
  539. margin-top: 32px;
  540. -webkit-transform: rotate(0deg);
  541. -webkit-transform: rotate(180deg);border-bottom: 1px dashed {borda};-webkit-border-radius: 0px 0px 5px 5px;}
  542.  
  543.  
  544. #marion1 {position: fixed;
  545. margin-left: 230px;
  546. width:150px;
  547. height: 33px;
  548. background-color:{color:sidebar};
  549. margin-top: 51px;
  550. -webkit-transform: rotate(0deg);
  551. -webkit-transform: rotate(180deg);
  552. background-image: url('{image:fudinho}');
  553. border: 1px dashed {color:sidebar};}
  554.  
  555.  
  556. @font-face{font-family:'Cursive standard'; src:url('http://static.tumblr.com/37gdlu1/xpLmc5f4q/cursive_standard.ttf');}
  557.  
  558. /*** TITULOS***/
  559. #duka {background-color:#;margin-left:105px;margin-top: 54px; height:24px; line-height:25px;float:left; position:fixed; width:160px; font-family: 'pacifico'; font-size:20px; text-align: left;
  560. color:{color:frase} ; letter-spacing:-1px; z-index:11; text-transform: none; }
  561.  
  562.  
  563. .dukah1 {font-family:tinytots; font-size: 8px; font-style: none;
  564. height: 10px;color: {color:mytitle}; margin-left:220px;margin-top:31px; 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; text-transform:uppercase;}
  565. @font-face { font-family: "tinytots";src: url('http://static.tumblr.com/rmj06l2/Usellxb4i/tinytots.ttf');}
  566.  
  567.  
  568. /*********ALGUMAS FAIXINHAS PRA SIDEBAR******************/
  569. #faixa2 {margin-top: 87px; margin-left: 200px; position: fixed; background-color: {color:linha1}; height: 4px; width:184px;}/***detalhes by o-mundo-de-uma-garota***/
  570. #faixa3 {margin-top: 88px; margin-left: 98px; position: fixed; background-color: {color:linha}; height: 4px; width:285px;}/***detalhes by o-mundo-de-uma-garota***/
  571. #faixa5 {margin-top: 336px; margin-left: 103px; position: fixed; background-color: {color:linha}; height: 4px; width:273px;}/***detalhes by o-mundo-de-uma-garota***/
  572. #faixa6 {margin-top: 368px; margin-left: 106px; position: fixed; background-color: {color:linha}; height: 2px; width:273px;}/***detalhes by o-mundo-de-uma-garota***/
  573. #faixa7 {margin-top: 436px; margin-left: 101px; position: fixed; background-color: {color:sidebar}; height: 23px; width:283px;border-bottom: 1px dashed {color:borda};}/***detalhes by o-mundo-de-uma-garota***/
  574.  
  575.  
  576. /*** DESCRIÇÃO ***/
  577. #notinholaduda {margin-left: 117px; margin-top: 335px; width:250px; font-size: 10px; height: 27px; text-align: center; background-color:#; transparent; font-family:Muli; color: {color:textdesc}; position: fixed;z-index:99;padding: 5px; -webkit-transition: 1s ease-in; line-height: 10px;
  578. -moz-transition: 1s ease-in; transition: 1s ease-in; overflow: hidden; opacity: 1; border-top: 3px dotted transparent;}
  579.  
  580.  
  581. #paginal {font-family: verdana; font-size: 8px; text-align: center;}
  582. #paginal a { margin: 0 1px 0 0; padding: 2px 4px; color: {color:links};opacity:1; box-shadow: 0px 1px 20px rgba(0,0,0,0.35);-webkit-border-radius: 20px 20px 20px 20px;border-bottom: 1px dashed {color:borda};}
  583. #paginal a:hover {background: {color:sidebar}; color: {color:text};}
  584. #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;}
  585. .ps {position: fixed; padding: 2px; width: 128px; margin-left: 252px; margin-top: 440px; height: auto; background-color: {color:sidebar}; color: {color:text};opacity:1;-webkit-border-radius: 20px 20px 20px 20px; }
  586.  
  587. #dash{ float: left; margin-top: 370px; margin-left: 315px; height: 49px; width:49px; position: fixed; padding: 5px; overflow: hidden; z-index:43; -webkit-transition: all 0.8s ease-out; -moz-transition: all 0.8s ease-out; background-color: {color:borda};}
  588.  
  589. #dash img {margin-top: 0px; margin-left: 0px}
  590.  
  591. #barbie-e {width: 246px; height: 66px; float: left; margin-left:112px; margin-top: 373px; padding: 0px; text-align: center; position: fixed; -webkit-transition: all 2s ease-out; -moz-transition: all 2s ease-out; background-color:transparent;}
  592.  
  593. #barbie-e a {float: left; margin-left: 1px; font-family:georgia; font-style:italic; font-size: 10px; text-align: center; margin-top: 3px; margin-left: 1px; height: 50px; width: 35px; background-color: {color:link hover}; color: {color:links}; line-height: 55px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; letter-spacing: 0px; opacity:1;border: 1px solid {color:borda};}
  594.  
  595. #barbie-e a:hover{text-align: center; background-color:{color:sidebar}; color:{color:bghover};border: 1px dashed {color:linha1}; letter-spacing: 0px; opacity:1; line-height: 15px;}
  596.  
  597.  
  598.  
  599.  
  600. </style>
  601.  
  602.  
  603. <body>
  604.  
  605.  
  606.  
  607. <body oncontextmenu="return false">
  608.  
  609. <!--------------SUA PLAY AQUI EMBAIXO--------------->
  610.  
  611.  
  612.  
  613.  
  614. <div id="marion"></div>
  615. <div id="estela1"></div>
  616.  
  617. <div id="faixa2"></div>
  618. <div id="faixa3"></div>
  619. <div id="faixa5"></div>
  620. <div id="faixa6"></div>
  621.  
  622. <div id="duhimg"><img src="{image:fotod}"></div>
  623.  
  624. </div></div>
  625.  
  626.  
  627. </div></div>
  628. </div></div></div></div>
  629.  
  630. </div></div>
  631.  
  632. <div id="marion1"></div>
  633.  
  634. <div id="duka">{text:frase2}</div>
  635. <center><div class="dukah1">{text:frase1}</center></div></center>
  636.  
  637. <div id="notinholaduda">{Description}</div>
  638.  
  639.  
  640. <div id="pink">
  641. <a href="{text:Link1}">{text:Link1 Title}</a>
  642.  
  643. <a href="{text:Link2}">{text:Link2 Title}</a>
  644.  
  645. <a href="{text:Link3}">{text:Link3 Title}</a>
  646.  
  647.  
  648.  
  649.  
  650. </div class>
  651. </div></div>
  652. </div>
  653. </div>
  654. </div>
  655.  
  656.  
  657. <div id="dash">
  658.  
  659. <img src="{PortraitURL-48}"/>
  660.  
  661. </div>
  662.  
  663. <div id="barbie-e">
  664. <a href="{text:link4}">{text:Link4 Title}</a>
  665. <a href="{text:link5}">{text:Link5 Title}</a>
  666. <a href="{text:link6}">{text:Link6 Title}</a>
  667. <a href="{text:link7}">{text:Link7 Title}</a>
  668. <a href="{text:link8}">{text:Link8 Title}</a>
  669. </div>
  670.  
  671.  
  672.  
  673.  
  674.  
  675. <!------------------CRÉDITOS DO THEME-------------->
  676.  
  677. <a style="font-size: 11px;height:20px;width:95px; line-height:24px; background:{color:sidebar};color:{color:links};font-family:calibri;position:fixed;bottom:10px;left:88px;border: 1px solid {color:borda}; top:531px" href="http://o-mundo-de-uma-garota.tumblr.com/" title="Theme by: o-mundo-de-uma-garota"><b>Theme by OMDG <font color="{color:tags}"> © </font></b></a></div>
  678.  
  679.  
  680. </div></div>
  681.  
  682. <!---------------------PAGINATION OKEY?------>
  683. <div class="ps"><div id="paginal">
  684. {block:JumpPagination length="4"}
  685. {block:CurrentPage}<span class="pagina_atual">{PageNumber}</span>{/block:CurrentPage}
  686. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}
  687. {/block:JumpPagination}
  688. </div></div>
  689.  
  690.  
  691. <!----INICIO DE POSTS [OMDG]-------------------->
  692.  
  693. <div id="box">
  694. {block:Posts}
  695. <div class="post">
  696.  
  697. {block:Title}<h1>{Title}</h1>{/block:Title}
  698. {Body}
  699.  
  700. {block:Photo}{LinkOpenTag}<div class="image"><img src="{PhotoURL-400}"></div>{LinkCloseTag}{/block:Photo}
  701.  
  702. {block:Photoset}{Photoset-400}{/block:Photoset}
  703.  
  704. {block:Quote}
  705. <div class="queroaspa"><font color="{color:tags}"> ❝</font> </div><div class="quotinho"> {Quote}</div>
  706. {block:Source}<div class="djsource"><font color="{color:tags}"> ~ </font> {Source}</div>
  707. {/block:Source}
  708. {/block:Quote}
  709.  
  710. {block:Link}
  711. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  712. {block:Description}{Description}{/block:Description}
  713. {/block:Link}
  714.  
  715. {block:Chat}
  716. <div class="chat">
  717. <div class="chat1">
  718. {block:Lines}
  719. <div class="chat2 {Alt}">
  720. {block:Label}
  721. <span>{Label}</span>
  722. {/block:Label}
  723. {Line}</div>
  724. {/block:Lines}
  725. </div>
  726. </div>
  727. {/block:Chat}
  728.  
  729.  
  730.  
  731. {block:Audio}
  732. <div class="player">{AudioPlayerBlack}</div>
  733. {block:Caption}{Caption}{/block:Caption}
  734. {/block:Audio}
  735.  
  736. {block:Video}{Video-400}{/block:Video}
  737.  
  738. {block:Answer}
  739. <div class="perguntou">
  740. <span class="per1"><a href="{Permalink}">
  741. <img src="http://static.tumblr.com/tx5g7yp/NCwmbj6s0/heart.png" border="0"></a>
  742. {TimeAgo}
  743. </span>
  744. </div>
  745.  
  746. <div class="pergunta">
  747. {Question}<p>
  748.  
  749. <div class="boxicon">
  750. <img src="{AskerPortraitURL-24}" width="24" class="askfoto">
  751. </div>
  752.  
  753. <span class="data">
  754. <img style="position: absolute; margin-top: 2px;"src="http://static.tumblr.com/tx5g7yp/9gambj6ue/user.png">
  755. <span class="ns">volte sempre, <g>{Asker}.</g>
  756. </span>
  757. </span>
  758.  
  759. </div>
  760. <div class="linha"></div>
  761. {Answer}
  762.  
  763. {/block:Answer}
  764. <div id="cap">
  765. {block:Photo}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  766. {block:Video}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  767. {block:Photoset}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  768.  
  769. <div class="source">{block:ContentSource}<a href="{SourceURL}">{lang:Source}:{block:SourceLogo}
  770. <img src="{BlackLogoURL}" width="{LogoWidth} height="{LogoHeight}" alt="{SourceTitle}" />
  771. {/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>
  772. {/block:ContentSource}</div></div>
  773. <br>
  774.  
  775. <div id="baseduh1">
  776. {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>
  777. <br>
  778. <div class="baseduh">{block:HasTags}{block:Tags}<font color="{color:tags}">#</font> <a href="{TagURL}">{Tag}</a>&nbsp;&nbsp;{/block:Tags}<br>{/block:HasTags}
  779.  
  780.  
  781. </div></div>
  782. {/block:Posts}
  783. {block:PostNotes}<div class="notes">{PostNotes}</div>{/block:PostNotes}
  784. </div></div>
  785.  
  786. </div>
  787.  
  788. </div></div></div></div></div></div>
  789. </div></div></div></div></div></div></div></div></div></div></div>
  790. </div></div></div></div></div></div></div></div></div></div></div>
  791. </div></div></div></div></div></div></div></div></div></div></div></div>
  792. </div></div></div></div></div></div>
  793.  
  794.  
  795.  
  796.  
  797. </body>
  798.  
  799. </html>
Advertisement
Add Comment
Please, Sign In to add comment