Eduarda

Theme 103

Jan 18th, 2013
2,020
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 36.30 KB | None | 0 0
  1. <!------------------------♥---------------------------------
  2. Theme by: o-mundo-de-uma-garota|tumblr {NÃO USE COMO BASE} só adapte para o seu próprio uso e sem retirar os creditos, aliás não foi voce que fez né?! {NOT COPIE} plágio é crime se eu pegar algo tiro da minha página de themes.,
  3.  
  4. Tutoriais por Revolutionhtml & cantinho-html :],TTHY singlethemes and sweet-help;
  5. - - - - - - - - - - - - - -
  6. - THEME FEITO POR DUDA.R -
  7. - - - - - - - - - - - - - - ------------♥ ---->
  8.  
  9. <html>
  10.  
  11.  
  12. <script type="text/javascript">
  13. $(window).load(function(){
  14. var $wall = $('#box');
  15. $wall.imagesLoaded(function(){
  16. $wall.masonry({
  17. itemSelector: '.post',
  18. isAnimated : true
  19. });
  20. });
  21. $wall.infinitescroll({
  22. navSelector : "div#navigation",
  23. nextSelector : "div#navigation a#nextPage",
  24. itemSelector : '.post',
  25. loadingImg : "http://static.tumblr.com/kwz90l7/bIdlst7ub/transparent.png",
  26. loadingText : " ",
  27. donetext : " ",
  28. extraScrollPx : 9000,
  29. bufferPx : 10000,
  30. debug : false,
  31. errorCallback: function() {
  32. $('#infscr-loading').animate({opacity: .8},2000).fadeOut('normal');
  33. }},
  34. function( newElements ) {
  35. var $newElems = $( newElements );
  36. $newElems.hide();
  37. $newElems.imagesLoaded(function(){
  38. $wall.masonry( 'appended', $newElems, {isAnimated: true, animationOptions: {duration: 750, easing: 'linear', queue: false}}, function(){$newElems.fadeIn('slow');} );
  39. });
  40. }); $('#box').show(500);
  41. });
  42. </script>
  43.  
  44.  
  45. <head>
  46.  
  47.  
  48. <script>
  49.  
  50.  
  51.  
  52. $(document).ready(function() {
  53.  
  54. //
  55.  
  56.  
  57.  
  58. //When you click on a link with class of poplight and the href starts with a #
  59.  
  60. $('a.poplight[href^=#]').click(function() {
  61.  
  62. var popID = $(this).attr('rel'); //Get Popup Name
  63.  
  64. var popURL = $(this).attr('href'); //Get Popup href to define size
  65.  
  66.  
  67.  
  68. //Pull Query & Variables from href URL
  69.  
  70. var query= popURL.split('?');
  71.  
  72. var dim= query[1].split('&');
  73.  
  74. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  75.  
  76.  
  77.  
  78. //Fade in the Popup and add close button
  79.  
  80. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"><img src="" title="OMDG" alt="Close" /></a>');
  81.  
  82.  
  83. //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
  84.  
  85. var popMargTop = ($('#' + popID).height() + 80) / 2;
  86.  
  87. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  88.  
  89.  
  90.  
  91. //Apply Margin to Popup
  92.  
  93. $('#' + popID).css({
  94.  
  95. 'margin-top' : -popMargTop,
  96.  
  97. 'margin-left' : -popMargLeft
  98.  
  99. });
  100.  
  101.  
  102.  
  103. //Fade in Background
  104.  
  105. $('body').append('<div id="fade"></div>'); //Add the fade layer to bottom of the body tag.
  106.  
  107. $('#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
  108.  
  109.  
  110.  
  111. return false;
  112.  
  113. });
  114.  
  115.  
  116.  
  117. //Close Popups and Fade Layer
  118.  
  119. $('a.close, #fade').live('click', function() { //When clicking on the close or fade layer...
  120.  
  121. $('#fade , .popup_block').fadeOut(function() {
  122.  
  123. $('#fade, a.close').remove(); //fade them both out
  124.  
  125. });
  126.  
  127. return false;
  128.  
  129. });
  130.  
  131.  
  132.  
  133.  
  134.  
  135. });
  136.  
  137. </script>
  138.  
  139.  
  140.  
  141. <head>
  142.  
  143.  
  144.  
  145. <!-- -------APPERENCE OMDG --------♥-------->
  146.  
  147.  
  148. <meta name="color:background" content="#F8F8FF" />
  149. <meta name="color:link" content="#8B8682" />
  150. <meta name="color:text" content="#8B8682" />
  151. <meta name="color:post" content="#fff" />
  152. <meta name="color:sidebar" content="#fff" />
  153. <meta name="color:pag" content="#FFC0CB" />
  154. <meta name="color:text links" content="#CDC9C9" />
  155. <meta name="color:tags" content="#FFC0CB" />
  156. <meta name="color:frase" content="#8B8682" />
  157. <meta name="color:abc" content="#FFC0CB" />
  158. <meta name="color:italico" content="#8B8682" />
  159. <meta name="color:borda" content="#fff" />
  160. <meta name="color:borda2" content="#DB7093" />
  161. <meta name="color:bghover" content="#FFC0CB" />
  162. <meta name="color:sombra" content="#8B8682" />
  163. <meta name="color:textdesc" content="#8B8682" />
  164. <meta name="color:bgask" content="#CDC9C9" />
  165. <meta name="color:bgask2" content="#FFC0CB" />
  166. <meta name="color:linha" content="#FFC0CB" />
  167. <meta name="color:linha1" content="#CDC9C9" />
  168. <meta name="color:linha2" content="#8B8682" />
  169. <meta name="color:bordaimg" content="#fff" />
  170. <meta name="color:scrollbar" content="#fff" />
  171. <meta name="color:aspaquote" content="#FFC0CB" />
  172. <meta name="color:links" content="#fff" />
  173. <meta name="color:chat" content="#F8F8FF" />
  174. <meta name="color:chat2" content="#FFC0CB" />
  175.  
  176.  
  177.  
  178. <meta name="image:background" content="" />
  179. <meta name="image:fotinha" content="http://static.tumblr.com/fa2f7d09cd5cf64e947d72fa265340da/2bh9bxo/wcomgqk09/tumblr_static_tumblr_mggrgcgsfh1rcsmpzo1_500.jpg"/>
  180. <meta name="image:fudinho" content="http://static.tumblr.com/2ec222df7d54e0cc4f287f671f8793f7/2bh9bxo/goAmgry3w/tumblr_static_tumblr_m86ujaxhpe1rqbmimo1_400.jpg" />
  181. <meta name="image:post" content="http://static.tumblr.com/2ec222df7d54e0cc4f287f671f8793f7/2bh9bxo/goAmgry3w/tumblr_static_tumblr_m86ujaxhpe1rqbmimo1_400.jpg" />
  182.  
  183. <meta name="text:frase2" content=" Menina dos olhos de Deus" />
  184. <meta name="text:frase1" content="Me pergunto até quando vou esconder esse sentimento de vc" />
  185. <meta name="text:frasefoto" content="barbie bitch" />
  186.  
  187. <meta name="text:Link1" content="/" />
  188. <meta name="text:Link1 Title" content="link1" />
  189. <meta name="text:Link2" content="/" />
  190. <meta name="text:Link2 Title" content="link2" />
  191. <meta name="text:Link3" content="/" />
  192. <meta name="text:Link3 Title" content="link3" />
  193. <meta name="text:Link4" content="/" />
  194. <meta name="text:Link4 Title" content="link4" />
  195. <meta name="text:Link5" content="/" />
  196. <meta name="text:Link5 Title" content="link5" />
  197. <meta name="text:Link6" content="/" />
  198. <meta name="text:Link6 Title" content="link6" />
  199. <meta name="text:Link7" content="/" />
  200. <meta name="text:Link7 Title" content="link7" />
  201.  
  202. <!----------------FONTES--------------->
  203. <link href='http://fonts.googleapis.com/css?family=Courgette' rel='stylesheet' type='text/css'>
  204. <link href='http://fonts.googleapis.com/css?family=Wire+One' rel='stylesheet' type='text/css'><link href='http://fonts.googleapis.com/css?family=Ubuntu+Mono' rel='stylesheet' type='text/css'>
  205. <link href='http://fonts.googleapis.com/css?family=Play' rel='stylesheet' type='text/css'>
  206.  
  207. <link href='http://fonts.googleapis.com/css?family=Anonymous+Pro' rel='stylesheet' type='text/css'>
  208.  
  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=Play' rel='stylesheet' type='text/css'>
  211. <link href="http://fonts.googleapis.com/css?family=Yanone+Kaffeesatz:300,400,700t" rel="stylesheet" type="text/css">
  212.  
  213. <link href='http://fonts.googleapis.com/css?family=Rochester' rel='stylesheet' type='text/css'>
  214.  
  215.  
  216. <link href='http://fonts.googleapis.com/css?family=Ruge+Boogie' rel='stylesheet' type='text/css'>
  217.  
  218. <link href='http://fonts.googleapis.com/css?family=ABeeZee|Kameron|Muli|Almendra' rel='stylesheet' type='text/css'>
  219.  
  220. <link href='http://fonts.googleapis.com/css?family=Swanky+and+Moo+Moo' rel='stylesheet' type='text/css'>
  221.  
  222. <link href='http://fonts.googleapis.com/css?family=Snippet|Sue+Ellen+Francisco|Andika|Delius+Swash+Caps|Lobster|Redressed|Tangerine|Rancho|Rochester|Lobster+Two|Dancing+Script|Pacifico|Crafty+Girls' rel='stylesheet' type='text/css'>
  223. <title>{Title}</title>
  224. <link rel="shortcut icon" href="{Favicon}">
  225. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  226. {block:Description}
  227. <meta name="description" content="{MetaDescription}" />
  228. {/block:Description}
  229.  
  230. <link rel="stylesheet" href="http://static.tumblr.com/2bytpfr/ahUme2mnq/balan__o_ana.css" media="screen"/>
  231. <link href='http://fonts.googleapis.com/css?family=Homenaje' rel='stylesheet' type='text/css'>
  232.  
  233.  
  234. <script type="text/javascript">
  235. // <![CDATA[
  236. var speed=100; //
  237. var height=3; //
  238. var alink="/"; // page to link text to (set to ="" for no link)
  239.  
  240. /****************************
  241. ****************************/
  242. var wobtxt, wobble, wobcnt=0;
  243. window.onload=function() { if (document.getElementById) {
  244. var i, wobli;
  245. wobble=document.getElementById("wobble");
  246. wobtxt=wobble.firstChild.nodeValue;
  247. while (wobble.childNodes.length) wobble.removeChild(wobble.childNodes[0]);
  248. for (i=0; i<wobtxt.length; i++) {
  249. wobli=document.createElement("span");
  250. wobli.setAttribute("id", "wobb"+i);
  251. wobli.style.position="relative";
  252. wobli.appendChild(document.createTextNode(wobtxt.charAt(i)));
  253. if (alink) {
  254. wobli.style.cursor="pointer";
  255. wobli.onclick=function() { top.location.href=alink; }
  256. }
  257. wobble.appendChild(wobli);
  258. }
  259. setInterval("wobbler()", speed);
  260. }}
  261.  
  262. function wobbler() {
  263. for (var i=0; i<wobtxt.length; i++) document.getElementById("wobb"+i).style.top=Math.round(height*Math.sin(i+wobcnt))+"px"
  264. wobcnt++;
  265. }
  266. // ]]>
  267. </script>
  268.  
  269.  
  270.  
  271. <style type="text/css">
  272.  
  273. body {background-color: {color:background}; font-family: Century Gothic; color: {color:text}; text-align: center; font-size: 11px; background-image:url('{image:background}'); background-attachment: fixed; }
  274.  
  275. a {color: {color:link}; text-decoration: none; text-transform: none;}
  276. a:hover {color: {color:lhover}; background-color: transparent; text-decoration: none;}
  277.  
  278. p {margin: 6px 0 0 0}
  279.  
  280. blockquote {margin: 5px 5px 5px 5px; border-left: 4px solid {color:linhadopost}; padding-left: 5px; }
  281. blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 5px solid {color:linhadopost};}
  282. blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 4px solid {color:linhadopost}; }
  283. blockquote blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 3px solid {color:linhadopost}; }
  284.  
  285. blockquote img{max-width: 470px!important}
  286. blockquote blockquote img{max-width: 450px!important}
  287. blockquote blockquote blockquote img{max-width: 430px!important}
  288. blockquote blockquote blockquote blockquote img{max-width: 410px!important}
  289.  
  290.  
  291.  
  292.  
  293. /***------------POST'S------------♥---------***/
  294. #omdg {float: left; margin-left: 504px; margin-top: 18px;opacity:1; overflow: auto;}
  295.  
  296. .baseduh {width: 490px; background-color: {color:post};
  297. padding: 7px; margin-bottom: 1px; text-align:left;
  298. font-family: tahoma; font-size: 10.5px; position: relative;}
  299.  
  300. /***---------------TITULOS DO POST--------♥---------***/
  301. h1 {font-family: Swanky and Moo Moo; text-align: center; background:{color:background};font-size: 18px; text-transform: none; color: {color:text}; font-weight: normal; line-height: 18px;}
  302. h1 a {text-align: center; font-size: 15px; text-transform: none; color: {color:text}; font-weight: normal; line-height: 18px;}
  303. h1 a:hover {text-align: center; font-size: 15px; text-transform: none; color: {color:text}; font-weight: normal; line-height: 18px;}
  304.  
  305. /***---------------BASE DUH 1 --------------♥-----------***/
  306. .baseduh1 {font-family: "tahoma"; text-align: center;
  307. font-size: 14px; line-height: 15px; padding: 4px;
  308. background:{color:background};text-transform:uppercase;}
  309. .baseduh2 {text-align: center; text-transform: none;
  310. margin-bottom: 5px;background:{color:background};}
  311. .baseduh2 a, a:hover{text-transform: none;}
  312.  
  313.  
  314. /* chat by joshdevines*/
  315. .user_1 .label {color:{color:link}; font-weight:bold; background-color:{color:chat2}; text-transform: italic}
  316. .user_2 .label {color:{color:text}; font-weight:bold; background-color:{color:chat}; text-transform: italic}
  317. .user_3 .label {color:{color:link};background:{color:background}; font-weight:bold}
  318. .user_4 .label {color:{color:text}; background:{color:background};font-weight:bold}
  319. .user_5 .label {color:{color:link};background:{color:background}; font-weight:bold}
  320. .user_6 .label {color:{color:text}; font-weight:bold}
  321. ul.chat, .chat ol, .chat li {list-style:none;border-bottom: 1px solid {color:borda}; margin-left: 5px; margin-top: 3px;opacity:0.8}
  322.  
  323. .player {background-color: #181818; text-align: justify; display:block;}
  324.  
  325. .image {text-align:center; border: 0px}
  326. .image img {max-width: 470px; margin-bottom: 2px }
  327.  
  328. .image img:hover {border: 2px solid {color:borda2};}
  329.  
  330. /*-------------NEGRITO ITALICO E SUBLINHADO------♥-------*/
  331. b, strong, bold {color:{color:abc};}
  332.  
  333. u,underline {color:{color:text}; border-bottom: 1px dotted {color:abc}; text-decoration:none; }
  334.  
  335. i, em{color:{color:text};}
  336.  
  337.  
  338.  
  339. .view {
  340. width: 274px;
  341. height: 255px;
  342. margin-left: 168px;
  343. margin-top:100px;
  344. float: left;
  345. overflow: hidden;
  346. position: fixed;
  347. text-align: center;
  348. cursor: default;
  349. }
  350. .view .mask, .view .content {
  351. width:414px;
  352. height:396px;
  353.  
  354. position: absolute;
  355. overflow: hidden;
  356. top: -69;
  357. left: -69;
  358. opacity:0.5;}
  359. .view img {
  360. display: block;
  361. position: relative;
  362. }
  363.  
  364. .oefeito img {
  365. opacity:0.1;
  366. transition-duration: 90s; -webkit-transition-duration: .90s;
  367. width: 274px;
  368. height: 255px;}
  369. .oefeito .mask {
  370. cursor:pointer;
  371. opacity:0.5;
  372. visibility:visible;
  373. border: 80px solid {color:bordaimg};
  374. box-sizing:border-box;
  375. transition-duration: 90s; -webkit-transition-duration: .90s;
  376. }
  377.  
  378. .oefeito:hover .mask {
  379. border:0px double rgba (0,0,0,0.7);
  380. opacity:0;
  381. visibility:hidden;
  382. }
  383. .oefeito:hover img {
  384. opacity:1;
  385. }
  386.  
  387.  
  388.  
  389.  
  390.  
  391.  
  392.  
  393.  
  394.  
  395.  
  396. /* QUOTE (sweet-help) */
  397. .quote {font: normal 16px 'Tahoma'; color:{color:text}; text-align: justify; margin-left: 45px; color: #aaa;}
  398. .aspa {font-size: 60px; font-family: Georgia; color: {color:aspaquote}; text-align: left; float: left; line-height: 75px;}
  399. .qsource {padding-top: 5px;; text-align: right; text-transform: none; color: {color:text};}
  400.  
  401. /* asker */
  402.  
  403. .asker {background: {color:bgask}; color: {color:text}; padding: 2px; line-weight: 7px; opacity:0.85;-moz-opacity: 0.85; filter: alpha(opacity=85); }
  404. .asker img {width:30px; height:30px; margin:3px; padding: 4px; background: {color:bgask2}; opacity:0.99;-moz-opacity: 0.99; filter: alpha(opacity=99); }
  405. .asker a {color:{color:text};}
  406.  
  407.  
  408. /****-------DATAS,REBLOG POR [OMDG]---♥----****/
  409.  
  410. #date {text-align: right;background:{color:background}; font-size: 10px;font-family: calibri; z-index: 11;text-transform:uppercase;color:{color:tags};}
  411. #date a {font-size: 10px;}
  412.  
  413. .tags {color: {color:link}; font-size: 8px; font-family: "calibri"; display: inline; list-style: none; text-transform: lowercase;}
  414. .tags a {font-size: 9px; color: {color:link}; display: inline; list-style: none; text-transform: lowercase;}
  415.  
  416. #cap {width: 500px; margin-top: -2px;}
  417. .source {display: none;}
  418.  
  419. /*** Notes enfeitados por things-to-help-you ******/
  420. ol.notes { display : block;border-left : 1px solid {color:linha};background-repeat : no-repeat;vertical-align : middle;text-decoration : none;margin-bottom : 1px;background: {color:background}; list-style-type: none; font-size: 10px;}
  421. ol.notes li.note {border-top: solid 1px {color:post}; padding: 4px;}
  422. ol.notes li.note img.avatar {display: none;}
  423. ol.notes li.note span.action {font-weight: none;}
  424. ol.notes li.note .answer_content {font-weight: normal;}
  425. ol.notes li.note blockquote {display: none;}
  426. ol.notes li.note blockquote a {text-decoration: none;}
  427. ful { list-style: none; }
  428. ol { list-style-position: inside; }
  429. * { margin: 0; padding: 0; outline: none; }
  430. .caixa {overflow: hidden;background: {color:post}; padding: 7px;
  431. font-family: Verdana, Geneva, sans-serif;
  432. color: {color:text};text-align: justify;outline: 0px solid #; margin-bottom: 0px;}
  433. .extra {border-left: 4px solid {color:linha}; display : block;border-bottom : 0px solid {color:post};background-repeat : no-repeat;text-indent : 5px;vertical-align : middle;text-decoration : none;margin-bottom : 1px;background: {color:borda}; line-height: 18px;}
  434. .extrass {border-left: 4px solid {color:linha}; display : block;border-bottom : 1px solid {color:linha};background-repeat : no-repeat;text-indent : 5px;vertical-align : middle;text-decoration : none;margin-bottom : 1px;background: {color:borda}; line-height: 18px;}
  435. .extra a {padding-right: 6px; color: {color:text}; border-right: dotted 1px {color:borda}; text-shadow: 1px 1px 1px #;}
  436.  
  437.  
  438. /***---------- IMAGEM DA DUDA-------♥--------***/
  439.  
  440. .duhimag {position: absolute;
  441. width:209px;
  442. height:225px;
  443. margin-left:219px;
  444. margin-top: 138px;
  445. position:fixed;
  446. border:1px dashed {color:borda2}; }
  447. .duhimag img {position:fixed; border:5px solid {color:bordaimg};
  448. -webkit-transition: all 1s ease-in-out;
  449. -webkit-border-radius: 0px 0px 0px 0px;
  450. -moz-transition: all 1s ease-in-out;
  451. -o-transition: all 1s ease-in-out;
  452. -ms-transition: all 1s ease-in-out; transition: all 1s ease-in-out;
  453. display: block;
  454. height:210px;
  455. width: 194px;
  456. background-color: ;
  457. padding:0px;
  458. margin-left:0px;
  459. margin-top:0px;
  460. opacity:1.0;
  461. box-shadow: 5px 5px 9px {color:sombra};}
  462.  
  463.  
  464. #creditosaduda {margin-top: 56px; margin-left: 230px; position: fixed; background-color:{color:sidebar}; height: 361px; width:9px;opacity:0.7; }
  465.  
  466.  
  467.  
  468.  
  469.  
  470.  
  471. /******----------------DESCRIÇÃO--------♥--------******/
  472. #notinholaduda {margin-left: 130px; margin-top: 390px; width:180px; font-size: 11px; height:40px; text-align: center; transparent; font-family:Ubuntu Mono; color: {color:textdesc};background:{color:sidebar};position: fixed;z-index:99;padding: 5px; -webkit-transition: 1s ease-in; line-height: 10px;-webkit-border-radius: 20px 20px 20px 20px; -webkit-transform: rotate(-10deg);-moz-transition: 1s ease-in; transition: 1s ease-in; overflow: hidden; opacity: 1; border-top: 3px dotted transparent;padding: 2px 2px 2px 2px;}
  473.  
  474. /*******-------------------PARTE DA SIDEBAR------♥-----******/
  475.  
  476. #estela1 {position: fixed; margin-left: 109px; width:345px; height: 425px; background-color:{color:sidebar}; margin-top: 75px; -webkit-transform: rotate(-5deg);-webkit-border-radius: 30px 30px 0px 30px; border-left:2px dashed {color:borda2}; background-image: url('{image:fudinho}');border-right: 8px solid {color:sidebar}; }
  477.  
  478.  
  479.  
  480.  
  481.  
  482.  
  483. /***-------------- TITULOS------------------♥--------***/
  484. #duka {background:{color:sidebar};margin-left:180px;margin-top: 93px; height:24px; line-height:25px;float:left; position:fixed; width:257px; font-family:origin; font-size:13px; text-align: center;
  485. color:{color:frase} ;letter-spacing:-1px; z-index:11; text-transform: none; text-shadow: 3px 3px 5px 4px {color:sombra};-webkit-border-radius: 0px 0px 0px 0px;}
  486.  
  487. #duka a:hover {color:{color:linha};}
  488.  
  489. @font-face{font-family:'Cursive standard'; src:url('http://static.tumblr.com/37gdlu1/xpLmc5f4q/cursive_standard.ttf');}
  490. @font-face { font-family: "tinytots";src: url('http://static.tumblr.com/rmj06l2/Usellxb4i/tinytots.ttf');}
  491. @font-face{font-family:'origin'; src:url('http://static.tumblr.com/zvqacv0/IVxmcmtr6/origin-regular.ttf');}
  492.  
  493. #duka1 {background-color:#;margin-left:142px;margin-top: 468px; height:24px; line-height:25px;float:left; position:fixed; width:290px; font-family: origin; font-size:10px; text-align: left;
  494. color:{color:sidebar} ; letter-spacing:-1px; z-index:11; text-transform: none; -webkit-transform: rotate(-5deg);}
  495.  
  496.  
  497.  
  498. /***--------------SELEÇÃO COLORIDA---------♥---------***/
  499. ::selection{background: {color:linha2}; color: {color:borda}da fonte;}
  500. ::-moz-selection{background: {color:linha2}; color:{color:borda} da fonte;}
  501.  
  502. /*** SCROLLBAR***/
  503.  
  504. ::-webkit-scrollbar-thumb:vertical {background-color:{color:linha};height:50px; border:5px solid {color:scrollbar};}
  505.  
  506. ::-webkit-scrollbar-button:vertical {height:8px;display: block; background:{color:linha};}
  507.  
  508.  
  509. ::-webkit-scrollbar {height:0px;width:12px;background-color:{color:scrollbar};}
  510. pre {text-align: justify;
  511. padding-left: 5px;
  512. line-height: 20px;
  513. background: url('http://static.tumblr.com/ifqwhnb/n5hm2u2f3/pre.png');
  514. font-family: tahoma;
  515. color:{color:text};
  516. overflow: scroll;
  517. margin-right: 1px;
  518. margin-bottom: 7px;}
  519.  
  520.  
  521. #dolls {width:152px; height: 12px; float: left; margin-left:115px; margin-top: 234px; padding: 0px; text-align: center; position: fixed; -webkit-transition: all 1s ease-out; -moz-transition: all 1s ease-out; border-bottom: 0px solid {color:borda2};z-index:90000000; } /*links o-mundo-de-uma-garota*/
  522. #dolls a {float: left; margin-left: 1px; font-family: 'Rancho'; font-size: 15px; text-align: center; margin-top: 0px; height: 38px; width: 40px; color:{color:text links}; line-height: 35px; letter-spacing: 0px; text-transform: lowercase; -webkit-transition: all .5s ease-out; -moz-transition: all .5s ease-out; font-style: normal; background-color:{color:links};text-shadow: 5px 5px 9px {color:sombra};border: 1px dashed {color:borda2};-webkit-border-radius: 5px 5px 5px 5px;} /*links omdg***/
  523. #dolls a:hover{line-height: 32px;height: 32px;margin-left:15px; width:-188px;letter-spacing: 0px;-webkit-transition: all 0.6s ease-out; -moz-transition: all 0.6s ease-out;color:{color:bghover };background-color: {color:links};-webkit-border-radius: 10px 10px 10px 10px;}
  524.  
  525. /**--OMDG---♥---**/ /**--OMDG---♥---**/ /**--OMDG---♥---**/
  526.  
  527.  
  528.  
  529. #barbie-e {width:152px; height: 12px; float: left; margin-left:115px; margin-top: 274px; padding: 0px; text-align: center; position: fixed; -webkit-transition: all 1s ease-out; -moz-transition: all 1s ease-out; border-bottom: 0px solid {color:borda2};z-index:90000000; } /*links o-mundo-de-uma-garota*/
  530. #barbie-e a {float: left; margin-left: 1px; font-family: 'Rancho'; font-size: 15px; text-align: center; margin-top: 0px; height: 38px; width: 40px; color:{color:text links};-webkit-transform: rotate(6deg); line-height: 35px; letter-spacing: 0px; text-transform: lowercase; -webkit-transition: all .5s ease-out; -moz-transition: all .5s ease-out; font-style: normal; background-color:{color:links};text-shadow: 5px 5px 9px {color:sombra};border: 1px dashed {color:borda2};-webkit-border-radius: 5px 5px 5px 5px;} /*links omdg***/
  531. #barbie-e a:hover{line-height: 32px;height: 32px;margin-left:15px; width:-188px;letter-spacing: 0px;-webkit-transition: all 0.6s ease-out; -moz-transition: all 0.6s ease-out;color:{color:bghover};background-color: {color:links};-webkit-border-radius: 10px 10px 10px 10px;}
  532.  
  533.  
  534. #barbie-r {width:162px; height: 12px; float: left; margin-left:365px; margin-top: 384px; padding: 0px; text-align: center; position: fixed; -webkit-transition: all 1s ease-out; -moz-transition: all 1s ease-out; border-bottom: 0px solid {color:borda2};z-index:90000000; } /*links o-mundo-de-uma-garota*/
  535. #barbie-r a {float: left; margin-left: 1px; font-family: 'Rochester'; font-size: 13px; text-align: center; margin-top: 0px; height: 25px; width: 43px; color:{color:text links};-webkit-transform: rotate(0deg); line-height: 25px; letter-spacing: 0px; text-transform: lowercase; -webkit-transition: all .5s ease-out; -moz-transition: all .5s ease-out; font-style: normal; background-color:{color:links};text-shadow: 5px 5px 9px {color:sombra};border: 0px dashed {color:borda2};-webkit-border-radius: 20px 20px 0px 0px;} /*links omdg***/
  536. #barbie-r a:hover{ width:-188px;color:{color:bghover};background-color: {color:links};}
  537.  
  538.  
  539.  
  540. #dinha { float: left; margin-top: 400px; padding: 3px; text-align: center;margin-left:350px; position: fixed; height:25px;background-color: transparent; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; z-index:1000;width: 385px; -webkit-transform: rotate(0deg); }
  541.  
  542. #dinha a {float: left; margin-right: 0px; display: block; width: 42px; letter-spacing: 0px; font-family: Rochester; font-size: 14px; text-align: center; margin-bottom: 1px; background-color:{color:links} ; color: {color:text links}; height:30px;line-height:25px; padding: 4px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; margin-top:1px;-webkit-border-radius: 20px 20px 20px 20px;}
  543. #dinha a:hover{-webkit-transition: all 0.7s ease-out; -moz-transition: all 0.7s ease-out;text-align: center; background:{color:bghover}; color:{color:links}; box-shadow: inset 0 0 0 15px rgba(255,255,255,0.3), 0 0px 0px rgba(0,0,0,0.4);
  544. }
  545.  
  546.  
  547.  
  548. /**--OMDG---♥---**/ /**--OMDG---♥---**/ /**--OMDG---♥---**/
  549.  
  550. /****** tumblr controls by ritamafalda */
  551.  
  552. iframe#tumblr_controls {right:3px !important; position: fixed !important; filter:alpha(opacity=99); -moz-opacity:0.99; opacity:0.99; -webkit-transition:all .3s linear;-moz-transition:all .3s linear;transition:all .3s linear;}
  553.  
  554. iframe#tumblr_controls:hover{filter:alpha(opacity=0.30); -moz-opacity:1; opacity:1;}
  555.  
  556. /***-----------QUADRADINHO---------------♥----------------***/
  557.  
  558.  
  559. #dj2 {width: 29px; position: fixed; padding: 8px; background-color: transparent; margin-left: 325px; margin-top: 96px; color:{color:sidebar}; font-size: 25px; -webkit-transform: rotate(0deg); z-index: 1000;}
  560. #dj3 {width: 29px; position: fixed; padding: 8px; background-color: transparent; margin-left: 125px; margin-top: 176px; color:{color:sidebar}; font-size: 15px; -webkit-transform: rotate(90deg); z-index: 1000;}
  561.  
  562. #thats1{width:48px; height: 24px; float: left; margin-left:92px; margin-top: 160px; padding: 0px; text-align: center; position: fixed; z-index:800;}/*theme by umabonecaciumenta*/
  563. #thats1 a {display: inline-block;float: left; margin-left: 1px; font-family: 'muli'; border-radius:0px 40px 40px 0px;font-size: 11px;letter-spacing:1px; text-align: center; margin-top: 2px; height: 30px; width: 75px; color:{color:bghover}; line-height: 30px; text-transform: none;; -webkit-transition: all .5s ease-out; -moz-transition: all .5s ease-out; font-style: normal; background-color:{color:links};-webkit-transform: rotate(0deg); }
  564.  
  565. #thats1 :hover{ background-color:{color:bghover}; color:{color:sidebar}; text-transform: none;font-family:Rochester;text-shadow: -5px -5px ;opacity: 0.9; box-shadow: inset 15px 0px;color:{color:links}; }
  566.  
  567. /**---------PRA SID BB-----♥----**/
  568.  
  569. #marion1 {position: fixed;
  570. margin-left: 490px;
  571. width:533px;
  572. height: 709px;
  573. background-color:{color:sidebar};
  574. margin-top: 8px;
  575. -webkit-transform: rotate(0deg);
  576. -webkit-transform: rotate(180deg);
  577. background-image: url('{image:post}');border: 1px dashed {color:borda};}
  578.  
  579. #marion2 {position: fixed;
  580. margin-left: 130px;
  581. width:113px;
  582. height: 959px;
  583. background-color:{color:sidebar};
  584. margin-top: -258px;
  585. -webkit-transform: rotate(-50deg);
  586. background-image: url('{image:post}');border: 1px dashed {color:borda};}
  587.  
  588. #paginal {font-family: verdana; font-size: 8px; text-align: center;}
  589. #paginal a { margin: 0 1px 0 0; padding: 2px 4px; background:{color:sidebar};color: {color:pag};opacity:1; -webkit-border-radius: 5px 5px 5px 5px;}
  590. #paginal a:hover {background: {color:sidebar}; color: {color:text};}
  591. #paginal span.pagina_atual {background: {color:sidebar}; margin: 0 1px 0 0; padding: 2px 4px; color: {color:text}; font-weight: bold; text-decoration: none;-webkit-border-radius: 5px 5px 5px 5px;}
  592. .ps {position: fixed; padding: 2px; width: 148px; margin-left: 92px; margin-top: 350px; height: auto; color: {color:text};opacity:1;-webkit-border-radius: 5px 5px 5px 5px; }
  593.  
  594. .duhfa {text-align: center; margin-top:180px; margin-left: 196px; overflow: hidden; font-size: 32px; font-family:basket; position: fixed; color:{color:frase}; 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.4;}
  595.  
  596.  
  597.  
  598. .duhfa:hover {margin-left:196px;margin-top:146px;-webkit-transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out; opacity: 0.9;z-index:100;}
  599. @font-face {font-family:basket; src: url('http://static.tumblr.com/ejm8w78/aollviadu/destrukt.ttf');}
  600. /***----------------- FAIXAS E LINHAS DA SIDEBAR----♥-------***/
  601.  
  602. #faixa2 {margin-top: 46px; margin-left: 105px; position: fixed; background-color: {color:sidebar}; height: 109px; width:3px;}/***detalhes by o-mundo-de-uma-garota***/
  603.  
  604. #faixa3 {margin-top: 88px; margin-left: 149px; position: fixed; background-color: {color:borda2}; height: 5px; width:287px;}/***detalhes by o-mundo-de-uma-garota***/
  605.  
  606. #faixa4 {margin-top: 82px; margin-left: 197px; position: fixed; background-color: {color:linha}; height: 5px; width:239px;}/***detalhes by o-mundo-de-uma-garota***/
  607. #faixa5 {margin-top: 452px; margin-left: 125px; position: fixed; background-color: {color:linha}; height: 5px; width:345px;-webkit-transform: rotate(-5deg);}/***detalhes by o-mundo-de-uma-garota***/
  608. #faixa6 {margin-top: 457px; margin-left: 125px; position: fixed; background-color:{color:sidebar}; height: 7px; width:345px;-webkit-transform: rotate(-5deg);}/***detalhes by o-mundo-de-uma-garota***/
  609.  
  610. #faixa7 {margin-top: 465px; margin-left: 127px; position: fixed; background-color:{color:linha1}; height: 27px; width:345px;-webkit-transform: rotate(-5deg);-webkit-border-radius: 0px 0px 0px 20px;}/***detalhes by o-mundo-de-uma-garota***/
  611.  
  612. #faixa8 {margin-top: 425px; margin-left: 327px; position: fixed; background-color:{color:sidebar}; height: 30px; width:5px;-webkit-transform: rotate(-5deg);-webkit-border-radius: 0px 0px 0px 0px;}/***detalhes by o-mundo-de-uma-garota***/
  613.  
  614. #faixa9 {margin-top: 424px; margin-left: 312px; position: fixed; background-color: {color:sidebar}; height: 5px; width:159px;}/***detalhes by o-mundo-de-uma-garota***/
  615.  
  616. /**-----------FLORZINHAA----{OMDG}----------♥-------**/
  617. #floribella {margin-top: 390px; margin-left: 362px; position: fixed; background-color: {color:borda2}; height: 19px; width:33px;-webkit-transform: rotate(180deg);-webkit-border-radius: 0px 0px 20px 20px;border-bottom: 1px dashed {color:sidebar};}/***detalhes by o-mundo-de-uma-garota***/
  618. #floribella1 {margin-top: 410px; margin-left: 399px; position: fixed; background-color: {color:borda2}; height: 19px; width:33px;-webkit-transform: rotate(180deg);-webkit-border-radius: 0px 0px 20px 20px;}/***detalhes by o-mundo-de-uma-garota***/
  619. #floribella2 {margin-top: 390px; margin-left: 410px; position: fixed; background-color: {color:borda2}; height: 19px; width:33px;-webkit-transform: rotate(180deg);-webkit-border-radius: 0px 0px 20px 20px;border-bottom: 1px dashed {color:sidebar};}/***detalhes by o-mundo-de-uma-garota***/
  620.  
  621.  
  622. </style>
  623. <body oncontextmenu="return false">
  624.  
  625.  
  626. <!----------SUA PLAY AQUI EMBAIXO-------♥------------->
  627.  
  628.  
  629.  
  630. <!----------------EPA NÃO MEXA AQUI----------♥--------->
  631. <div id="marion2"></div>
  632. <div id="estela1"></div>
  633. <div class="duhfa">{text:frasefoto}</div>
  634.  
  635. <div id="faixa3"></div>
  636. <div id="faixa4"></div>
  637. <div id="faixa5"></div>
  638. <div id="faixa6"></div>
  639. <div id="faixa7"></div> <div id="faixa8"></div><div id="faixa9"></div>
  640. <div id="dj2">◤</div>
  641. <div id="dj3">◤</div>
  642. <div id="marion1"></div>
  643.  
  644. <div id="floribella"></div><div id="floribella2"></div>
  645.  
  646. <div class="duhimag" class="hover"><img class="bottom shadow" src="{image:fotinha}"style="-webkit-filter: grayscale(100%);" >
  647. <img class="top shadow" src="{image:fotinha}" title="baby im sure duh"></div></div>
  648. <div id="duka">{text:frase2}</div>
  649. <div id="duka1">{text:frase1}</div>
  650.  
  651.  
  652.  
  653. <div id="notinholaduda">{Description}</div>
  654.  
  655. <div id="thats1">
  656.  
  657.  
  658. <a href="{text:link1}">{text:link1 title}</a>
  659. </div>
  660.  
  661. <div id="dolls">
  662.  
  663. <a href="{text:Link2}">{text:Link2 Title}</a>
  664. <a href="{text:Link3}">{text:Link3 Title}</a>
  665.  
  666.  
  667. </div>
  668.  
  669. <div id="barbie-e">
  670.  
  671. <a href="{text:Link4}">{text:Link4 Title}</a>
  672. <a href="{text:Link5}">{text:Link5 Title}</a>
  673.  
  674.  
  675. </div>
  676.  
  677.  
  678.  
  679.  
  680. </div>
  681.  
  682. <div id="dinha">
  683.  
  684. <a href="{text:Link6}">{text:Link6 Title}</a>
  685. <a href="{text:Link7}">{text:Link7 Title}</a>
  686.  
  687.  
  688. </div>
  689.  
  690. <!-------------PAGINATION-----------♥---------->
  691.  
  692. <div class="ps"><div id="paginal">
  693. {block:JumpPagination length="3"}
  694. {block:CurrentPage}<span class="pagina_atual">{PageNumber}</span>{/block:CurrentPage}
  695. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}
  696. {/block:JumpPagination}
  697. </div></div>
  698. <!-------------CRÉDITOS-----------------♥------------->
  699. <div style="margin-left:130px;background:{color:bordaimg};-webkit-border-radius: 20px 20px 0px 0px;-webkit-transform: rotate(-5deg); width:80px; font-family:tahoma;font-size:11px; margin-top: 64px; height:18px;position:fixed; "><a href="http://o-mundo-de-uma-garota.tumblr.com/"title="Theme por Duda.R [OMDG] insp em d-epreessiva + dtlhs da minha dinha linda,toda toda umabonecaciumenta."><small>THEME</a></a>
  700. <font color="{color:tags}">©</font> </a></div>
  701.  
  702.  
  703. <!-----------------OMDG FALSO-IFRAME--------♥---------->
  704.  
  705. <div id="omdg">
  706.  
  707. {block:Posts}
  708.  
  709. <!------------------------BASE DUH---------------♥--------->
  710. <div class="baseduh">
  711.  
  712. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  713.  
  714. {block:Photo}{LinkOpenTag}<div class="image"><img src="{PhotoURL-500}"></div>{LinkCloseTag}{/block:Photo}
  715.  
  716. {block:Photoset}{Photoset-500}{/block:Photoset}
  717.  
  718. <!-----------------BASE DUH 2 E 3 ----------♥----------->
  719.  
  720. {block:Quote}
  721. <b class="aspa">“</b>
  722. <div class="quote">{Quote}</div>
  723. {block:Source}<div class="qsource"> — {Source} </div>{/block:Source}
  724. {/block:Quote}
  725.  
  726. {block:Link}
  727. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  728. {block:Description}{Description}{/block:Description}
  729. {/block:Link}
  730.  
  731.  
  732. {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>{/block:Chat}
  733.  
  734.  
  735. {block:Audio}
  736. <div class="player">{AudioPlayerBlack}</div>
  737. {block:Caption}{Caption}{/block:Caption}
  738. {/block:Audio}
  739.  
  740. {block:Video}{Video-500}{/block:Video}
  741.  
  742. {block:Answer}
  743.  
  744. <div style="padding: 4px;">
  745.  
  746. <div class="asker">{asker} sussurrou: <div align="left"><img src="{AskerPortraitURL-48}" align="left" />{Question}<br/></div></div> <div align="left"> {Answer}</div>
  747. </div>
  748.  
  749. {/block:Answer}
  750.  
  751.  
  752.  
  753.  
  754. <div id="cap">
  755. {block:Photo}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  756. {block:Video}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  757. {block:Photoset}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  758.  
  759. <div class="source">{block:ContentSource}<a href="{SourceURL}">{lang:Source}:{block:SourceLogo}
  760. <img src="{BlackLogoURL}" width="{LogoWidth} height="{LogoHeight}" alt="{SourceTitle}" />
  761. {/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>
  762. {/block:ContentSource}</div></div>
  763. <br>
  764.  
  765.  
  766. <div id="date">
  767. {block:Date}<div class="tags">{block:HasTags}{block:Tags}<font color="{color:tags}">#</font><a href="{TagURL}">{Tag}</a>&nbsp;&nbsp;{/block:Tags}<br>{/block:HasTags}</div>
  768. <a href="{Permalink}">{TimeAgo}</a> {block:NoteCount} . <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount} {block:IndexPage} ♥ <a href="{ReblogUrl}" target="_blank">REBLOG <img src="http://media.tumblr.com/tumblr_m0nj1ziGbG1qe5v0r.png"class="" title=""></a>{/block:IndexPage}
  769. {block:RebloggedFrom}<br><font color="{color:tags}">Originally</font> <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a>{/block:RebloggedFrom}{block:RebloggedFrom} . <font color="{color:tags}">via</font> <a href="{ReblogParentURL}">{ReblogParentName}</a>
  770. {/block:RebloggedFrom}
  771. </div>
  772. </div>{/block:Date}
  773.  
  774.  
  775.  
  776. {block:PostNotes}
  777. <div class="caixa">
  778. <div class="extra"><img src="http://static.tumblr.com/wa79tuo/3OKm1iuvh/clock.png" class="user"> {block:RebloggedFrom} <a href="{ReblogParentURL}"> Via,</a> <a href="{ReblogRootURL}"> From,</a> {/block:RebloggedFrom} {block:ContentSource}<a href="{SourceURL}" target=blank> Source </a>. {/block:ContentSource} </div>
  779. <div class="extra">
  780. <img src="http://static.tumblr.com/wa79tuo/3OKm1iuvh/clock.png" class="user"> {DayOfMonth},<b> {Month}</b> de {Year}<br>
  781. </div>
  782. <div class="extra">
  783. <img src="http://static.tumblr.com/wa79tuo/YzBm1iuyx/tag.png" class="user"> {block:HasTags}{/block:HasTags}
  784. <span style="width:auto;">
  785. {block:HasTags}
  786. {block:Tags}
  787. <a class="tag" href="{TagURL}">{Tag}</a>
  788. {/block:Tags}
  789. {/block:HasTags}</span>
  790. <br>
  791. </div>
  792. <div class="extra">
  793. <img src="http://static.tumblr.com/wa79tuo/MiZm1iv2y/heart.png" class="user">{NoteCount}
  794. </div>
  795. </div><br>
  796. <div class="caixa">
  797. {PostNotes}
  798. </div>
  799. {/block:PostNotes}
  800. {/block:Posts}
  801. {block:PostNotes}<div class="NOTES">{PostNotes}</div>{/block:PostNotes}
  802.  
  803.  
  804.  
  805.  
  806.  
  807.  
  808.  
  809.  
  810. </div>
  811. </div>
  812. </div>
  813. </div>
  814.  
  815.  
  816.  
  817.  
  818.  
  819. </body>
  820. </html>
Advertisement
Add Comment
Please, Sign In to add comment