Eduarda

Theme barbie

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