Eduarda

Theme 74

Nov 7th, 2012
685
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 28.32 KB | None | 0 0
  1. <html>
  2.  
  3. <!----
  4. 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.
  5. { Ajudas necessárias & tutoriais por: making-themes and worldesigns}
  6.  
  7. - - - - - - - - - - - - - -
  8. - THEME FEITO POR DUDA.R -
  9. - - - - - - - - - - - - - - ---->
  10.  
  11.  
  12. <script type="text/javascript">
  13. //desabilita menu de opcoes ao clicar no botao direito
  14. function desabilitaMenu(e)
  15. {
  16. if (window.Event)
  17. {
  18. if (e.which == 2 || e.which == 3)
  19. return false;
  20. }
  21. else
  22. {
  23. event.cancelBubble = true
  24. event.returnValue = false;
  25. return false;
  26. }
  27. }
  28.  
  29. //desabilita botao direito
  30. function desabilitaBotaoDireito(e)
  31. {
  32. if (window.Event)
  33. {
  34. if (e.which == 2 || e.which == 3)
  35. return false;
  36. }
  37. else
  38. if (event.button == 2 || event.button == 3)
  39. {
  40. event.cancelBubble = true
  41. event.returnValue = false;
  42. return false;
  43. }
  44. }
  45.  
  46. //desabilita botao direito do mouse
  47. if ( window.Event )
  48. document.captureEvents(Event.MOUSEUP);
  49. if ( document.layers )
  50. document.captureEvents(Event.MOUSEDOWN);
  51.  
  52. document.oncontextmenu = desabilitaMenu;
  53. document.onmousedown = desabilitaBotaoDireito;
  54. document.onmouseup = desabilitaBotaoDireito;
  55. </script>
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63. <script type="text/javascript">
  64.  
  65.  
  66. //Created by Title bar Maker (http://www.bosiljak.hr/titlemaker)
  67.  
  68.  
  69.  
  70.  
  71. function tb8_makeArray(n){
  72.  
  73.  
  74. this.length = n;
  75.  
  76.  
  77. return this.length;
  78.  
  79.  
  80. }
  81.  
  82.  
  83.  
  84.  
  85. tb8_messages = new tb8_makeArray(1);
  86.  
  87.  
  88.  
  89.  
  90. tb8_messages[0] = "{Title}";
  91.  
  92.  
  93.  
  94.  
  95. tb8_rptType = 'infinite';
  96.  
  97.  
  98.  
  99.  
  100. tb8_rptNbr = 5;
  101.  
  102.  
  103.  
  104.  
  105. tb8_speed = 100;
  106.  
  107.  
  108.  
  109.  
  110. tb8_delay = 2000;
  111.  
  112.  
  113.  
  114.  
  115. var tb8_counter=1;
  116.  
  117.  
  118.  
  119.  
  120. var tb8_currMsg=0;
  121.  
  122.  
  123.  
  124.  
  125. var tb8_tekst ="";
  126.  
  127.  
  128.  
  129.  
  130. var tb8_i=0;
  131.  
  132.  
  133.  
  134.  
  135. var tb8_TID = null;
  136.  
  137.  
  138.  
  139.  
  140. function tb8_pisi(){
  141.  
  142.  
  143.  
  144.  
  145. tb8_tekst = tb8_tekst + tb8_messages[tb8_currMsg].substring(tb8_i, tb8_i+1);
  146.  
  147.  
  148.  
  149.  
  150. document.title = tb8_tekst;
  151.  
  152.  
  153.  
  154.  
  155. tb8_sp=tb8_speed;
  156.  
  157.  
  158.  
  159.  
  160. tb8_i++;
  161.  
  162.  
  163.  
  164.  
  165. if (tb8_i==tb8_messages[tb8_currMsg].length){
  166.  
  167.  
  168.  
  169.  
  170. tb8_currMsg++; tb8_i=0; tb8_tekst="";tb8_sp=tb8_delay;
  171.  
  172.  
  173.  
  174.  
  175. }
  176.  
  177.  
  178.  
  179.  
  180. if (tb8_currMsg == tb8_messages.length){
  181.  
  182.  
  183.  
  184.  
  185. if ((tb8_rptType == 'finite') && (tb8_counter==tb8_rptNbr)){
  186.  
  187.  
  188.  
  189.  
  190. clearTimeout(tb8_TID);
  191.  
  192.  
  193.  
  194.  
  195. return;
  196.  
  197.  
  198.  
  199.  
  200. }
  201.  
  202.  
  203.  
  204.  
  205. tb8_counter++;
  206.  
  207.  
  208.  
  209.  
  210. tb8_currMsg = 0;
  211.  
  212.  
  213. }
  214.  
  215.  
  216.  
  217.  
  218. tb8_TID = setTimeout("tb8_pisi()", tb8_sp);
  219.  
  220.  
  221.  
  222.  
  223. }
  224.  
  225.  
  226.  
  227.  
  228. tb8_pisi()
  229.  
  230.  
  231.  
  232.  
  233. </script>
  234.  
  235.  
  236.  
  237. <head>
  238.  
  239.  
  240. <script type="text/javascript"
  241. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  242.  
  243. <script>
  244.  
  245.  
  246.  
  247. $(document).ready(function() {
  248.  
  249. //
  250.  
  251.  
  252.  
  253. //When you click on a link with class of poplight and the href starts with a #
  254.  
  255. $('a.poplight[href^=#]').click(function() {
  256.  
  257. var popID = $(this).attr('rel'); //Get Popup Name
  258.  
  259. var popURL = $(this).attr('href'); //Get Popup href to define size
  260.  
  261.  
  262.  
  263. //Pull Query & Variables from href URL
  264.  
  265. var query= popURL.split('?');
  266.  
  267. var dim= query[1].split('&');
  268.  
  269. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  270.  
  271.  
  272.  
  273. //Fade in the Popup and add close button
  274.  
  275. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"><img src="http://static.tumblr.com/2bh9bxo/lqzmc8a3h/ddd.gif" class="btn_close" title="Close Window" alt="Close" /></a>');
  276.  
  277.  
  278. //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
  279.  
  280. var popMargTop = ($('#' + popID).height() + 80) / 2;
  281.  
  282. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  283.  
  284.  
  285.  
  286. //Apply Margin to Popup
  287.  
  288. $('#' + popID).css({
  289.  
  290. 'margin-top' : -popMargTop,
  291.  
  292. 'margin-left' : -popMargLeft
  293.  
  294. });
  295.  
  296.  
  297.  
  298. //Fade in Background
  299.  
  300. $('body').append('<div id="fade"></div>'); //Add the fade layer to bottom of the body tag.
  301.  
  302. $('#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
  303.  
  304.  
  305.  
  306. return false;
  307.  
  308. });
  309.  
  310.  
  311.  
  312. //Close Popups and Fade Layer
  313.  
  314. $('a.close, #fade').live('click', function() { //When clicking on the close or fade layer...
  315.  
  316. $('#fade , .popup_block').fadeOut(function() {
  317.  
  318. $('#fade, a.close').remove(); //fade them both out
  319.  
  320. });
  321.  
  322. return false;
  323.  
  324. });
  325.  
  326.  
  327.  
  328.  
  329.  
  330. });
  331.  
  332. </script>
  333.  
  334.  
  335.  
  336.  
  337.  
  338.  
  339.  
  340. <!-- APPERENCE OMDG -->
  341.  
  342. <meta name="image:foto1"content="http://static.tumblr.com/2bh9bxo/Cpgmd3406/tumblr_md2dqvxzkw1r2wru3o1_500.jpg"/>
  343.  
  344.  
  345. <meta name="image:background" content="http://static.tumblr.com/2bh9bxo/hhSmcmw52/varios_bg.jpg" />
  346. <meta name="image:bglinks1" content="http://static.tumblr.com/2bh9bxo/a7rmd1igl/bgg.png" />
  347. <meta name="image:bglinks2" content="http://static.tumblr.com/2bh9bxo/ip8md1in5/pattern.png" />
  348.  
  349. <meta name="color:background" content="#F5F5F5" />
  350. <meta name="color:sidebar" content="#fff" />
  351. <meta name="color:link" content="#8B8682" />
  352. <meta name="color:link hover" content="#FFFFFF" />
  353. <meta name="color:bordaimg" content="#DCDCDC" />
  354. <meta name="color:text" content="#8B8682" />
  355. <meta name="color:tags" content="#FFC0CB" />
  356. <meta name="color:post" content="#FFFFFF" />
  357. <meta name="color:borda" content="#DCDCDC" />
  358. <meta name="color:links" content="#8B8682" />
  359. <meta name="color:bghover" content="#FFC0CB" />
  360. <meta name="color:sombra" content="#8B8989" />
  361. <meta name="color:textdesc" content="#CDC9C9" />
  362. <meta name="color:frase" content="#8B8682" />
  363. <meta name="color:bgask" content="#F5F5F5" />
  364. <meta name="color:bgask2" content="#FFFFFF" />
  365. <meta name="color:borda2" content="#F5F5F5" />
  366. <meta name="color:linha" content="#fff" />
  367. <meta name="color:linha1" content="#FFC0CB" />
  368. <meta name="color:negritod" content="#FFC0CB" />
  369. <meta name="color:scrollbar" content="#fff" />
  370.  
  371. <meta name="text:frase" content="Tua Menina"/>
  372. <meta name="text:Link1" content="/" />
  373. <meta name="text:Link1 Title" content="link" />
  374. <meta name="text:Link2" content="/" />
  375. <meta name="text:Link2 Title" content="link" />
  376. <meta name="text:Link3" content="/" />
  377. <meta name="text:Link3 Title" content="link" />
  378. <meta name="text:Link4" content="/" />
  379. <meta name="text:Link4 Title" content="link" />
  380. <meta name="text:Link5" content="/" />
  381. <meta name="text:Link5 Title" content="link" />
  382. <meta name="text:Link6" content="/" />
  383. <meta name="text:Link6 Title" content="link" />
  384. <meta name="text:Link7" content="/" />
  385. <meta name="text:Link7 Title" content="link" />
  386.  
  387. <link href='http://fonts.googleapis.com/css?family=Play' rel='stylesheet' type='text/css'>
  388. <link href='http://fonts.googleapis.com/css?family=Courgette' rel='stylesheet' type='text/css'>
  389. <link href='http://fonts.googleapis.com/css?family=Wire+One' rel='stylesheet' type='text/css'>
  390. <link href='http://fonts.googleapis.com/css?family=Vibur' rel='stylesheet' type='text/css'>
  391.  
  392. <link href='http://fonts.googleapis.com/css?family=Titillium+Web' rel='stylesheet' type='text/css'>
  393.  
  394. <title>{Title}</title>
  395. <link rel="shortcut icon" href="{Favicon}">
  396. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  397. {block:Description}
  398. <meta name="description" content="{MetaDescription}" />
  399. {/block:Description}
  400.  
  401. <style type="text/css">
  402. body {background-color:{color:background}; font-family:verdana;color:{color:text}; text-align:center; font-size:09px; background-image:url('{image:background}'); background-attachment:fixed; }
  403. /**theme by: o-mundo-de-uma-garota**/
  404. iframe#tumblr_controls {right:3px !important;
  405. position: fixed !important;
  406. -webkit-transition: opacity 0.7s linear;
  407. opacity: 0.2;
  408. -webkit-transition: all 0.8s ease-out;
  409. -moz-transition: all 0.8s ease-out;
  410. transition: all 0.8s ease-out;}
  411. iframe#tumblr_controls:hover{
  412. -webkit-transition: opacity 0.7s linear;
  413. opacity: 1;
  414. -webkit-transition: all 0.4s ease-out;
  415. -moz-transition: all 0.4s ease-out;
  416. transition: all 0.4s ease-out;}
  417. /**theme by: o-mundo-de-uma-garota**/
  418.  
  419. a {color: {color:link}; text-decoration: none; text-transform: none;}
  420. a:hover {color: {color:link hover}; background-color: transparent; text-decoration: none;}
  421. p {margin: 6px 0 0 0}
  422.  
  423. blockquote {margin: 5px 5px 5px 5px; border-left: 4px solid {color:background}; padding-left: 5px; }
  424. blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 4px solid {color:background};}/* theme by omdg*/
  425. blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 4px solid {color:background}; }
  426. blockquote blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 4px solid {color:background}; }
  427. blockquote img{max-width: 400px!important}
  428. blockquote blockquote img{max-width: 400px!important}
  429. blockquote blockquote blockquote img{max-width: 400px!important}
  430. blockquote blockquote blockquote blockquote img{max-width: 400px!important}
  431. /*theme by omdg*/
  432. #etc {text-align:center;width:450px;margin:20px auto 20px auto;z-index:1;}
  433.  
  434. /***BASE DA DUDA ***/
  435.  
  436. .omdg {width:470px; background-color:{color:post};
  437. padding:6px;text-align:left;
  438. font-family:Trebuchet MS;font-size:11px; margin-top:2px;overflow: hidden;}
  439.  
  440. #baseduh {float:left;width:450px;
  441. margin-left:480px;margin-top:10px;z-index:-9;}
  442. /**theme by: o-mundo-de-uma-garota**/
  443. h1 {font-family:Trebuchet MS;text-align:center;font-size:14px;color:{color:text}; font-weight: normal; line-height: 14px;}
  444. h1 a {text-align:center;font-size:14px;color: {color:text};font-weight:normal; line-height:14px;}
  445. h1 a:hover {text-align:center;font-size:14px; color:{color:text}; font-weight:normal; line-height:14px;}
  446.  
  447. .image {text-align:center;border:0px;}
  448. .image img {max-width:450px;margin-bottom:-1px; -webkit-transition: all 0.4s ease-out;-moz-transition: all 0.4s ease-out;transition: all 0.4s ease-out;}
  449. .image img:hover {-webkit-transition: all 0.4s ease-out;-moz-transition: all 0.4s ease-out;transition: all 0.4s ease-out;-webkit-filter: grayscale(0.3);}/**theme by: o-mundo-de-uma-garota**/
  450.  
  451. .baseduh1 {text-align:justify; cambria;
  452. background:{color:background};font-size: 11px;
  453. line-height:15px; padding:3px;margin-left:02px;
  454. border-bottom:1px solid {color:background};
  455. margin-bottom:3px; margin-top:-66px;}
  456. .baseduh2 {text-align: center; text-transform: none;
  457. margin-bottom:5px; font-size: 09px; font-weight: bold}
  458. .baseduh2 a, a:hover{text-transform: none;}
  459.  
  460. /***QUOTES TAGS BOX CHAT E NOTES***/
  461.  
  462.  
  463. #quote {position:relative; top:-22px;left:-3px;font-size:60px;opacity:0.3;}
  464. /**theme by: o-mundo-de-uma-garota**/
  465. .tags {color: {color:text};font-size:9px; font-family:calibri; display: inline; list-style: none; text-transform: uppercase; text-align:center;}
  466. .tags a {font-size: 9px; color: calibri; display: inline; list-style: none; text-transform: uppercase; text-align:center;}
  467.  
  468. /* Chat por Anna (livelikeasuicide) *********/
  469. .chat {background:{color:posts}; margin: 0; font-size:
  470.  
  471. 10px; font-family: trebuchet ms;}
  472. .chat .chat1 {margin-left: 0px;font-size:
  473. 8px; }/**theme by: o-mundo-de-uma-garota**/
  474. .chat .chat1 .chat2 {font-weight: bold; background:{color:posts}; color:{color:text};font-size: 10px; border:1px solid {color:background};
  475. margin-bottom: 1px; padding: 4px 5px 4px 5px; font-family: trebuchet ms;} /* Primeira linha */
  476. .chat .chat1 .chat2.even {background:{color:background};
  477. color:{color:text};font-size:
  478. 9px;font-weight: bold; } /* Segunda linha */
  479. .chat .chat1 .chat2 span{font-weight: bold; }
  480.  
  481.  
  482. /**theme by: o-mundo-de-uma-garota**/
  483. .chat {line-height: 13px; list-style: none }
  484. .chat ul {line-height: 13px; list-style: none; padding: 5px; line-height:14px;}
  485. .person1 {color: {color:text}; padding: 2px; }
  486. .person1 .label {font-weight: bold; color:{color:text}}
  487. .person2 {color: {color:text}; padding: 2px; }
  488. .person2 .label {font-weight: bold; color:{color:text}}
  489.  
  490. .player {background-color:#000; text-align: left;display:block;}
  491.  
  492. /** ask body **/
  493. .ask {align:right;background:{color:bgask2}; margin-right: 55px; margin-top: 20px;padding:10px; font-family: '04b03'; font-size: 8px; color:{color:text}; text-shadow: 1px 1px 1px {color:sombra};border-top: 3px double {color:borda2};border-bottom: 3px double {color:borda2};text-transform: uppercase;}
  494. .askerr {background: {color:bgask}; color: {color:text}; padding: 4px; text-shadow: none; margin-right: 2px; margin-bottom: -20px; font-family: '04b03'; font-size: 8px;text-transform: uppercase;text-shadow: 1px 1px 1px {color:borda2}; border-left: 2px solid {color:borda2}; margin-right: 50px;}
  495. .askerr a {color: {color:text};}
  496. .imageasker {border-radius: 100px; opacity: 0.7; -webkit-transition-duration: .50s;}
  497. .imageasker:hover {border-radius: 5px;opacity: 1; -webkit-transition-duration: .50s;}
  498. /** Resposta **/
  499. .res {background: #e8e8e8; font-family: tahoma; font-size:11px; color:#888; text-align:left; padding: 8px; margin-top: 5px;}
  500.  
  501.  
  502. #oidata {text-align:center; font-size:09px;background:{color:background}; font-family:calibri; text-transform: uppercase; z-index: 11; padding:2px; color: {color:dj}; border-top: 1px solid background-color:{color:background}; border-bottom: 1px solid background-color:{color:background}; -webkit-transition: all 0.2s ease-out; -moz-transition: all .4s ease-out;}
  503. #oidata a {font-size:10px;color:{color:text}; text-transform:uppercase;}
  504. #cap {width:500px; margin-top:-2px;}
  505. .source {display: none;}/**theme by: o-mundo-de-uma-garota**/
  506.  
  507. .notes {width: 520px;padding:0px;margin-top:5px; margin-bottom: 10px; font-size: 9px; text-align:left; margin-left:-0px;}
  508. ol.notes {list-style: none; margin: 0 20px 0 0px; padding: 0px; z-index: 11;}/**theme by: o-mundo-de-uma-garota**/
  509. ol.notes li {background-color:{color:post}; margin-bottom: 1px; padding: 5px; }/**theme by: o-mundo-de-uma-garota**/
  510. .notes img{display:none; border:0px}
  511.  
  512. #tumblr_controls{position: fixed!important}
  513. #tumblr_controls{position: fixed!important}
  514. #tumblr_controls{position: fixed!important}
  515. #tumblr_controls{position: fixed!important}
  516.  
  517.  
  518. /*NEGRITO ITALICO E SUBLINHADO*/
  519. b, strong, bold {color:{color:negritod};}
  520.  
  521. u,underline {color:{color:text}; border-bottom: 1px dotted {color:negritod}; text-decoration:none; }
  522.  
  523. i, em{color:{color:text};}
  524.  
  525.  
  526.  
  527. /***TITULOS E LINKS***/
  528.  
  529. .frase {text-align: center;font-family:pacifico; font-size: 19px; font-style: none;height: 25px;color: {color:frase};background:{color:sidebar}; margin-left:280px;margin-top:37px; text-transform: none; letter-spacing: 1px;position:fixed;-webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;width:188px;z-index:8000000000000000;line-height:21px; background-color:; text-shadow: 2px 5px 9px {color:sombra};}
  530. /**theme by: o-mundo-de-uma-garota**/
  531. .frase:hover{ -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; color:{color:borda2};}
  532. /**theme by: o-mundo-de-uma-garota**/
  533. .dukah {font-family:tinytots; font-size: 8px; font-style: none;
  534. height: 10px;color: {color:mytitle}; margin-left:210px;margin-top:89px; text-transform: none; letter-spacing: 0px;position:fixed;-webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;width:174px;z-index:8000000000000000;line-height:17px; text-transform:uppercase;}
  535. @font-face { font-family: "tinytots";src: url('http://static.tumblr.com/rmj06l2/Usellxb4i/tinytots.ttf');}/**theme by: o-mundo-de-uma-garota**/
  536.  
  537.  
  538. /*** FONTES***/
  539. @font-face { font-family: "folks"; src: url('http://static.tumblr.com/zvqacv0/lptm7vt4g/that__s_font_folks_.ttf'); }
  540.  
  541.  
  542.  
  543. @font-face {font-family: "pacifico";src: url(http://static.tumblr.com/ufwwwyn/Do8m4xui1/pacifico.ttf) format("truetype");}/*theme por duda*/
  544.  
  545. @font-face { font-family: "craftygirls"; src: url('http://themes.googleusercontent.com/static/fonts/craftygirls/v0/0Sv8UWFFdhQmesHL32H8o3hCUOGz7vYGh680lGh-uXM.woff'); }
  546.  
  547. @font-face {font-family: "dawning";src: url('http://static.tumblr.com/viiafci/Hyzlxws2r/dawningofanewday.ttf');}
  548. @font-face {font-family: "handy00";src: url('http://static.tumblr.com/8ls1oxv/AfJlyd5ev/handy00.ttf');}
  549.  
  550.  
  551. @font-face {font-family: "sweetly";src: url('http://static.tumblr.com/z5o2pr2/vpWm0rjxz/sweetly_broken.ttf');}
  552.  
  553.  
  554.  
  555. @font-face {font-family: "tinytots";src: url('http://static.tumblr.com/rmj06l2/Usellxb4i/tinytots.ttf');}
  556.  
  557. @font-face {font-family: "buymore";src: url('http://static.tumblr.com/ygkexbz/mpZm51k9i/buy_more.ttf');}
  558.  
  559.  
  560.  
  561. #souchick{margin-left: 405px; margin-top: 79px; width: 39px; font-size: 19px; height: 205px; text-align: center; background-color: {color:borda2}; font-family: craftygirls; border-top: 2px solid {color:linha1}; border-bottom: 2px solid {color:linha1};color: {color:links}; position: fixed; padding: 5px; overflow: visible; overflow: hidden; text-transform:uppercase; -webkit-transition: all 1s ease-out; -moz-transition: all 1s ease-out;text-shadow: 2px 5px 9px {color:sombra};}
  562.  
  563. .souchick{ width:23px; padding:0px; margin-left:7px; margin-top: -2px; font-size:24px; text-align: center; line-height:110%; height:162px; position:fixed; color:{color:frases}}
  564.  
  565. #souchick {width: 0px; height:0; text-align: center; position: fixed; background-color: #trans; left: 455px; top: 506px;}
  566.  
  567.  
  568.  
  569. /* FOTOS DA DUD'S */
  570.  
  571. #duhfoto{width:366px;
  572. float:center;
  573. background-color:#trans;
  574. top:89px;
  575. left: 126px;
  576. position:fixed;}
  577.  
  578. #duhimg {margin-bottom:-2px;
  579. margin-top:3px;}
  580. #duhimg img {border: 6px solid {color:bordaimg};
  581. margin-left: 54px;
  582. height: 100px;
  583. text-align:left;
  584. width:253px;
  585. height: 244px;
  586. text-align:left;
  587. -webkit-transition: all 0.4s ease-out;
  588. -moz-transition: all 0.4s ease-out;}
  589. #duhimg img:hover { margin-bottom: -55px;
  590. -webkit-transition: all 0.4s ease-out;
  591. -moz-transition: all 0.4s ease-out; opacity: 10; filter:alpha (opacity=50);}
  592.  
  593.  
  594.  
  595.  
  596.  
  597. #creditosaduda {margin-top: 56px; margin-left: 230px; position: fixed; background-color:{color:sidebar}; height: 361px; width:9px;opacity:0.7; }
  598.  
  599. /*** DESCRIÇÃO***/
  600. #notinholaduda {z-index: 7;
  601. background-color:{color:sidebar};
  602. border:6px solid {color:bordaimg};
  603. position:fixed;width:241px; height:30;
  604. font-size:10px; font-family:verdana;
  605. text-align:center; color:{color:text sidebar};
  606. padding: 5px; margin-top:343px; margin-left:196px; overflow:hidden;}
  607.  
  608.  
  609. #estela1 {position: fixed; margin-left: 188px; width:282px; height: 330px; background-color:{color:sidebar}; margin-top: 75px; -webkit-transform: rotate(0deg);-webkit-border-radius: 0px 0px 0px 0px; -webkit-transform: rotate(0deg);border: double 0px {color:borda}; background-image: url('{image:fudinho}');}
  610.  
  611.  
  612. /**LINKS LINKS LINKS***/
  613.  
  614. #pink{width:578px; height: 40px; float: left; margin-left:195px; margin-top: 36px; padding: 0px; text-align: center; position: fixed; z-index:9999;}
  615. /***link by o-mundo-de-uma-garota***/
  616. #pink a {display: inline-block;float: left; margin-left: 1px; font-family: calibri; font-size: 9px;letter-spacing:0px; text-align: center; margin-top: 2px; height: 24px; width: 40px; color:{color:links}; line-height: 22px; text-transform: uppercase; -webkit-transition: all .5s ease-out; -moz-transition: all .5s ease-out; font-style: normal;background-image: url('{image:bglinks1}'); } /***link by o-mundo-de-uma-garota***/
  617.  
  618.  
  619. #pink a:hover{ text-shadow:-5px -5px 0px rgba(0,0,0,0.1), -15px -15px 0px rgba(0,0,0,0.2); -webkit-transition: all 0.9s ease-out; -moz-transition: all 0.9s ease-out;} /***link by o-mundo-de-uma-garota***/
  620.  
  621.  
  622.  
  623. /*** SCROLLBAR***/
  624.  
  625. ::-webkit-scrollbar-thumb:vertical {background-image: url('{image:bglinks1}');height:50px; border:5px solid {color:scrollbar};}
  626.  
  627. ::-webkit-scrollbar-button:vertical {height:8px;display: block;background-image: url('{image:bglinks1}'); }
  628.  
  629.  
  630. ::-webkit-scrollbar {height:0px;width:12px;background-color:{color:scrollbar};}
  631.  
  632.  
  633. /*** MEXE AQUI NÃO VELHO***/
  634.  
  635. #dj {display: none; background: #000;position: fixed; left: 0; top: 0; width: 100%; height: 100%; opacity: .80; z-index: 9999;border: 3px solid #000;}
  636. .popup_block{display: none;font-family:"existance";border-bottom: 3px solid #000;background: #1c1c1c; padding: 20px; border: 20px double #000; float: left; font-size: 1.2em; position: fixed; top: 50%; left: 50%; z-index: 99999;-webkit-box-shadow: 0px 0px 20px #000; -moz-box-shadow: 0px 0px 20px #000; box-shadow: 0px 0px 20px #000; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 0px;}
  637. img.btn_close {float: right; margin: -55px -55px 0 0;}
  638. *html #fade {position: absolute;}
  639. *html .popup_block {position: absolute;}
  640. @font-face { font-family: "existance"; src: url('http://static.tumblr.com/u37ad6e/OCIm7s3av/existence-unicaselight.otf'); }
  641.  
  642.  
  643. /*** FAIXINHAS DO THEME***/
  644.  
  645.  
  646.  
  647. #faixa2 {margin-top: 30px; margin-left: 185px; position: fixed; background-color: {color:linha}; height: 4px; width:289px;}/***detalhes by o-mundo-de-uma-garota***/
  648. #faixa3 {margin-top: 65px; margin-left: 185px; position: fixed; background-color: {color:linha}; height: 4px; width:289px;}/***detalhes by o-mundo-de-uma-garota***/
  649. #faixa4 {margin-top: 407px; margin-left: 188px; position: fixed; background-color:{color:sidebar}; height: 4px; width:282px;}
  650. #faixa5 {margin-top: 408px; margin-left: 357px; position: fixed;background-image: url('{image:bglinks1}'); height: 3px; width:112px;}/***detalhes by o-mundo-de-uma-garota***/
  651. #faixa6 {margin-top: 412px; margin-left: 195px; position: fixed; background-color: {color:sidebar}; height: 25px; width:266px; }/***detalhes by o-mundo-de-uma-garota***/
  652. #faixa7 {margin-top: 137px; margin-left: 183px; position: fixed; background-color:{color:linha}; height: 209px; width:3px; }
  653.  
  654. #faixa8 {margin-top: 197px; margin-left: 179px; position: fixed; background-image: url('{image:bglinks1}'); height: 89px; width:2px; }
  655.  
  656.  
  657.  
  658.  
  659. #sure {width: 350px; float: left; margin-left:195px; height:22px; margin-top: 411px; padding: 3px; text-align: center; position: fixed; background-color: transparent; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;-webkit-transform: rotate(0deg); }/***detalhes by o-mundo-de-uma-garota***/
  660.  
  661. #sure a {float: left; margin-right: 0px; display: block; width: 55px; letter-spacing: 2px; font-family: calibri; font-size: 9px; text-transform: uppercase; text-align: center; margin-bottom: 1px; background-image: url('{image:bglinks1}'); color: {color:links}; text-decoration: none; height:10px;line-height:05px; padding: 4px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;border-bottom:1px solid {color:borda};border: 1px solid {color:borda};}/***detalhes by o-mundo-de-uma-garota***/
  662. #sure a:hover{-webkit-animation-name: shine; -webkit-animation-duration: 500ms; -webkit-animation-iteration-count: infinite; -webkit-animation-direction: alternate;}
  663. @-webkit-keyframes shine {from {background-image: url('{image:bglinks2}'); bottom;}}
  664.  
  665.  
  666. /*** Paginação by madlyluv.com ***/
  667. #paginacaoml {font-size: 9px; font-weight: bold; line-height: 21px;width:5px;margin-top:204px;margin-left:156px;position:fixed}
  668.  
  669. #paginacaoml a {background: none; margin: 0 1px 0 0; padding: 2px 4px; color: {color:link}; text-decoration: none;}
  670.  
  671. #paginacaoml a:hover {background: none;box-shadow:0px 0px 9px {color:sombra}}
  672.  
  673. #paginacaoml span.pagina_atual {background: none;color: {color:link};box-shadow:0px 0px 9px {color:sombra}; text-decoration: none;}
  674.  
  675. #paginacaoml span.info {background:{color:sidebar};background-image: url('{image:bglinks1}'); margin: 0 1px 0 0; padding: 2px 4px; color: {color:link}; text-decoration: none;}
  676.  
  677.  
  678.  
  679. </style>
  680. <body onkeydown="return false">
  681.  
  682.  
  683.  
  684.  
  685.  
  686. <!-----------------THEME BY OMDG------------>
  687.  
  688.  
  689.  
  690. <div id="estela1"></div>
  691.  
  692.  
  693.  
  694. <div id="faixa2"></div>
  695. <div id="faixa3"></div>
  696. <div id="faixa4"></div>
  697. <div id="faixa5"></div>
  698. <div id="faixa6"></div>
  699. <div id="faixa7"></div>
  700. <div id="faixa8"></div>
  701.  
  702.  
  703.  
  704.  
  705.  
  706.  
  707.  
  708. <div id="duhfoto">
  709. <div id="duhimg">
  710. <img src="{image:foto1}"/></div></div>
  711. </div>
  712. </div>
  713.  
  714.  
  715. <div id="notinholaduda">{Description}</div>
  716.  
  717. <div id="sure">
  718. <a href="{text:Link3}">{text:Link3 Title}</a>
  719. <a href="{text:Link4}">{text:Link4 Title}</a>
  720. <a href="{text:Link5}">{text:Link5 Title}</a>
  721. <a href="{text:Link6}">{text:Link6 Title}</a>
  722.  
  723.  
  724. </div>
  725.  
  726. <div id="pink">
  727. <a href="{text:Link1}">{text:Link1 Title}</a>
  728. <a href="{text:Link2}">{text:Link2 Title}</a>
  729.  
  730.  
  731.  
  732.  
  733. </div class>
  734.  
  735. </div></div>
  736. </div>
  737. </div>
  738. </div>
  739.  
  740.  
  741. <div id="paginacaoml"><span class="info" style="font-weight: normal;"> {block:Pagination}{/block:Pagination}
  742. {block:JumpPagination length="3"}
  743. {block:CurrentPage}<span class="pagina_atual">{PageNumber}</span>{/block:CurrentPage}
  744. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}
  745. {/block:JumpPagination}
  746. {block:Pagination}{/block:Pagination}
  747. </div>
  748.  
  749.  
  750. <!-------------CRÉDITOS------------------------------>
  751. <div style="margin-left:240px;-webkit-transform: rotate(0deg); width:180px;background:{color:sidebar}; font-family:tahoma;font-size:11px; margin-top: -5px; height:18px;position:fixed; "><a href="http://o-mundo-de-uma-garota.tumblr.com/"><small>Theme by :o-mundo-de-uma-garota</small></a>
  752. <font color="{color:tags}"> ©</font> </a></div>
  753.  
  754.  
  755. <center><div class="frase"><center>{text:frase}</center></div></center>
  756. <center><div class="dukah"><center>{text:frase2}</center></div></center>
  757.  
  758.  
  759.  
  760.  
  761. <!----------------------BASE DUH 1 (OMDG)-------------->
  762.  
  763. <div id="baseduh">
  764. {block:Posts}
  765. <div class="omdg">
  766.  
  767. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  768.  
  769. {block:Photo}{LinkOpenTag}<div class="image"><img src="{PhotoURL-500}"></div>{LinkCloseTag}{/block:Photo}
  770.  
  771. {block:Photoset}{Photoset-500}{/block:Photoset}
  772.  
  773.  
  774.  
  775. <!--------------------BASE DUH 2 (OMDG)---------------->
  776. {block:Quote}
  777. <div id="quote">&#10077;</div><div class="baseduh1">{Quote}</div>
  778. {block:Source}<div class="baseduh2"> — {Source}</div>
  779. {/block:Source}
  780. {/block:Quote}
  781.  
  782. {block:Link}
  783. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  784. {block:Description}{Description}{/block:Description}
  785. {/block:Link}
  786.  
  787. {block:Chat}
  788. <div class="chat">
  789. <div class="chat1">
  790. {block:Lines}
  791. <div class="chat2 {Alt}">
  792. {block:Label}
  793. <span>{Label}</span>
  794. {/block:Label}
  795. {Line}</div>
  796. {/block:Lines}
  797. </div>
  798. </div>
  799. {/block:Chat}
  800.  
  801. {block:Audio}
  802. <div class="player">{AudioPlayerBlack}</div>
  803. {block:Caption}{Caption}{/block:Caption}
  804. {/block:Audio}
  805.  
  806. {block:Video}{Video-400}{/block:Video}
  807.  
  808.  
  809. {block:Answer}<div class="box">
  810. <div class="askerr">asked by {Asker}</div>
  811. <img src="{AskerPortraitURL-64}" align="right" class="imageasker"> <div class="ask">{Question}</div>
  812. <div class="res">{Answer}</div>
  813. </div>
  814. {/block:Answer}
  815.  
  816. <div id="cap">
  817. {block:Photo}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  818. {block:Video}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  819. {block:Photoset}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  820.  
  821. <div class="source">{block:ContentSource}<a href="{SourceURL}">{lang:Source}:{block:SourceLogo}
  822. <img src="{BlackLogoURL}" width="{LogoWidth} height="{LogoHeight}" alt="{SourceTitle}" />
  823. {/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>
  824. {/block:ContentSource}</div></div>
  825. <br>
  826.  
  827.  
  828. <div id="oidata">
  829. {block:Date}<a href="{Permalink}">{TimeAgo}</a> {block:NoteCount} <font color="{color:tags}">·</font><a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount} {block:IndexPage} <font color="{color:tags}">·</font> <a href="{ReblogUrl}" target="_blank">reblog baby</a><img src="http://media.tumblr.com/tumblr_m0nj1ziGbG1qe5v0r.png"class="" title="">{/block:IndexPage}
  830. {block:RebloggedFrom} <font color="{color:tags}">·</font> (<a href="{ReblogParentURL}" title="{ReblogParentTitle}">via</a> <font color="{color:tags}">|</font><a href="{ReblogRootURL}" title="{ReblogRootTitle}">source</a>){/block:RebloggedFrom}
  831. </div>
  832. <div class="tags"><center>{block:HasTags}{block:Tags}<font color="{color:tags}">#</font><a href="{TagURL}">{Tag}</a>&nbsp;&nbsp;{/block:Tags}<br>{/block:HasTags}</center></div>
  833. </div>{/block:Date}
  834.  
  835. {/block:Posts}
  836. {block:PostNotes}<div class="notes">{PostNotes}</div>{/block:PostNotes}
  837.  
  838. </div>
  839. </div>
  840. </div>
  841. </div>
  842. </div>
  843.  
  844.  
  845.  
  846.  
  847.  
  848. <!-------------all thmx by: o-mundo-de-uma-garota not copie paixão---->
  849.  
  850.  
  851. <body onkeydown="return false">
  852. </html>
Advertisement
Add Comment
Please, Sign In to add comment