Eduarda

Theme 68

Oct 26th, 2012
575
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 31.29 KB | None | 0 0
  1. <html>
  2.  
  3. <!-- theme by:o-mundo-de-uma-garota|Tumblr {NÃO USE COMO BASE} Só adapate para o seu próprio uso, e sem retirar os créditos,aliás num foi vc quem fez. -->
  4.  
  5. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  6.  
  7. <head>
  8.  
  9.  
  10. <script type="text/javascript"
  11. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  12.  
  13. <script>
  14.  
  15.  
  16.  
  17. $(document).ready(function() {
  18.  
  19. //
  20.  
  21.  
  22.  
  23. //When you click on a link with class of poplight and the href starts with a #
  24.  
  25. $('a.poplight[href^=#]').click(function() {
  26.  
  27. var popID = $(this).attr('rel'); //Get Popup Name
  28.  
  29. var popURL = $(this).attr('href'); //Get Popup href to define size
  30.  
  31.  
  32.  
  33. //Pull Query & Variables from href URL
  34.  
  35. var query= popURL.split('?');
  36.  
  37. var dim= query[1].split('&');
  38.  
  39. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  40.  
  41.  
  42.  
  43. //Fade in the Popup and add close button
  44.  
  45. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"><img src="http://static.tumblr.com/2bh9bxo/lqzmc8a3h/ddd.gif" class="btn_close" title="Close Window" alt="Close" /></a>');
  46.  
  47.  
  48. //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
  49.  
  50. var popMargTop = ($('#' + popID).height() + 80) / 2;
  51.  
  52. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  53.  
  54.  
  55.  
  56. //Apply Margin to Popup
  57.  
  58. $('#' + popID).css({
  59.  
  60. 'margin-top' : -popMargTop,
  61.  
  62. 'margin-left' : -popMargLeft
  63.  
  64. });
  65.  
  66.  
  67.  
  68. //Fade in Background
  69.  
  70. $('body').append('<div id="fade"></div>'); //Add the fade layer to bottom of the body tag.
  71.  
  72. $('#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
  73.  
  74.  
  75.  
  76. return false;
  77.  
  78. });
  79.  
  80.  
  81.  
  82. //Close Popups and Fade Layer
  83.  
  84. $('a.close, #fade').live('click', function() { //When clicking on the close or fade layer...
  85.  
  86. $('#fade , .popup_block').fadeOut(function() {
  87.  
  88. $('#fade, a.close').remove(); //fade them both out
  89.  
  90. });
  91.  
  92. return false;
  93.  
  94. });
  95.  
  96.  
  97.  
  98.  
  99.  
  100. });
  101.  
  102. </script>
  103.  
  104.  
  105.  
  106. <!-- APPERENCE OMDG -->
  107. <meta name="color:background" content="#FFFFFF" />
  108. <meta name="color:text" content="#8B8989" />
  109. <meta name="color:sidebar" content="#FFFFFF" />
  110. <meta name="color:descricao" content="#8B8989"/>
  111. <meta name="color:entry" content="#FFFFFF" />
  112. <meta name="color:scroll" content="#DCDCDC" />
  113. <meta name="color:links" content="#8B8989" />
  114. <meta name="color:link" content="#CDC9C9" />
  115. <meta name="color:tags" content="#FFC0CB" />
  116. <meta name="color:abc" content="#CDC9C9" />
  117. <meta name="color:bordaimg" content="#CD6889"/>
  118. <meta name="color:sombra" content="#DCDCDC" />
  119. <meta name="color:linha" content="#FFFFFF" />
  120. <meta name="color:bgask" content="#DCDCDC" />
  121. <meta name="color:pag" content="#CDC9C9" />
  122. <meta name="color:bghover" content="#DCDCDC" />
  123. <meta name="color:frase" content="#8B8989" />
  124. <meta name="color:borda" content="#fff" />
  125. <meta name="color:borda2" content="#CD6889" />
  126. <meta name="color:linkshover" content="#CDC9C9" />
  127. <meta name="color:fundinho" content="#000" />
  128. <meta name="color:frasefoto" content="#FFFFFF" />
  129.  
  130.  
  131. <meta name="image:sidebar" content="http://static.tumblr.com/2bh9bxo/MXBmca8c4/tumblr_m7dcfogagk1rbve83o1_500.jpg"/>
  132. <meta name="image:background" content="http://static.tumblr.com/qm5x3lf/kfbm9srqs/grainy03_03.gif" />
  133.  
  134. <meta name="text:frase" content="Sera nois dois"/>
  135. <meta name="text:frase2" content="Juntos pra sempre"/>
  136. <meta name="text:frasefoto" content="Não me esqueça"/>
  137. <meta name="text:Link1" content="" />
  138.  
  139. <meta name="text:Link1 Title" content="" />
  140.  
  141. <meta name="text:Link2" content="" />
  142.  
  143. <meta name="text:Link2 Title" content="" />
  144.  
  145. <meta name="text:Link3" content="" />
  146.  
  147. <meta name="text:Link3 Title" content="" />
  148.  
  149. <meta name="text:Link4" content="" />
  150.  
  151. <meta name="text:Link4 Title" content="" />
  152.  
  153. <meta name="text:Link5" content="" />
  154.  
  155. <meta name="text:Link5 Title" content="" />
  156.  
  157. <meta name="text:Link6" content="" />
  158.  
  159. <meta name="text:Link6 Title" content="" />
  160.  
  161.  
  162.  
  163. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>
  164.  
  165. <script type="text/javascript" src="http://static.tumblr.com/me5sfsd/12Qlmj66n/script.js"></script>
  166.  
  167. <script type="text/javascript">
  168. $(window).load(function(){
  169. var $wall = $('#allboxes');
  170. $wall.imagesLoaded(function(){
  171. $wall.masonry({
  172. itemSelector: '.entry',
  173. isAnimated : true
  174. });
  175. });
  176. $wall.infinitescroll({
  177. navSelector : "div#navigation",
  178. nextSelector : "div#navigation a#nextPage",
  179. itemSelector : '.entry',
  180. loadingImg : "http://static.tumblr.com/kwz90l7/bIdlst7ub/transparent.png",
  181. loadingText : " ",
  182. donetext : " ",
  183. extraScrollPx : 9000,
  184. bufferPx : 10000,
  185. debug : false,
  186. errorCallback: function() {
  187. $('#infscr-loading').animate({opacity: .8},2000).fadeOut('normal');
  188. }},
  189. function( newElements ) {
  190. var $newElems = $( newElements );
  191. $newElems.hide();
  192. $newElems.imagesLoaded(function(){
  193. $wall.masonry( 'appended', $newElems, {isAnimated: true, animationOptions: {duration: 750, easing: 'linear', queue: false}}, function(){$newElems.fadeIn('slow');} );
  194. });
  195. }); $('#allboxes').show(500);
  196. });
  197. </script>
  198. <title>{Title}</title>
  199. <link rel="shortcut icon" href="{Favicon}">
  200. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  201. {block:Description}
  202. <meta name="description" content="{MetaDescription}" />
  203. {/block:Description}
  204.  
  205.  
  206. <link href='http://fonts.googleapis.com/css?family=Courgette' rel='stylesheet' type='text/css'>
  207. <link href='http://fonts.googleapis.com/css?family=Wire+One' rel='stylesheet' type='text/css'>
  208. <link href='http://fonts.googleapis.com/css?family=Life+Savers' rel='stylesheet' type='text/css'>
  209. <link href='http://fonts.googleapis.com/css?family=Megrim' rel='stylesheet' type='text/css'>
  210. <link href='http://fonts.googleapis.com/css?family=Homenaje' rel='stylesheet' type='text/css'>
  211. <style type="text/css">
  212.  
  213.  
  214. body {background-color: {color:background}; font-family:verdana; color: {color:text}; text-align: center; font-size: 10px; background-image:url('{image:background}'); background-attachment: fixed; }
  215.  
  216. a {color: {color:text}; text-decoration: none; text-transform: none;}
  217. a:hover {color: {color:linkshover}; background-color: transparent; text-decoration: none;}
  218.  
  219. p {margin: 6px 0 0 0}
  220.  
  221. blockquote{border-left: 0px solid {color:entry}; margin:0px 0px 0px 0px; padding-left:0px; border-bottom:0px;}
  222.  
  223. /*** BASE DA DUDA (OMDG) POST'S NOTES E QUOTES***/
  224. #omdg {text-align: center; width: 835px; margin: 20px auto 20px auto; padding: 0px;}
  225.  
  226. #allboxes {margin-left:380px; width:750px; margin-top:10px}
  227.  
  228. .entry {position: relative; width:330px; text-align:justify; float:left ;margin:-7px; padding:5px; margin-left: 10px; margin-top:10px; background:{color:entry}}
  229. .entry img{padding: 4px; border: 1px solid {Color:background}}
  230. .entry:hover #baseduh{opacity:0.9;}
  231. .entry:hover #baseduh1 {opacity:1}
  232.  
  233. h1 {font-family:Courgette; text-align: center; font-size: 13px; text-transform: normal; color: {color:text}; font-weight: normal; line-height: 18px;}
  234. h1 a {text-align: center; font-size: 11px; text-transform: normal; color: {color:text}; font-weight: normal; line-height: 18px;}
  235. h1 a:hover {text-align: center; font-size: 11px; text-transform: normal; color: {color:text}; font-weight: normal; line-height: 18px;}
  236.  
  237. /*** BASE DUH***/
  238. #baseduh {position:absolute; font-size:15px;
  239. font-family: calibri; margin-left:0px;
  240. opacity:0; width: 327px;height:16px;
  241. margin-bottom:0px; margin-top:0px;
  242. display:inline; text-align:center;
  243. padding:6px; padding-top: 6px;
  244. z-index: 4000; background-color: {color:entry};
  245. color:{color:text};-webkit-transition-duration: 0.9s;}
  246. #baseduh a {background-color: {color:entry}; color:{color:text}}
  247. #baseduh a:hover {color: {color:linkshover}}
  248. /*all themes by o-mundo-de-uma-garota*/
  249. #baseduh1 {text-align: center; font-size: 10px;
  250. font-family: calibri; text-transform: uppercase;
  251. z-index: 11; margin-top:5px}
  252. #baseduh1 a {font-size: 10px;}
  253.  
  254. .image {text-align: center; border: 0px;}
  255. .image img {max-width: 300px; margin-bottom: 2px; -webkit-transition: all 0.6s ease-out; -moz-transition: all 0.6s ease-out; }
  256.  
  257. .duhquote{font-size: px; font-family: calibri; letter-spacing: 0px;
  258. text-transform: none;text-align: left; font-style: none; padding-top: px}
  259.  
  260. /*** BLOCKQUOTE***/
  261. blockquote {padding:0px; padding-left:5px; margin:5px; border-left:2px solid {color:text}}
  262.  
  263.  
  264. /*NEGRITO ITALICO E SUBLINHADO*/
  265. b, strong, bold {color:{color:abc};}
  266.  
  267. u,underline {color:{color:text}; border-bottom: 1px dotted {color:abc}; text-decoration:none; }
  268.  
  269. i, em{color:{color:text};}
  270.  
  271. /* chat by joshdevines*/
  272. .user_1 .label {color:{color:link}; font-weight:bold}
  273. .user_2 .label {color:{color:text}; font-weight:bold}
  274. .user_3 .label {color:{color:link}; font-weight:bold}
  275. .user_4 .label {color:{color:text}; font-weight:bold}
  276. .user_5 .label {color:{color:link}; font-weight:bold}
  277. .user_6 .label {color:{color:text}; font-weight:bold}
  278. ul.chat, .chat ol, .chat li {list-style:none; padding:0px}
  279.  
  280. .player {background-color: #000; text-align: left; display:block;}
  281.  
  282. /*** Stilo da Ask por things-to-help-you **/
  283. .pergunta {background: {color:background}; padding: 11px; margin-top: 0px; border-bottom: 1px solid #; margin-left: 67px;margin-right: 0;overflow: hidden; text-shadow: 0px 1px 1px #;}
  284. .perguntou {letter-spacing: 1px; text-transform:uppercase;font-family: 'Play', sans-serif; font-size: 12px; background:{color:bgask}; padding: 9px; margin-top: -11px; border-bottom: 1px solid #; margin-left: -11px;margin-right: -11px;overflow: hidden; text-shadow: 0px 1px 1px #;color: {color:text}; margin-bottom: 7px;}
  285. .perguntou g {color: {color:text};}
  286. .perguntou a {color: {color:text}; }
  287. .askfoto {opacity: 0.7;}
  288. .askfoto:hover {opacity: 0.9;}
  289.  
  290. #baseduh {background-color:{color:post}; padding:3px; text-align: left; font-size: 9px; font-family: verdana; text-transform: lowercase; z-index: 11; border-left: 1 solid #ddd; -webkit-transition:1s;}
  291.  
  292. #cap {width: 400px; margin-top: -2px;}
  293. .source {display: none;}
  294.  
  295. .notes img{width:10px; position:relative; top:1px}
  296. ol.notes, .notes li{width:280px; list-style:none; margin:0px 0 -1px 5px; padding:0px}
  297.  
  298.  
  299. #tumblr_controls{position: fixed!important}
  300. #tumblr_controls{position: fixed!important}
  301. #tumblr_controls{position: fixed!important}
  302. #tumblr_controls{position: fixed!important}
  303.  
  304. ::-webkit-scrollbar{width:6px;height:5px;}
  305. ::-webkit-scrollbar-button:start:decrement
  306. ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;}
  307. ::-webkit-scrollbar-track-piece{background-color: {color:background}; -webkit-border-radius:0;-webkit-border-bottom-right-radius:0px;-webkit-border-bottom-left-radius:0px;}
  308. ::-webkit-scrollbar-thumb:vertical{height:50px; background-color: {color:scroll};-webkit-border-radius:px;}
  309. ::-webkit-scrollbar-thumb:horizontal{width:50px; background-color: {color:scroll};-webkit-border-radius:px;}
  310.  
  311.  
  312.  
  313. /*IMAGEM DA DUDA*/
  314. .duhimag {position: absolute; width:265px;
  315. height:252px; margin-left:100px; margin-top: 130px;
  316. position:fixed;border:8px solid {color:sidebar} }
  317.  
  318. .duhimag img {position:fixed;
  319. -webkit-transition: all 1s ease-in-out;
  320. -webkit-border-radius: 0px 0px 0px 0px;
  321. -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:238px; width: 252px;
  322. background-color: {color:none}; padding:0px;
  323. border:6px solid {color:bordaimg};margin-left:0px;
  324. margin-top:1px;}
  325.  
  326. .duhimag:hover #pqpduds #ya {margin-top:-50px; opacity:0.0;
  327. -webkit-transition: 0.9s ease-in;
  328. -moz-transition: 0.9s ease-in; transition: 0.9s ease-in; }
  329.  
  330. .duhimag img.top { opacity:1;}
  331. .duhimag:hover img.top, .cf4.hover_effect img.top {opacity:0;}
  332.  
  333. .duhimag:hover img.bottom, .cf4.hover_effect img.bottom {filter:gray}
  334.  
  335.  
  336. /*FONTES*/
  337.  
  338. @font-face {font-family: "pacifico";src: url(http://static.tumblr.com/ufwwwyn/Do8m4xui1/pacifico.ttf) format("truetype");}
  339.  
  340.  
  341. @font-face {font-family: "discoverbeauty";src: url('http://static.tumblr.com/nf5qb3y/3ptm2vwot/discoverbeauty.ttf') format("truetype");}
  342.  
  343.  
  344.  
  345. #ya{width:135px; text-align: center; font-size: 10px; font-family: calibri;background-color:{color:sidebar}; color: {color:text}; background-attachment: fixed; margin-top: 120px; position: fixed;line-height:15px;}
  346.  
  347. @font-face {font-family: "discoverbeauty";src: url('http://static.tumblr.com/nf5qb3y/3ptm2vwot/discoverbeauty.ttf') format("truetype");}
  348.  
  349. .frase {text-align: center;font-family:ilove; font-size: 22px; font-style: none;height: 21px;color: {color:frase};background:{color:sidebar}; margin-left:100px;margin-top:80px; text-transform: none; letter-spacing: 1px;position:fixed;-webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;width:141px;z-index:8000000000000000;line-height:21px; background-color:; text-shadow: 2px 5px 9px #000;}
  350.  
  351. .frase:hover{ -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; color:{color:borda2};}
  352.  
  353. .sure {text-align: center;font-family:ilove; font-size: 22px; font-style: none;height: 21px;color: {color:frase};background:{color:sidebar}; margin-left:240px;margin-top:106px; text-transform: none; letter-spacing: 1px;position:fixed;-webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;width:141px;z-index:8000000000000000;line-height:21px; background-color:; text-shadow: 2px 5px 9px #000;}
  354.  
  355. .sure:hover{ -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; color:{color:borda2};}
  356.  
  357.  
  358. @font-face {font-family: "sweetly";src: url('http://static.tumblr.com/z5o2pr2/vpWm0rjxz/sweetly_broken.ttf');}
  359.  
  360. @font-face {font-family: "ilove";src: url('http://static.tumblr.com/zvqacv0/kV7mbs1tz/i_love_what_you_do__...ttf') format("truetype");}
  361.  
  362. .menu{position: fixed; float: left; margin-top:80px; margin-left: 240px; z-index: 999999999999999999999999999999999999999999999999999999; }
  363.  
  364. .navigation {z-index:99; line-height: 21px; text-align:center; position:fixed; font-family: calibri; text-transform: uppercase; height: auto; font-size:10px; width:140px; background-color: {color:linkshover};}
  365.  
  366. .navigation a {color: {color:link}; text-shadow:1px 1px 0px {color:borda2}; text-transform:uppercase; letter-spacing: 1px; -webkit-transition-duration: 1.5s; -moz-transition-duration:1.5s;}
  367. .navigation a:hover {text-shadow:3px 3px 0px rgba(0,0,0,0.1),4px -6px 0px rgba(0,0,0,0.2),4px 7px 0px rgba(0,0,0,0.1),-6px 4px 0px rgba(0,0,0,0.2),-3px -4px 0px rgba(0,0,0,0.15); -webkit-transition-duration: 1.5s; -moz-transition-duration:1.5s;}
  368.  
  369. .pinkd {position: fixed; float: left; margin-top:107px; margin-left: 100px; z-index: 999999999999999999999999999999999999999999999999999999; }
  370.  
  371. .pink {z-index:99; line-height: 21px; text-align:center; position:fixed; font-family: calibri; text-transform: uppercase; height: auto; font-size:10px; width:140px; background-color: {color:linkshover};}
  372.  
  373. .pink a {color: {color:link}; text-shadow:1px 1px 0px {color:borda2}; text-transform:uppercase; letter-spacing: 1px; -webkit-transition-duration: 1.5s; -moz-transition-duration:1.5s;}
  374. .pink a:hover {text-shadow:3px 3px 0px rgba(0,0,0,0.1),4px -6px 0px rgba(0,0,0,0.2),4px 7px 0px rgba(0,0,0,0.1),-6px 4px 0px rgba(0,0,0,0.2),-3px -4px 0px rgba(0,0,0,0.15); -webkit-transition-duration: 1.5s; -moz-transition-duration:1.5s;}
  375.  
  376. /* BORDAS, TINHADAS E FRASES ETC (OMDG)*/
  377. #tilhadinha {float: left;
  378. margin-top: 92px;
  379. margin-left: 220px;
  380. width: 150px; background-color: transparent;
  381. color:{color:borda2} ; padding: 3px;
  382. font-size: 11px; font-family: consolas;
  383. text-align: center; position:fixed;
  384. -webkit-border-radius:0; -webkit-border-bottom-right-radius:0px;
  385. -webkit-border-bottom-left-radius:0px;
  386. position:fixed; letter-spacing: 0px; -webkit-transform: rotate(deg)}
  387. #tilhadinha a{font-size: 9px; color: {color:borda2} }
  388.  
  389. #tilhadinha1 {float: left;
  390. margin-top: 94px;
  391. margin-left: 90px;
  392. width: 150px; background-color: transparent;
  393. color:{color:borda2} ; padding: 3px;
  394. font-size: 11px; font-family: consolas;
  395. text-align: center; position:fixed;
  396. -webkit-border-radius:0; -webkit-border-bottom-right-radius:0px;
  397. -webkit-border-bottom-left-radius:0px;
  398. position:fixed; letter-spacing: 0px; -webkit-transform: rotate(deg)}
  399. #tilhadinha1 a{font-size: 9px; color: {color:borda2} }
  400.  
  401. .amariaduh {position:relative;top:5px;
  402. font-size:40px;opacity:0.2;filter: alpha(opacity = 20);}
  403. .pqpduh {font-family: georgia; text-align: left;
  404. font-size: 11px; line-height: 15px; padding: 3px;
  405. margin-top:-20px; margin-left: 02px;
  406. margin-bottom:5px;padding-top:5px;}
  407. .ousheduh {font-family: verdana;
  408. font-weight: bold;text-align: right;
  409. font-size: 10px; line-height: 10px; padding: 3px; margin-top:-5;}
  410.  
  411.  
  412. /* DESCRIÇÃO E BOX NOT COPIE*/
  413. #pqpduds {width:281px;
  414. margin-left: 100px;
  415. -webkit-transform: rotate(0deg);
  416. margin-top:394px;
  417. font-family:georgia;
  418. font-size: 10px;
  419. height:40px;;
  420. line-height:9px;
  421. color: {color:descricao};
  422. background:letter-spacing:1px;
  423. background:{color:sidebar};
  424. position: fixed;
  425. -webkit-transition: all 0.4s ease-out;
  426. -moz-transition: all 0.4s ease-out;
  427. opacity: 0.9;
  428. -webkit-border-radius: 0px 0px 0px 0px; }
  429.  
  430. .box1 {width: 170px; margin-left: 75px; margin-top:-220px; background-color:transparent; font-size:18px; color: ; padding:1px;position:fixed;height: 40px; font-family:verdana;}
  431.  
  432. .box {width:150px; margin-left: 190px; margin-top:387px; font-size:8px; font-family: tinytots; color: #000000; padding:-20px;position:fixed;height: 30px; -moz-transition: all .7s ease-in-out; -o-transition: all .7s ease-in-out; transition: all .7s ease-in-out; -webkit-transition: all .7s ease-in-out; overflow:hidden; z-index:99999999;text-shadow:0px 0px 9px {color:shadows};}
  433. .box:hover {height: 107px;}
  434.  
  435. .letra {font-family: tinytots; font-size: 8px; margin-top: -4px;}
  436.  
  437.  
  438. .avadj:hover {margin-left:157px;margin-top:100px;-webkit-transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out; opacity: 0.4;z-index:100;}
  439.  
  440. #page {position: fixed; margin-left:115px; margin-top: 425px; font-size: 25px; font-family: georgia; z-index:100;border-bottom:1px ;text-shadow: 1px 1px 1px {color:sombra};}
  441. #page a {color:{color:links}}
  442. #page a:hover {color:{color:borda};}
  443.  
  444. #pag {position: fixed; margin-left: 150px; margin-top: 425px; font-size: 25px; font-family: georgia; z-index:90000000000000000000000000000000000000000000000000000000000000000000;border-bottom:1px ;text-shadow: 1px 1px 1px {color:sombra};}
  445. #pag a {color:{color:links}}
  446. #pag a:hover {color:{color:borda};}
  447.  
  448.  
  449.  
  450. #estela1 {position: fixed; margin-left: 990px; width: 8px; height: 760px; background-color:{color:sidebar}; margin-top: -50px;-webkit-transform: rotate(50deg); -webkit-transform: rotate(180deg);border:5px solid #6d5165;}
  451.  
  452.  
  453.  
  454.  
  455. #barra {position: fixed;
  456. margin-left: 100px; width: 280px;
  457. height: 8px; background-color:{color:sidebar};
  458. margin-top: 71px;-webkit-transform: rotate(0deg);
  459. -webkit-transform: rotate(180deg);
  460. -webkit-border-radius: 0px 0px 0px 0px;
  461. border-bottom: 1px solid {color:border1};
  462. }
  463.  
  464.  
  465. @font-face {
  466.  
  467.  
  468.  
  469.  
  470.  
  471.  
  472.  
  473. font-family: 'LavanderiaRegular';
  474.  
  475.  
  476.  
  477.  
  478.  
  479.  
  480.  
  481. src: url('http://static.tumblr.com/2lqtwbf/G1Dlyrsst/lavanderia_regular-webfont.eot');
  482.  
  483.  
  484.  
  485.  
  486.  
  487.  
  488.  
  489. src: url('http://static.tumblr.com/2lqtwbf/G1Dlyrsst/lavanderia_regular-webfont.eot?#iefix') format('embedded-opentype'),
  490.  
  491.  
  492.  
  493.  
  494.  
  495.  
  496.  
  497. url('http://static.tumblr.com/2lqtwbf/RAPlyrset/lavanderia_regular-webfont.ttf') format('truetype'),
  498.  
  499.  
  500.  
  501.  
  502.  
  503.  
  504.  
  505. url('http://static.tumblr.com/2lqtwbf/kb1lyrsq2/lavanderia_regular-webfont.svg#LavanderiaRegular') format('svg');
  506.  
  507.  
  508.  
  509.  
  510.  
  511.  
  512.  
  513. font-weight: normal;
  514.  
  515.  
  516.  
  517.  
  518.  
  519.  
  520.  
  521. font-style: normal;}
  522.  
  523.  
  524.  
  525.  
  526.  
  527.  
  528.  
  529.  
  530.  
  531. @font-face {font-family: "tinytots";src: url('http://static.tumblr.com/rmj06l2/Usellxb4i/tinytots.ttf');}
  532.  
  533.  
  534.  
  535.  
  536.  
  537. @font-face {font-family:megrim; src: url('http://static.tumblr.com/l65fqwv/Rmpm4i1q0/megrim.ttf');}
  538.  
  539.  
  540.  
  541.  
  542.  
  543.  
  544.  
  545.  
  546.  
  547. #texto {font-family: georgia; text-align: center; font-size: 12px;}
  548.  
  549.  
  550.  
  551. #bottom {font-size: 9px; text-transform: uppercase; margin-left: 170px; opacity: 0; position: absolute; margin-top: -18px; background-color: #050505; padding: 2px;}
  552.  
  553.  
  554.  
  555. .entry:hover #bottom {opacity: 1;}
  556.  
  557.  
  558.  
  559. .duhfa {text-align: center; margin-top:180px; margin-left: 50px; overflow: hidden; font-size: 25px; font-family:Megrim; position: fixed; background-color: {color:fundinho}; color:{color:frasefoto}; padding: 0px; width:250px; -moz-transition: all 2s ease-out; height: 235px; letter-spacing: 0px; line-height: 215px;z-index:800000000000000000000000000000000000000000000000;text-transform: uppercase;opacity:0.0;}
  560.  
  561.  
  562.  
  563. .duhfa:hover {margin-left:115px;margin-top:146px;-webkit-transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out; opacity: 0.4;z-index:100;}
  564.  
  565.  
  566. #fade {display: none; background: #000;position: fixed; left: 0; top: 0; width: 100%; height: 100%; opacity: .80; z-index: 9999;border: 3px solid {color:borda2};}
  567. .popup_block{display: none;font-family:"existance";border-bottom: 3px solid {color:borda2};background: {color:sidebar}; padding: 20px; border: 20px double {color:borda2}; float: left; font-size: 1.2em; position: fixed; top: 50%; left: 50%; z-index: 99999;-webkit-box-shadow: 0px 0px 20px {color:sombra}; -moz-box-shadow: 0px 0px 20px {color:sombra}; box-shadow: 0px 0px 20px {color:sombra}; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px;}
  568. img.btn_close {float: right; margin: -55px -55px 0 0;}
  569. *html #fade {position: absolute;}
  570. *html .popup_block {position: absolute;}
  571. @font-face { font-family: "existance"; src: url('http://static.tumblr.com/u37ad6e/OCIm7s3av/existence-unicaselight.otf'); }
  572.  
  573.  
  574. #cred a {font-family: tahoma; font-size: 7px; width:281px;text-transform:lowercase; letter-spacing:1px; background-color:transparent; margin-top: 1px; line-height: 20px; text-transform:uppercase; background:{color:sidebar};color: {color:links}; }/*omdg*/
  575.  
  576. #cred a:hover {font-family: tahoma; font-size: 7px; color: {color:linkinho}; text-transform:lowercase; letter-spacing:1px; margin-top: 1px; line-height: 17px; text-transform:uppercase; font-weight: bold;}
  577.  
  578. #cred {display: block; position: fixed; margin-top:433px; margin-left: 210px; z-index:2}/*omdg*/
  579.  
  580.  
  581. #barra2 {position: fixed;
  582. margin-left: 100px; width: 281px;
  583. height: 20px; background-color:{color:sidebar};
  584. margin-top: 434px;-webkit-transform: rotate(0deg);
  585. -webkit-transform: rotate(180deg);
  586. -webkit-border-radius: 0px 0px 0px 0px;
  587. border-top: 1px solid {color:border1};
  588. }
  589.  
  590.  
  591. </style>
  592. <body onkeydown="return false">
  593.  
  594.  
  595.  
  596.  
  597.  
  598.  
  599.  
  600.  
  601.  
  602. <!------EPA NÃO MEXA AQUI (OMDG)---->
  603. <div class="duhfa">{text:frasefoto}</div>
  604.  
  605. <div id="barra"></div>
  606.  
  607. <div id="barra2"></div>
  608. <center><div class="frase"><center>{text:frase}</center></div></center>
  609. <center><div class="sure"><center>{text:frase2}</center></div></center>
  610.  
  611.  
  612. <div id="tilhadinha"> ..........................</div>
  613.  
  614. <div id="tilhadinha1"> .......................</div>
  615.  
  616.  
  617. <div id="side">
  618.  
  619. <div class="duhimag" class="hover">
  620. <img class="bottom shadow" src="{image:sidebar}"alt="" title="baby im sure"style="-webkit-filter: grayscale(100%);" >
  621. <img class="top shadow" src="{image:sidebar}"alt="" title="baby im sure duh" /></div>
  622.  
  623.  
  624. </div>
  625. </div>
  626.  
  627.  
  628. <div class="menu">
  629. <div class="navigation">
  630. <a href="{text:Link1}">{text:Link1 Title}<font color=#e66baa> / </font></a>
  631. <a href="{text:Link2}">{text:Link2 Title}<font color=#e66baa> / </font></a>
  632. <a href="{text:Link3}">{text:Link3 Title}</a>
  633.  
  634. </div>
  635. </div>
  636.  
  637. <div class="pinkd">
  638. <div class="pink">
  639. <a href="{text:Link4}">{text:Link4 Title}<font color=#e66baa> / </font></a>
  640. <a href="{text:Link5}">{text:Link5 Title}<font color=#e66baa> / </font></a>
  641. <a href="{text:Link6}">{text:Link6 Title}</a>
  642.  
  643. </div>
  644. </div>
  645.  
  646. <div id="pqpduds">{Description}</div></div>
  647.  
  648. <div id="pag">{block:NextPage}<a href="{NextPage}">»</a>{/block:NextPage}</div>
  649.  
  650. <div id="cred">
  651. <a href="#?w=500" rel="themex" class="poplight">Theme by: o-mundo-de-uma-garota</a><br>
  652. </div>
  653.  
  654. <div id="page">{block:PreviousPage}<a href="{PreviousPage}">«</a>{/block:PreviousPage}</div></div>
  655. </div>
  656. </div>
  657.  
  658.  
  659. <!-------------NÃO MODIFIQUE NADA AQUI------------------>
  660. <div id="allboxes">
  661. {block:Posts}
  662. <div class="entry">
  663.  
  664. {block:Text}
  665. {block:Title}<h1>{Title}</h1>{/block:Title}{Body}
  666. <div id="baseduh1">
  667. <a href="{Permalink}">{DayOfMonth}{DayOfMonthSuffix}</a> <font color="{color:tags}">.</font> <a href="{Permalink}">{NoteCount}</a> <font color="{color:tags}">.</font> {block:RebloggedFrom}(<a href="{ReblogParentURL}" title="{ReblogParentTitle}">via</a> <font color="{color:tags}">/</font><a href="{ReblogRootURL}" title="{ReblogRootTitle}">source</a>){/block:RebloggedFrom} <font color="{color:tags}">.</font> <a href="{ReblogURL}" target="_blank"><font color="{color:tags}">Reblog baby!</font> </a></div>
  668. {/block:Text}
  669.  
  670. <!-----------BASE DUH 1 ----------->
  671. {block:Photo}
  672. <div id="baseduh">
  673. <a href="{Permalink}">{DayOfMonth}{DayOfMonthSuffix}</a> <font color="{color:tags}">.</font> <a href="{Permalink}">{NoteCount}</a> <font color="{color:tags}">.</font> {block:RebloggedFrom}(<a href="{ReblogParentURL}" title="{ReblogParentTitle}">via</a><font color="{color:tags}">/</font><a href="{ReblogRootURL}" title="{ReblogRootTitle}">source</a>){/block:RebloggedFrom} <font color="{color:tags}">.</font> <a href="{ReblogURL}" target="_blank"><font color="{color:tags}">Reblog baby!</font> </a>
  674. </div>
  675.  
  676. <div class="image"><img src="{PhotoURL-400}" width="290px"/></div>
  677. {block:Caption}{Caption}{/block:Caption}
  678. {/block:Photo}
  679.  
  680. {block:Photoset}
  681. <div id="baseduh">
  682. <a href="{Permalink}">{DayOfMonth}{DayOfMonthSuffix}</a> <font color="{color:tags}">.</font> <a href="{Permalink}">{NoteCount}</a> <font color="{color:tags}">.</font> {block:RebloggedFrom}(<a href="{ReblogParentURL}" title="{ReblogParentTitle}">via</a><font color="{color:tags}">/</font><a href="{ReblogRootURL}" title="{ReblogRootTitle}">source</a>){/block:RebloggedFrom} <font color="{color:tags}">.</font> <a href="{ReblogURL}" target="_blank"><font color="{color:tags}">Reblog baby!</font></a></div>
  683.  
  684. <center>{Photoset-250}</center>
  685. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  686.  
  687. {block:Quote}<div class="duhquote">"{Quote}"</div> <font color="{color:tags}"><font color="{color:tags}">~</font> </font> {Source}</center><div id="baseduh1">
  688. <a href="{Permalink}">{DayOfMonth}{DayOfMonthSuffix}</a> <font color="{color:tags}">.</font> <a href="{Permalink}">{NoteCount}</a> <font color="{color:tags}">.</font> {block:RebloggedFrom}(<a href="{ReblogParentURL}" title="{ReblogParentTitle}">via</a><font color="{color:tags}">/</font><a href="{ReblogRootURL}" title="{ReblogRootTitle}">source</a>){/block:RebloggedFrom} <font color="{color:tags}">.</font> <a href="{ReblogURL}" target="_blank"><font color="{color:tags}">Reblog baby!</font> </a>
  689. </div>{/block:Quote}
  690.  
  691. {block:Link}
  692.  
  693. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  694. {block:Description}{Description}{/block:Description}
  695. <div id="baseduh1">
  696. <a href="{Permalink}">{DayOfMonth}{DayOfMonthSuffix}</a> <font color="{color:tags}">.</font> <a href="{Permalink}">{NoteCount}</a> <font color="{color:tags}">.</font> {block:RebloggedFrom}(<a href="{ReblogParentURL}" title="{ReblogParentTitle}">via</a><font color="{color:tags}">/</font><a href="{ReblogRootURL}" title="{ReblogRootTitle}">source</a>){/block:RebloggedFrom} <font color="{color:tags}">.</font> <a href="{ReblogURL}" target="_blank"><font color="{color:tags}">Reblog baby!</font> </a>
  697. </div>
  698. {/block:Link}
  699.  
  700.  
  701. {block:Chat}<ul class="chat">{block:Lines}<li class="user_{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>
  702. <center><a href="{Permalink}">{DayOfMonth}{DayOfMonthSuffix}</a> <font color="{color:tags}">.</font> <a href="{Permalink}">{NoteCount}</a> <font color="{color:tags}">.</font> {block:RebloggedFrom}(<a href="{ReblogParentURL}" title="{ReblogParentTitle}">via</a><font color="{color:tags}">/</font><a href="{ReblogRootURL}" title="{ReblogRootTitle}">source</a>){/block:RebloggedFrom} <font color="{color:tags}">.</font> <a href="{ReblogURL}" target="_blank">reblog </a> <br><div class="tags">{block:HasTags}{block:Tags} <font color="{color:tags}">#</font><a href="{TagURL}">{Tag}</a>&nbsp;&nbsp;{/block:Tags}{/block:HasTags} </div>{/block:Chat}
  703.  
  704. {block:Audio}
  705. <div class="player">{AudioPlayerBlack}</div>
  706. {block:Caption}{Caption}{/block:Caption}
  707. <div id="baseduh1">
  708. <a href="{Permalink}">{DayOfMonth}{DayOfMonthSuffix}</a> <font color="{color:tags}">.</font> <a href="{Permalink}">{NoteCount}</a> <font color="{color:tags}">.</font> {block:RebloggedFrom}(<a href="{ReblogParentURL}" title="{ReblogParentTitle}">via</a><font color="{color:tags}">/</font><a href="{ReblogRootURL}" title="{ReblogRootTitle}">source</a>){/block:RebloggedFrom} <font color="{color:tags}">.</font> <a href="{ReblogURL}" target="_blank"><font color="{color:tags}">Reblog baby!</font></a>
  709. </div>
  710. {/block:Audio}
  711.  
  712.  
  713. {block:Video}
  714. <div id="baseduh">
  715. <a href="{Permalink}">{DayOfMonth}{DayOfMonthSuffix}</a> <font color="{color:tags}">.</font> <a href="{Permalink}">{NoteCount}</a> <font color="{color:tags}">.</font> {block:RebloggedFrom}(<a href="{ReblogParentURL}" title="{ReblogParentTitle}">via</a><font color="{color:tags}">/</font><a href="{ReblogRootURL}" title="{ReblogRootTitle}">source</a>){/block:RebloggedFrom} <font color="{color:tags}">.</font> <a href="{ReblogURL}" target="_blank"> <font color="{color:tags}">Reblog baby!</font></a> </div>
  716.  
  717. {Video-290}
  718. {block:Caption}{Caption}{/block:Caption}
  719. {/block:Video}
  720.  
  721. {block:Answer}
  722. <div class="caixa">
  723. <img src="{AskerPortraitURL-64}" align="left" class="askfoto">
  724. <div class="pergunta">
  725. <div class="perguntou"><g>{Asker}</g> asked {TimeAgo}</div>
  726. {Question}
  727. </div><br>
  728. {Answer}
  729. </div>
  730. {/block:Answer}
  731.  
  732. <div class="source">{block:ContentSource}<a href="{SourceURL}">{lang:Source}:{block:SourceLogo}
  733. <img src="{BlackLogoURL}" width="{LogoWidth} height="{LogoHeight}" alt="{SourceTitle}" />
  734. {/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>
  735. {/block:ContentSource}</div></div>
  736.  
  737. {/block:Posts}
  738. {block:PostNotes}<div class="notes">{PostNotes}</div>{/block:PostNotes}
  739.  
  740. </div>
  741. </div>
  742. </div>
  743. </div>
  744. </div>
  745. <script type="text/javascript"> Cufon.now(); </script>
  746.  
  747. <div id="themex" class="popup_block"><big><font color='#ee7fb8'><center>CRÉDITOS DO THEME</font></big></center><br>
  748. <font color='#ee7fb8'>➥</font> <a href="http://omdg-themes.tumblr.com/">Theme & Base feito por: o-mundo-de-uma-garota</a> (Duda)<br>
  749. <font color='#ee7fb8'>➥</font> Tutoriais Principais por :TTHY and Ilovethemes<br>
  750. <font color='#ee7fb8'>➥</font> Alguns detalhes originais por : s-atisfaction.
  751.  
  752. </div>
  753.  
  754.  
  755.  
  756. </body>
  757. </html>
  758. <! - - - - - - - - - - - - - - - - - all theme by Duda.R - - - - - - - - - - - - - - - !>
Advertisement
Add Comment
Please, Sign In to add comment