pamellabellegarde

Theme Tumblr 129

Mar 22nd, 2014
475
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 25.03 KB | None | 0 0
  1.  
  2.  
  3. <!-------
  4.  
  5. THEME BY BAGINSFRODO.TUMBLR.COM
  6. DON'T COPY! BE ORIGINAL!
  7.  
  8. ------->
  9.  
  10.  
  11.  
  12.  
  13. <?xml version="1.0" encoding="UTF-8"?>
  14. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  15.  
  16. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  17. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  18.  
  19. <head>
  20.  
  21. <!DOCTYPE HTML>
  22.  
  23.  
  24. <title>{title}</title>
  25.  
  26. <link href='http://fonts.googleapis.com/css?family=Cuprum' rel='stylesheet' type='text/css'>
  27.  
  28.  
  29.  
  30. <script src="http://static.tumblr.com/me5sfsd/1YFl414t0/jquery142.js"></script>
  31. <script type="text/javascript">
  32. $(document).ready(function () {
  33. $('li.drawer div:nth-child(2)').hide();
  34. $('li.drawer h4').click(function () {
  35. if ($(this).hasClass('open')) {
  36. $('li.drawer div:visible:nth-child(2)').slideUp().prev().removeClass('open');}
  37. else {
  38. $('li.drawer div:visible:nth-child(2)').slideUp().prev().removeClass('open');
  39. $(this).next().slideDown();
  40. $(this).addClass('open');}
  41. });
  42. });
  43. </script>
  44.  
  45.  
  46.  
  47.  
  48. <link rel="shortcut icon" href="{favicon}" />
  49. <meta name="image:sidebar" content=""/>
  50. <meta name="color:background" content="#fff" />
  51. <meta name="image:background" content=""/>
  52. <meta name="if:Show Tags" content="0"/>
  53. <meta name="if:black and white images" content="0"/>
  54. <meta name="color:border" content="#dfdfdf" />
  55. <meta name="color:likes" content="#f3007e" />
  56. <meta name="color:ask" content="#eee" />
  57. <meta name="color:top menu" content="#f0db27" />
  58. <meta name="color:scroll bar" content="#555" />
  59. <meta name="color:Description" content="#f1f1f1" />
  60. <meta name="color:Links" content="#393939" />
  61. <meta name="color:Links Hover" content="#ddd" />
  62. <meta name="color:Text" content="#949494" />
  63. <meta name="color:Menu" content="#eeeeee" />
  64. <meta name="color:Menu color" content="#000000" />
  65. <meta name="text:Link1" content="" />
  66. <meta name="text:Link1 Title" content="" />
  67. <meta name="text:Link2" content="" />
  68. <meta name="text:Link2 Title" content="" />
  69. <meta name="text:Link3" content="" />
  70. <meta name="text:Link3 Title" content="" />
  71. <meta name="text:Link4" content="" />
  72. <meta name="text:Link4 Title" content="" />
  73. <meta name="text:Link5" content="" />
  74. <meta name="text:Link5 Title" content="" />
  75. <meta name="text:Link6" content="" />
  76. <meta name="text:Link6 Title" content="" />
  77. <meta name="text:Link7" content="" />
  78. <meta name="text:Link7 Title" content="" />
  79. <meta name="text:Link8" content="" />
  80. <meta name="text:Link8 Title" content="" />
  81. <meta name="text:Link9" content="" />
  82. <meta name="text:Link9 Title" content="" />
  83. <meta name="text:Link10" content="" />
  84. <meta name="text:Link10 Title" content="" />
  85. <meta name="text:Link11" content="" />
  86. <meta name="text:Link11 Title" content="" />
  87. <meta name="text:Link12" content="" />
  88. <meta name="text:Link12 Title" content="" />
  89. <meta name="text:Link13" content="" />
  90. <meta name="text:Link13 Title" content="" />
  91. <meta name="text:Link14" content="" />
  92. <meta name="text:Link14 Title" content="" />
  93. <meta name="text:more links" content="+MORE" />
  94. <meta name="if:slow down" content="0"/>
  95. <meta name="if:more links" content="0"/>
  96. <meta name="if:cute cursor" content="0"/>
  97. <meta name="if:white follow button" content="0"/>
  98. <meta name="if:anti plagiarism" content="0"/>
  99.  
  100.  
  101. <link href='http://fonts.googleapis.com/css?family=Bad+Script' rel='stylesheet' type='text/css'>
  102.  
  103.  
  104. <style type="text/css">
  105. {block:ifcutecursor}
  106.  
  107.  
  108. html,a, a:hover {cursor: url(http://cur.cursors-4u.net/cursors/cur-9/cur817.cur), progress !important;}
  109.  
  110. {/block:ifcutecursor}
  111.  
  112.  
  113. .menuesquerda {
  114. float:left;
  115. width:65px;
  116. z-index:-100;
  117. text-align: left;}
  118.  
  119. .menudireita {
  120. float:right;
  121. width:63px;
  122. margin-top:5px;
  123. z-index:-100;
  124. text-align: left;}
  125.  
  126.  
  127.  
  128. .espaco {
  129. padding: 1px;
  130. margin:1px;
  131. clear: both;}
  132.  
  133.  
  134.  
  135.  
  136. ul .drawer {list-style-type: none;
  137. font-size:10px;
  138. margin-left:-20px;}
  139.  
  140. ul#drawers a {text-decoration: none; }
  141.  
  142. ul#drawers li h4 {margin: 0;
  143. padding: 0px;
  144. display:inline-block;
  145. font-size: 12px;
  146. l}
  147.  
  148. h4.small {display: table-cell;
  149. width: 100%;
  150. margin: 0px;
  151. height: 100%;
  152. cursor:pointer;}
  153.  
  154. li.drawer h4.open {background-color: ;
  155. border-top: 0px;
  156. list-style-type: none;}
  157.  
  158. li.drawer div {padding: 0px;
  159. margin: 0px;
  160. line-height: 10px;
  161. background-color: {color:background};
  162. list-style-type: none; }
  163.  
  164. li.drawer div li {list-style-type: disc;
  165. list-style-type: none;}
  166.  
  167. li.drawer div ul {-webkit-padding-start: 12px;
  168. list-style-type: none;}
  169.  
  170.  
  171. .right {width:110px;float:right;}
  172. .left {width:137px;height:130px;margin-top:-18px;margin-left:2px;}
  173.  
  174.  
  175.  
  176. .u1 {border-bottom:1px solid #999;
  177. width:5000px;
  178. margin-top:100px;
  179. position:fixed;
  180. background:{color:background};
  181. }
  182.  
  183. nav5 {padding:3px;
  184. font-family:Cuprum;
  185. font-size:9px;
  186. text-transform:uppercase;
  187. }
  188.  
  189. nav7 {
  190. font-style:italic;
  191. font-family:arial;
  192. font-weight:bold;
  193. font-size:24px;
  194. line-height:18px;
  195. letter-spacing:-2px;
  196. width:250px;
  197. color:{color:top menu};
  198. text-align:center;
  199. margin-right:-5px;
  200.  
  201. }
  202.  
  203. nav7:hover {color:#f65499}
  204.  
  205. nav1 {
  206. font-family:arial;
  207. text-align:left;
  208. padding:8px;
  209. margin:1px;
  210. font-size:8px;
  211. color:{color:Menu color};
  212. display:block;
  213. background:{color:Menu};
  214. letter-spacing:1px;
  215. -webkit-transition: all 0.9s ease;
  216. -moz-transition: all 0.9s ease;
  217. -o-transition: all 0.9s ease;
  218. transition: all 0.9s ease;
  219. border-left:10px solid {color:likes};
  220. }
  221. nav1:hover {
  222. border-left:20px solid #de0372;
  223. }
  224.  
  225.  
  226. nav8 {
  227. font-family: 'Trebuchet MS';
  228. text-transform:uppercase;
  229. font-size:9px;
  230. margin:2px;
  231. display:block;
  232. padding:3px;
  233. opacity:0.7;
  234. border:1px {color:text} solid;
  235. color:{color:text};
  236. -webkit-transition: all 0.3s ease;
  237. -moz-transition: all 0.3s ease;
  238. -o-transition: all 0.3s ease;
  239. transition: all 0.3s ease;
  240.  
  241.  
  242. }
  243.  
  244. nav8:hover {
  245. letter-spacing:10px;
  246.  
  247. }
  248.  
  249. nav6 {
  250. font-family:arial;
  251. text-transform:uppercase;
  252. text-align:center;
  253. padding:0px 6px 0px 6px;
  254. font-size:7px;
  255. margin:2px;
  256. color:{color:links};
  257. display:inline-block;
  258. -webkit-transition: all 0.2s ease;
  259. -moz-transition: all 0.2s ease;
  260. -o-transition: all 0.2s ease;
  261. transition: all 0.2s ease;
  262. }
  263. nav6:hover {}
  264.  
  265.  
  266.  
  267. nav2 {
  268. font-size:10px;
  269. letter-spacing:1px;
  270. text-transform:uppercase;
  271. font-family: calibri;
  272.  
  273. -webkit-transition-duration: 0.5s;
  274.  
  275. }
  276.  
  277. nav2:hover {
  278. border-bottom:3px solid {color:border menu} ;
  279. }
  280.  
  281.  
  282. .mm {margin-bottom:-5px;}
  283.  
  284.  
  285.  
  286.  
  287.  
  288. {block:Ifblackandwhiteimages}
  289. img {-webkit-filter: grayscale(100%);}
  290. photoset {-webkit-filter: grayscale(100%);}
  291. .photoset {-webkit-filter: grayscale(100%);}
  292.  
  293. {/block:ifblackandwhiteimages}
  294.  
  295.  
  296. /** QUOTE **/
  297. .aspas {position:relative;
  298. top:-0px;
  299. font-size:84px;
  300. opacity:0.4;
  301. filter: alpha (opacity=20);
  302. color: {color:Text};
  303. font: normal 130px;
  304. font-family: georgia;
  305. text-align:left ; }
  306.  
  307. .quote {margin-left:20px;margin-top:-85px; letter-spacing:0px;text-align:left ; }
  308.  
  309. /** TÍTULO DOS POSTS **/
  310. h1 { font-size:12px;
  311. -webkit-transition-duration: .40s;
  312. font-weight:normal;
  313. text-align:center;
  314. text-transform:uppercase;
  315. font-family:arial;
  316. color:{color:Text};}
  317.  
  318. h2 { font-size:12pt;
  319. -webkit-transition-duration: .40s;
  320. font-weight:normal;
  321. text-align:left;
  322. font-style:italic;
  323. font-family:cambria;
  324. letter-spacing:-1px;
  325. color:{color:Text};}
  326.  
  327. b, strong {color:{color:likes}}
  328. i, em {color:{color:top menu};}
  329. u {border-bottom:1px solid {color:top menu};
  330. text-decoration:none;}
  331.  
  332. ::-webkit-scrollbar-thumb {
  333. height:auto;
  334. background-color: {color:scroll bar};
  335. border: 2px solid {color:scroll bar};
  336. }
  337.  
  338. ::-webkit-scrollbar {
  339. height:3px;
  340. width:3px;
  341. background-color: {color:background};
  342. }
  343.  
  344.  
  345.  
  346.  
  347.  
  348.  
  349.  
  350.  
  351. .embaixo {left:0px; bottom :0px; position:absolute; z-index: 4;
  352. width:100%;background:transparent; height:62px;
  353. position: fixed !important;
  354. background-opacity:0.50;}
  355.  
  356.  
  357. .audio {height:100%; background:#000;}
  358.  
  359.  
  360.  
  361.  
  362. /** CAIXINHA MINI MENU **/
  363. .caixafundo {width:527px;background:#f6f6f6; heigth:100%;padding:5px;}
  364.  
  365. /** CAIXA DOS POSTS **/
  366. .caixa {
  367. font-size: 10px;
  368. width: 500px;
  369. padding:5px 5px 2px 5px;
  370. text-align:justify;
  371. font-family: arial;
  372. background:{color:background};
  373. color:{color:Text};
  374. -webkit-transition: all 0.2s ease;
  375. -moz-transition: all 0.2s ease;
  376. -o-transition: all 0.2s ease;
  377. transition: all 0.2s ease;
  378. }
  379.  
  380. .caixa img {max-width:500px;}
  381.  
  382. .opacidadee{
  383. margin: 1px;
  384. border: none;
  385. filter: alpha(opacity=75);
  386. moz-opacity:.80;
  387. opacity:.80 ;
  388. -webkit-transition-duration: .50s;
  389. }
  390. .opacidadee:hover{
  391. margin: 1px;
  392. border: none;
  393. filter: alpha(opacity=100);
  394. moz-opacity:1.0;
  395. opacity:1.0;
  396. }
  397.  
  398.  
  399.  
  400. .pa {padding:5px;}
  401.  
  402.  
  403. .opacidade:hover {filter:alpha(opacity=100); -moz-opacity:1.0; opacity:1.0;-webkit-
  404.  
  405. transition-duration: .80s;}
  406.  
  407. .opacidade {filter:alpha(opacity=60); -moz-opacity:0.60; opacity:0.60; -webkit-transition-
  408.  
  409. duration: .80s;}
  410.  
  411.  
  412. /** FRASE **/
  413. .frase {background:#000; font: italic 15px Georgia;margin-top:-
  414.  
  415. 20px;height:17px;opacity:0.60;color:#fff;text-align:right;}
  416.  
  417. .t {
  418.  
  419. top: 25px;
  420. z-index: 4;
  421. position: fixed;
  422. left:800px;
  423. font-size:15px;
  424. font-family: 'Bad Script', cursive;
  425. text-decoration:none;
  426. padding:3px;
  427. -webkit-transition: all 0.5s ease;
  428. -moz-transition: all 0.5s ease;
  429. -o-transition: all 0.5s ease;
  430. transition: all 0.5s ease;
  431. z-index:999999999999999999999999999999999999999;
  432. color:{color:text};
  433.  
  434. }
  435.  
  436.  
  437. /** SIDEBAR **/
  438.  
  439. .caixasidebar1 {
  440. font-size: 9px;
  441. text-align: justify;
  442. font-family:;
  443. position:fixed;
  444. bottom:0px;
  445. width:200px;
  446. height:100%;
  447. z-index:10000000;
  448. letter-spacing:0px;
  449. margin-right:10px;
  450. padding:120px 70px 5px 5px;
  451. }
  452.  
  453. .linha1 {border-bottom:1px dotted {color:text} ;width:140px;}
  454.  
  455. /** POSIÇÃO THEME **/
  456. #pagina {
  457. width:780px;
  458. top:00px;
  459. text-align:justify;}
  460.  
  461. #coluna {width: 200px;
  462. float:left;
  463. text-align:center;
  464. margin-top:120px;
  465. position: fixed;
  466.  
  467.  
  468. }
  469.  
  470. #conteudo {
  471. width: 515px;
  472. float: right;
  473. margin-left:620px;
  474. text-align:justify;
  475. }
  476. #tudo {width:900px;top:0px;}
  477.  
  478.  
  479.  
  480. /** APARENCIA LINKS **/
  481. a:link, a:visited, a:active {
  482. -webkit-transition: all 0.5s ease;
  483. -moz-transition: all 0.5s ease;
  484. -o-transition: all 0.5s ease;
  485. transition: all 0.5s ease;
  486. text-decoration: none;
  487. border-bottom:1px solid transparent;
  488. color: {color:Links};
  489.  
  490. }
  491. #conteudo a:hover {color: {color:Links Hover}}
  492.  
  493. .likes {
  494. color:{color:likes};
  495. font-family:arial;
  496. font-size:10px;
  497. display:inline-block;
  498.  
  499. }
  500.  
  501. /** APARENCIA LINKS **/
  502. #coluna a:link, a:visited, a:active {
  503. -webkit-transition: all 0.5s ease;
  504. -moz-transition: all 0.5s ease;
  505. -o-transition: all 0.5s ease;
  506. transition: all 0.5s ease;
  507. text-decoration: none;
  508. color: {color:Links};
  509. }
  510.  
  511.  
  512.  
  513.  
  514.  
  515. #dhtmltooltip{
  516. position: absolute;
  517. padding: 4px;
  518. text-align: center;
  519. font-size: 8px;
  520. width: auto;
  521. font-family:calibri;
  522. text-transform:uppercase;
  523. visibility: hidden;
  524. opacity:100;
  525. filter:alpha(opacity=100);
  526. margin-left: 25px;
  527. z-index: 99999999999999999999999999999999999;
  528. filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
  529. color: {color:background};
  530. background: {color:likes};
  531. }
  532.  
  533. .menuesquerda {
  534. float:left;
  535. width:90px;
  536. text-align: left;}
  537.  
  538. .menudireita {
  539. float:right;
  540. width:95px;
  541. text-align: left;}
  542.  
  543.  
  544.  
  545. .espaco {
  546. padding: 1px;
  547. margin:1px;
  548. clear: both;}
  549.  
  550.  
  551.  
  552.  
  553. #pagi {width:170px;
  554. text-align:center;
  555. word-spacing:5px;
  556. font-size:8px;
  557. font-family:arial;
  558. }
  559.  
  560. .imgg {
  561. width:90px;
  562. height:90px;
  563. max-height:210px;
  564. z-index:-99999;
  565. background:{color:background};
  566. margin-left:10px;
  567. }
  568.  
  569.  
  570.  
  571.  
  572. .q {
  573. width:500px;
  574. font-family:arial;
  575. background:{color:ask};
  576. color:{color:text};
  577. padding:8px;
  578.  
  579. }
  580.  
  581. .q a{
  582. font-weight: bold;
  583. color:text;
  584.  
  585. }
  586.  
  587. ol.notes {padding:0px; margin:20px; list-style-type:decimal-leading-zero; font-family:calibri; max-width:500px}
  588. ol.notes li.note {padding: 3px 3px 3px 3px;}
  589. ol.notes li.note img.avatar {display: none}
  590. ol.notes li.note span.action {}
  591. ol.notes li.note .answer_content {font-weight:normal;}
  592. ol.notes li.note blockquote {width: 410px; margin:6px 0px 6px 4px; padding:10px; letter-spacing:0px; font-family:georgia; font-size:11px; font-style:italic; font-weight:bold}
  593.  
  594.  
  595. .img {
  596. padding:5px;
  597. -webkit-border-radius: 10px;
  598. -moz-border-radius: 10px;
  599. border-radius: 10px;}
  600.  
  601.  
  602. .tit {
  603. font-style:italic;
  604. font-family:arial;
  605. font-weight:bold;
  606. color:#dd0375;
  607. font-size:23px;
  608. line-height:18px;
  609. letter-spacing:-2px;
  610. width:250px;
  611. text-align:center;
  612. margin-right:-5px;
  613.  
  614. }
  615.  
  616. /* TAGS */
  617. .caixinhabyfran {
  618. filter: alpha(opacity=30);
  619. moz-opacity:0.30;
  620. opacity:0.30 ;
  621. font-size:9px;
  622. font-family:arial;
  623. padding:6px;
  624. float:right;
  625. margin-right:-120px;
  626. width:100px;
  627. text-align:left;
  628. -webkit-transition: all 0.9s ease;
  629. -moz-transition: all 0.9s ease;
  630. -o-transition: all 0.9s ease;
  631. transition: all 0.9s ease;
  632. }
  633.  
  634. .caixinhabyfran:hover {
  635. filter: alpha(opacity=100);
  636. moz-opacity:1;
  637. opacity:1 ;
  638.  
  639. }
  640.  
  641.  
  642. .tag2 {width:500px;
  643. padding-top:1px;
  644. padding:5px;
  645. text-align:left;
  646. margin-bottom: 25px;
  647. text-transform:uppercase;
  648. font-size:8px;
  649. line-height:15px;
  650. font-family: Trebuchet MS;
  651. color:{color:Text};
  652. filter: alpha(opacity=90);
  653. moz-opacity:0.90;
  654. border-top:1px solid {color:border};
  655. opacity:0.90 ;
  656. }
  657.  
  658. nav3 {text-transform:uppercase;
  659. font-size:8px;
  660. font-family: 'Trebuchet MS';
  661. line-height:15px;
  662. filter: alpha(opacity=90);
  663. moz-opacity:0.90;
  664. opacity:0.90 ;
  665. }
  666.  
  667.  
  668. nav4 {font-size:0px;}
  669.  
  670.  
  671. .ttt {
  672. margin: 1px;
  673. border: none;
  674. filter: alpha(opacity=55);
  675. moz-opacity:.50;
  676. opacity:.50 ;
  677. -webkit-transition-duration: .90s;
  678. }
  679. .ttt:hover{
  680. margin: 1px;
  681. border: none;
  682. filter: alpha(opacity=100);
  683. moz-opacity:1.0;
  684. opacity:1.0;
  685. }
  686.  
  687.  
  688. /** FUNDO **/
  689. body {background-attachment: fixed;
  690. background-repeat: no-repeat;
  691. font-family: arial;
  692.  
  693. font-size: 11px;
  694. text-align: justify;
  695. color: {color:Text};
  696. background:{color:background} url('{image:background}');
  697. background-attachment: fixed;
  698. background-repeat: no-repeat;
  699. background-position:right bottom;
  700. }
  701.  
  702. /** APARENCIA BLOCKQUOTE **/
  703. blockquote {margin:0px;padding:0px;padding-left:4px;border-left: 2px solid {color:Text};}
  704.  
  705.  
  706.  
  707. /** BORDA REDONDA **/
  708. .bordapam {padding:3px;
  709. width:35px;
  710. margin-top:-8px;
  711. border:1px solid {color:Text};}
  712. .bordapam img {width:55px;}
  713.  
  714.  
  715.  
  716.  
  717.  
  718.  
  719.  
  720. .ll {float:left;width:70px;}
  721. .rr {float:right;width:170px;}
  722.  
  723.  
  724.  
  725.  
  726. .altt{max-height:130px;}
  727.  
  728. .borda4 {padding : 7px;
  729. background :#7E7E7E;}
  730.  
  731. .linhasidebar {border-right: #000 4px solid;}
  732.  
  733. .photo {max-width:400px;}
  734.  
  735. pre {font-family:consolas;
  736. font-size:11px;
  737. overflow:auto;
  738. }
  739.  
  740. code {font-family:consolas;
  741. font-size:11px;
  742. overflow:auto;
  743. }
  744.  
  745. nav10 {
  746. font-size:16px;
  747. text-align:center;
  748. letter-spacing:0px;
  749. webkit-transition-duration: .80s;
  750. font-style:italic;
  751. margin: 40px 0px 0px 600px;
  752. font-family: times new roman
  753. }
  754.  
  755. .direita {
  756. bottom: 330px;
  757. z-index: 4;
  758. font-size:24px;
  759. position: fixed;
  760. right:125px;
  761. font-family:georgia;
  762. color:{color:text};
  763. }
  764.  
  765.  
  766.  
  767.  
  768. .cre {padding:5px;
  769. top: 10px;
  770. left: 10px;
  771. z-index: 100; position: fixed;
  772. text-align:center;
  773. font-size:10px;
  774. font-family:calibri;
  775. background:{color:background};
  776. }
  777. .cre a {font-size:10px;width:50px;}
  778.  
  779. .boxx {background:{color:postsbox};
  780. width:170px}
  781.  
  782. iframe#tumblr_controls {
  783. right:3px !important;
  784. position: fixed !important;
  785.  
  786.  
  787. }
  788.  
  789.  
  790. .rb {
  791. padding:1px;
  792.  
  793.  
  794. }
  795.  
  796.  
  797. {block:ifWhitefollowbutton}
  798.  
  799. iframe#tumblr_controls {
  800. right:3px !important;
  801. position: fixed !important;
  802. -webkit-filter:invert(100%);
  803. -webkit-transition: all 0.6s ease;
  804. -moz-transition: all 0.6s ease;
  805. -o-transition: all 0.6s ease;
  806. opacity: 0.3;
  807.  
  808.  
  809. }
  810.  
  811. iframe#tumblr_controls:hover {
  812. right:3px !important;
  813. position: fixed !important;
  814. -webkit-filter:invert(100%);
  815. opacity: 0.7;
  816. {/block:ifWhitefollowbutton}
  817.  
  818.  
  819.  
  820.  
  821.  
  822.  
  823. </style>
  824. <!-- FIM DO CSS -->
  825. {block:Ifantiplagiarism}
  826.  
  827. <script>
  828. function click() {
  829. if (event.button==2||event.button==3) {
  830. oncontextmenu='return false';
  831. }
  832. }
  833. document.onmousedown=click
  834. document.oncontextmenu = new Function("return false;")
  835. </script>
  836.  
  837. {/block:Ifantiplagiarism}
  838.  
  839.  
  840.  
  841. {block:Ifslowdown}
  842. <script>!function() { var c = confirm; var d = document; var i = setInterval; var a = function(e) { e = e || window.event; var t = e.target || e.srcElement; if (t.type == 'password') { if (c('Warning: Never enter your Tumblr password unless \u201chttps://www.tumblr.com/login\u201d\x0ais the address in your web browser.\x0a\x0aYou should also see a green \u201cTumblr, Inc.\u201d identification in the address bar.\x0a\x0aSpammers and other bad guys use fake forms to steal passwords.\x0a\x0aTumblr will never ask you to log in from a user\u2019s blog.\x0a\x0aAre you absolutely sure you want to continue?')) { a = function() {}; } else { t.value = ""; return false; } } }; i(function() { if (typeof d.addEventListener != 'undefined') d.addEventListener('keypress', a, false)}, 0); }();</script><head prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/fb# blog: http://ogp.me/ns/blog#"> <script type="text/javascript" src="http://static.tumblr.com/twte3d7/BH7lio0yf/jquery.js"></script><script type="text/javascript" src="http://static.tumblr.com/twte3d7/RhUlio0y7/lazyload.js"></script><script type="text/javascript" charset="utf-8">var $j = jQuery.noConflict();$j(function() {if (navigator.platform == "iPad" || navigator.platform == "iPhone") return;$j("img").lazyload({placeholder : "http://static.tumblr.com/twte3d7/RSvlio0k5/grey.gif",effect: "fadeIn",});});</script>
  843. {/block:Ifslowdown}
  844.  
  845.  
  846. <script type="text/javascript" src="http://code.jquery.com/jquery-1.8.1.min.js"></script>
  847. <script>
  848. $("#dropdown_img_click").click(function () {
  849. $("#dropdown_img_content").slideToggle("slow");
  850. });
  851. </script>
  852.  
  853.  
  854. </head>
  855.  
  856.  
  857. <body>
  858.  
  859. {block:Ifantiplagiarism}
  860. <body oncontextmenu="return false" onkeydown="return false">
  861. <body ondragstart='return false'>
  862. <body onselectstart='return false'>
  863. {/block:Ifantiplagiarism}
  864. <center>
  865.  
  866.  
  867.  
  868. <div id="dhtmltooltip"></div>
  869. <script language="JavaScript" src="http://static.tumblr.com/xajwmek/wC6lsg2fd/titlediferenciado_ritamafalda.txt"></script>
  870.  
  871.  
  872. <div class="tudo">
  873.  
  874.  
  875.  
  876. <div id="pagina">
  877.  
  878.  
  879. <br><br><br><br>
  880.  
  881.  
  882. <div id="coluna">
  883. <div class="caixasidebar1">
  884. <center><br><br><br><br><br>
  885. <br><br>
  886.  
  887.  
  888. <center>
  889. <div class="menuesquerda">
  890. <a href="/"><img src="{image:Sidebar}" class="imgg"></a></div>
  891. <div class="menudireita">
  892.  
  893. {block:ifLink1}<a href="{text:Link1}"> <nav7>{text:Link1 Title} </a> </nav7><br>{/block:ifLink1}
  894. {block:ifLink2} <a href="{text:Link2}"> <nav7>{text:Link2 Title} </a> </nav7><br>{/block:ifLink2}
  895.  
  896. {block:ifLink3} <a href="{text:Link3}"><nav7>{text:Link3 Title} </a> </nav7><br>{/block:ifLink3}
  897.  
  898. {block:ifLink4} <a href="{text:Link4}"><nav7>{text:Link4 Title} </a> </nav7><br>{/block:ifLink4}
  899.  
  900.  
  901. </div>
  902. <div class="espaco">&nbsp;</div>
  903. </center>
  904.  
  905. <div style="width:180px;text-align:justify;padding:8px;background:{color:menu};">
  906. {block:Description} {Description} {/block:Description}<br></div><br><br>
  907. {block:ifLink5}<a href="{text:Link5}" ><nav1>{text:Link5 Title} </a> </nav1> {/block:ifLink5}
  908. {block:ifLink6}<a href="{text:Link6}" ><nav1>{text:Link6 Title} </a> </nav1> {/block:ifLink6}
  909. {block:ifLink7}<a href="{text:Link7}" ><nav1>{text:Link7 Title} </a> </nav1> {/block:ifLink7}
  910. {block:ifLink8}<a href="{text:Link8}" ><nav1>{text:Link8 Title} </a> </nav1> {/block:ifLink8}
  911. {block:Ifmorelinks}
  912. <ul >
  913. <li class="drawer" >
  914. <h4><div style="font-family:arial;
  915. text-align:left;
  916. padding:8px;
  917. font-size:8px;
  918. color:#000;
  919. display:block;
  920. background:#eee;
  921. letter-spacing:1px;
  922. -webkit-transition: all 0.9s ease;
  923. -moz-transition: all 0.9s ease;
  924. -o-transition: all 0.9s ease;
  925. transition: all 0.9s ease;
  926. margin:-12px 0px 0px -19px;
  927. border-left:10px solid #de0372;">{text:more links}</div></h4>
  928. <div style="margin-left:-10px">
  929. <p>
  930. {block:ifLink9}<a href="{text:Link9}" ><nav8>{text:Link9 Title} </a> </nav8> {/block:ifLink9}
  931. {block:ifLink10}<a href="{text:Link10}" ><nav8>{text:Link10 Title} </a> </nav8> {/block:ifLink10}
  932. {block:ifLink11}<a href="{text:Link11}" ><nav8>{text:Link11 Title} </a> </nav8> {/block:ifLink11}
  933. {block:ifLink12}<a href="{text:Link12}" ><nav8>{text:Link12 Title} </a> </nav8> {/block:ifLink12}
  934. {block:ifLink13}<a href="{text:Link13}" ><nav8>{text:Link13 Title} </a> </nav8> {/block:ifLink13}
  935. {block:ifLink14}<a href="{text:Link14}" ><nav8>{text:Link14 Title} </a> </nav8> {/block:ifLink14}
  936.  
  937.  
  938.  
  939. </p>
  940. </div>
  941. </li>
  942. </ul>
  943. {/block:Ifmorelinks}
  944.  
  945. <br>
  946.  
  947. <div style="float:left;margin-left:20px;font-size:8px;font-family:arial;text-align:center;width:180px"><center>
  948. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}"><big>&laquo;</big></a> {/block:PreviousPage} &nbsp;{CurrentPage} OF {TotalPages}&nbsp; {block:NextPage}<a href="{NextPage}"><big>&raquo;</big></a>{/block:NextPage}{/block:Pagination}</center>
  949. </center>
  950. </div>
  951.  
  952. <br><br>
  953.  
  954.  
  955.  
  956.  
  957. </div>
  958. <!-- INÍCIO DAS TAGS DOS POSTS -->
  959.  
  960.  
  961.  
  962. <div id="conteudo">
  963.  
  964.  
  965. {block:Posts}
  966.  
  967.  
  968. <div class="caixinhabyfran">
  969.  
  970. {block:IfShowTags} {block:HasTags} {block:Tags}
  971.  
  972. <a href="{TagURL}"><font color="{color:links}"><div style="display:inline-block"><nav5>#{Tag}</nav5></div> </font></a>
  973.  
  974. {/block:Tags}{/block:HasTags}</i>{/block:IfShowTags}
  975.  
  976. </div>
  977.  
  978. <!-- TEXT -->
  979.  
  980. {block:Text}
  981. <div class="caixa">
  982.  
  983.  
  984. <h1>{block:Title}{Title}{/block:Title}</h1>
  985.  
  986. {Body}
  987.  
  988. </div>
  989.  
  990. {/block:Text}
  991.  
  992. <!-- PHOTO -->
  993.  
  994. {block:Photo}
  995.  
  996. <div class="caixa">
  997.  
  998. <center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}">{LinkCloseTag}
  999.  
  1000. </center>
  1001.  
  1002. {block:Caption}{Caption}{/block:Caption}<br>
  1003.  
  1004. </div>
  1005.  
  1006.  
  1007. {/block:Photo}
  1008.  
  1009.  
  1010. <!-- PHOTOSET -->
  1011.  
  1012. {block:Photoset}
  1013.  
  1014. <div class="caixa">
  1015.  
  1016. <div align="center">{Photoset-500}</div>
  1017.  
  1018. {block:Caption}{Caption}{/block:Caption}
  1019.  
  1020. </div>
  1021.  
  1022.  
  1023.  
  1024.  
  1025.  
  1026. {/block:Photoset}
  1027.  
  1028.  
  1029. <!-- QUOTE -->
  1030.  
  1031. {block:Quote}
  1032.  
  1033. <div class="caixa">
  1034.  
  1035. <span class="aspas">“</span><div class="quote"><h2>{Quote}
  1036.  
  1037. </span></div></h2><br>
  1038.  
  1039. <div style='text-align:center'>{block:Source} — {Source}{/block:Source}</div>
  1040. <br>
  1041. </div>
  1042.  
  1043.  
  1044.  
  1045. {/block:Quote}
  1046.  
  1047.  
  1048. <!-- LINK -->
  1049.  
  1050. {block:Link}
  1051.  
  1052. <div class="caixa">
  1053.  
  1054. <h1><a href="{URL}" {Target}>{Name} <font face="calibri">→</font></a></h1>
  1055.  
  1056. {block:Description}{Description}{/block:Description}
  1057.  
  1058. </div>
  1059.  
  1060. {/block:Link}
  1061.  
  1062.  
  1063. <!-- CHAT -->
  1064.  
  1065. {block:Chat}
  1066.  
  1067. <div class="caixa">
  1068.  
  1069. <h1>{block:Title}{Title}{/block:Title}</h1>
  1070.  
  1071. {block:Lines}{block:Label}<b>{Label}</b>{/block:Label}
  1072.  
  1073. {Line}<p>
  1074.  
  1075. {/block:Lines}
  1076.  
  1077. </div>
  1078.  
  1079. {/block:Chat}
  1080.  
  1081.  
  1082. <!-- VIDEO -->
  1083.  
  1084. {block:Video}
  1085.  
  1086. <div class="caixa">
  1087.  
  1088. {Video-500}
  1089.  
  1090. {block:Caption}{Caption}{/block:Caption}
  1091.  
  1092. </div>
  1093.  
  1094.  
  1095. {/block:Video}
  1096.  
  1097.  
  1098. <!-- AUDIO -->
  1099.  
  1100. {block:Audio}
  1101.  
  1102.  
  1103. <div class="caixa">
  1104.  
  1105. <div class="audio">{AudioPlayerBlack}</div>
  1106.  
  1107. {block:Caption}{Caption}{/block:Caption}
  1108.  
  1109. </div>
  1110.  
  1111.  
  1112. {/block:Audio}
  1113.  
  1114.  
  1115. <!-- ASK -->
  1116.  
  1117.  
  1118.  
  1119. {block:Answer}<div class="caixa">
  1120.  
  1121. <div class="q">{Asker}: {Question}</div>
  1122.  
  1123. {Answer}
  1124. {/block:Answer}
  1125.  
  1126.  
  1127. <div class="tag2">
  1128. <div class="fundo">
  1129. <a href="/day/{Year}/{MonthNumberWithZero}/{DayOfMonthWithZero}"><nav3>{Month} {DayOfMonthWithZero}{DayOfMonthSuffix} </a></nav3>ㅤ<a href="{Permalink}" title="permalink"><nav3>{NoteCount}</a></nav3><div class="likes"> ♥</div>ㅤ{block:RebloggedFrom} <a href="{ReblogParentURL}" target="_blank">Via</a>{/block:RebloggedFrom}ㅤ{block:ContentSource} <a href="{SourceURL}" target="_blank">{block:SourceLogo}<img src="{BlackLogoURL}" width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}{block:NoSourceLogo}Source{/block:NoSourceLogo}</a>{/block:ContentSource} <a href="{ReblogURL}" target="_blank" title="reblog this post"class="rb">Reblog</a></font>
  1130. </div>
  1131.  
  1132.  
  1133.  
  1134.  
  1135. {block:PostNotes}<br />{PostNotes}{/block:PostNotes}
  1136. </div>
  1137. <br>
  1138. {/block:Posts}
  1139.  
  1140.  
  1141. </div> </div> <div style="font-size:0px;color:transparent;display:none">{block:ContentSource} <a href="{SourceURL}" target="_blank" class="tag11">{block:SourceLogo}<img src="{BlackLogoURL}" width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}{block:NoSourceLogo}Source{/block:NoSourceLogo}</a>{/block:ContentSource}<br>
  1142.  
  1143.  
  1144.  
  1145. </div>
  1146.  
  1147.  
  1148.  
  1149. <!-- FIM DAS TAGS DOS POSTS -->
  1150.  
  1151.  
  1152.  
  1153. </div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div>
  1154.  
  1155.  
  1156.  
  1157. <div class="cre"><a href="http://baginsfrodo.tumblr.com/" target="_blank" onMouseover="ddrivetip('theme by baginsfrodo & sistaroundpsds')"; onMouseout="hideddrivetip()">©</a>
  1158.  
  1159. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js"></script>
  1160. <script type="text/javascript">
  1161. window.onload = function() {
  1162. $('iframe.photoset').contents().find('.photoset_row').attr("style", "width:500px; margin-bottom: -4px;");
  1163. $('iframe.photoset').contents().find('.photoset_row').find('img').attr("style", "width:500px;");
  1164. $('iframe.photoset').contents().find('.photoset_row_2').find('img').attr("style", "width:245px; margin-right: 0px;");
  1165. $('iframe.photoset').contents().find('.photoset_row_3').find('img').attr("style", "width:160px; margin-right: 0px;");
  1166. }
  1167. </script>
  1168.  
  1169. </body>
  1170.  
  1171. </html>
Advertisement
Add Comment
Please, Sign In to add comment