Eduarda

Theme 71

Nov 2nd, 2012
1,407
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 34.93 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="#1C1C1C" />
  108. <meta name="color:text" content="#8B8989" />
  109. <meta name="color:sidebar" content="#000000" />
  110. <meta name="color:descricao" content="#8B8989"/>
  111. <meta name="color:entry" content="#000000" />
  112. <meta name="color:scroll" content="#000000" />
  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="#363636"/>
  118. <meta name="color:sombra" content="#DCDCDC" />
  119. <meta name="color:linha" content="#000000" />
  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="#363636" />
  125. <meta name="color:borda2" content="#FFC0CB" />
  126. <meta name="color:linkshover" content="#000000" />
  127. <meta name="color:fundinho" content="#000" />
  128. <meta name="color:frasefoto" content="#FFFFFF" />
  129. <meta name="color:coracao" content="#363636" />
  130.  
  131. <meta name="image:sidebar" content="http://static.tumblr.com/2bh9bxo/frZmcvkgv/duds.png"/>
  132. <meta name="image:background" content="http://static.tumblr.com/2bh9bxo/N7Vmcvibr/tumblr_m524nz3toe1qkzf0fback.png" />
  133.  
  134. <meta name="text:frase" content="Sera nois dois"/>
  135. <meta name="text:frasefoto" content="Não me esqueça"/>
  136. <meta name="text:Link1" content="" />
  137.  
  138. <meta name="text:Link1 Title" content="link1" />
  139.  
  140. <meta name="text:Link2" content="" />
  141.  
  142. <meta name="text:Link2 Title" content="link2" />
  143.  
  144. <meta name="text:Link3" content="" />
  145.  
  146. <meta name="text:Link3 Title" content="link3" />
  147.  
  148. <meta name="text:Link4" content="" />
  149.  
  150. <meta name="text:Link4 Title" content="link4" />
  151.  
  152. <meta name="text:Link5" content="" />
  153.  
  154. <meta name="text:Link5 Title" content="link5" />
  155.  
  156. <meta name="text:Link6" content="" />
  157.  
  158. <meta name="text:Link6 Title" content="link6" />
  159.  
  160. <meta name="text:Link7" content="" />
  161.  
  162. <meta name="text:Link7 Title" content="link7" />
  163.  
  164. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>
  165.  
  166. <script type="text/javascript" src="http://static.tumblr.com/me5sfsd/12Qlmj66n/script.js"></script>
  167.  
  168. <script type="text/javascript">
  169. $(window).load(function(){
  170. var $wall = $('#allboxes');
  171. $wall.imagesLoaded(function(){
  172. $wall.masonry({
  173. itemSelector: '.entry',
  174. isAnimated : true
  175. });
  176. });
  177. $wall.infinitescroll({
  178. navSelector : "div#navigation",
  179. nextSelector : "div#navigation a#nextPage",
  180. itemSelector : '.entry',
  181. loadingImg : "http://static.tumblr.com/kwz90l7/bIdlst7ub/transparent.png",
  182. loadingText : " ",
  183. donetext : " ",
  184. extraScrollPx : 9000,
  185. bufferPx : 10000,
  186. debug : false,
  187. errorCallback: function() {
  188. $('#infscr-loading').animate({opacity: .8},2000).fadeOut('normal');
  189. }},
  190. function( newElements ) {
  191. var $newElems = $( newElements );
  192. $newElems.hide();
  193. $newElems.imagesLoaded(function(){
  194. $wall.masonry( 'appended', $newElems, {isAnimated: true, animationOptions: {duration: 750, easing: 'linear', queue: false}}, function(){$newElems.fadeIn('slow');} );
  195. });
  196. }); $('#allboxes').show(500);
  197. });
  198. </script>
  199. <title>{Title}</title>
  200. <link rel="shortcut icon" href="{Favicon}">
  201. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  202. {block:Description}
  203. <meta name="description" content="{MetaDescription}" />
  204. {/block:Description}
  205.  
  206.  
  207. <link href='http://fonts.googleapis.com/css?family=Courgette' rel='stylesheet' type='text/css'>
  208. <link href='http://fonts.googleapis.com/css?family=Wire+One' rel='stylesheet' type='text/css'>
  209. <link href='http://fonts.googleapis.com/css?family=Life+Savers' rel='stylesheet' type='text/css'>
  210. <link href='http://fonts.googleapis.com/css?family=Megrim' rel='stylesheet' type='text/css'>
  211. <link href='http://fonts.googleapis.com/css?family=Homenaje' rel='stylesheet' type='text/css'>
  212. <style type="text/css">
  213.  
  214.  
  215. 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; }
  216.  
  217. a {color: {color:text}; text-decoration: none; text-transform: none;}
  218. a:hover {color: {color:linkshover}; background-color: transparent; text-decoration: none;}
  219.  
  220. p {margin: 6px 0 0 0}
  221.  
  222. blockquote{border-left: 0px solid {color:entry}; margin:0px 0px 0px 0px; padding-left:0px; border-bottom:0px;}
  223.  
  224. /*** BASE DA DUDA (OMDG) POST'S NOTES E QUOTES***/
  225. #omdg {text-align: center; width: 835px; margin: 20px auto 20px auto; padding: 0px;}
  226.  
  227. #allboxes {margin-left:395px; width:750px; margin-top:10px}
  228.  
  229. .entry {position: relative; width:330px; text-align:justify; float:left ;margin:-7px; padding:5px; margin-left: 10px; margin-top:10px; background:{color:entry};border:6px double {color:borda};}
  230. .entry img{padding: 4px; border: 1px solid {Color:background}}
  231. .entry:hover #baseduh{opacity:0.9;}
  232. .entry:hover #baseduh1 {opacity:1}
  233.  
  234. h1 {font-family:Courgette; text-align: center; font-size: 13px; text-transform: normal; color: {color:text}; font-weight: normal; line-height: 18px;}
  235. h1 a {text-align: center; font-size: 11px; text-transform: normal; color: {color:text}; font-weight: normal; line-height: 18px;}
  236. h1 a:hover {text-align: center; font-size: 11px; text-transform: normal; color: {color:text}; font-weight: normal; line-height: 18px;}
  237.  
  238. /*** BASE DUH***/
  239. #baseduh {position:absolute; font-size:15px;
  240. font-family: calibri; margin-left:0px;
  241. opacity:0; width: 327px;height:16px;
  242. margin-bottom:0px; margin-top:0px;
  243. display:inline; text-align:center;
  244. padding:6px; padding-top: 6px;
  245. z-index: 4000; background-color: {color:entry};
  246. color:{color:text};-webkit-transition-duration: 0.9s;}
  247. #baseduh a {background-color: {color:entry}; color:{color:text}}
  248. #baseduh a:hover {color: {color:linkshover}}
  249. /*all themes by o-mundo-de-uma-garota*/
  250. #baseduh1 {text-align: center; font-size: 10px;
  251. font-family: calibri; text-transform: uppercase;
  252. z-index: 11; margin-top:5px}
  253. #baseduh1 a {font-size: 10px;}
  254.  
  255. .image {text-align: center; border: 0px;}
  256. .image img {max-width: 300px; margin-bottom: 2px; -webkit-transition: all 0.6s ease-out; -moz-transition: all 0.6s ease-out; }
  257.  
  258. .duhquote{font-size: px; font-family: calibri; letter-spacing: 0px;
  259. text-transform: none;text-align: left; font-style: none; padding-top: px}
  260.  
  261. /*** BLOCKQUOTE***/
  262. blockquote {padding:0px; padding-left:5px; margin:5px; border-left:2px solid {color:text}}
  263.  
  264.  
  265. /*NEGRITO ITALICO E SUBLINHADO*/
  266. b, strong, bold {color:{color:abc};}
  267.  
  268. u,underline {color:{color:text}; border-bottom: 1px dotted {color:abc}; text-decoration:none; }
  269.  
  270. i, em{color:{color:text};}
  271.  
  272. /* chat by joshdevines*/
  273. .user_1 .label {color:{color:link}; font-weight:bold}
  274. .user_2 .label {color:{color:text}; font-weight:bold}
  275. .user_3 .label {color:{color:link}; font-weight:bold}
  276. .user_4 .label {color:{color:text}; font-weight:bold}
  277. .user_5 .label {color:{color:link}; font-weight:bold}
  278. .user_6 .label {color:{color:text}; font-weight:bold}
  279. ul.chat, .chat ol, .chat li {list-style:none; padding:0px}
  280.  
  281. .player {background-color: #000; text-align: left; display:block;}
  282.  
  283. /*** Stilo da Ask por things-to-help-you **/
  284. .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 #;}
  285. .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;}
  286. .perguntou g {color: {color:text};}
  287. .perguntou a {color: {color:text}; }
  288. .askfoto {opacity: 0.7;}
  289. .askfoto:hover {opacity: 0.9;}
  290.  
  291. #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;}
  292.  
  293. #cap {width: 400px; margin-top: -2px;}
  294. .source {display: none;}
  295.  
  296. .notes img{width:10px; position:relative; top:1px}
  297. ol.notes, .notes li{width:280px; list-style:none; margin:0px 0 -1px 5px; padding:0px}
  298.  
  299.  
  300. #tumblr_controls{position: fixed!important}
  301. #tumblr_controls{position: fixed!important}
  302. #tumblr_controls{position: fixed!important}
  303. #tumblr_controls{position: fixed!important}
  304.  
  305. ::-webkit-scrollbar{width:11px;height:5px;}
  306. ::-webkit-scrollbar-button:start:decrement
  307. ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;}
  308. ::-webkit-scrollbar-track-piece{background-color: {color:background}; -webkit-border-radius:0;-webkit-border-bottom-right-radius:0px;-webkit-border-bottom-left-radius:0px;}
  309. ::-webkit-scrollbar-thumb:vertical{height:50px; background-color: {color:scroll};-webkit-border-radius:px;}
  310. ::-webkit-scrollbar-thumb:horizontal{width:50px; background-color: {color:scroll};-webkit-border-radius:px;}
  311.  
  312.  
  313.  
  314. /*IMAGEM DA DUDA*/
  315. .duhimag {position: absolute; width:256px;
  316. height:252px; margin-left:110px; margin-top: 90px;
  317. position:fixed;border:8px solid {color:sidebar} }
  318.  
  319. .duhimag img {position:fixed;
  320. -webkit-transition: all 1s ease-in-out;
  321. -webkit-border-radius: 0px 0px 0px 0px;
  322. -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: 243px;
  323. background-color: {color:none}; padding:0px;
  324. border:6px solid {color:bordaimg};margin-left:0px;
  325. margin-top:1px;}
  326.  
  327. .duhimag:hover #pqpduds #ya {margin-top:-50px; opacity:0.0;
  328. -webkit-transition: 0.9s ease-in;
  329. -moz-transition: 0.9s ease-in; transition: 0.9s ease-in; }
  330.  
  331. .duhimag img.top { opacity:1;}
  332. .duhimag:hover img.top, .cf4.hover_effect img.top {opacity:0;}
  333.  
  334. .duhimag:hover img.bottom, .cf4.hover_effect img.bottom {filter:gray}
  335.  
  336.  
  337. /*FONTES*/
  338.  
  339. @font-face {font-family: "pacifico";src: url(http://static.tumblr.com/ufwwwyn/Do8m4xui1/pacifico.ttf) format("truetype");}
  340.  
  341.  
  342. @font-face {font-family: "discoverbeauty";src: url('http://static.tumblr.com/nf5qb3y/3ptm2vwot/discoverbeauty.ttf') format("truetype");}
  343.  
  344.  
  345.  
  346. #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;}
  347.  
  348. @font-face {font-family: "discoverbeauty";src: url('http://static.tumblr.com/nf5qb3y/3ptm2vwot/discoverbeauty.ttf') format("truetype");}
  349.  
  350. .frase {text-align: center;font-family:ilove; font-size: 32px; font-style: none;height: 21px;color: {color:frase};background:; margin-left:118px;margin-top:63px; text-transform: none; letter-spacing: 1px;position:fixed;-webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;width:241px;z-index:8000000000000000;line-height:21px; background-color:; text-shadow: 2px 5px 9px {color:sombra};}
  351.  
  352. .frase:hover{ -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; color:{color:borda2};}
  353.  
  354.  
  355.  
  356.  
  357. @font-face {font-family: "sweetly";src: url('http://static.tumblr.com/z5o2pr2/vpWm0rjxz/sweetly_broken.ttf');}
  358.  
  359. @font-face {font-family: "ilove";src: url('http://static.tumblr.com/zvqacv0/kV7mbs1tz/i_love_what_you_do__...ttf') format("truetype");}
  360.  
  361.  
  362.  
  363.  
  364. .amariaduh {position:relative;top:5px;
  365. font-size:40px;opacity:0.2;filter: alpha(opacity = 20);}
  366. .pqpduh {font-family: georgia; text-align: left;
  367. font-size: 11px; line-height: 15px; padding: 3px;
  368. margin-top:-20px; margin-left: 02px;
  369. margin-bottom:5px;padding-top:5px;}
  370. .ousheduh {font-family: verdana;
  371. font-weight: bold;text-align: right;
  372. font-size: 10px; line-height: 10px; padding: 3px; margin-top:-5;}
  373.  
  374.  
  375. /* DESCRIÇÃO E BOX NOT COPIE*/
  376. #pqpduds {width:252px;
  377. margin-left: 116px;
  378. -webkit-transform: rotate(0deg);
  379. margin-top:395px;
  380. font-family:georgia;
  381. font-size: 10px;
  382. height:40px;;
  383. line-height:9px;
  384. color: {color:descricao};
  385. background:letter-spacing:1px;
  386. background:{color:sidebar};
  387. position: fixed;
  388. -webkit-transition: all 0.4s ease-out;
  389. -moz-transition: all 0.4s ease-out;
  390. opacity: 0.9;
  391. -webkit-border-radius: 0px 0px 0px 0px; }
  392.  
  393. .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;}
  394.  
  395. .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};}
  396. .box:hover {height: 107px;}
  397.  
  398. .letra {font-family: tinytots; font-size: 8px; margin-top: -4px;}
  399.  
  400.  
  401. .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;}
  402. @font-face { font-family: "craftygirls"; src: url('http://themes.googleusercontent.com/static/fonts/craftygirls/v0/0Sv8UWFFdhQmesHL32H8o3hCUOGz7vYGh680lGh-uXM.woff'); }
  403.  
  404. #page {position: fixed; margin-left:160px; margin-top: 440px; font-size: 25px; font-family: georgia; z-index:100;border-bottom:1px ;text-shadow: 1px 1px 1px {color:sombra};}
  405. #page a {color:{color:links}}
  406. #page a:hover {color:{color:borda};}
  407.  
  408. #pag {position: fixed; margin-left: 190px; margin-top: 440px; font-size: 25px; font-family: georgia; z-index:90000000000000000000000000000000000000000000000000000000000000000000;border-bottom:1px ;text-shadow: 1px 1px 1px {color:sombra};}
  409. #pag a {color:{color:links}}
  410. #pag a:hover {color:{color:borda};}
  411.  
  412.  
  413.  
  414. #estela1 {position: fixed; margin-left: 990px; width: 8px; height: 720px; background-color:{color:sidebar}; margin-top: -50px;-webkit-transform: rotate(50deg); -webkit-transform: rotate(180deg);border:5px solid #6d5165;box-shadow: 2px 5px 9px {color:sombra};}
  415.  
  416.  
  417.  
  418.  
  419. #barra {position: fixed;
  420. margin-left: 100px; width: 284px;
  421. height: 420px; background-color:{color:sidebar};
  422. margin-top: 41px;-webkit-transform: rotate(0deg);
  423. -webkit-transform: rotate(180deg);
  424. -webkit-border-radius: 0px 0px 0px 0px;
  425. border:6px double {color:borda};
  426. }
  427.  
  428.  
  429. @font-face {
  430.  
  431.  
  432.  
  433.  
  434.  
  435.  
  436.  
  437. font-family: 'LavanderiaRegular';
  438.  
  439.  
  440.  
  441.  
  442.  
  443.  
  444.  
  445. src: url('http://static.tumblr.com/2lqtwbf/G1Dlyrsst/lavanderia_regular-webfont.eot');
  446.  
  447.  
  448.  
  449.  
  450.  
  451.  
  452.  
  453. src: url('http://static.tumblr.com/2lqtwbf/G1Dlyrsst/lavanderia_regular-webfont.eot?#iefix') format('embedded-opentype'),
  454.  
  455.  
  456.  
  457.  
  458.  
  459.  
  460.  
  461. url('http://static.tumblr.com/2lqtwbf/RAPlyrset/lavanderia_regular-webfont.ttf') format('truetype'),
  462.  
  463.  
  464.  
  465.  
  466.  
  467.  
  468.  
  469. url('http://static.tumblr.com/2lqtwbf/kb1lyrsq2/lavanderia_regular-webfont.svg#LavanderiaRegular') format('svg');
  470.  
  471.  
  472.  
  473.  
  474.  
  475.  
  476.  
  477. font-weight: normal;
  478.  
  479.  
  480.  
  481.  
  482.  
  483.  
  484.  
  485. font-style: normal;}
  486.  
  487.  
  488.  
  489.  
  490.  
  491.  
  492.  
  493.  
  494.  
  495. @font-face {font-family: "tinytots";src: url('http://static.tumblr.com/rmj06l2/Usellxb4i/tinytots.ttf');}
  496.  
  497.  
  498.  
  499.  
  500.  
  501. @font-face {font-family:megrim; src: url('http://static.tumblr.com/l65fqwv/Rmpm4i1q0/megrim.ttf');}
  502.  
  503.  
  504.  
  505.  
  506.  
  507.  
  508.  
  509.  
  510.  
  511. #texto {font-family: georgia; text-align: center; font-size: 12px;}
  512.  
  513.  
  514.  
  515. #bottom {font-size: 9px; text-transform: uppercase; margin-left: 170px; opacity: 0; position: absolute; margin-top: -18px; background-color: #050505; padding: 2px;}
  516.  
  517.  
  518.  
  519. .entry:hover #bottom {opacity: 1;}
  520.  
  521.  
  522.  
  523. .duhfa {text-align: center; margin-top:50px; margin-left: 115px; overflow: hidden; font-size: 25px; font-family:Megrim; position: fixed; background-color: {color:fundinho}; color:{color:frasefoto}; padding: 0px; width:258px; -moz-transition: all 2s ease-out; height: 253px; letter-spacing: 0px; line-height: 215px;z-index:800000000000000000000000000000000000000000000000;text-transform: uppercase;opacity:0.0;}
  524.  
  525.  
  526.  
  527. .duhfa:hover {margin-left:115px;margin-top:96px;-webkit-transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out; opacity: 0.4;z-index:100;}
  528.  
  529.  
  530. #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};}
  531. .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;}
  532. img.btn_close {float: right; margin: -55px -55px 0 0;}
  533. *html #fade {position: absolute;}
  534. *html .popup_block {position: absolute;}
  535. @font-face { font-family: "existance"; src: url('http://static.tumblr.com/u37ad6e/OCIm7s3av/existence-unicaselight.otf'); }
  536.  
  537.  
  538. #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*/
  539.  
  540. #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;}
  541.  
  542. #cred {display: block; position: fixed; margin-top:447px; margin-left: 290px; z-index:2}/*omdg*/
  543.  
  544.  
  545. #pink { width: 150px; border-right:1px solid {color:borda}; border-left:4px solid {color:borda}; background-color:{color:linkshover}; margin-top: 352px; margin-left: 118px; position: fixed; z-index:830; padding: 0px; text-align: center; }
  546.  
  547. .pinkd a {width: 133px; background-color: {color:linkshover}; font-size: 9px; text-align: left; color:{color:links}; padding:6px; display: block; margin-top: 0px; z-index:830; font-size:9; font-family:verdana; line-height: 1px;
  548. text-transform: lowercase; letter-spacing: 0px; margin: 0 0 1px 0; border: 2px solid {color:borda}; height: 0px;}
  549.  
  550. .pinkd a:hover { width: 126px; color: {color:links}; font-size: 9px; padding:6px; -webkit-transition: all .5s ease-out; -moz-transition: all .6s ease-out; -o-transition: all .5s ease-out; transition: all .5s ease-out; letter-spacing: 0px; background-color:{color:bghover}; border-left: 0px solid {color:borda};}
  551.  
  552.  
  553. #fade {display: none; background: {color:sidebar};position: fixed; left: 0; top: 0; width: 100%; height: 100%; opacity: .80; z-index: 9999;border: 3px solid {color:borda2};}
  554. .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: 0px;}
  555. img.btn_close {float: right; margin: -55px -55px 0 0;}
  556. *html #fade {position: absolute;}
  557. *html .popup_block {position: absolute;}
  558. @font-face { font-family: "existance"; src: url('http://static.tumblr.com/u37ad6e/OCIm7s3av/existence-unicaselight.otf'); }
  559.  
  560. #links2 {width: 386px; float: left; margin-left:266px; height:16px; margin-top: 350px; padding: 3px; text-align: center; position: fixed; background-color: transparent; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; }
  561.  
  562. #links2 a {float: left; margin-right: 0px; display: block; width: 42px; letter-spacing: 0px; font-family: calibri; font-size: 9px; text-transform: uppercase; text-align: center; margin-bottom: 1px; background-color: {color:linkshover}; color: {color:links}; text-decoration: none; height:22px;line-height:15px; padding: 4px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;border-bottom:1px solid {color:borda2};border-left: 1px solid {color:borda};border-right: 1px solid {color:borda};}
  563. #links2 a:hover{-webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;text-align: center; color:{color:links}; background-color: {color:bghover}; line-height:38px;}
  564.  
  565.  
  566.  
  567.  
  568. #links3 {width: 280px; float: left; margin-left:-46px; height:18px; margin-top: 229px; padding: 3px; text-align: center; position: fixed; background-color: transparent; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;-webkit-transform: rotate(-90deg); }
  569.  
  570. #links3 a {float: left; margin-right: 0px; display: block; width: 75px; letter-spacing: 1px; font-family: calibri; font-size: 9px; text-transform: uppercase; text-align: center; margin-bottom: 1px; background-color:{color:linkshover}; {color:linkshover}; color: {color:links}; text-decoration: none; height:5px;line-height:05px; padding: 4px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;border-bottom:1px solid {color:borda};border-left: 1px solid {color:borda};}
  571. #links3 a:hover{-webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;text-align: center; color:{color:linkh}; background-color: {color:bghover};}
  572.  
  573.  
  574. #dj2 {width: 29px; position: fixed; padding: 8px; background-color: transparent; margin-left: 320px; margin-top: 5px; color:{color:borda2}; font-size: 86px; -webkit-transform: rotate(-0deg); z-index: 1000;}
  575.  
  576. #dj3 {width: 35px; position: fixed; padding: 8px; background-color: transparent; margin-left: 105px; margin-top: 416px; color:{color:borda2}; font-size: 20px; -webkit-transform: rotate(90deg); z-index: 1000;}
  577.  
  578. #faixa2 {margin-top: 44px; margin-left: 93px; position: fixed; background-color: {color:linha}; height: 4px; width:10px; box-shadow: 0px 0px 10px rgba(0,0,0,0.15);}
  579.  
  580. #faixa3 {margin-top: 48px; margin-left: 93px; position: fixed; background-color: {color:linha}; height: 418px; width:4px; box-shadow: 0px 0px 10px rgba(0,0,0,0.15);}
  581.  
  582. #faixa4 {margin-top: 466px; margin-left: 93px; position: fixed; background-color: {color:linha}; height: 4px; width:10px; box-shadow: 0px 0px 10px rgba(0,0,0,0.15);}
  583.  
  584.  
  585. /*CORAÇÃOZINHOS*/
  586. #duca {text-align: justify;
  587. margin-top:28px;
  588. margin-left: 345px;
  589. overflow: hidden;
  590. -webkit-border-radius: 0px 0px 0px 0px;
  591. font-family: georgia;
  592. position: fixed;
  593. color: {color:coracao};
  594. padding: 10px;
  595. background-attachment: fixed;
  596. width:70px;
  597. height: 16px;
  598. -webkit-transition: all .5s ease-out;
  599. -moz-transition: all .5s ease-out;
  600. letter-spacing: 1px; font-style: normal;
  601. line-height: 8px; text-transform: uppercase;
  602. -webkit-transform: rotate(-28deg); z-index: 8000000000000000000000000;}
  603. #duca1{font-size: 15px;
  604. font-family:sofia ;
  605. letter-spacing: -1px; text-transform: none; line-height: 20px;}
  606.  
  607. #duca2 {text-align: justify;
  608. margin-top:34px;
  609. margin-left: 362px;
  610. overflow: hidden;
  611. -webkit-border-radius: 0px 0px 0px 0px;
  612. font-family: georgia;
  613. position: fixed;
  614. color: {color:coracao};
  615. padding: 10px;
  616. background-attachment: fixed;
  617. width:70px;
  618. height: 16px;
  619. -webkit-transition: all .5s ease-out;
  620. -moz-transition: all .5s ease-out;
  621. letter-spacing: 1px;
  622. font-style: normal;
  623. line-height: 8px;
  624. text-transform: uppercase;
  625. -webkit-transform: rotate(-22deg); z-index: 8000000000000000000000000;}
  626. #duca3{font-size: 15px;
  627. font-family:sofia ; letter-spacing: -1px;
  628. text-transform: none; line-height: 20px;}
  629.  
  630. #duca4 {text-align: justify;
  631. margin-top:50px;
  632. margin-left: 356px;
  633. overflow: hidden;
  634. -webkit-border-radius: 0px 0px 0px 0px;
  635. font-family: georgia;
  636. position: fixed;
  637. color:{color:coracao};
  638. padding: 10px;
  639. background-attachment: fixed;
  640. width:70px; height: 16px;
  641. -webkit-transition: all .5s ease-out;
  642. -moz-transition: all .5s ease-out;
  643. letter-spacing: 1px; font-style: normal;
  644. line-height: 8px;
  645. text-transform: uppercase;
  646. -webkit-transform: rotate(-28deg);
  647. z-index: 8000000000000000000000000;}
  648. #duca5{font-size: 22px;
  649. font-family:sofia ;
  650. letter-spacing: -1px; text-transform: none; line-height: 20px;}
  651.  
  652.  
  653.  
  654.  
  655.  
  656.  
  657. </style>
  658. <body onkeydown="return false">
  659.  
  660.  
  661.  
  662.  
  663. <!------EPA NÃO MEXA AQUI (OMDG)---->
  664. <div class="duhfa">{text:frasefoto}</div>
  665.  
  666. <div id="barra"></div>
  667.  
  668. <div id="faixa2"></div>
  669. <div id="faixa3"></div>
  670. <div id="faixa4"></div>
  671.  
  672. <div id="duca2"><div id="duca3">♥</div></div></div></div></div>
  673.  
  674.  
  675.  
  676.  
  677.  
  678. <div id="duca4"><div id="duca5">♥</div></div></div></div></div>
  679.  
  680.  
  681.  
  682. <div id="duca"><div id="duca1">♥</div></div></div></div></div>
  683.  
  684.  
  685. <div id="dj2">◥</div>
  686. <div id="dj3">. . . . . . </div>
  687.  
  688.  
  689.  
  690. <center><div class="frase"><center>{text:frase}</center></div></center>
  691.  
  692.  
  693.  
  694.  
  695.  
  696. <div id="side">
  697.  
  698. <div class="duhimag" class="hover">
  699. <img class="bottom shadow" src="{image:sidebar}"alt="" title="baby im sure"style="-webkit-filter: grayscale(100%);" >
  700. <img class="top shadow" src="{image:sidebar}"alt="" title="baby im sure duh" /></div>
  701.  
  702.  
  703. </div>
  704. </div>
  705.  
  706. <div id="pink">
  707. <div class="pinkd">
  708. <a href="{text:Link1}">{text:Link1 Title}</a>
  709. <a href="{text:Link2}">{text:Link2 Title}</a>
  710.  
  711.  
  712. </div></div>
  713.  
  714. <div id="links2">
  715.  
  716.  
  717. {block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a>{/block:ifLink3}</a>
  718. {block:ifLink4}<a href="{text:Link4}">{text:Link4 Title}</a>{/block:ifLink4}</a>
  719.  
  720. </div>
  721.  
  722.  
  723. <div id="links3">
  724. <a href="{text:Link5}">{text:Link5 Title}</a>
  725. <a href="{text:Link6}">{text:Link6 Title}</a>
  726. <a href="{text:Link7}">{text:Link7 Title}</a>
  727.  
  728. </div>
  729.  
  730. <div id="pqpduds">{Description}</div></div>
  731.  
  732. <div id="pag">{block:NextPage}<a href="{NextPage}">»</a>{/block:NextPage}</div>
  733.  
  734. <div id="cred">
  735. <a href="#?w=500" rel="thema" class="poplight">Theme by:Clique</div></div>
  736. </div>
  737. </div>
  738.  
  739. <div id="page">{block:PreviousPage}<a href="{PreviousPage}">«</a>{/block:PreviousPage}</div></div>
  740. </div>
  741. </div>
  742. <!-------------NÃO MODIFIQUE NADA AQUI------------------>
  743. <div id="allboxes">
  744. {block:Posts}
  745. <div class="entry">
  746.  
  747. {block:Text}
  748. {block:Title}<h1>{Title}</h1>{/block:Title}{Body}
  749. <div id="baseduh1">
  750. <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>
  751. {/block:Text}
  752.  
  753. <!-----------BASE DUH 1 ----------->
  754. {block:Photo}
  755. <div id="baseduh">
  756. <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>
  757. </div>
  758.  
  759. <div class="image"><img src="{PhotoURL-400}" width="290px"/></div>
  760. {block:Caption}{Caption}{/block:Caption}
  761. {/block:Photo}
  762.  
  763. {block:Photoset}
  764. <div id="baseduh">
  765. <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>
  766.  
  767. <center>{Photoset-250}</center>
  768. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  769.  
  770. {block:Quote}<div class="duhquote">"{Quote}"</div> <font color="{color:tags}"><font color="{color:tags}">~</font> </font> {Source}</center><div id="baseduh1">
  771. <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>
  772. </div>{/block:Quote}
  773.  
  774. {block:Link}
  775.  
  776. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  777. {block:Description}{Description}{/block:Description}
  778. <div id="baseduh1">
  779. <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>
  780. </div>
  781. {/block:Link}
  782.  
  783.  
  784. {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>
  785. <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}
  786.  
  787. {block:Audio}
  788. <div class="player">{AudioPlayerBlack}</div>
  789. {block:Caption}{Caption}{/block:Caption}
  790. <div id="baseduh1">
  791. <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>
  792. </div>
  793. {/block:Audio}
  794.  
  795.  
  796. {block:Video}
  797. <div id="baseduh">
  798. <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>
  799.  
  800. {Video-290}
  801. {block:Caption}{Caption}{/block:Caption}
  802. {/block:Video}
  803.  
  804. {block:Answer}
  805. <div class="caixa">
  806. <img src="{AskerPortraitURL-64}" align="left" class="askfoto">
  807. <div class="pergunta">
  808. <div class="perguntou"><g>{Asker}</g> asked {TimeAgo}</div>
  809. {Question}
  810. </div><br>
  811. {Answer}
  812. </div>
  813. {/block:Answer}
  814.  
  815. <div class="source">{block:ContentSource}<a href="{SourceURL}">{lang:Source}:{block:SourceLogo}
  816. <img src="{BlackLogoURL}" width="{LogoWidth} height="{LogoHeight}" alt="{SourceTitle}" />
  817. {/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>
  818. {/block:ContentSource}</div></div>
  819.  
  820. {/block:Posts}
  821. {block:PostNotes}<div class="notes">{PostNotes}</div>{/block:PostNotes}
  822.  
  823. </div>
  824. </div>
  825. </div>
  826. </div>
  827. </div>
  828. <script type="text/javascript"> Cufon.now(); </script>
  829.  
  830. <div id="thema" class="popup_block"><big><font color='#ee7fb8'><center>CRÉDITOS DO THEME</font></big></center><br>
  831. <font color='#ee7fb8'>➥</font> <a href="http://omdg-themes.tumblr.com/">Theme & Base feito por: o-mundo-de-uma-garota</a> (Duda)<br>
  832. <font color='#ee7fb8'>➥</font> Tutoriais Principais por :TTHY and Htmluv<br>
  833. <font color='#ee7fb8'>➥</font> Alguns detalhes originais por : cerejadosundae (Simone) and Superar-r (Tai)
  834.  
  835. </div>
  836.  
  837.  
  838.  
  839.  
  840.  
  841. </body>
  842. </html>
  843. <! - - - - - - - - - - - - - - - - - all theme by Duda.R - - - - - - - - - - - - - - - !>
Advertisement
Add Comment
Please, Sign In to add comment