Eduarda

theme 73

Nov 4th, 2012
1,005
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 23.54 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 ilovethemes and htmluv
  5. - - - - - - - - - - - - - -
  6. - THEME FEITO POR DUDA.R -
  7. - - - - - - - - - - - - - - ---->
  8.  
  9. <html>
  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.  
  238. <head>
  239.  
  240.  
  241.  
  242. <!-- APPERENCE OMDG -->
  243. <meta name="color:background" content="#F8F8FF" />
  244. <meta name="color:link" content="#8B8682" />
  245. <meta name="color:text" content="#8B8989" />
  246. <meta name="color:post" content="#FFFFFF" />
  247. <meta name="color:sidebar" content="#FFFFFF" />
  248. <meta name="color:sombra" content="#696969" />
  249. <meta name="color:text links" content="#8B8989" />
  250. <meta name="color:borda" content="#CDC9C9" />
  251. <meta name="color:tags" content="#FFC0CB" />
  252. <meta name="color:frase" content="#8B8682" />
  253. <meta name="color:linhadopost" content="#FFFFFF" />
  254. <meta name="color:bordaimg" content="#CDC9C9" />
  255. <meta name="color:borda2" content="#FFC0CB" />
  256. <meta name="color:textdescription" content="#696969" />
  257. <meta name="color:bghover" content="#FFC0CB" />
  258. <meta name="color:linha" content="#8B8682" />
  259. <meta name="color:linha1" content="#FFC0CB" />
  260. <meta name="color:abc" content="#FFC0CB" />
  261. <meta name="color:scrollbar" content="#fff" />
  262. <meta name="color:bgask" content="#F8F8FF" />
  263. <meta name="color:linkshover" content="#fff" />
  264. <meta name="text:frase1" content="Eu você e a nossa casinha"/>
  265. <meta name="image:background" content="http://static.tumblr.com/2bh9bxo/1mgmcxwwy/varios_bg.jpg">
  266. <meta name="image:sidebar" content="http://static.tumblr.com/2bh9bxo/PDgmczdi7/ti.jpg" />
  267.  
  268.  
  269.  
  270.  
  271.  
  272. <meta name="text:Link1" content="/" />
  273. <meta name="text:Link1 Title" content="link1" />
  274. <meta name="text:Link2" content="/" />
  275. <meta name="text:Link2 Title" content="link2" />
  276. <meta name="text:Link3" content="/" />
  277. <meta name="text:Link3 Title" content="link3" />
  278. <meta name="text:Link4" content="/" />
  279. <meta name="text:Link4 Title" content="link4" />
  280. <meta name="text:Link5" content="/" />
  281. <meta name="text:Link5 Title" content="link5" />
  282. <meta name="text:Link6" content="/" />
  283. <meta name="text:Link6 Title" content="link6" />
  284. <meta name="text:Link7" content="/" />
  285. <meta name="text:Link7 Title" content="link7" />
  286.  
  287.  
  288.  
  289. <link href='http://fonts.googleapis.com/css?family=Play' rel='stylesheet' type='text/css'>
  290.  
  291.  
  292.  
  293. <title>{Title}</title>
  294. <link rel="shortcut icon" href="{Favicon}">
  295. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  296. {block:Description}
  297. <meta name="description" content="{MetaDescription}" />
  298. {/block:Description}
  299.  
  300.  
  301. <link href='http://fonts.googleapis.com/css?family=Homenaje' rel='stylesheet' type='text/css'>
  302.  
  303. <style type="text/css">
  304.  
  305. body {background-color: {color:background}; font-family: tahoma; color: {color:text}; text-align: center; font-size: 11px; background-image:url('{image:background}'); background-attachment: fixed; }
  306.  
  307. a {color: {color:link}; text-decoration: none; text-transform: none;}
  308. a:hover {color: {color:lhover}; background-color: transparent; text-decoration: none;}
  309.  
  310. p {margin: 6px 0 0 0}
  311.  
  312. blockquote {margin: 5px 5px 5px 5px; border-left: 6px solid {color:sidebar}; padding-left: 5px; }
  313. blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 5px solid {color:sidebar};}
  314. blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 4px solid {color:sidebar}; }
  315. blockquote blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 3px solid {color:sidebar}; }
  316.  
  317. blockquote img{max-width: 470px!important}
  318. blockquote blockquote img{max-width: 450px!important}
  319. blockquote blockquote blockquote img{max-width: 430px!important}
  320. blockquote blockquote blockquote blockquote img{max-width: 410px!important}
  321.  
  322.  
  323.  
  324.  
  325. /*posts*/
  326. #omdg {float: left; margin-left: 419px; margin-top: -2px;opacity:1; border: 8px double{color:linhadopost};overflow: hidden; }
  327.  
  328. .baseduh {width: 480px; background-color: {color:post};
  329. padding: 7px; margin-bottom: 1px; text-align:left;
  330. font-family: tahoma; font-size: 10.5px; position: relative;}
  331.  
  332. h1 {font-family: tahoma; text-align: center; font-size: 16px; text-transform: none; color: {color:text}; font-weight: normal; line-height: 18px;}
  333. h1 a {text-align: center; font-size: 16px; text-transform: none; color: {color:text}; font-weight: normal; line-height: 18px;}
  334. h1 a:hover {text-align: center; font-size: 16px; text-transform: none; color: {color:text}; font-weight: normal; line-height: 18px;}
  335.  
  336.  
  337. .baseduh1 {font-family: "tahoma"; text-align: center;
  338. font-size: 14px; line-height: 15px; padding: 4px;}
  339. .baseduh2 {text-align: center; text-transform: none;
  340. margin-bottom: 5px;}
  341. .baseduh2 a, a:hover{text-transform: none;}
  342.  
  343.  
  344. /* Chat por Anna (livelikeasuicide) *********/
  345. .chat {background:{color:posts}; margin: 0; font-size:
  346.  
  347. 10px; font-family: trebuchet ms;}
  348. .chat .chat1 {margin-left: 0px;font-size:
  349. 8px; }
  350. .chat .chat1 .chat2 {font-weight: bold; background:{color:posts}; color:{color:text};font-size: 10px; border:1px solid {color:background};
  351. margin-bottom: 1px; padding: 4px 5px 4px 5px; font-family: trebuchet ms;} /* Primeira linha */
  352. .chat .chat1 .chat2.even {background:{color:background};
  353. color:{color:text};font-size:
  354. 9px;font-weight: bold; } /* Segunda linha */
  355. .chat .chat1 .chat2 span{font-weight: bold; }
  356.  
  357.  
  358.  
  359. .chat {line-height: 13px; list-style: none }
  360. .chat ul {line-height: 13px; list-style: none; padding: 5px; line-height:14px;}
  361. .person1 {color: {color:text}; padding: 2px; }
  362. .person1 .label {font-weight: bold; color:{color:text}}
  363. .person2 {color: {color:text}; padding: 2px; }
  364. .person2 .label {font-weight: bold; color:{color:text}}
  365.  
  366. .player {background-color: #181818; text-align: justify; display:block;}
  367.  
  368. .image {text-align:center; border: 0px}
  369. .image img {max-width: 470px; margin-bottom: 2px }
  370.  
  371. .image img:hover {border: 2px solid {color:borda2};}
  372.  
  373. /*NEGRITO ITALICO E SUBLINHADO*/
  374. b, strong, bold {color:{color:abc};}
  375.  
  376. u,underline {color:{color:text}; border-bottom: 1px dotted {color:abc}; text-decoration:none; }
  377.  
  378. i, em{color:{color:text};}
  379.  
  380.  
  381.  
  382. /* asker by o-mundo-de-uma-garota */
  383.  
  384. .asker {width: 480px; background-color: {color:bgask}; color:{color:text}; padding: 10px}
  385. .asker img{float: left;border: 2px double {color:borda2}; margin: 0px 24px 12px 0; }
  386. .asker a{font-size: 11px; color:{color:link}; text-transform: none; line-height: 17px; padding: 0; margin: 0; font-family: verdana; -webkit-transition: all 0.6s ease-out; -moz-transition: all 0.6s ease-out; }
  387. .asker a:hover{font-size: 11px; color:{color:link}; text-transform: none; line-height:27px; padding: 0; margin: 0; font-family:verdana;}
  388. .answer {padding: 4px}
  389. .answer img {max-width: 470px;}
  390.  
  391.  
  392. #date {text-align: left; font-size: 8px;background:{color:background}; font-family: tinytots; text-transform: lowercase; z-index: 11;}
  393. #date a {font-size: 8px;}
  394.  
  395. .tags {color: {color:tags}; background:{color:background}; font-size: 8px; font-family: "verdana"; display: inline; list-style: none; text-transform: lowercase;}
  396. .tags a {font-size: 8px; color: {color:tags}; display: inline; list-style: none; text-transform: lowercase;}
  397.  
  398. #cap {width: 500px; margin-top: -2px;}
  399. .source {display: none;}
  400.  
  401. .notes {width: 530px; padding: 0px;background:{color:background}; margin-top: 5px; margin-bottom: 10px; font-size: 8px; text-align: left}
  402. ol.notes {list-style: none; margin: 0 20px 0 0px; padding: 0px; z-index: 11;}
  403. ol.notes li {background-color: {color:background}; margin-bottom: 5px; padding: 5px; }
  404. .notes img{display: none; border:0px}
  405.  
  406.  
  407. /********IMAGEM DA DUDA*******/
  408.  
  409. #sidebarimg {left: 134px;
  410. top: 95px;
  411. position:fixed;
  412. overflow:hidden;
  413. background-color: ;
  414. height:232px;
  415. width: 233px;
  416. border:8px solid {color:bordaimg} ;
  417. padding:3px;
  418. padding-bottom: 3px; opacity: 0.8;
  419. -webkit-border-radius: 0px 0px 0px 0px;}
  420.  
  421. /*** DETALHES DA FOTO BY (OMDG)***/
  422. #dugg {width: 236px;
  423. position:fixed;
  424. height:238px;
  425. background-image:url(http://static.tumblr.com/8jq17g7/ZRflvr254/screen-pattern.png);
  426. margin:135px;
  427. background-repeat: repeat;
  428. box-shadow: 0 0 40px rgba(0, 0, 0, 0.9) inset;
  429. -webkit-transition-duration: 0.6s; opacity:0;
  430. margin-top:95px; ;}
  431. /*** detalhe by o-mundo-de-uma-garota***/
  432. #dugg:hover{opacity:1;}
  433.  
  434. /* ------------------------------------FIM-------------------*/
  435.  
  436.  
  437. #links {display: block; font-family: calibri; font-size: 9px; text-transform:uppercase; letter-spacing:1px; z-index:1; opacity:0.9; border-bottom: 3px solid #d6e5e9; word-spacing:2px; position: fixed; margin-top: 384px; margin-left: 167px;}
  438.  
  439. #links a {width:110px; display: block; font-family: calibri; font-size: 9px; color:{color:text links}; text-transform:uppercase; letter-spacing:1px; opacity:0.9; word-spacing:2px; background-color:{linkshover}; margin-top: 1px; padding: 9px 3px 8px 3px}
  440.  
  441. #links a:hover {opacity:0.9; background-color:{color:bghover}; color:{color:sombra};}
  442.  
  443.  
  444. /* ****************** TITULOOO*/
  445.  
  446. #imsureduh1{
  447. background-color:{color:bordaimg};
  448. padding: 0px;
  449. height:25px;
  450. line-height:23px;
  451. float:left;
  452. position:fixed;
  453. margin-left:112px;
  454. margin-top: 45px;
  455. width:143px;
  456. font-family: 'LavanderiaRegular';
  457. font-size:22px;
  458. letter-spacing:0px;
  459. text-align: left;
  460. color:{color:frase}; letter-spacing:-1px;
  461. z-index:9000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000; text-transform: none;
  462. }
  463.  
  464.  
  465. #barra {position: fixed; margin-left: 112px; width:288px; height: 25px; background-color:{color:bordaimg}; background-image: url('{image:fudinho}'); margin-top: 45px; -webkit-transform: rotate(0deg);-webkit-transform: rotate(180deg);}
  466.  
  467. #imsureduh2{
  468. background-color:transparent;
  469. padding: 0px;
  470. height:18px;
  471. line-height:16px;
  472. float:left;
  473. position:fixed;
  474. margin-left:284px;
  475. margin-top: 66px;
  476. width:196px;
  477. font-family:'LavanderiaRegular' ;
  478. font-size:16px;
  479. letter-spacing:0px;
  480. text-align: left;
  481. color: {color:frase}; letter-spacing:-1px;
  482. z-index:9000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000; text-transform: none;
  483. }
  484.  
  485. /*****************FONTES AQUI **************/
  486. @font-face {
  487.  
  488. font-family: 'LavanderiaRegular';
  489.  
  490. src: url('http://static.tumblr.com/2lqtwbf/G1Dlyrsst/lavanderia_regular-webfont.eot');
  491.  
  492.  
  493. src: url('http://static.tumblr.com/2lqtwbf/G1Dlyrsst/lavanderia_regular-webfont.eot?#iefix') format('embedded-opentype'),
  494.  
  495.  
  496. url('http://static.tumblr.com/2lqtwbf/RAPlyrset/lavanderia_regular-webfont.ttf') format('truetype'),
  497.  
  498.  
  499. url('http://static.tumblr.com/2lqtwbf/kb1lyrsq2/lavanderia_regular-webfont.svg#LavanderiaRegular') format('svg');
  500.  
  501.  
  502. font-weight: normal;
  503.  
  504.  
  505. font-style: normal;}
  506.  
  507. @font-face { font-family: "luv"; src: url('http://static.tumblr.com/jdjsstr/jAKm8lv4d/djb_jacked_up_kinda_luv_1_.ttf'); }
  508.  
  509. @font-face {font-family:basket; src: url('http://static.tumblr.com/ejm8w78/aollviadu/destrukt.ttf');}
  510.  
  511.  
  512. @font-face {font-family: "Edo"; src: url('http://static.tumblr.com/lj4xzrj/an4m39jkw/edo.ttf');}
  513.  
  514. @font-face {font-family: "tinytots";src: url('http://static.tumblr.com/rmj06l2/Usellxb4i/tinytots.ttf');}
  515. @font-face { font-family: "swagger"; src: url('http://static.tumblr.com/zvqacv0/gjTm74ni6/swagger.ttf'); }
  516.  
  517. /* ============================FIM==========================*/
  518.  
  519.  
  520.  
  521. /***DESCRIÇÃO ***/
  522. #notinholaduda {margin-left: 126px;
  523. margin-top: 302px;
  524. width:245px;
  525. font-size: 11px;
  526. height: 28px;
  527. text-align: center;
  528. background-color:{color:bordaimg};
  529. font-family:georgia;
  530. color: {color:textdescription};
  531. position: fixed;
  532. z-index:99;padding: 5px;
  533. -webkit-transition: 1s ease-in;
  534. line-height: 10px;
  535. -moz-transition: 1s ease-in;
  536. transition: 1s ease-in;
  537. overflow: hidden;
  538. opacity: 0.6;
  539. border-top: 3px dotted transparent;}
  540.  
  541.  
  542.  
  543. /*** BARRINHA ***/
  544. #estela1 {position: fixed; margin-left: 112px; width:288px; height: 340px; background-color:{color:sidebar}; background-image: url('{image:fudinho}'); margin-top: 43px; -webkit-transform: rotate(0deg);-webkit-border-radius: 20px 20px 0px 0px; -webkit-transform: rotate(180deg);border-top: 4px solid {color:borda};box-shadow: -5px -5px 9px {color:sombra};}
  545.  
  546.  
  547.  
  548.  
  549. /* PAGINATION*/
  550. #pagination {position:fixed; margin-top:355px; margin-left:320px;}
  551. #pagination a{width: 55px; height: 10px; line-height: 8px; padding: 5px; font-size:29px; font-family:georgia; text-align:center; color:{color:link}; -webkit-transition: all 0.6s ease-out; -moz-transition: all 0.6s ease-out;}
  552.  
  553.  
  554.  
  555.  
  556. #credito a {color: {color:textdescription}; font-weight: bold; opacity: 10;}
  557.  
  558. #credito a:hover {opacity: 0.7; border-left: 0px;}
  559.  
  560.  
  561. .creditosaduh img { width:220px; height: 250px;left:205px; text-align:center; margin-top: 10px; position: fixed;}
  562.  
  563.  
  564.  
  565. /***LINKS BY DUDA.R***/
  566.  
  567. #nossadudex {font-family: tinytots; background-color: {color:sidebar}; color: {color:omdg}; font-size: 14px; padding: 3px 5px 5px 5px; width: 28px;text-shadow: 0px 0px 9px {color:duda};-webkit-border-radius: 20px 20px 0px 0px; margin-top: 53px; margin-left: 255px; z-index: 1; position: fixed; text-align: center; height: 25px; border:0px solid ; text-transform: none; }/*links o-mundo-de-uma-garota*/
  568. #nossadudex a{font-family: verdana; font-size: 10px; text-transform: none; font-weight: none; padding-left:1px; margin-left:-3px; color: {color:omdg}; }/*links o-mundo-de-uma-garota*/
  569. #nossadudex1 {font-family: tinytots; background-color: {color:sidebar}; color: {color:omdg}; font-size: 14px; padding: 3px 5px 5px 5px; width: 28px;text-shadow: 0px 0px 9px {color:duda};-webkit-border-radius: 20px 20px 0px 0px; margin-top: 53px; margin-left: 298px; z-index: 1; position: fixed; text-align: center; height: 25px; border:0px solid ; text-transform: none; }/*links o-mundo-de-uma-garota*/
  570. #nossadudex a{font-family: verdana; font-size: 10px; text-transform: none; font-weight: none; padding-left:1px; margin-left:-3px; color: {color:omdg}; }/*links o-mundo-de-uma-garota*/
  571. #nossadudex2 {font-family: tinytots; background-color: {color:sidebar}; color: {color:omdg}; font-size: 14px; padding: 3px 5px 5px 5px; width: 28px;text-shadow: 0px 0px 9px {color:duda};-webkit-border-radius: 20px 20px 0px 0px; margin-top: 53px; margin-left: 340px; z-index: 1; position: fixed; text-align: center; height: 25px; border:0px solid ; text-transform: none; }/*links o-mundo-de-uma-garota*/
  572. #nossadudex a{font-family: verdana; font-size: 10px; text-transform: none; font-weight: none; padding-left:1px; margin-left:-3px; color: {color:omdg}; }/*links o-mundo-de-uma-garota*/
  573.  
  574. #pinkd {position:fixed; margin-left:158px; margin-top:352px; padding: 0px; text-align: center;z-index:10000000000; }
  575.  
  576. #pinkd a {float: left; border-radius: 0px 0px 0px 0px; display: block; letter-spacing:1px; font-size:8px; font-family:tahoma; text-align: center; margin-right: 1px; margin-bottom:1px; width: 38px; height: 20px; background-color:; color:{color:link}; text-decoration: none; text-transform:uppercase; line-height: 10px; -webkit-transition: all 0.6s ease-out; -moz-transition: all 0.6s ease-out;opacity:1; border-top: 2px solid {color:borda}; border-bottom: 2px solid {color:borda} ; line-height: 20px; }
  577.  
  578. #pinkd a:hover{ box-shadow: inset 100px 0px {color:sombra};{color:link}; text-shadow:{color:sombra}; 1px 1px 0px; line-height:px; -webkit-transform: rotate(360deg);}
  579.  
  580. /***FAIXINHAS***/
  581. #faixa2 {margin-top: 42px; margin-left: 255px; position: fixed; background-color:{color:linha1}; height: 1px; width:128px;}/***detalhes by o-mundo-de-uma-garota***/
  582.  
  583. #faixa3 {margin-top: 41px; margin-left: 112px; position: fixed; background-color:{color:linha}; height: 4px; width:288px;}/***detalhes by o-mundo-de-uma-garota***/
  584.  
  585. /*** SCROLLBAR***/
  586.  
  587. ::-webkit-scrollbar-thumb:vertical {background-color:{color:borda2};height:50px; border:5px solid {color:scrollbar};}
  588.  
  589. ::-webkit-scrollbar-button:vertical {height:8px;display: block; background:{color:borda2};}
  590.  
  591.  
  592. ::-webkit-scrollbar {height:0px;width:12px;background-color:{color:scrollbar};}
  593.  
  594.  
  595.  
  596.  
  597.  
  598. </style>
  599. <body oncontextmenu="return false">
  600.  
  601.  
  602.  
  603.  
  604.  
  605.  
  606. <!----------------EPA NÃO MEXA AQUI------------------->
  607.  
  608.  
  609. <div id="estela1"></div>
  610. <div id="barra"></div>
  611. <div id="faixa3"></div>
  612.  
  613. <div id="faixa2"></div>
  614.  
  615. <div id="sidebarimg">
  616.  
  617. <img src="{image:sidebar}" height= "232px;" width= "232px;">
  618. </div>
  619. <div id="dugg"></div>
  620.  
  621. </div></div>
  622.  
  623.  
  624.  
  625. </div></div></div>
  626.  
  627. <div id="notinholaduda">{Description}</div>
  628.  
  629. <div id="pinkd">
  630. <a href="{text:Link4}">{text:Link4 Title}</a>
  631. <a href="{text:Link5}">{text:Link5 Title}</a>
  632. <a href="{text:Link6}">{text:Link6 Title}</a>
  633. <a href="{text:Link7}">{text:Link7 Title}</a>
  634. </div></div>
  635.  
  636. <div id="nossadudex" title="{text:Link1 Title} "><a href="{text:Link1}"><img height="15"src="http://static.tumblr.com/bpaio6t/YwMm1exvz/msoi1.png" width="25"class="home"title="{text:Link1 Title} "></div>
  637.  
  638.  
  639. <div id="nossadudex1" title="{text:Link2 Title} "><a href="{text:Link2}"><img height="15"src="http://static.tumblr.com/bpaio6t/9jLm1ez5e/msoi4.png" width="20"class="ask"title="{text:Link2 Title}"></div>
  640.  
  641.  
  642. <div id="nossadudex2" title="{text:Link3 Title} "><a href="{text:Link3}"><img height="15"src="http://static.tumblr.com/bpaio6t/2q4m1ezcq/msoi3.png" width="20"class="amor"title="{text:Link3 Title}"></div>
  643.  
  644. </div></div>
  645.  
  646.  
  647. <div id="imsureduh2">{text:frase2} </div>
  648. </div>
  649.  
  650. <div id="imsureduh1">{text:frase1}</div>
  651. </div>
  652.  
  653.  
  654. <div id="pagination">
  655. {block:PreviousPage}<a href="{PreviousPage}">«</a> {/block:PreviousPage}
  656. {block:NextPage}<a href="{NextPage}">»</a>{/block:NextPage}
  657. </div></div>
  658.  
  659. <!-------------CRÉDITOS------------------------------>
  660. <div style="margin-left:-18px;-webkit-transform: rotate(-90deg); width:245px;background:; font-family:tahoma;font-size:11px; margin-top: 215px; position:fixed; "><a href="http://o-mundo-de-uma-garota.tumblr.com/"><small>Theme by :o-mundo-de-uma-garota</small></a>
  661. <font color="{color:tags}">©</font> </a></div>
  662.  
  663. <!-----------------OMDG FALSO-IFRAME------------------>
  664.  
  665. <div id="omdg">
  666.  
  667. {block:Posts}
  668.  
  669. <!------------------------BASE DUH------------------------>
  670. <div class="baseduh">
  671.  
  672. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  673.  
  674. {block:Photo}{LinkOpenTag}<div class="image"><img src="{PhotoURL-500}"></div>{LinkCloseTag}{/block:Photo}
  675.  
  676. {block:Photoset}{Photoset-500}{/block:Photoset}
  677.  
  678. <!-----------------BASE DUH 2 E 3 --------------------->
  679.  
  680. {block:Quote}
  681. <div class="baseduh1">“{Quote}”</div>
  682. {block:Source}<div class="baseduh2"> — {Source}</div>
  683. {/block:Source}
  684. {/block:Quote}
  685.  
  686. {block:Link}
  687. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  688. {block:Description}{Description}{/block:Description}
  689. {/block:Link}
  690.  
  691. {block:Chat}
  692. <div class="chat">
  693. <div class="chat1">
  694. {block:Lines}
  695. <div class="chat2 {Alt}">
  696. {block:Label}
  697. <span>{Label}</span>
  698. {/block:Label}
  699. {Line}</div>
  700. {/block:Lines}
  701. </div>
  702. </div>
  703. {/block:Chat}
  704.  
  705.  
  706. {block:Audio}
  707. <div class="player">{AudioPlayerBlack}</div>
  708. {block:Caption}{Caption}{/block:Caption}
  709. {/block:Audio}
  710.  
  711. {block:Video}{Video-500}{/block:Video}
  712.  
  713. {block:Answer}
  714. <div class="asker"><img src="{AskerPortraitURL-30}" class="barbie"><b>{Asker}</b> sussurou:<br>{Question}</div>
  715. <div class="answer"><br>{Answer}</div>
  716. {/block:Answer}
  717.  
  718.  
  719. <div id="cap">
  720. {block:Photo}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  721. {block:Video}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  722. {block:Photoset}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  723.  
  724. <div class="source">{block:ContentSource}<a href="{SourceURL}">{lang:Source}:{block:SourceLogo}
  725. <img src="{BlackLogoURL}" width="{LogoWidth} height="{LogoHeight}" alt="{SourceTitle}" />
  726. {/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>
  727. {/block:ContentSource}</div></div>
  728. <br>
  729.  
  730.  
  731. <div id="date">
  732. {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>
  733. <a href="{Permalink}">{TimeAgo}</a> {block:NoteCount} • <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount} {block:IndexPage} • <a href="{ReblogUrl}" target="_blank"><b><font color="{color:tags}">Reblog</font></b> <img src="http://media.tumblr.com/tumblr_m0nj1ziGbG1qe5v0r.png"class="" title=""></a>{/block:IndexPage}
  734. {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>
  735. {/block:RebloggedFrom}
  736. </div>
  737. </div>{/block:Date}
  738.  
  739.  
  740. {/block:Posts}
  741. {block:PostNotes}<div class="NOTES">{PostNotes}</div>{/block:PostNotes}
  742.  
  743.  
  744.  
  745.  
  746.  
  747.  
  748.  
  749.  
  750. </div>
  751. </div>
  752. </div>
  753. </div>
  754.  
  755. </body>
  756. </html>
Advertisement
Add Comment
Please, Sign In to add comment