Advertisement
kelishid

theme 33 late-to-write

Mar 19th, 2012
4,212
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.61 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. <! Theme # LATE-TO-WRITE, NÃO RETIRE OS CRÉDITOS, NÃO COPIE!!!!>
  6.  
  7.  
  8. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  9.  
  10. <head> <!-- DEFAULT VARIABLES -->
  11.  
  12. <meta name="font:body" content="georgia" />
  13. <meta name="font:title" content="georgia" />
  14. <meta name="color:background" content="#FFFFFF" />
  15. <meta name="color:text" content="#000000" />
  16. <meta name="color:sidebar" content="#fff" />
  17. <meta name="color:cortitulobg" content="#fff" />
  18. <meta name="color:cortitulo" content="#000" />
  19. <meta name="color:entry" content="#fff" />
  20. <meta name="color:links" content="#000" />
  21. <meta name="color:bold" content="#778899" />
  22. <meta name="color:corlinks" content="#000" />
  23. <meta name="color:corhover" content="#f1f1f1" />
  24. <meta name="color:hoverlinks" content="#f8f8f8" />
  25. <meta name="color:bordalink" content="#fff" />
  26. <meta name="color:link1texto" content="#fff" />
  27. <meta name="color:link1bg" content="#fff" />
  28. <meta name="color:slinks1 txt hover" content="#000000" />
  29.  
  30. <meta name="if:Enable endless scrolling" content="0"/>
  31. <meta name="if:Show tags" content="1"/>
  32. <meta name="if:Show userpic" content="1"/>
  33. <meta name="if:Show sidebar image" content="1"/>
  34. <meta name="if:Show post author" content="1"/>
  35.  
  36. <meta name="image:background" content=""/>
  37. <meta name="image:sidebar1" content=""/>
  38. <meta name="image:sidebar2" content=""/>
  39.  
  40. <meta name="text:frase1" content=" UMA FRASE AQUI"/>
  41. <meta name="text:frase2" content=" UMA FRASE AQUI BONITA"/>
  42.  
  43. <meta name="text:Link1" content="http://www.tumblr.com" />
  44. <meta name="text:Link1 Title" content="link1" />
  45. <meta name="text:Link2" content="http://www.tumblr.com" />
  46. <meta name="text:Link2 Title" content="link2" />
  47. <meta name="text:Link3" content="http://www.tumblr.com" />
  48. <meta name="text:Link3 Title" content="link3" />
  49. <meta name="text:Link4" content="http://www.tumblr.com" />
  50. <meta name="text:Link4 Title" content="link4" />
  51. <meta name="text:Link5" content="http://www.tumblr.com" />
  52. <meta name="text:Link5 Title" content="link5" />
  53. <meta name="text:Link6" content="http://www.tumblr.com" />
  54. <meta name="text:Link6 Title" content="link6" />
  55. <meta name="text:Link7" content="http://www.tumblr.com" />
  56. <meta name="text:Link7 Title" content="link7" />
  57. <meta name="text:Link8" content="http://www.tumblr.com" />
  58. <meta name="text:Link8 Title" content="link8" />
  59. <meta name="text:Link9" content="http://www.tumblr.com" />
  60. <meta name="text:Link9 Title" content="link9" />
  61. <meta name="text:Link10" content="http://www.tumblr.com" />
  62. <meta name="text:Link10 Title" content="link10" />
  63.  
  64. <title>{Title}</title>
  65. <link rel="shortcut icon" href="{Favicon}">
  66. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  67. {block:Description}
  68. <meta name="description" content="{MetaDescription}" />
  69. {/block:Description}
  70.  
  71.  
  72.  
  73. <style type="text/css">
  74.  
  75. body {
  76. color:#252525;
  77. background-color: {color:background};
  78. background-image:url('{image:background}');
  79. color:{color:text};
  80. font-family: verdana;
  81. font-size: 11px;
  82. text-align: center;
  83. background-attachment: fixed;
  84. background-position: bottom right;
  85. line-height:110%;
  86. text-align:justify
  87. }
  88.  
  89. a:link, a:active, a:visited {
  90. color: {color:links};
  91. text-decoration:none;
  92. }
  93.  
  94. a:hover {
  95. color: #DDDDDD;
  96. -webkit-transition-duration: 0.8s;
  97. -moz-transition-duration: 0.8s;
  98. }
  99.  
  100. .spic img{
  101. max-width: 150px;
  102. text-align:center;
  103. margin-top: 2px
  104. }
  105.  
  106. .sideimg {width: auto}
  107.  
  108. .sideimg img {width: 310px; height: auto; margin-bottom: 2px; }
  109.  
  110. .simage {text-align: center; height: 169px;}
  111.  
  112. .simage img {display: inline; max-height:180px;
  113. width: auto; text-align: center;}
  114.  
  115.  
  116. #sideimages {
  117. width:475px;
  118. height: 190px;
  119. margin-left:10px;
  120. margin-top:115px;
  121. position:fixed;
  122. overflow:hidden;
  123. background-color: {color:sidebar};
  124. border-left:0px solid;
  125. border-right:0px solid;
  126. padding:3px
  127. }
  128.  
  129. #box1 {
  130. height:auto;
  131. background-color: {color:background};
  132. margin-top: 0px;
  133. padding:0px;
  134. font-family: verdana;
  135. font-size:2px;}
  136.  
  137. #box2 {
  138. height:auto;
  139. background-color: {color:sidebar};
  140. margin-top: 2px;
  141. padding:4px;
  142. font-family: verdana;
  143. font-size:9px;}
  144.  
  145.  
  146. #title {
  147. font-size: 30px;
  148. text-align: center;
  149. margin-left: 0px;
  150. margin-left: -10px
  151. text-transform: none;
  152. line-height:20px;
  153. padding:10px;
  154. font-family: georgia;
  155. color: (color:sidebartext);
  156. background-color: #ffffff;
  157. }
  158.  
  159. #subtitle {
  160. margin-left: 0px;
  161. font-size: 9px;
  162. line-height:15px;
  163. text-align: center;
  164. text-transform: none;
  165. color: #9e9e9e;
  166. background-color: #ffffff;
  167. padding:0px;
  168. font-family: verdana;
  169. margin-top: -1px;
  170. }
  171.  
  172. #subtitle {
  173. margin-left: 0px;
  174. font-size: 9px;
  175. line-height:15px;
  176. text-align: center;
  177. text-transform: lowercase;
  178. letter-spacing: 2px;
  179.  
  180. }
  181.  
  182.  
  183. ::-webkit-scrollbar{width:8px;height:8px;}
  184.  
  185. ::-webkit-scrollbar-button:start:decrement
  186.  
  187. ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;}
  188.  
  189. ::-webkit-scrollbar-track-piece{background-color:#fff;-webkit-border-radius:0;-webkit-border-bottom-right-radius:3px;-webkit-border-bottom-left-radius:3px;}
  190.  
  191. ::-webkit-scrollbar-thumb:vertical{height:50px; background-color:#000;-webkit-border-radius:px;}
  192.  
  193. ::-webkit-scrollbar-thumb:horizontal{width:50px; background-color:#000;-webkit-border-radius:px;}
  194.  
  195.  
  196.  
  197. #sbar2 {width:114px; height: 15px; margin-left: 263px; margin-top: 172px; position:fixed; overflow:hidden; background-color: {color:sidebar}; border-left:0px solid; border-right:0px solid; padding:3px}
  198.  
  199.  
  200. #sbar22 {width:257px; height: 63px; margin-left: -1px; margin-top: 102px; position:fixed; overflow:hidden; background-color: {color:sidebar}; border-left:0px solid; border-right:0px solid; padding:3px}
  201.  
  202. #sbar5 {width:257px; height: 37px; margin-left: -1px; margin-top: 172px; position:fixed; overflow:hidden; background-color: {color:sidebar}; border-left:0px solid; border-right:0px solid; padding:3px}
  203.  
  204.  
  205.  
  206. #sbar8 {width:114px; height: 15px; margin-left: 263px; margin-top: 194px; position:fixed; overflow:hidden; background-color: {color:sidebar}; border-left:0px solid; border-right:0px solid; padding:3px}
  207.  
  208.  
  209. #link1 { opacity: 0.6; position: fixed; float: left; margin-top:-111px; margin-left: 8px; width: 101px; background-color: {color:bordalink}; font-size: 11px; height: 91px; text-align: center; background-color: {color:bordalink};line-height: 13px; font-family: georgia; color: {color:text}; position: fixed; padding: 1px; letter-spacing: -1px; }
  210.  
  211. #link1:hover{height: 90px; overflow: hidden;}
  212.  
  213. .link2 a { text-transform: uppercase; padding: 5px; text-align: justify; line-height: 80px; font-size: 9px; font-family: verdana; float: left; height: 80px; margin-bottom: 1px; margin-left: 0px; text-align: center; width:91px; background-color: {color:link1bg}; color:{color:text}; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; letter-spacing: -1px}
  214.  
  215. .link2 a:hover{text-align: center; background-color: {color:slinks hover}; color:{color:slinks1 txt hover}; letter-spacing: 4px;}
  216.  
  217. #link3 { opacity: 0.6; position: fixed; float: left; margin-top:-111px; margin-left: 8px; width: 100px; background-color: {color:bordalink}; font-size: 11px; height: 90px; text-align: center; background-color: {color:bordalink};line-height: 13px; font-family: georgia; color: {color:text}; position: fixed; padding: 1px; letter-spacing: -1px; }
  218.  
  219. #link3:hover{height: 90px; overflow: hidden;}
  220.  
  221. .link4 a { text-transform: uppercase; padding: 5px; text-align: justify; line-height: 80px; font-size: 9px; font-family: verdana; float: left; height: 80px; margin-bottom: 1px; margin-left: 0px; text-align: center; width:90px; background-color: {color:link1bg}; color:{color:text}; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; letter-spacing: -1px}
  222.  
  223. .link4 a:hover{text-align: center; background-color: {color:slinks hover}; color:{color:slinks1 txt hover}; letter-spacing: 4px;}
  224.  
  225.  
  226. .sidebartitle { position:fixed;
  227. font-size: 30px;
  228. height: 27px;
  229. width: 261px;
  230. line-height:23px;
  231. border-bottom: 0px solid #000;
  232. padding-bottom: 4px;
  233. margin-top: 178px;
  234. margin-bottom:35px;
  235. font-family: 'dancing script';
  236. color:#50504b;
  237. text-align:center;
  238. ;}
  239.  
  240.  
  241. #portrait {
  242.  
  243. margin-top:51px;
  244.  
  245. width:120px;
  246.  
  247. height:120px;
  248.  
  249. margin-left:263px;
  250.  
  251. background-color:{color:sidebar};
  252.  
  253. z-index:9;
  254.  
  255. position:fixed;
  256.  
  257. -webkit-transition-duration: 0.6s;
  258.  
  259. -moz-transition-duration: 0.6s;
  260.  
  261. }
  262.  
  263.  
  264.  
  265. #portrait img {
  266.  
  267. margin-top:15px;
  268.  
  269. margin-left:10px;
  270.  
  271. margin-bottom:20px;
  272.  
  273. z-index:2;
  274.  
  275. }
  276.  
  277.  
  278.  
  279. #portrait img:hover {
  280.  
  281. -webkit-transform: rotateZ(360deg);
  282.  
  283. -moz-transform: rotateZ(360deg);
  284.  
  285. transform: rotateZ(360deg);
  286.  
  287. }
  288.  
  289.  
  290.  
  291. #portrait a:hover {
  292.  
  293. border-bottom:0px solid #f1f1f8;
  294.  
  295. }
  296.  
  297.  
  298. #nav {
  299.  
  300. margin-top:20px;
  301.  
  302. margin-left:20px;
  303.  
  304. position:fixed;
  305.  
  306. }
  307.  
  308.  
  309.  
  310. #nav a {
  311.  
  312. padding:5px;
  313.  
  314. color:{color:corlinks};
  315.  
  316. font-weight:bold;
  317.  
  318. font-family: consolas;
  319.  
  320. text-transform:uppercase;
  321.  
  322. font-size:10px;
  323.  
  324. }
  325.  
  326.  
  327.  
  328. #nav a:hover {
  329.  
  330. background-color:{color:hoverlinks};
  331.  
  332. color:{color:corhover};
  333.  
  334. }
  335.  
  336.  
  337. #top {
  338.  
  339. background-color:{color:sidebar};
  340.  
  341. width:264px;
  342.  
  343. height:50px;
  344.  
  345. text-align:center;
  346.  
  347. font-size:10px;
  348.  
  349. margin-top:51px;
  350.  
  351. margin-left:-1px;
  352.  
  353. letter-spacing:1px;
  354.  
  355. position:fixed;
  356.  
  357. z-index:8;
  358.  
  359. }
  360.  
  361.  
  362. #portrait2 {
  363.  
  364. margin-top:216px;
  365.  
  366. width:120px;
  367.  
  368. height:120px;
  369.  
  370. margin-left:-1px;
  371.  
  372. background-color:{color:sidebar};
  373.  
  374. z-index:9;
  375.  
  376. position:fixed;
  377.  
  378. -webkit-transition-duration: 0.6s;
  379.  
  380. -moz-transition-duration: 0.6s;
  381.  
  382. }
  383.  
  384.  
  385.  
  386. #portrait2 img {
  387.  
  388. margin-top:16px;
  389.  
  390. margin-left:10px;
  391.  
  392. margin-bottom:20px;
  393.  
  394. z-index:2;
  395.  
  396. }
  397.  
  398.  
  399.  
  400. #portrait2 img:hover {
  401.  
  402. -webkit-transform: rotateZ(660deg);
  403.  
  404. -moz-transform: rotateZ(660deg);
  405.  
  406. transform: rotateZ(660deg);
  407.  
  408. }
  409.  
  410.  
  411.  
  412. #portrait2 a:hover {
  413.  
  414. border-bottom:0px solid #f1f1f8;
  415.  
  416. }
  417.  
  418.  
  419. #nav2 {
  420.  
  421. margin-top:20px;
  422.  
  423. margin-left:133px;
  424.  
  425. position:fixed;
  426.  
  427. }
  428.  
  429.  
  430.  
  431. #nav2 a {
  432.  
  433. padding:5px;
  434.  
  435. color:{color:corlinks};
  436.  
  437. font-weight:bold;
  438.  
  439. font-family: consolas;
  440.  
  441. text-transform:uppercase;
  442.  
  443. font-size:10px;
  444.  
  445. }
  446.  
  447.  
  448.  
  449. #nav2 a:hover {
  450.  
  451. background-color:{color:hoverlinks} ;
  452.  
  453. color:{color:corhover};
  454.  
  455. }
  456.  
  457.  
  458. #top2 {
  459.  
  460. background-color:{color:sidebar};
  461.  
  462. width:381px;
  463.  
  464. height:49px;
  465.  
  466. text-align:center;
  467.  
  468. font-size:10px;
  469.  
  470. margin-top:216px;
  471.  
  472. margin-left:2px;
  473.  
  474. letter-spacing:1px;
  475.  
  476. position:fixed;
  477.  
  478. z-index:8;
  479.  
  480. }
  481.  
  482. .title {
  483. font-size: 30px;
  484. font-family: Georgia;
  485. letter-spacing: -2px;
  486. color: ;
  487. }
  488.  
  489.  
  490.  
  491. #title {
  492.  
  493. width:243px;
  494.  
  495. text-align:center;
  496.  
  497. margin-top:266px;
  498.  
  499. margin-left:120px;
  500.  
  501. position:fixed;
  502.  
  503. font-family:georgia;
  504.  
  505. font-size:30px;
  506.  
  507. font-style:italic;
  508.  
  509. color:{color:text};
  510.  
  511. line-height:25px;
  512.  
  513. background:{color:sidebar}
  514. }
  515.  
  516.  
  517. /*** Paginação by madlyluv.com ***/
  518. #paginacaoml {font-size: 10px; font-weight: bold; line-height: 17px; text-shadow: 0 0px 0px {color:links};}
  519. #paginacaoml a {background:{color:background}; margin: 0 1px 0 0; padding: 2px 4px; color: {color:links}; text-decoration: none;}
  520. #paginacaoml a:hover {background:{color:sidebar}; border: none;}
  521. #paginacaoml span.pagina_atual {background: {color:sidebar}; margin: 0 1px 0 0; padding: 2px 4px; color: {color:links}; text-decoration: none;}
  522.  
  523. .bubble {align:right;background: {color:background}; margin:7px 0px 5px 66px;padding:10px;position: relative;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;}
  524. .bubble p {margin:1px 0px;}
  525. .bubble span {display:block;position:absolute;width:1px;height:1px;font-size: 0;line-height: 1px; left:-15px;top:2px;border-top:7px solid transparent;border-bottom:7px solid transparent; border-right:10px solid {color:entry};}
  526. .askborder{-webkit-border-radius: 3px 3px 3px 3px; -webkit-transition-duration: 0.6s; }.askborder:hover{ -webkit-border-radius: 180px}
  527.  
  528. #icon {
  529. text-align: center;
  530. width: 100px;
  531. display: block;
  532. padding: 8px;
  533. }
  534.  
  535. #container {
  536. background-color:transparent;
  537. width: 465px;
  538. position: absolute;
  539. top:69px;
  540. left: 392px;
  541. padding-bottom: 5px
  542. }
  543.  
  544. #entries {margin: -10px 0 0px 0}
  545.  
  546.  
  547. #entry {
  548. width: 500px;
  549. background-color:{color:entry};
  550. text-align: justify;
  551. padding: 20px;
  552. margin-bottom:1px;}
  553.  
  554. .image{text-align: center; margin: 0 0 5px 0}
  555. .image img{border: 0px; margin: 0; padding: 0;}
  556.  
  557. #ask_form{width: 500px; }
  558.  
  559. .search_result{font-size: 12px; text-align: center}
  560.  
  561. .source{display:none}
  562.  
  563. h1{
  564. font-family: georgia;
  565. font-size:20px;
  566. letter-spacing: -1px;
  567. line-height: 20px;
  568. text-transform: none;
  569. font-weight: normal;
  570. margin: 0 0 5px 0;
  571. text-align: center
  572. }
  573.  
  574. h1 a{
  575. font-size:20px;
  576. letter-spacing: -1px;
  577. line-height: 20px;
  578. text-transform: none;
  579. font-weight: normal;
  580. margin: 0 0 5px 0;
  581. text-decoration: none;
  582. text-align: center
  583. }
  584.  
  585. .qqmarks{
  586. font-size: 80px;
  587. font-weight: bold;
  588. line-height: 80px;
  589. opacity: 0.2;
  590. filter:alpha (opacity=20)
  591. }
  592.  
  593. .qquote{
  594. font-family:Georgia;
  595. font-size: 20px;
  596. letter-spacing: -1px;
  597. line-height: 30px;
  598. text-transform: none;
  599. margin-top: -70px;
  600. margin-left: 45px
  601. }
  602.  
  603. .qsource{
  604. margin: 5px 15px 0 0;
  605. text-align: right}
  606.  
  607. .chat{
  608. line-height: 12px;
  609. list-style: none
  610. }
  611.  
  612. .chat ul {
  613. line-height: 15px;
  614. list-style: none;
  615. padding: 0px;
  616. line-height: 20px;
  617. background: #000;
  618. }
  619.  
  620. .person1 {
  621. background-color: {color:link};
  622. color: {color:background}
  623. }
  624. .person1 .label {
  625. font-weight: bold;
  626. padding: 0px;
  627. margin-left: 5px;
  628. color: {color: text}
  629. }
  630. .person2 {
  631. background-color: {color:background};
  632. color: {color: text}
  633. }
  634. .person2 .label {
  635. font-weight: bold;
  636. padding: 0px;
  637. margin-left: 5px;
  638. color: {color: text}
  639. }
  640.  
  641. .audioimage{
  642. float:left;
  643. text-align: center;
  644. margin: 0 10px 5px 0;
  645. width: 205px;
  646. border: 15px solid {color:background};
  647. }
  648. .audioimage img{
  649. max-width: 205px;
  650. height: auto;
  651. margin: 0 0 2px 0
  652. }
  653. .playcount {font-style: italic}
  654.  
  655.  
  656. .asker {
  657. width: 480px;
  658. background-color: {color:background};
  659. color:{color:text};
  660. padding: 10px; }
  661. .asker img{
  662. float: left;
  663. margin: 0px 4px 2px 0
  664. }
  665. .asker a{
  666. font-size: 20px;
  667. color:{color:link};
  668. text-transform: lowercase;
  669. line-height: 27px;
  670. padding: 0; margin: 0;
  671. font-family: georgia;
  672. }
  673. .asker a:hover{
  674. font-size: 20px;
  675. color:{color:link};
  676. text-transform: lowercase;
  677. line-height:27px;
  678. padding: 0;
  679. margin: 0;
  680. font-family: georgia;
  681. }
  682. .answer {padding: 5px 0 0 0; }
  683.  
  684. #cap {
  685. padding: 2px 0 0 0;
  686. width: 500px;
  687. margin: 0 0 0 5px
  688. }
  689.  
  690. .info {
  691. margin-top: 10px;
  692. border-left: 0px solid {color:entry};
  693. padding: 5px;
  694. background-color: {color:entry};
  695. text-align: left;
  696. font-size: 9px;
  697. font-family: verdana;
  698. text-transform: lowercase;
  699. }
  700.  
  701. .info a {font-size: 9px;}
  702.  
  703. .info2 {
  704. padding: 2px;
  705. border-bottom: 1px dotted {color:entry};
  706. text-align: right;
  707. }
  708. .tags {
  709. color: {color:text};
  710. font-size: 9px;
  711. font-family: verdana;
  712. display: inline;
  713. list-style: none;
  714. text-transform: none;
  715. }
  716. .tags a {
  717. font-size: 9px;
  718. color: {color:text};
  719. display: inline;
  720. list-style: none;
  721. text-transform: none;
  722. }
  723.  
  724. #nts {
  725. width: 500px;
  726. margin-left: 95px;
  727. padding: 10px;
  728. margin-top: 5px;
  729. font-size: 10px;
  730. text-align: left
  731. }
  732.  
  733. #nts img{display: none; border:0px}
  734.  
  735. #clear{
  736. clear: both;
  737. width: 50px;
  738. height: 0px;
  739. background-color: transparent
  740. }
  741.  
  742. #prevnextlinks{
  743. text-align: center;
  744. width: 500px;
  745. background-color:{color:entry};
  746. padding: 7px 20px 7px 20px;
  747. margin: 0 0 2px 0;
  748. font-size: 10px
  749. }
  750.  
  751. #notes {
  752. width: 500px;
  753. margin: 0px;
  754. margin-left: 0px;
  755. padding: 5px;
  756. text-align: left
  757. }
  758.  
  759. ol.notes {list-style: none; margin: 0 20px 0 10px; padding: 0px}
  760. ol.notes li {margin: 0px; padding: 2px;}
  761.  
  762. #notes img{border:0px}
  763. #notes a{font-size: 10px}
  764.  
  765. #tumblr_controls{position: fixed!important}
  766. ::-webkit-scrollbar{width:5px;height:5px;}
  767.  
  768. ::-webkit-scrollbar-button:start:decrement
  769.  
  770. ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;}
  771.  
  772. ::-webkit-scrollbar-track-piece{background-color:#fff;-webkit-border-radius:0;-webkit-border-bottom-right-radius:3px;-webkit-border-bottom-left-radius:3px;}
  773.  
  774. ::-webkit-scrollbar-thumb:vertical{height:50px; background-color:#cfcfce;-webkit-border-radius:px;}
  775.  
  776. ::-webkit-scrollbar-thumb:horizontal{width:50px; background-color:#cfcfce;-webkit-border-radius:px;}
  777.  
  778. {CustomCSS}
  779.  
  780. </style>
  781.  
  782. </head>
  783.  
  784.  
  785.  
  786. <body>
  787.  
  788.  
  789. <div id="container">
  790.  
  791. <div id="entries">
  792. {block:IfEnableEndlessScrolling}<div class="autopagerize_page_element">
  793. <script type="text/javascript"
  794.  
  795. src="http://codysherman.com/tools/infinite-scrolling/code"></script>{/block:IfEnableEndlessScrolling}
  796.  
  797.  
  798. {block:SearchPage}<div class="search_result">{SearchResultCount} results</div>{/block:SearchPage}
  799.  
  800.  
  801.  
  802. {block:Posts}
  803.  
  804. <div id="entry">
  805. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  806.  
  807. {block:Photo}{LinkOpenTag}<div class="image"><img src="{PhotoURL-500}"></div>{LinkCloseTag}
  808. <div id="cap">{block:Caption}{Caption}{/block:Caption}</div>{/block:Photo}
  809.  
  810. {block:Photoset}{Photoset-500}
  811. <div id="cap">{block:Caption}{Caption}{/block:Caption}</div>
  812. {/block:Photoset}
  813.  
  814. {block:Quote}
  815. <b class="qqmarks">"</b><div class="qquote">{Quote}</div>
  816. {block:Source}<div class="qsource">— {Source}</div>{/block:Source}
  817. {/block:Quote}
  818.  
  819. {block:Link}
  820. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  821. {block:Description}{Description}{/block:Description}
  822. {/block:Link}
  823.  
  824. {block:Chat}
  825. {block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}
  826. <div class="chat"><ul>{block:Lines}
  827. <li class="person{UserNumber}">{block:Label}
  828. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  829. {/block:Chat}
  830.  
  831. {block:Audio}
  832. <div class="audioimage">{block:AlbumArt}<img src="{AlbumArtURL}">{/block:AlbumArt}</div>
  833. {AudioPlayerWhite}
  834. <div class="playcount">{PlayCountWithLabel}</div>
  835. <div class="cap">{block:Caption}{Caption}{/block:Caption}</div>
  836. {/block:Audio}
  837.  
  838. {block:Video}{Video-500}
  839. <div id="cap">{block:Caption}{Caption}{/block:Caption}</div>{/block:Video}
  840.  
  841. {block:Answer}
  842. <img src="{AskerPortraitURL-48}" align="left" class="askborder" class="dreamgirl"><div class="bubble"><span></span>
  843. {Asker} said to me: {Question}&nbsp;</div>{Answer} {/block:Answer}
  844.  
  845. <div class="source">{block:ContentSource}<a href="{SourceURL}">{lang:Source}:{block:SourceLogo}
  846. <img src="{BlackLogoURL}" width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  847. {/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>
  848. {/block:ContentSource}</div>
  849.  
  850.  
  851.  
  852. <div id="clear"></div>
  853.  
  854. {block:Date} <div class="info">{block:Date} {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} {block:RebloggedFrom}| via <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}
  855. <br>
  856. {block:HasTags}{block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}
  857. </div></div>
  858. {/block:Posts}
  859. {block:PostNotes}
  860. <div id="nts"><div id="ntstext">| {PostNotes}</div></div>
  861. {/block:PostNotes}
  862.  
  863. </div>
  864.  
  865. </div>
  866.  
  867.  
  868. <table cellspacing="0" cellpadding="0" style="vertical-align: middle; height: 100%; text-align: justify; width: 100%"><tr><Td>
  869.  
  870.  
  871. <div id="portrait">
  872. <img src="{image:sidebar1}" width= "100px;" height= "90px;"> <div id="link1">
  873. <div class="link2">
  874.  
  875. {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1}
  876. </div>
  877.  
  878. </div>
  879. </div>
  880.  
  881. <div id="portrait2"><img src="{image:sidebar2}" width= "100px;" height= "90px;"><div id="link3">
  882. <div class="link4">
  883.  
  884. {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a>{/block:ifLink2}
  885. </div>
  886.  
  887. </div>
  888. </div>
  889.  
  890. <div id="top">
  891.  
  892.  
  893. <div id="nav">
  894.  
  895. {block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a>{/block:ifLink3}&nbsp;|&nbsp;
  896.  
  897. {block:ifLink4}<a href="{text:Link4}">{text:Link4 Title}</a>{/block:ifLink4}&nbsp;|&nbsp;
  898.  
  899. {block:ifLink5}<a href="{text:Link5}">{text:Link5 Title}</a>{/block:ifLink5}&nbsp;|&nbsp;
  900.  
  901. {block:ifLink6}<a href="{text:Link6}">{text:Link6 Title}</a>{/block:ifLink6}&nbsp;&nbsp;
  902.  
  903. </div>
  904.  
  905.  
  906.  
  907. </div>
  908.  
  909.  
  910.  
  911. <div id="sbar5">
  912.  
  913.  
  914. </div>
  915.  
  916. <div id="sbar8">
  917.  
  918. <center> <a href="http://late-to-write.tumblr.com">Theme &copy;</a> | <a href="http://everlark.tumblr.com">Details</a>
  919.  
  920. </div>
  921.  
  922.  
  923.  
  924. <div id="sbar22">
  925.  
  926. {description}
  927. </div>
  928. </div>
  929.  
  930.  
  931. <div id="sbar2">
  932. <center><div id="paginacaoml"> {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">&laquo;</a>{/block:PreviousPage}{/block:Pagination}
  933. {block:JumpPagination length="6"}
  934. {block:CurrentPage}<span class="pagina_atual">{PageNumber}</span>{/block:CurrentPage}
  935. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}
  936. {/block:JumpPagination}
  937. </center>
  938. </div>
  939.  
  940. </div></div>
  941.  
  942.  
  943. <div style=" " class="sidebartitle"><i>{text:frase1}</i></div>
  944. </div></div>
  945.  
  946.  
  947.  
  948. <div id="top2">
  949.  
  950.  
  951. <div id="nav2">
  952.  
  953.  
  954. {block:ifLink7}<a href="{text:Link7}">{text:Link7 Title}</a>{/block:ifLink7}&nbsp;|&nbsp;
  955.  
  956. {block:ifLink8}<a href="{text:Link8}">{text:Link8 Title}</a>{/block:ifLink8}&nbsp;|&nbsp;
  957.  
  958. {block:ifLink9}<a href="{text:Link9}">{text:Link9 Title}</a>{/block:ifLink9}&nbsp;|&nbsp;
  959.  
  960. {block:ifLink10}<a href="{text:Link10}">{text:Link10 Title}</a>{/block:ifLink10}&nbsp;&nbsp;
  961.  
  962. </div>
  963.  
  964. </div>
  965.  
  966.  
  967.  
  968. <div id="title">{text:frase2}</div>
  969.  
  970.  
  971.  
  972.  
  973. {block:IfShowSearch}<div class="search"><form action="/search" method="get">
  974. <input type="text" name="q" value="{SearchQuery}" class="searcha">
  975.  
  976.  
  977. </form></div>{/block:IfShowSearch}
  978.  
  979. </div></div>
  980.  
  981. </body>
  982. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement