pamellabellegarde

Theme Tumblr 127

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