pamellabellegarde

Theme Tumblr 125

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