Advertisement
Guest User

download start over

a guest
Jan 30th, 2012
923
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.39 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  2.  
  3. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  4.  
  5.  
  6. <!--theme by QUASE-SUA-PRINCESA.tumblr.com. Não copie, seja original!!!!!!!!!!!!!!!!!-->
  7.  
  8. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  9.  
  10. <head> <!-- DEFAULT VARIABLES -->
  11. <meta name="color:background" content="#F6F6F6" />
  12. <meta name="color:sidebar" content="#ECEBEB" />
  13. <meta name="color:text" content="#666666" />
  14. <meta name="color:linkhover" content="#FFB28E" />
  15. <meta name="color:title" content="#666666" />
  16. <meta name="color:link" content="#666666" />
  17. <meta name="color:linktop" content="#666666" />
  18. <meta name="color:linktophover" content="#F05D1E" />
  19. <meta name="color:linksredondos" content="#F05D1E" />
  20. <meta name="color:backgroundimage" content="#F05D1E" />
  21. <meta name="color:backgroundimagehover" content="#eeeeee" />
  22. <meta name="color:entry" content="#ECEBEB" />
  23. <meta name="color:h1" content="#666666" />
  24. <meta name="color:bold" content="#666666" />
  25. <meta name="color:tags" content="#666666" />
  26. <meta name="if:Show tags" content="1"/>
  27. <meta name="if:Enable endless scrolling" content="0"/>
  28. <meta name="if:Show sidebar image" content="1"/>
  29. <meta name="if:Show search" content="1"/>
  30. <meta name="if:Show post author" content="1"/>
  31. <meta name="image:sidebar" content=""/>
  32. <meta name="image:sidebar2" content=""/>
  33. <meta name="image:sidebar3" content=""/>
  34. <meta name="image:sidebar4" content=""/>
  35. <meta name="image:sidebar5" content=""/>
  36. <meta name="image:background" content=""/>
  37. <meta name="text:Link1" content="" />
  38. <meta name="text:Link1 Title" content="" />
  39. <meta name="text:Link2" content="" />
  40. <meta name="text:Link2 Title" content="" />
  41. <meta name="text:Link3" content="" />
  42. <meta name="text:Link3 Title" content="" />
  43. <meta name="text:Link4" content="" />
  44. <meta name="text:Link4 Title" content="," />
  45. <meta name="text:Link5" content="" />
  46. <meta name="text:Link5 Title" content="" />
  47. <meta name="text:Link6" content="" />
  48. <meta name="text:Link6 Title" content="" />
  49. <meta name="text:Link7" content="" />
  50. <meta name="text:Link7 Title" content="" />
  51. <meta name="text:Link8" content="" />
  52. <meta name="text:Link8 Title" content="" />
  53. <meta name="text:Link9" content="" />
  54. <meta name="text:Link9 Title" content="" />
  55.  
  56. <title>{Title}</title>
  57. <link rel="shortcut icon" href="{Favicon}">
  58. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  59. {block:Description}
  60. <meta name="description" content="{MetaDescription}" />
  61. {/block:Description}
  62.  
  63.  
  64.  
  65. <style type="text/css">
  66.  
  67. body {background-color:{color:background}; color:{color:text}; font-family: georgia, tahoma; font-size: 11px; text-align:
  68.  
  69. center; line-height:120%; margin:0; padding:0; background-image:url('{image:background}'); background-attachment: fixed}
  70. a, a:link, a:active, a:visited {color:{color:link}; text-decoration: none}
  71. a:hover {background-color:{color:linkhover}; padding: 1px 0 1px 0; text-decoration: none}
  72. img a{border:0px;}
  73. img a:hover{border:0px;}
  74. b{font-weight: bold; color:{color:bold}}
  75. i{text-transform: italic; color:{color:text}}
  76. p{margin:5px 0 2px 0}
  77. blockquote{margin:2px 5px 2px 5px; padding: 1px 0 3px 6px; border-left: 2px solid {color:background}}
  78.  
  79. /* navigation */
  80.  
  81. #navigation{position: fixed; z-index: -2; width: 100%; top: 45%; left: 0px; background-color:transparent; height: 100px;
  82.  
  83. text-align: center; font-size: 75px;}
  84. .left{float:left; margin-left: 10px; width: 40px}
  85. .left a{text-decoration: none; font-size: 75px; line-height: 75px}
  86. .left a:hover{background-color: transparent; opacity: 0.4; filter:alpha (opacity=40)}
  87. .right{float:right; margin-right: 10px; width: 40px}
  88. .right a{text-decoration: none; font-size: 75px; line-height: 75px}
  89. .right a:hover{background-color: transparent; opacity: 0.4; filter:alpha (opacity=40)}
  90.  
  91. /* sidebar */
  92.  
  93.  
  94.  
  95. #sidebar{float: left; width: 415px; background-color: {color:sidebar}; padding: 5px; margin-left: -200px; margin-top:30px}
  96.  
  97. #cbox{float: left; width: 415px; background-color: {color:sidebar}; padding: 5px; margin-left: -160px; margin-top:420px}
  98.  
  99. #sidebar {position: fixed; padding: 0px}
  100.  
  101. #dtext{margin: 0px 10px 5px 10px; padding: 0 5px 0 5px; font-size:9px; font-family: verdana; text-align: justify; color:{color:text}; margin-top:-10px;}
  102.  
  103. .sidebarimg {margin: 0px 0px -6px 0px; margin-left:-5px; margin-top:-5px; padding: 5px 5px 0 5px}
  104.  
  105. .sidebarimg img{width: auto; height: 95px; text-align:center}
  106.  
  107.  
  108.  
  109. .titulo {
  110.  
  111. font-size: 28px;
  112.  
  113. margin-top:4px;
  114.  
  115. text-align: center;
  116.  
  117. margin-left: 6px;
  118.  
  119. text-transform: none;
  120.  
  121. line-height:14px;
  122.  
  123. letter-spacing: 2px;
  124.  
  125. padding:12px;
  126.  
  127. font-family: english;
  128.  
  129. width:165px;
  130.  
  131. color: #000000;
  132.  
  133. background-color: #ECECEC;
  134.  
  135. -webkit-transition: all 0.6s ease-out; -moz-transition: all 0.6s ease-out;
  136.  
  137. }
  138.  
  139.  
  140.  
  141. .titulo:hover {
  142.  
  143. font-size: 28px;
  144.  
  145. margin-top:4px;
  146.  
  147. text-align: center;
  148.  
  149. margin-left: 6px;
  150.  
  151. text-transform: none;
  152.  
  153. line-height:14px;
  154.  
  155. padding:12px;
  156.  
  157. font-style: italic;
  158.  
  159. letter-spacing: -1px;
  160.  
  161. font-family: english;
  162.  
  163. width:165px;
  164.  
  165. color: #000000;
  166.  
  167. -webkit-transition: all 0.6s ease-out; -moz-transition: all 0.6s ease-out;
  168.  
  169. background-color: #ECECEC;
  170.  
  171. }
  172.  
  173.  
  174.  
  175. .subtitulo {
  176.  
  177. margin-left: 0px;
  178.  
  179. font-size: 9px;
  180.  
  181. line-height:0px;
  182.  
  183. text-align: center;
  184.  
  185. text-transform: none;
  186.  
  187. color: #000000;
  188.  
  189. letter-spacing: -1px;
  190.  
  191. background-color: #ECECEC;
  192.  
  193. padding:0px;
  194.  
  195. font-family: verdana;
  196.  
  197. margin-top: 5px;
  198.  
  199. }
  200.  
  201.  
  202.  
  203. .subtitulo {
  204.  
  205. margin-left: 0px;
  206.  
  207. font-size: 9px;
  208.  
  209. line-height:15px;
  210.  
  211. text-align: center;
  212.  
  213. text-transform: lowercase;
  214.  
  215. letter-spacing: 2px;
  216.  
  217. }
  218.  
  219.  
  220.  
  221. .titlebox {
  222.  
  223. position: fixed;
  224.  
  225. width:190px;
  226.  
  227. height:74px;
  228.  
  229. margin-top: -20px;
  230.  
  231. margin-left:47px;
  232.  
  233. padding:3px 15px 10px 3px;
  234.  
  235. background-color:#FFFFFF;
  236.  
  237. color: #000000;}
  238.  
  239. /* links redondos by queridasolidao*/
  240.  
  241.  
  242. .menu {text-align: center; font-size: 9px; position: fixed; margin-left: 20px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;}
  243.  
  244.  
  245.  
  246. .menu a {display: block; margin-bottom: 2px; background-color:{color:linksredondos}; letter-spacing: 2px; color:{color:text}; width:75px; padding-top: 25px; height:40px;font-family: tahoma; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; -webkit-border-radius: 46px;
  247.  
  248. -moz-border-radius: 46px;border-radius: 46px;}
  249.  
  250.  
  251. #sidebar3 {margin-left: 1100px; width: 100px; position: fixed; top:25%}
  252.  
  253.  
  254.  
  255. .menu a:hover {background-color:{color:linktophover}; color: {color:text}; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;}
  256.  
  257.  
  258.  
  259.  
  260.  
  261.  
  262.  
  263. /* imagem redonda e links*/
  264.  
  265.  
  266. #tate {position: fixed; background-color: {color:backgroundimage}; text-align: center; margin-top: 50px; width: 70px; height: 75px; z-index: 150; -moz-border-radius: 100px; border-radius: 100px; margin-left: 50px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;}
  267.  
  268.  
  269.  
  270. #tate:hover {background-color: {color:backgroundimagehover} }
  271.  
  272.  
  273.  
  274.  
  275.  
  276. .vi {margin-top: 3px; margin-left: 3px; position: fixed; -moz-border-radius: 100px; border-radius: 100px; }
  277.  
  278. .vi img {width: 64px; height: 69px; z-index: 151; -moz-border-radius: 100px; border-radius: 100px;}
  279.  
  280.  
  281.  
  282.  
  283.  
  284.  
  285.  
  286. .tlinks1 {text-align: right; font-size: 9px; position: fixed; margin-left: 50px; margin-top:30px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;}
  287.  
  288.  
  289.  
  290.  
  291.  
  292.  
  293.  
  294. .tlinks1 a {display: block; margin-bottom: 2px; background-color: {color:linktop}; color: {color:text}; width:175px; height: 17px; font-family: verdana; ; font-size: 9px; padding-top: 4px; padding-left:5px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;}
  295.  
  296.  
  297.  
  298.  
  299.  
  300.  
  301.  
  302. .tlinks1 a:hover {background-color:{color:linktophover}; color: {color:text}; text-align: right}
  303.  
  304.  
  305.  
  306.  
  307.  
  308.  
  309.  
  310.  
  311.  
  312.  
  313.  
  314. .tlinks2 {text-align: right; font-size: 9px; position: fixed; margin-left: 230px; margin-top: 30px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;}
  315.  
  316.  
  317.  
  318.  
  319.  
  320.  
  321.  
  322. .tlinks2 a {display: block; margin-bottom: 2px; background-color: {color:linktop}; color: {color: text}; width:160px; height: 17px; font-family: verdana; ; font-size: 9px; padding-top: 4px; padding-right: 5px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;}
  323.  
  324.  
  325.  
  326.  
  327.  
  328.  
  329.  
  330. .tlinks2 a:hover {background-color:{color:linktophover}; color: {color:text}; text-align: right;}
  331.  
  332.  
  333.  
  334.  
  335.  
  336.  
  337.  
  338. #cred{
  339. background-color: transparent;
  340. margin-top: 0px;
  341. letter-spacing: 0px;
  342. color: {color:text};
  343. width:396px;
  344. height:10px;
  345. position: fixed;
  346. padding: 4px;
  347. -webkit-transition: all 0.2s ease-out;
  348. -moz-transition: all 0.2s ease-out;
  349. margin-left: 5px;
  350. font-family: verdana;
  351. z-index: 3;
  352. font-size:9px
  353. }
  354.  
  355.  
  356. #cred:hover {
  357. background-color: transparent;
  358. height: 30px;
  359. color: transparent;
  360. }
  361.  
  362. .cred2 {
  363. text-align: justify;
  364. font-size: 9px;
  365. position: fixed;
  366. color: transparent;
  367. width: 396px;
  368. margin-top: 0px;
  369. margin-left: 5px;
  370. text-align: center;
  371. }
  372.  
  373. .cred2:hover {
  374. color: {color:text};
  375. font-size: 9px;
  376. text-align:
  377. center;
  378. }
  379.  
  380.  
  381.  
  382.  
  383. #container {
  384. background-color:transparent;
  385. width: 500px;
  386. position: absolute;
  387. top: 20px;
  388. left: 500px;
  389. padding-bottom: 80px
  390. }
  391.  
  392. #entries {
  393. margin: -5px 0 10px 0
  394. }
  395.  
  396. #entry {
  397. width: 500px;
  398. background-color:{color:entry};
  399. text-align: justify;
  400. padding: 20px;
  401. margin: 0px 0 5px 0
  402. }
  403.  
  404. .image{
  405. text-align: center;
  406. margin: 0 0 5px 0
  407. }
  408.  
  409. .image img{
  410. border: 0px;
  411. margin: 0; padding: 0
  412. }
  413.  
  414. #ask_form{width: 500px}
  415.  
  416. .search_result{font-size: 12px; text-align: center}
  417.  
  418. .source{display:none}
  419.  
  420. h1{
  421. font-family: georgia;
  422. font-size:20px;
  423. letter-spacing: -1px;
  424. line-height: 20px;
  425. text-transform: none;
  426. font-weight: normal;
  427. margin: 0 0 5px 0;
  428. text-align: center
  429. }
  430.  
  431. h1 a{
  432. font-size:20px;
  433. letter-spacing: -1px;
  434. line-height: 20px;
  435. text-transform: none;
  436. font-weight: normal;
  437. margin: 0 0 5px 0;
  438. text-decoration: none;
  439. text-align: center
  440. }
  441.  
  442. .qqmarks{
  443. font-size: 140px;
  444. font-weight: italic;
  445. line-height: 80px;
  446. opacity: 0.2;
  447. filter:alpha; (opacity=0)
  448. }
  449.  
  450. .qquote{
  451. font-family: georgia;
  452. font-size: 22px;
  453. letter-spacing: -1px;
  454. line-height: 20px;
  455. text-transform: none;
  456. margin-top: -70px;
  457. margin-left: 45px;
  458. }
  459.  
  460. .qsource{
  461. margin: 5px 15px 0 0;
  462. text-align: right
  463. }
  464.  
  465. .chat{
  466. line-height: 12px;
  467. list-style: none
  468. }
  469. .chat ul {
  470. line-height: 15px;
  471. list-style: none;
  472. padding: 0px;
  473. line-height: 20px;
  474. }
  475. .person1
  476. {background-color: {color:link};
  477. color: {color:background}
  478. }
  479. .person1 .label {
  480. font-weight: bold;
  481. padding: 0px;
  482. margin-left: 5px;
  483. color: {color: text}
  484. }
  485. .person2 {
  486. background-color: {color:background};
  487. color: {color: text}
  488. }
  489. .person2 .label {
  490. font-weight: bold;
  491. padding: 0px;
  492. margin-left: 5px;
  493. color: {color: text}
  494. }
  495.  
  496. .audioimage{
  497. float:left;
  498. text-align: center;
  499. margin: 0 10px 5px 0;
  500. width: 205px;
  501. border: 15px solid {color:background};
  502. }
  503.  
  504. .audioimage img{
  505. max-width: 205px;
  506. height: auto;
  507. margin: 0 0 2px 0
  508. }
  509. .playcount {
  510. font-style: italic
  511. }
  512.  
  513. .asker {
  514. width: 480px;
  515. background-color: {color:background};
  516. color:{color:text};
  517. padding: 10px
  518. }
  519.  
  520. .asker img{
  521. float: left;
  522. margin: 0px 4px 2px 0
  523. }
  524.  
  525. .asker a{
  526. font-size: 20px;
  527. color:{color:link};
  528. text-transform: lowercase;
  529. line-height: 27px;
  530. padding: 0;
  531. margin: 0;
  532. font-family: georgia;
  533. }
  534.  
  535. .asker a:hover{
  536. font-size: 20px;
  537. color:{color:link};
  538. text-transform: lowercase;
  539. line-height:27px;
  540. padding: 0;
  541. margin: 0;
  542. font-family: georgia;
  543. }
  544. .answer {
  545. padding: 5px 0 0 0
  546. }
  547.  
  548. #cap {
  549. padding: 2px 0 0 0;
  550. width: 500px;
  551. margin: 0 0 0 5px
  552. }
  553.  
  554. .info {
  555. margin-top: 10px;
  556. border-left: 0px solid {color:sidebarlinks};
  557. padding: 5px;
  558. background-color: {color:background};
  559. text-align: center;
  560. font-size: 9px;
  561. font-family: verdana;
  562. text-transform: lowercase;
  563. }
  564. .info a {
  565. font-size: 9px;
  566. }
  567.  
  568. .info2 {
  569. padding: 2px;
  570. border-bottom: 1px dotted {color:background};
  571. text-align: right;
  572. }
  573.  
  574. .tags {
  575. color: {color:text};
  576. font-size: 9px;
  577. font-family: verdana;
  578. display: inline;
  579. list-style: none;
  580. text-transform: none;
  581. }
  582.  
  583. .tags a {
  584. font-size: 9px;
  585. color: {color:text};
  586. display: inline;
  587. list-style: none;
  588. text-transform: none;
  589. }
  590.  
  591. #nts {
  592. width: 500px;
  593. margin-left: 95px;
  594. padding: 10px;
  595. margin-top: 5px;
  596. font-size: 10px;
  597. text-align: left
  598. }
  599.  
  600. #nts img{
  601. display: none; border:0px
  602. }
  603.  
  604. #clear{
  605. clear: both;
  606. width: 50px;
  607. height: 0px;
  608. background-color: transparent
  609. }
  610.  
  611. #prevnextlinks{
  612. text-align: center;
  613. width: 500px;
  614. background-color:{color:entry};
  615. padding: 7px 20px 7px 20px;
  616. margin: 0 0 2px 0;
  617. font-size: 10px
  618. }
  619.  
  620. #notes {
  621. width: 500px;
  622. margin: 0px;
  623. margin-left: 0px;
  624. padding: 5px;
  625. text-align: left
  626. }
  627.  
  628. ol.notes {
  629. list-style: none;
  630. margin: 0 20px 0 10px;
  631. padding: 0px
  632. }
  633. ol.notes li {
  634. margin: 0px;
  635. padding: 2px;
  636. }
  637.  
  638. #notes img{
  639. border:0px
  640. }
  641.  
  642. #notes a{
  643. font-size: 10px
  644. }
  645.  
  646. #tumblr_controls{position: fixed!important}
  647. ::-webkit-scrollbar{width:8px;height:8px;}
  648.  
  649. ::-webkit-scrollbar-button:start:decrement
  650.  
  651. ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;}
  652.  
  653. ::-webkit-scrollbar-track-piece{background-color:#fff;-webkit-border-radius:0;-webkit-border-bottom-right-radius:3px;-webkit-border-bottom-left-radius:3px;}
  654.  
  655. ::-webkit-scrollbar-thumb:vertical{height:50px; background-color:#000;-webkit-border-radius:px;}
  656.  
  657. ::-webkit-scrollbar-thumb:horizontal{width:50px; background-color:#000;-webkit-border-radius:px;}
  658. {CustomCSS}
  659.  
  660. </style>
  661.  
  662.  
  663. <body>
  664. <div id="container">
  665.  
  666. <div id="entries">
  667. {block:IfEnableEndlessScrolling}<div class="autopagerize_page_element">
  668. <script type="text/javascript"
  669.  
  670. src="http://codysherman.com/tools/infinite-scrolling/code"></script>{/block:IfEnableEndlessScrolling}
  671.  
  672.  
  673. {block:SearchPage}<div class="search_result">{SearchResultCount} results</div>{/block:SearchPage}
  674.  
  675. {block:Posts}
  676.  
  677. <div id="entry">
  678. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  679.  
  680. {block:Photo}{LinkOpenTag}<div class="image"><img src="{PhotoURL-500}"></div>{LinkCloseTag}
  681. <div id="cap">{block:Caption}{Caption}{/block:Caption}</div>{/block:Photo}
  682.  
  683. {block:Photoset}{Photoset-500}
  684. <div id="cap">{block:Caption}{Caption}{/block:Caption}</div>
  685. {/block:Photoset}
  686.  
  687. {block:Quote}
  688. <b class="qqmarks">“</b><div class="qquote"><i>{Quote}</i></div>
  689. {block:Source}<div class="qsource">{Source}</div>{/block:Source}
  690. {/block:Quote}
  691.  
  692. {block:Link}
  693. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  694. {block:Description}{Description}{/block:Description}
  695. {/block:Link}
  696.  
  697. {block:Chat}
  698. {block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}
  699. <div class="chat"><ul>{block:Lines}
  700. <li class="person{UserNumber}">{block:Label}
  701. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  702. {/block:Chat}
  703.  
  704. {block:Audio}
  705. <div class="audioimage">{block:AlbumArt}<img src="{AlbumArtURL}">{/block:AlbumArt}</div>
  706. {AudioPlayerWhite}
  707. <div class="playcount">{PlayCountWithLabel}</div>
  708. <div class="cap">{block:Caption}{Caption}{/block:Caption}</div>
  709. {/block:Audio}
  710.  
  711. {block:Video}{Video-500}
  712. <div id="cap">{block:Caption}{Caption}{/block:Caption}</div>{/block:Video}
  713.  
  714. {block:Answer}
  715. <div class="asker"><img src="{AskerPortraitURL-48}"> {Asker}<br> {Question}</div>
  716. <div class="answer">{Answer}</div>
  717. <br>
  718. {/block:Answer}
  719.  
  720. <div class="source">{block:ContentSource}<a href="{SourceURL}">{lang:Source}:{block:SourceLogo}
  721. <img src="{BlackLogoURL}" width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  722. {/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>
  723. {/block:ContentSource}</div>
  724.  
  725.  
  726. <div id="clear"></div>
  727.  
  728. <div class="info">
  729. {block:Date} Posted {DayOfMonth} {Month} {Year}, <a href="{Permalink}">{TimeAgo}</a> {/block:Date} {block:NoteCount} | <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}{Block:IndexPage} | <a href="{ReblogUrl}" target="_blank">reblog this post </a>{/Block:IndexPage}<br>{block:RebloggedFrom}(originally <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a>
  730. </span> / {/block:RebloggedFrom}{block:RebloggedFrom}via <a href="{ReblogParentURL}">{ReblogParentName}</a>)<br>{/block:RebloggedFrom}
  731. </div></div>
  732. {/block:Posts}
  733. {block:PostNotes}
  734. <div id="nts"><div id="ntstext">{PostNotes}</div></div>
  735. {/block:PostNotes}
  736.  
  737.  
  738. </div>
  739. </div>
  740. <div id="sidebar3"> <div class="menu"> {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1}
  741.  
  742. {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a>{/block:ifLink2}
  743.  
  744. {block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a>{/block:ifLink3}
  745. </div> </div><div id="tate">
  746.  
  747. <div class="vi"><img src="{image:sidebar5}"></div>
  748.  
  749. </div>
  750.  
  751. </div>
  752.  
  753. <br><br>
  754.  
  755. <div class="tlinks1">
  756.  
  757.  
  758.  
  759.  
  760.  
  761.  
  762.  
  763. {block:ifLink4}<a href="{text:Link4}">{text:Link4 Title}</a>{/block:ifLink4}
  764.  
  765.  
  766.  
  767. {block:ifLink5}<a href="{text:Link5}">{text:Link5 Title}</a>{/block:ifLink5}
  768.  
  769.  
  770.  
  771. {block:ifLink6}<a href="{text:Link6}">{text:Link6 Title}</a>{/block:ifLink6}
  772.  
  773.  
  774.  
  775.  
  776.  
  777.  
  778.  
  779.  
  780.  
  781.  
  782.  
  783. </div>
  784.  
  785.  
  786. <div class="tlinks2">
  787.  
  788.  
  789.  
  790.  
  791.  
  792. {block:ifLink7}<a href="{text:Link7}">{text:Link7 Title}</a>{/block:ifLink7}
  793.  
  794.  
  795.  
  796. {block:ifLink8}<a href="{text:Link8}">{text:Link8 Title}</a>{/block:ifLink8}
  797.  
  798.  
  799.  
  800. {block:ifLink9}<a href="{text:Link9}">{text:Link9 Title}</a>{/block:ifLink9}
  801.  
  802. <div id="sidebar">
  803.  
  804.  
  805. <pre><div style="border: 0px solid #F0F0F0; padding: 0px; overflow: auto; background-color: transparent; width: 400px; margin-top: 0px"><marquee direction="right" scrollamount="2" behavior="alternate" onmouseover="this.stop()" onmouseout="this.start()"><div class="sidimage"><img src="{image:sidebar}" width="200" height="150"> <img src="{image:sidebar2}" width=""200" height="150"> <img src="{image:sidebar3}"width="200" height="150"> <img src="{image:sidebar4}"width="200" height="150"> </div></marquee></pre>
  806.  
  807.  
  808.  
  809. <div id="dtext">{description}</div>
  810.  
  811.  
  812.  
  813. <div id="cred"><div class="cred2">theme por quase-sua-princesa, base de nothingbuttherain, detalhes por queridasolidão, affectingyou e noheartgirl. Não copie, por favor.</div><center><big>see the credits..</center></div>
  814.  
  815. <br><br><br>
  816.  
  817. </div>
  818.  
  819.  
  820.  
  821.  
  822.  
  823.  
  824.  
  825.  
  826.  
  827.  
  828.  
  829.  
  830.  
  831.  
  832.  
  833.  
  834. </div>
  835. </div>
  836. </body>
  837. </html>
  838. {/block:IfDisqusShortname}
  839. </body>
  840. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement