Eduarda

Theme sour orange

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