Eduarda

Theme crock

Apr 1st, 2013
858
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 32.44 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 & ilovethemes;
  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="#fdfafa" />
  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="#d8d5d5" />
  153. <meta name="color:pag" content="#d8d5d5" />
  154. <meta name="color:tags" content="#FFC0CB" />
  155. <meta name="color:frase" content="#8B8682" />
  156. <meta name="color:abc" content="#FFC0CB" />
  157. <meta name="color:italico" content="#8B8682" />
  158. <meta name="color:borda" content="#999898" />
  159. <meta name="color:borda2" content="#ce7b8a" />
  160. <meta name="color:bghover" content="#fff" />
  161. <meta name="color:sombra" content="#8B8682" />
  162. <meta name="color:textdesc" content="#8B8682" />
  163. <meta name="color:bgask" content="#CDC9C9" />
  164. <meta name="color:bgask2" content="#FFC0CB" />
  165. <meta name="color:bordaimg" content="#f3ebd6" />
  166. <meta name="color:scrollbar" content="#ce7b8a" />
  167. <meta name="color:links" content="#8B8989" />
  168. <meta name="color:chat" content="#F8F8FF" />
  169. <meta name="color:chat2" content="#FFC0CB" />
  170. <meta name="color:linkshover" content="#f3ebd6" />
  171. <meta name="color:linhasdopost" content="#e0dfdf" />
  172.  
  173.  
  174.  
  175.  
  176. <meta name="image:background" content="" />
  177. <meta name="image:fotinha" content="http://static.tumblr.com/92797ff9fad15439735eee07d1a3c80d/2bh9bxo/1cHmkls2s/tumblr_static_pretoebranco3.jpg"/>
  178.  
  179.  
  180.  
  181. <meta name="text:frase2" content="...e estou dizendo é vc" />
  182. <meta name="text:frase" content="Um pedaço de mim quer você" />
  183.  
  184.  
  185. <meta name="text:Link1" content="/" />
  186. <meta name="text:Link1 Title" content="link1" />
  187. <meta name="text:Link2" content="/" />
  188. <meta name="text:Link2 Title" content="link2" />
  189. <meta name="text:Link3" content="/" />
  190. <meta name="text:Link3 Title" content="link3" />
  191. <meta name="text:Link4" content="/" />
  192. <meta name="text:Link4 Title" content="link4" />
  193. <meta name="text:Link5" content="/" />
  194. <meta name="text:Link5 Title" content="link5" />
  195. <meta name="text:Link6" content="/" />
  196. <meta name="text:Link6 Title" content="link6" />
  197. <meta name="text:Link7" content="/" />
  198. <meta name="text:Link7 Title" content="link7" />
  199.  
  200.  
  201. <!----------------FONTES--------------->
  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'><link href='http://fonts.googleapis.com/css?family=Ubuntu+Mono' rel='stylesheet' type='text/css'>
  204. <link href='http://fonts.googleapis.com/css?family=Play' rel='stylesheet' type='text/css'>
  205.  
  206. <link href='http://fonts.googleapis.com/css?family=Anonymous+Pro' rel='stylesheet' type='text/css'>
  207.  
  208. <link href='http://fonts.googleapis.com/css?family=Life+Savers' rel='stylesheet' type='text/css'>
  209. <link href='http://fonts.googleapis.com/css?family=Play' rel='stylesheet' type='text/css'>
  210. <link href="http://fonts.googleapis.com/css?family=Yanone+Kaffeesatz:300,400,700t" rel="stylesheet" type="text/css">
  211.  
  212. <link href='http://fonts.googleapis.com/css?family=Rochester' rel='stylesheet' type='text/css'>
  213.  
  214. <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'>
  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=Sevillana' rel='stylesheet' type='text/css'>
  223. <link href='http://fonts.googleapis.com/css?family=Grand+Hotel' rel='stylesheet' type='text/css'>
  224. <link href='http://fonts.googleapis.com/css?family=Poiret+One' rel='stylesheet' type='text/css'>
  225.  
  226. <script src="http://static.tumblr.com/n66cz1n/fDLm23be2/cantinhohtml_.js"></script><script src="http://static.tumblr.com/n66cz1n/6Aim23be8/cantinhohtml.js"></script>
  227.  
  228. <title>{Title}</title>
  229. <link rel="shortcut icon" href="{Favicon}">
  230. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  231. {block:Description}
  232. <meta name="description" content="{MetaDescription}" />
  233. {/block:Description}
  234.  
  235. <link rel="stylesheet" href="http://static.tumblr.com/2bytpfr/ahUme2mnq/balan__o_ana.css" media="screen"/>
  236. <link href='http://fonts.googleapis.com/css?family=Homenaje' rel='stylesheet' type='text/css'>
  237.  
  238.  
  239. <script type="text/javascript">
  240. // <![CDATA[
  241. var speed=100; //
  242. var height=3; //
  243. var alink="/"; // page to link text to (set to ="" for no link)
  244.  
  245. /****************************
  246. ****************************/
  247. var wobtxt, wobble, wobcnt=0;
  248. window.onload=function() { if (document.getElementById) {
  249. var i, wobli;
  250. wobble=document.getElementById("wobble");
  251. wobtxt=wobble.firstChild.nodeValue;
  252. while (wobble.childNodes.length) wobble.removeChild(wobble.childNodes[0]);
  253. for (i=0; i<wobtxt.length; i++) {
  254. wobli=document.createElement("span");
  255. wobli.setAttribute("id", "wobb"+i);
  256. wobli.style.position="relative";
  257. wobli.appendChild(document.createTextNode(wobtxt.charAt(i)));
  258. if (alink) {
  259. wobli.style.cursor="pointer";
  260. wobli.onclick=function() { top.location.href=alink; }
  261. }
  262. wobble.appendChild(wobli);
  263. }
  264. setInterval("wobbler()", speed);
  265. }}
  266.  
  267. function wobbler() {
  268. for (var i=0; i<wobtxt.length; i++) document.getElementById("wobb"+i).style.top=Math.round(height*Math.sin(i+wobcnt))+"px"
  269. wobcnt++;
  270. }
  271. // ]]>
  272. </script>
  273.  
  274.  
  275.  
  276. <style type="text/css">
  277.  
  278. body {background-color: {color:background}; font-family: Muli; color: {color:text}; text-align: center; font-size: 11px; background-image:url('{image:background}'); background-attachment: fixed; }
  279.  
  280. a {color: {color:link}; text-decoration: none; text-transform: none;}
  281. a:hover {color: {color:lhover}; background-color: transparent; text-decoration: none;}
  282.  
  283. p {margin: 6px 0 0 0}
  284.  
  285. blockquote {margin: 5px 5px 5px 5px; border-left: 4px solid {color:linhadopost}; padding-left: 5px; }
  286. blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 5px solid {color:linhadopost};}
  287. blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 4px solid {color:linhadopost}; }
  288. blockquote blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 3px solid {color:linhadopost}; }
  289.  
  290. blockquote img{max-width: 470px!important}
  291. blockquote blockquote img{max-width: 450px!important}
  292. blockquote blockquote blockquote img{max-width: 430px!important}
  293. blockquote blockquote blockquote blockquote img{max-width: 410px!important}
  294.  
  295.  
  296.  
  297.  
  298. /***------------POST'S------------♥---------***/
  299. #omdg {float: left; margin-left: 480px; margin-top: 8px;opacity:1; overflow: auto;border: 1px solid {color:linhasdopost};}
  300.  
  301. .baseduh {width: 490px; background-color: {color:post};
  302. padding: 7px; margin-bottom: 1px; text-align:left;
  303. font-family: tahoma; font-size: 10.5px; position: relative;}
  304.  
  305. /***---------------TITULOS DO POST--------♥---------***/
  306. h1 {font-family: Poiret One; background:{color:background};text-align: center;font-size: 18px; text-transform: none; color: {color:text}; font-weight: normal; line-height: 18px;-webkit-border-radius: 10px 10px 0px 0px; }
  307. h1 a {text-align: center; font-size: 15px; text-transform: none; color: {color:text}; font-weight: normal; line-height: 18px;}
  308. h1 a:hover {text-align: center; font-size: 15px; text-transform: none; color: {color:text}; font-weight: normal; line-height: 18px;}
  309.  
  310. /***---------------BASE DUH 1 --------------♥-----------***/
  311. .baseduh1 {font-family: 'Muli'; text-align: center;
  312. font-size: 12px; line-height: 15px; padding: 4px;
  313. background:{color:background};text-transform:uppercase;}
  314. .baseduh2 {text-align: center; text-transform: none;
  315. margin-bottom: 5px;background:{color:background};}
  316. .baseduh2 a, a:hover{text-transform: none;}
  317.  
  318.  
  319.  
  320. /* Chat por Anna (livelikeasuicide) *********/
  321. .chat {background:{color:chat1}; margin: 0; font-size:
  322.  
  323. 10px; font-family: consolas;}
  324. .chat .chat1 {margin-left: 0px;font-size:
  325. 8px; }
  326. .chat .chat1 .chat2 {background:{color:chat}; color:{color:text};font-size: 10px;
  327. margin-bottom: 1px; padding:4px; font-family: tahoma; } /* Primeira linha */
  328. .chat .chat1 .chat2.even {background:{color:chat2};
  329. color:{color:text};font-size:
  330. 11px; } /* Segunda linha */
  331.  
  332.  
  333. .player {background-color: #181818; text-align: justify; display:block;}
  334.  
  335. .image {text-align:center; border: 0px}
  336. .image img {border: 9px solid {color:linhasdopost};max-width: 470px; margin-bottom: 2px }
  337.  
  338. .image img:hover {border: 9px solid {color:borda2};}
  339.  
  340. /*-------------NEGRITO ITALICO E SUBLINHADO------♥-------*/
  341. b, strong, bold {color:{color:abc};}
  342.  
  343. u,underline {color:{color:text}; border-bottom: 1px dotted {color:abc}; text-decoration:none; }
  344.  
  345. i, em{color:{color:text};}
  346.  
  347.  
  348.  
  349.  
  350. .quote:first-letter{font-family: Rochester; font-size: 24px;color:{color:borda2};}
  351. .quote {font-family: Muli; text-align: center; font-size: 12px; line-height: 15px; padding: 3px; margin-top: 6px;}
  352. .b-source {font-family:'candara'; font-style:italic; font-size: 12px; text-transform: none; margin-bottom: 5px; margin-top:4px; padding-left:10px; background: {color:background}; padding:0px 10px 0px 0px; line-height:20px; height:22; border-top: 1px solid {color:linhasdopost};border-bottom: 1px solid {color:linhasdopost}; font-weight:bold; text-align: right;}
  353. }
  354. .b-source a, a:hover{text-transform: none;}
  355.  
  356.  
  357. /************Ask Por Simone (ilovethemes) (cerejadosundae)**************/
  358. .asker { background:{color:bgask2}; font-weight:normal; padding:8px; color:{color:text}; font-size: 10px;text-align:left;-webkit-border-top-left-radius: 3px;-webkit-border-top-right-radius: 3px;-moz-border-radius-topleft: 3px;-moz-border-radius-topright: 3px;border-top-left-radius: 3px;border-top-right-radius: 3px;margin-top: 0px;}#000{border-bottom: 12px solid {color:ask};border-right:5px solid transparent;border-top: 12px solid transparent;border-left: 5px solid transparent;width: 0px;height: 0px;margin-top:20px;margin-left:100px; margin-left:90%; }.asksm{min-height:18px;font-family: 'Nunito', helvetica; text-transform: uppercase;font-size: 8px; font-style: normal; color: {color:text}; text-align: left;padding:2px;background:{color:bgask};float:right;}asksm {min-height:15px;background:{color:bgask};padding:2px;margin-bottom:0px;}.asksm a{background:{color:bgask}; color:{color:text};4;padding:0px;background-color:{color:bgask};line-height:18px;font-size: 8px; }.askborder {width:22px;float:right; }.resposta { font-size: 10px;background:{color:background};font-weight:normal; padding:10px; margin-top: -1px; -webkit-border-bottom-right-radius: 3px;color:{color:text};-webkit-border-bottom-left-radius: 3px;-moz-border-radius-bottomright: 3px;-moz-border-radius-bottomleft: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;}
  359.  
  360.  
  361. /****-------DATAS,REBLOG POR [OMDG]---♥----****/
  362.  
  363. #date {text-align: center;background:{color:background}; font-size: 9px;font-family: Sacramento, cursive; z-index: 11;color:{color:tags};border-top: 1px solid {color:linhasdopost};}
  364. #date a {font-size: 9px;}
  365.  
  366. .tags {border-bottom: 1px solid {color:linhasdopost};color: {color:link}; font-size: 9px; font-family: Sacramento, cursive; display: inline; list-style: none; text-transform: lowercase;}
  367. .tags a {font-size: 9px; color: {color:link}; display: inline; list-style: none; text-transform: lowercase;}
  368.  
  369. #cap {width: 500px; margin-top: -2px;}
  370. .source {display: none;}
  371.  
  372.  
  373.  
  374. /*** Notes enfeitados por things-to-help-you ******/
  375. 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;}
  376. ol.notes li.note {border-top: solid 1px {color:post}; padding: 4px;}
  377. ol.notes li.note img.avatar {display: none;}
  378. ol.notes li.note span.action {font-weight: none;}
  379. ol.notes li.note .answer_content {font-weight: normal;}
  380. ol.notes li.note blockquote {display: none;}
  381. ol.notes li.note blockquote a {text-decoration: none;}
  382. ful { list-style: none; }
  383. ol { list-style-position: inside; }
  384. * { margin: 0; padding: 0; outline: none; }
  385. .caixa {overflow: hidden;background: {color:post}; padding: 7px;
  386. font-family: Verdana, Geneva, sans-serif;
  387. color: {color:text};text-align: justify;outline: 0px solid #; margin-bottom: 0px;}
  388. .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;}
  389. .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;}
  390. .extra a {padding-right: 6px; color: {color:text}; border-right: dotted 1px {color:borda}; text-shadow: 1px 1px 1px #;}
  391.  
  392. /*----Efeito Push por Duda.R exclusive do revolutionhtml--♥--*/
  393.  
  394. .efeito2 {position: absolute;width:217px;height:270px;margin-left:222px;
  395. margin-top: 93px;position:fixed;border:4px solid {color:bordaimg}; }
  396. .efeito2 img {position:fixed;border:2px solid {color:borda}; -webkit-transition: all 1s ease-in-out;
  397. -webkit-border-radius: 0px 0px 0px 0px;-moz-transition: all 1s ease-in-out;
  398. -o-transition: all 1s ease-in-out;-ms-transition: all 1s ease-in-out; transition: all 1s ease-in-out;display: block;height:265px;width: 212px;
  399. padding:0px;margin-left:0px;margin-top:0px;opacity:0.8;-webkit-transition-duration: 0.8s;opacity: 9.0;}
  400. .efeito2 img:hover {text-align: center; margin-top:10px; margin-left: 10px; overflow: hidden; position: fixed; padding: 0px; width:241px; -moz-transition: all 2s ease-out; height: 292px; letter-spacing: 0px; z-index:800000000000000000000000000000000000000000000000;opacity:0.0;
  401.  
  402. }
  403.  
  404. @-webkit-keyframes spaceboots {
  405.  
  406. 0% { margin-left:10px;}
  407.  
  408. 50% { opacity:0.0;}
  409.  
  410. 100% {margin-right:10px;}
  411.  
  412. }
  413. .plim:hover,
  414.  
  415. .plim:focus {
  416.  
  417. -webkit-animation-name: spaceboots;
  418.  
  419. -webkit-animation-duration: 0.5s;
  420.  
  421. -webkit-transform-origin:50% 50%;
  422.  
  423. -webkit-animation-iteration-count: infinite;
  424.  
  425. -webkit-animation-timing-function: linear;
  426.  
  427. -webkit-filter: grayscale(1);-webkit-filter: grayscale(100%); -moz-filter: grayscale(100%);filter: url(desaturate.svg#greyscale);filter: gray; filter: grayscale(100%);}
  428.  
  429. .plim{padding: -3px -15px -15px -3px;display: inline-block;padding-top: 50px;}
  430.  
  431.  
  432.  
  433. #creditosaduda {margin-top: 56px; margin-left: 230px; position: fixed; background-color:{color:sidebar}; height: 361px; width:9px;opacity:0.7; }
  434.  
  435.  
  436.  
  437.  
  438.  
  439.  
  440. /******----------------DESCRIÇÃO--------♥--------******/
  441. #notinholaduda {margin-left: 200px; margin-top: 458px; width:244px; font-size: 11px; height:auto; text-align: right; transparent; font-family:Ubuntu Mono; color: {color:textdesc};position: fixed;z-index:99;padding: 5px; -webkit-transition: 1s ease-in; line-height: 10px;-webkit-border-radius: 5px 5px 5px 5px;
  442. -moz-transition: 1s ease-in; transition: 1s ease-in; overflow: hidden; opacity: 1; border-top: 3px dotted transparent;padding: 2px 2px 2px 2px;border: 0px solid {color:borda};}
  443.  
  444. /*******-------------------PARTE DA SIDEBAR------♥-----******/
  445.  
  446. #estela1 {position: fixed; margin-left: 208px; width:258px; height: 373px; background-color:{color:sidebar}; margin-top: 80px; -webkit-transform: rotate(0deg); -webkit-transform: rotate(0deg); }
  447.  
  448.  
  449.  
  450. @font-face {font-family: "ilove";src: url('http://static.tumblr.com/zvqacv0/kV7mbs1tz/i_love_what_you_do__...ttf') format("truetype");}
  451.  
  452.  
  453.  
  454. /***-------------- TITULOS------------------♥--------***/
  455. #duka {margin-left:252px;margin-top: 509px; height:24px; line-height:20px;float:left; position:fixed; width:258px; font-family:Poiret One; font-size:15px; text-align: center;
  456. color:{color:frase} ;letter-spacing:-1px; z-index:11; text-transform: none; text-shadow: 3px 3px 5px 4px {color:sombra};-webkit-border-radius: 0px 10px 10px 0px;}
  457.  
  458. #duka a:hover {color:{color:linha};}
  459.  
  460. /***-------------- TITULOS------------------♥--------***/
  461. #duka1 {margin-left:210px;margin-top: 378px; height:20px; line-height:20px;float:left; position:fixed; width:264px; font-family:Cursive standard; font-size:20px; text-align: center;border-bottom: 2px solid {color:borda};
  462. color:{color:borda2} ;letter-spacing:-1px; z-index:11; text-transform: none; text-shadow: 3px 3px 5px 4px {color:sombra};}
  463.  
  464. #duka1 a:hover {color:{color:linha};}
  465.  
  466. @font-face{font-family:'Cursive standard'; src:url('http://static.tumblr.com/37gdlu1/xpLmc5f4q/cursive_standard.ttf');}
  467. @font-face { font-family: "tinytots";src: url('http://static.tumblr.com/rmj06l2/Usellxb4i/tinytots.ttf');}
  468.  
  469.  
  470. /***--------------SELEÇÃO COLORIDA---------♥---------***/
  471. ::selection{background: {color:linha2}; color: {color:borda}da fonte;}
  472. ::-moz-selection{background: {color:linha2}; color:{color:borda} da fonte;}
  473.  
  474. /*** SCROLLBAR***/
  475.  
  476. ::-webkit-scrollbar
  477. {width: 10px; height: 10px;}
  478. ::-webkit-scrollbar-track-piece
  479. {background-color: {color:scrollbar}; -webkit-border-radius: 3px;}
  480. ::-webkit-scrollbar-thumb:vertical
  481. {height: 6px; background-color: {color:borda2}; -webkit-border-radius: 3px;}
  482. ::-webkit-scrollbar-thumb:horizontal
  483. {width: 6px; background-color:{color:borda2}; -webkit-border-radius: 3px;}
  484. pre {text-align: justify;
  485. padding-left: 5px;
  486. line-height: 20px;
  487. background: url('http://static.tumblr.com/ifqwhnb/n5hm2u2f3/pre.png');
  488. font-family: tahoma;
  489. color:{color:text};
  490. overflow: scroll;
  491. margin-right: 1px;
  492. margin-bottom: 7px;}
  493.  
  494.  
  495.  
  496.  
  497.  
  498. /****** tumblr controls by ritamafalda */
  499.  
  500. iframe#tumblr_controls {right:3px !important; position: fixed !important; filter:alpha(opacity=99); -moz-opacity:0.99; opacity:0.99; -webkit-transition:all .3s linear;-moz-transition:all .3s linear;transition:all .3s linear;}
  501.  
  502. iframe#tumblr_controls:hover{filter:alpha(opacity=0.30); -moz-opacity:1; opacity:1;}
  503.  
  504. /***-----------QUADRADINHO---------------♥----------------***/
  505.  
  506.  
  507. #dj2 {width: 29px; position: fixed; padding: 8px; background-color: transparent; margin-left: 126px; margin-top: 53px; color:{color:sidebar}; font-size: 28px; -webkit-transform: rotate(3deg); z-index: 1000;}
  508.  
  509.  
  510.  
  511. /**---------PRA SID BB-----♥----**/
  512.  
  513. #marion1 {position: fixed;
  514. margin-left: 155px;
  515. width:81px;
  516. height: 20px;
  517. background-color:{color:sidebar};
  518. margin-top: 582px;
  519. -webkit-transform: rotate(0deg);
  520. -webkit-transform: rotate(180deg);-webkit-border-radius: 5px 5px 5px 5px;border-bottom: 1px dashed {color:borda2};}
  521.  
  522. #marion2 {position: fixed;
  523. margin-left: 455px;
  524. width:21px;
  525. height: 714px;
  526. background-color:{color:sidebar};
  527. margin-top: -7px;
  528. -webkit-transform: rotate(0deg);
  529. -webkit-transform: rotate(180deg);-webkit-border-radius: 5px 5px 0px 0px;border-top: 1px dashed {color:borda2};}
  530.  
  531.  
  532.  
  533. #sure {width: 100px; float: left; margin-left:289px; height:20px; margin-top: 397px; padding: 3px; text-align: center; position: fixed; background-color: transparent; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; z-index:100 } /***link by o-mundo-de-uma-garota***/
  534.  
  535. #sure a {float: left; margin-right: 0px; display: block; width: 38px; letter-spacing: 2px; font-family: calibri; font-size: 11px; text-transform: uppercase; text-align: center; color: {color:links}; text-decoration: none; height:12px;line-height:10px; padding: 4px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;} /***link by o-mundo-de-uma-garota***/
  536. #sure a:hover{-webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;text-align: center; color:{color:borda2}; box-shadow: inset 0px 100px {color:bghover};-webkit-border-radius: 0px 0px 10px 10px;}
  537.  
  538. #sure1 {width: 250px; float: left; margin-left:229px; height:20px; margin-top: 417px; padding: 3px; text-align: center; position: fixed; background-color: transparent; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; z-index:100 } /***link by o-mundo-de-uma-garota***/
  539. #sure1 a {float: left; margin-left: 2px; display: block; width: 30px; letter-spacing: 2px; font-family: calibri; font-size: 9px; text-transform: uppercase; text-align: center; margin-bottom: 1px; border-bottom:0px solid {color:faixa1};background-color: {color:linkshover}; color: {color:links}; text-decoration: none; height:15px;line-height:10px; padding: 4px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;border-left: 0px double{color:borda2};} /***link by o-mundo-de-uma-garota***/
  540. #sure1 a:hover{-webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;text-align: center;border-bottom:3px solid {color:borda2}; color:{color:borda2}; box-shadow: inset 0px 100px {color:bghover};}
  541.  
  542.  
  543.  
  544. /**--OMDG---♥---**/ /**--OMDG---♥---**/ /**--OMDG---♥---**/
  545. #pagina{ margin-top: 60px; margin-left:295px;font-size:13px; width: 88px; float: right; background-color: transparent; position: fixed; height: 24px; -webkit-border-radius: 0px 0px 0px 0px; z-index:830 }
  546.  
  547. /***BOXNOTES Simone (cerejadosundae)***/
  548. .baseduh .boxnotes {z-index: 11;
  549. margin-left:15px; width:auto;padding:1px;
  550. text-align: left; height:auto;border-radius:4px;
  551. position: absolute; margin-top: 5px; text-transform:uppercase;
  552. line-height: 25px; font-family:verdana;font-size:18px;opacity: 0;
  553. -webkit-transition: all 0.4s ease;-moz-transition: all 0.5s ease;
  554. -o-transition: all 0.5s ease;transition: all 0.5s ease;}
  555. .baseduh .boxnotes img{width:18px;margin-top:5px;}
  556. .baseduh .boxnotes a{color:#333;}
  557. .baseduh:hover .boxnotes {opacity: 1; }
  558. .bor{margin:1px;}
  559. /***Class do primeiro note***/
  560. .baseduh .boxnotess {z-index: 11;display: inline-block;height:30px; width:30px; background: rgba(0,0,0,0.5);border-radius:30px;margin-left:-5px;-webkit-transition: all 0.4s ease;-moz-transition: all 0.5s ease;
  561. -o-transition: all 0.5s ease;transition: all 0.5s ease;}
  562. .baseduh:hover .boxnotesss {margin-left:2px; }
  563. /***Class do segundo note***/
  564. .baseduh .boxnotesss {z-index: 11;display: inline-block;height:30px; width:30px; background: rgba(255,255,255,0.8);border-radius:30px;margin-left:-50px;-webkit-transition: all 0.4s ease;-moz-transition: all 0.5s ease;
  565. -o-transition: all 0.5s ease;transition: all 0.5s ease;}
  566. .baseduh:hover .boxnotesss { margin-left:-2px; }
  567. </style>
  568. <body oncontextmenu="return false">
  569.  
  570.  
  571. <!----------SUA PLAY AQUI EMBAIXO-------♥------------->
  572.  
  573.  
  574.  
  575. <!----------------EPA NÃO MEXA AQUI----------♥--------->
  576.  
  577.  
  578. <div id="estela1"></div>
  579.  
  580. <div class="efeito2" class="hover">
  581.  
  582. <img class="bottom shadow"class="plim" src="{image:fotinha}"style="-webkit-filter: grayscale(100%);" >
  583. <img class="hover" src="{image:fotinha}" title=""></div></div>
  584. </div></div>
  585.  
  586. <div id="marion2"></div>
  587.  
  588.  
  589.  
  590. <div id="duka">{text:frase2}</div> <div id="duka1">{text:frase}</div>
  591.  
  592.  
  593.  
  594. <div id="notinholaduda">{Description}</div>
  595.  
  596.  
  597. <div id="sure">
  598.  
  599. <a href="{text:Link1}">{text:Link1 Title}</a>
  600. <a href="{text:Link2}">{text:Link2 Title}</a>
  601.  
  602. </a>
  603. </div>
  604.  
  605. <div id="sure1">
  606.  
  607. <a href="{text:Link3}">{text:Link3 Title}</a>
  608. <a href="{text:Link4}">{text:Link4 Title}</a>
  609. <a href="{text:Link5}">{text:Link5 Title}</a>
  610. <a href="{text:Link6}">{text:Link6 Title}</a>
  611. <a href="{text:Link7}">{text:Link7 Title}</a>
  612. </a>
  613. </div>
  614.  
  615. <div id="pagina"><div id="paginacaoml"> {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}"><font color="{color:pag}">«</font></a>{/block:PreviousPage}{/block:Pagination}
  616. {CurrentPage} <font color="{color:tags}"><b> of</b></font> {TotalPages}
  617. {block:JumpPagination length="0"}
  618. {block:CurrentPage}<span class="pagina_atual">{PageNumber}</span>{/block:CurrentPage}
  619. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}
  620. {/block:JumpPagination}
  621. {block:Pagination}{block:NextPage}<a href="{NextPage}"><font color="{color:pag}">»</font></a>{/block:NextPage}{/block:Pagination}</div></div></div>
  622.  
  623. <!-------------CRÉDITOS-----------------♥------------->
  624. <div style="margin-left:55px;background:{color:sidebar};-webkit-border-radius: 5px 5px 5px 5px;-webkit-transform: rotate(0deg); width:65px; font-family:Muli;font-size:11px; margin-top: 12px; height:15px;position:fixed; border: 1px dashed {color:borda2};"><a href="http://o-mundo-de-uma-garota.tumblr.com/"title="Theme por Duda.R [OMDG] + solucionar + box notes por: cerejadosundae not copie plagio é crime"><small>THEME</a></a>
  625. <font color="{color:tags}">©</font> </a></div>
  626.  
  627.  
  628. <!-----------------OMDG FALSO-IFRAME--------♥---------->
  629.  
  630. <div id="omdg">
  631.  
  632. {block:Posts}
  633.  
  634. <!------------------------BASE DUH---------------♥--------->
  635. <div class="baseduh">
  636.  
  637. {block:IndexPage}<div class="boxnotes"><center><div class="boxnotess"><a href="{ReblogURL}" target="_blank"><img src="http://cdn1.iconfinder.com/data/icons/TWG_Retina_Icons/64/arrow_circle_left.png"class="bor"></a></div>
  638. <div class="boxnotesss"><a class="notes" href="{Permalink}"><img src="http://cdn1.iconfinder.com/data/icons/windows8_icons_iconpharm/26/like_outline.png"class="bor"></a></center></div>{/block:IndexPage}
  639.  
  640.  
  641. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  642.  
  643. {block:Photo}{LinkOpenTag}<div class="image"><img src="{PhotoURL-500}"></div>{LinkCloseTag}{/block:Photo}
  644.  
  645. {block:Photoset}{Photoset-500}{/block:Photoset}
  646.  
  647. <!-----------------BASE DUH 2 E 3 ----------♥----------->
  648.  
  649. {block:Quote}
  650. <div class="quote">“{Quote}”</div>
  651. {block:Source}<div class="b-source"> — {Source}</div>
  652. {/block:Source}
  653. {/block:Quote}
  654.  
  655. {block:Link}
  656. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  657. {block:Description}{Description}{/block:Description}
  658. {/block:Link}
  659.  
  660.  
  661.  
  662. {block:Chat}
  663. <div class="chat">
  664. <div class="chat1">
  665. {block:Lines}
  666. <div class="chat2 {Alt}">
  667. {block:Label}
  668. <span>{Label}</span>
  669. {/block:Label}
  670. {Line}</div>
  671. {/block:Lines}
  672. </div>
  673. </div>
  674. {/block:Chat}
  675.  
  676.  
  677.  
  678.  
  679. {block:Audio}
  680. <div class="player">{AudioPlayerBlack}</div>
  681. {block:Caption}{Caption}{/block:Caption}
  682. {/block:Audio}
  683.  
  684. {block:Video}{Video-500}{/block:Video}
  685.  
  686. {block:Answer}
  687.  
  688. <div class="asksm"><asksm><a href="{Permalink}">{TimeAgo}</a> · {Asker}</asksm> </div><img src="{AskerPortraitURL-64}"align="left" class="askborder"/><div id="tri"></div><div class="asker"> {Question}</div><div class="resposta">{Answer}</div>
  689.  
  690. {/block:Answer}
  691.  
  692.  
  693.  
  694.  
  695. <div id="cap">
  696. {block:Photo}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  697. {block:Video}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  698. {block:Photoset}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  699.  
  700. <div class="source">{block:ContentSource}<a href="{SourceURL}">{lang:Source}:{block:SourceLogo}
  701. <img src="{BlackLogoURL}" width="{LogoWidth} height="{LogoHeight}" alt="{SourceTitle}" />
  702. {/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>
  703. {/block:ContentSource}</div></div>
  704. <br>
  705.  
  706.  
  707. <div id="date">
  708. {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>
  709. <a href="{Permalink}">{TimeAgo}</a> {block:NoteCount} . <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount} {block:IndexPage} ♥ <a href="{ReblogUrl}" target="_blank"></a>{/block:IndexPage}
  710. {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>
  711. {/block:RebloggedFrom}
  712. </div>
  713. </div>{/block:Date}
  714.  
  715.  
  716.  
  717. {block:PostNotes}
  718. <div class="caixa">
  719. <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>
  720. <div class="extra">
  721. <img src="http://static.tumblr.com/wa79tuo/3OKm1iuvh/clock.png" class="user"> {DayOfMonth},<b> {Month}</b> de {Year}<br>
  722. </div>
  723. <div class="extra">
  724. <img src="http://static.tumblr.com/wa79tuo/YzBm1iuyx/tag.png" class="user"> {block:HasTags}{/block:HasTags}
  725. <span style="width:auto;">
  726. {block:HasTags}
  727. {block:Tags}
  728. <a class="tag" href="{TagURL}">{Tag}</a>
  729. {/block:Tags}
  730. {/block:HasTags}</span>
  731. <br>
  732. </div>
  733. <div class="extra">
  734. <img src="http://static.tumblr.com/wa79tuo/MiZm1iv2y/heart.png" class="user">{NoteCount}
  735. </div>
  736. </div><br>
  737. <div class="caixa">
  738. {PostNotes}
  739. </div>
  740. {/block:PostNotes}
  741. {/block:Posts}
  742. {block:PostNotes}<div class="NOTES">{PostNotes}</div>{/block:PostNotes}
  743.  
  744.  
  745.  
  746.  
  747.  
  748.  
  749.  
  750.  
  751. </div>
  752. </div>
  753. </div>
  754. </div>
  755.  
  756.  
  757.  
  758.  
  759.  
  760. </body>
  761. </html>
Advertisement
Add Comment
Please, Sign In to add comment