umlugardocaralho

theme #23

Jan 3rd, 2012
7,513
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 19.56 KB | None | 0 0
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
  2. "http://www.w3.org/TR/html4/loose.dtd">
  3.  
  4.  
  5.  
  6. <!--    
  7.  
  8.  
  9. Theme por rocklessly, não copie.
  10.  
  11.  
  12. -->
  13.  
  14.  
  15.  
  16. <html lang="en">
  17. <head>
  18.  
  19. <script type="text/javascript" src="http://static.tumblr.com/twte3d7/BH7lio0yf/jquery.js"></script>
  20. <script type="text/javascript" src="http://static.tumblr.com/twte3d7/RhUlio0y7/lazyload.js"></script>
  21. <script type="text/javascript" charset="utf-8">
  22. var $j = jQuery.noConflict();
  23. $j(function() {
  24. if (navigator.platform == "iPad" || navigator.platform == "iPhone") return;
  25. $j("img").lazyload({
  26. placeholder : "http://static.tumblr.com/twte3d7/RSvlio0k5/grey.gif",
  27. effect: "fadeIn",
  28. });
  29. });
  30. </script>
  31.  
  32.  
  33. <meta name="if:Repeat background image" content="0"/>
  34. <meta name="if:Sidebar Image Hover" content="1"/>
  35. <meta name="if:Shadowed Images" content="1"/>
  36. <meta name="if:Submit" content="1"/>
  37. <meta name="if:Borragem Quote" content="1"/>
  38.  
  39. <meta name="color:Background" content="#FFFFFF"/>
  40. <meta name="color:Chat" content="#F5F5F5"/>
  41. <meta name="color:Text" content="#000000"/>
  42. <meta name="color:shadow" content="#000000"/>
  43. <meta name="color:Post title" content="#000000"/>
  44. <meta name="color:Link" content="#000000"/>
  45. <meta name="color:Hover" content="#999999"/>
  46. <meta name="color:Link highlight" content="#AAD0EC"/>
  47. <meta name="color:link sidebar" content="#AAD0EC"/>
  48.  
  49. <meta name="text:Link1" content="" />
  50. <meta name="text:Link1 Title" content="" />
  51. <meta name="text:Link2" content="" />
  52. <meta name="text:Link2 Title" content="" />
  53. <meta name="text:Link3" content="" />
  54. <meta name="text:Link3 Title" content="" />
  55. <meta name="text:Link4" content="" />
  56. <meta name="text:Link4 Title" content="" />
  57. <meta name="text:Link5" content="" />
  58. <meta name="text:Link5 Title" content="" />
  59. <meta name="text:Link6" content="" />
  60. <meta name="text:Link6 Title" content="" />
  61.  
  62. <meta name="image:Background" content=""/>
  63. <meta name="image:sidebar" content="http://26.media.tumblr.com/tumblr_lx6j6ySslE1r04pw6o1_r1_250.png"/>
  64. <meta name="image:sidebar hover" content="http://26.media.tumblr.com/tumblr_lx6j6ySslE1r04pw6o2_r1_250.png"/>
  65. <meta name="image:background header" content="http://data.whicdn.com/images/879785/2s1kdwy_large.jpg"/>
  66.  
  67. <link href='http://fonts.googleapis.com/css?family=Rochester' rel='stylesheet' type='text/css'>
  68. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  69. <title>{block:SearchPage}Search results for "{SearchQuery}" - {/block:SearchPage}{block:PostSummary}
  70.  
  71. {PostSummary} - {/block:PostSummary}{Title}</title>
  72. <link rel="shortcut icon" href="{Favicon}">
  73.  
  74. <style type="text/css">
  75.  
  76.  
  77. iframe#tumblr_controls{
  78. top: 1px !important;
  79. margin: 0 0 0 0;
  80. right: 6px !important;
  81. position: fixed !important;
  82. }
  83.  
  84. body {
  85. margin:0px;
  86. background-color: {color:Background};
  87. background-image:url({image:background});
  88. {block:IfRepeatBackgroundImage}
  89. background-attachment: fixed;
  90. background-repeat: no-repeat;
  91. background-position:left;
  92. {/block:IfRepeatBackgroundImage}
  93. font-size:11px;
  94. font-family:tahoma, helvetica;
  95. line-height:14px;
  96. color:{color:Text};
  97. text-align: justify;
  98. }
  99.  
  100. div.sidebar4 {
  101.   position:fixed;
  102.   width:auto;
  103. float:right;
  104. margin-top:20%;
  105.   margin-left: 550px;
  106.   height: auto;
  107.  }
  108.  
  109. div.sidebar5 {
  110.   position:fixed;
  111.   width:auto;
  112. float:right;
  113. bottom:5%;
  114.   margin-left: -370px;
  115.   height: auto;
  116.  webkit-transform: rotate(-90deg);
  117.  }
  118. a:link, a:active, a:visited{
  119. color: {color:Link};
  120. text-decoration: none;
  121. }
  122.  
  123. a:hover {
  124. color:{color:Hover};
  125. background-color:{color:link highlight};
  126. }
  127.  
  128. .backtop{
  129. position:fixed;
  130. bottom:10px;
  131. right:10px;
  132. background:{color:text};
  133. width: 40px;
  134. height: 40px;
  135. font-size:18px;
  136. -webkit-border-radius: 20px;
  137. -moz-border-radius: 20px;
  138. border-radius: 20px;
  139. -moz-transition-duration:0.5s;
  140. -o-transition-duration:0.5s;
  141. -webkit-transition-duration:0.5s;
  142. transition-duration:0.5s;
  143. }
  144.  
  145. .backtop a{
  146. color:{color:background}
  147. }
  148.  
  149. .backtop p{
  150.  text-align: center;
  151.  margin-top: 7px;
  152. }
  153.  
  154. ::-webkit-scrollbar{width:10px;height:3px;}
  155.  
  156.  
  157.  
  158. ::-webkit-scrollbar-button:start:decrement::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;}
  159.  
  160.  
  161.  
  162. ::-webkit-scrollbar-track-piece{background-color:#ffffff;-webkit-border-radius:0;-webkit-border-bottom-right-radius:3px;-webkit-border-bottom-left-radius:3px;}
  163.  
  164.  
  165.  
  166. ::-webkit-scrollbar-thumb:vertical{height:100px; background-color:#000000;-webkit-border-radius:px;}
  167.  
  168.  
  169.  
  170. ::-webkit-scrollbar-thumb:horizontal{width:50px; background-color:#000000;-webkit-border-radius:px;}
  171.  
  172.  
  173. div#content{
  174. width:550px;
  175. margin-lef: 350px;
  176. margint-top:350px;}
  177.  
  178. .sidebarrr {padding: 0px;}
  179.  
  180. .sidebarrr img {display: inline; width:135px; height: 130px; text-align:center;}
  181.  
  182. .post {float: left; margin-left: 350px; width: 550px; margint-top:150px;}
  183.  
  184. .post_title{
  185. font-family: Rochester;
  186. font-size:25px;
  187. color:{color:text};
  188. line-height:23px;
  189. }
  190.  
  191. .entry{
  192. text-align:left;
  193. width:550px;
  194. margin-bottom:20px;
  195. }
  196.  
  197. .entry img{
  198. width:550px;
  199. {block:IfShadowedImages}
  200. -webkit-box-shadow: 2px 2px 6px rgba(0,0,0,0.6);
  201. -moz-box-shadow: 2px 2px 6px rgba(0,0,0,0.6);
  202. box-shadow: 2px 2px 6px rgba(0,0,0,0.6);
  203. {/block:IfShadowedImages}
  204. }
  205.  
  206. .asker{
  207. padding:7px;
  208. line-height:16px;
  209. font-size:9px;
  210. background-color:{color:Chat};
  211. }
  212.  
  213. blockquote{
  214. padding:0px 0px 2px 5px;
  215. margin:0px 0px 2px 1px;
  216. border-left: 2px solid {color:Text};
  217. }
  218.  
  219. .permalink {
  220. display:block;
  221. position: relative;
  222. margin-top:-5px;
  223. text-align: center;
  224. font-size:9px;
  225. font-family:tahoma, helvetica;
  226. opacity:0.4;
  227. filter: alpha(opacity = 40);
  228. -webkit-transition: 0.3s ease-in;
  229. }
  230.  
  231. .entry:hover .permalink{
  232. opacity: 1;
  233. filter: alpha(opacity = 100);
  234. -webkit-transition: 0.3s ease-in;
  235. }
  236.  
  237. .q{
  238. margin-left:20px;
  239. padding-top:12px;
  240. font-family:tahoma, helvetica;
  241. font-size:15px;
  242. {block:IfBorragemQuote}text-shadow:4px 3px 15px {color:shadow};{/block:IfBorragemQuote}
  243. letter-spacing: -1px;
  244. color:{color:post title};
  245. line-height:23px;
  246. }
  247.  
  248. .quote{
  249. position:absolute;
  250. margin-left:0px;
  251. margin-top:20px;
  252. font-size:60px;
  253. opacity:0.3;
  254. filter: alpha(opacity = 30);
  255. color: {color:text}
  256. }
  257.  
  258. .source{
  259. font-size:12px;
  260. margin-left:35px;
  261. }
  262.  
  263. div#chat li {
  264. padding: 4px;
  265. background-color:{color:Chat};
  266. margin-top: 2px;
  267. }
  268.  
  269. div#chat ul{
  270. list-style: none;
  271. padding: 0px;
  272. margin-top:5px;
  273. margin-bottom:10px;
  274. width:550px;
  275. text-align: left;
  276. }
  277.  
  278. div#page{
  279. display:block;
  280. text-align:center;
  281. font-size:11px;
  282. display:none;
  283. }
  284.  
  285. div#page a{
  286. margin-right:10px;
  287. display: inline-block;
  288. padding: 5px;
  289. color:{color:link};
  290. }
  291.  
  292. .current_page{
  293. margin-right:10px;
  294. }
  295.  
  296. .lalala{
  297. background-color:#000;
  298. height:27px;
  299. width:550px;
  300. -webkit-box-shadow: 2px 2px 6px rgba(0,0,0,0.6);
  301. -moz-box-shadow: 2px 2px 6px rgba(0,0,0,0.6);
  302. box-shadow: 2px 2px 6px rgba(0,0,0,0.6);
  303. }
  304.  
  305. ol.notes {
  306. padding: 0px;
  307. margin: 25px 0px;
  308. list-style-type: none;
  309. border-bottom: solid 1px {color:text};
  310. font-size:10px;
  311. }
  312.  
  313. ol.notes li.note {
  314. border-top: solid 1px {color:text};
  315. padding: 10px;
  316. font-size:10px;
  317. }
  318.  
  319. ol.notes li.note img.avatar {
  320. vertical-align: -4px;
  321. margin-right: 10px;
  322. width: 16px;
  323. height: 16px;
  324. }
  325.  
  326. ol.notes li.note span.action {
  327. font-weight: normal;
  328. font-size:10px;
  329. }
  330.  
  331. ol.notes li.note .answer_content {
  332. font-weight: normal;
  333. font-size:10px;
  334. }
  335.  
  336. ol.notes li.note blockquote {
  337. border-color: {color:text};
  338. padding: 4px 10px;
  339. margin: 10px 0px 0px 25px;
  340. font-size:10px;
  341. }
  342.  
  343. ol.notes li.note blockquote a {
  344. text-decoration: none;
  345. font-size:10px;
  346. }
  347.  
  348. #pic {position: fixed; float: left; margin-bottom:2px; margin-top:40px; margin-left: 240px;}
  349.  
  350. #pic img {-moz-border-radius: 120px; border-radius: 120px; overflow: hidden; font-weight: normal; position:fixed; width:300px; height: 120px; width: 120px; -webkit-transition: all 1.0s ease-out; -moz-transition: all 1.0s ease-out; z-index: 80; opacity: 1.0;}
  351.  
  352. #pic img:hover {height: 140px; width: 140px;  -moz-border-radius: 140px; border-radius: 140px; -webkit-transition: all 1.0s ease-out; -moz-transition: all 1.0s ease-out; z-index: 80; opacity: 0.0;}
  353.  
  354. #picc {position: fixed; float: left; margin-bottom:2px; margin-top:37px; margin-left: 237px;}
  355.  
  356. #picc img {-moz-border-radius: 120px; border-radius: 120px; overflow: hidden; font-weight: normal; position:fixed; width:300px; height: 120px; width: 120px; -webkit-transition: all 1.0s ease-out; -moz-transition: all 1.0s ease-out; z-index: 80; opacity: 0.0;}
  357.  
  358. #picc img:hover {height: 150px; width: 150px;  -moz-border-radius: 160px; border-radius: 160px; -webkit-transition: all 1.0s ease-out; -moz-transition: all 1.0s ease-out; z-index: 80; opacity: 1.0;}
  359.  
  360. div#info{
  361. width:150px;
  362. position:fixed;
  363. left:190px;
  364. font-family: tahoma, helvetica;
  365. font-size: 9px;
  366. top:155px;
  367. text-align:right;
  368. }
  369.  
  370. div#header{
  371. position:fixed;
  372. left:350px;
  373. top:80px;
  374. background-color:{color:Header};
  375. background-image:url({image:background header});
  376. width:540px;
  377. height:18px;
  378. padding:10px;
  379. text-align:right;
  380. z-index:1;
  381. }
  382.  
  383. .nav{
  384. display: navigate;
  385. font-size:9px;
  386. font-family:tahoma, helvetica;
  387. text-transform:lowercase;
  388. padding:5px;
  389. }
  390.  
  391. div#title{
  392. position:fixed;
  393. top:0px;
  394. left:350px;
  395. padding-top:50px;
  396. padding-bottom:10px;
  397. text-shadow:4px 3px 15px {color:shadow};
  398. background-color:{color:background};
  399. width:600px; text-align:left; font-family:Rochester; font-size:25px; -webkit-transition: all 1.0s ease-out; -moz-transition: all 1.0s ease-out color: {color:text};z-index:1;
  400. }
  401.  
  402. div#title:hover {font-style:italic; padding-left:150px; -webkit-transition: all 1.8s ease-out; -moz-transition: all 1.8s ease-out color: {color:text};}
  403.  
  404.  
  405. a.nav{color:{color:link sidebar}; background-color:; -webkit-transition: all 0.9s ease-out; -moz-transition: all 0.9s ease-out; }
  406.  
  407. .tumblrAutoPager_page_info, .tumblrAutoPager_page_separator {display:none;}
  408.  
  409. .headerpic img{width: 550px; text-align:center; margin-top: 0px}
  410.  
  411.  
  412. #xx {top: 70%; margin-left: 950px; width: 80px; position: fixed; padding: 0px;}
  413. .xx3 {font-size: 55px; font-family: georgia; padding: 1px;}
  414. .xx3 a{color: {color:link}; background-color: {color:background};}
  415. .xx3 a:hover {color: {color:hover}; background-color: transparent;}
  416.  
  417. .title {font-family: rochester; font-size: 40px; line-height: 25px; text-align: center; margin: -5px 0 5px 0}
  418. .title a {color: {color:text}; text-shadow: 1px 2px 3px {color:shadow};}
  419. .title a:hover {color: {color:link hover}; text-shadow: 2px 3px 3px {color:shadow};}
  420.  
  421. div.links a {font-family: tahoma, helvetica; padding-left:0px; position: center; font-size: 9px; color:{color:slinkstext}; background-color:{color:slinksbg};  text-transform:lowercase;  margin-right:0px; -webkit-transition: all 0.8s linear; -moz-transition: all 0.8s linear; -o-transition: all 0.8s linear; transition: all 0.8s linear; line-height: 0px; margin-left: 2px; width: 80px; padding: 5px 10px 5px 10px; margin-bottom: 0px; height: 0px;}
  422. div.links a:hover {padding-top: 17px; font-weight: normal; color:{color:slinkstexthover}; background-color:{color:slinksbghover}; font-size: 9px;}
  423.  
  424.  
  425. .permabox {
  426.     margin-left: 550px;
  427.     background: {color:Post background};
  428.     line-height: 12px;
  429.     font-size: 9px;
  430.     width: 150px;
  431.     position: absolute;
  432.     padding: 6px;
  433.     {block:IndexPage}
  434.     opacity: 0;
  435.     -webkit-transition: all 1s ease;
  436.     -moz-transition: all 1s ease;
  437.     -o-transition: all 1s ease;
  438.     transition: all 1s ease;
  439. }
  440.  
  441. .post:hover .permabox {
  442.     opacity: 1;
  443.     font-size: 9px;
  444.     -webkit-transition: all 1s ease;
  445.     -moz-transition: all 1s ease;
  446.     -o-transition: all 1s ease;
  447.     transition: all 1s ease;
  448.     {/block:IndexPage}
  449. }
  450.  
  451. .posttitle a {
  452.     font-size: 14px;
  453.     margin-top: 0;
  454.     margin-bottom: -5px;
  455.     color: {color:text};
  456.     font-weight: bold;
  457. }
  458.  
  459. .posttitle a:hover {
  460.     color: {color:Post title hover};
  461. }
  462.  
  463. .post-text, .post-quote, .post-link {
  464.     background: {color:Post background};
  465.     margin-bottom: 5px;
  466.     padding: 6px;
  467.     width: 550px;
  468. }
  469.  
  470. .post-photo, .post-video {
  471.     margin-bottom: 5px;
  472. width: 550px;
  473. }
  474.  
  475.  
  476. .post-photo img {
  477.     width: 550px;
  478. }
  479.  
  480. .post-photoset img {
  481. width: 550px;
  482. }
  483.  
  484. .link {
  485.     font-size: 16px;
  486.     font-weight: bold;
  487. }
  488.  
  489. .trackid {
  490.     padding: 7px;
  491.     margin: 4px 0px 4px 0;
  492.     background: {color:Post background};
  493.     overflow: hidden;
  494. }
  495.  
  496.  
  497.  
  498. h2 {
  499.     text-align: center;
  500.     font-size: 11px;
  501.     font-weight: normal;
  502.     padding: 6px;
  503. }
  504.  
  505. h3 {
  506.     text-align: center;
  507.     text-transform: uppercase;
  508.     font-size: 11px;
  509.     font-weight: normal;
  510.     letter-spacing: 4px;
  511.     padding: 8px;
  512.     color: {color:Title};
  513.     background: {color:Post background};
  514. }
  515.  
  516. .box {
  517.     padding: 3px;
  518.     margin-bottom: 10px;
  519.     background: {color:Post background};
  520. }
  521.  
  522. .box a {
  523.     letter-spacing: 2px;
  524.     text-transform: uppercase;
  525. }
  526.  
  527. .tags {
  528.     margin-top: 5px;
  529. }
  530.  
  531.  
  532. .pagination {
  533.     text-align: center;
  534.     text-transform: uppercase;
  535. }
  536.  
  537. .postnotes {width: 550px; padding: 4px; margin-top: 4px; background: {color:Post background};}
  538. ol.notes {list-style:none; margin: 0; padding: 0;}
  539. ol.notes li {list-style: none; margin: 5px 0 0 0; padding: 0 0 5px 0; border-bottom: 1px solid #e6e6e6;}
  540. iframe input, iframe submit, iframe textarea, iframe div, iframe table {background-color:transparent!important;}
  541. .more_notes_link_container {border: none; }
  542. .qqmarks{font-size: 80px; font-weight: bold; line-height: 80px; opacity: 0.2; filter:alpha (opacity=20); font-family:georgia;}
  543. .qquote{font-family: verdana; font-size: 14px;  letter-spacing: -1px; line-height: 20px; text-transform: none; margin-top: -70px; margin-left:45px}
  544. .qsource{margin: 5px 15px 0 0; text-align: right}
  545.  
  546. .sidebartext{clear: both; color:{color:text};text-align: justify;  margin: 0px 0px 0px 0px; padding: 0px; font-family: verdana; font-size: 10px;}
  547. .sidebartext a{font-size:10px;}
  548. .sidebartext a:hover{font-size:10px}
  549.  
  550. ul, ol, li{list-style:none; margin:0px; padding:0px;}
  551. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  552. .user_7 .label, .user_8 .label, .user_9 .label {color:#969696;}
  553.  
  554. #answer{
  555.    margin-top: 10px;
  556.    margin-left: -34px;}
  557.  
  558.  
  559. .entry{
  560. text-align:left;
  561. width:550px;
  562. margin-bottom:20px;
  563. margin-top: 350px;
  564. }
  565.  
  566. .entry img{
  567. width:550px;
  568. {block:IfShadowedImages}
  569. -webkit-box-shadow: 2px 2px 6px rgba(0,0,0,0.6);
  570. -moz-box-shadow: 2px 2px 6px rgba(0,0,0,0.6);
  571. box-shadow: 2px 2px 6px rgba(0,0,0,0.6);
  572. {/block:IfShadowedImages}
  573. }
  574. div.padd {
  575.    width: 100%;
  576.    line-height: 11px;
  577.    padding-top: 0px;
  578.    padding-left: 5px;
  579.    margin: 0px;}
  580. #tumblr_controls{position: fixed!important}
  581.  
  582. {CustomCSS}
  583. </style>
  584. </head>
  585. <body>
  586.  
  587.  
  588. <div id="content">
  589. <div id="xx"><div class="xx3">{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">«</a>{/block:PreviousPage}{/block:Pagination}{block:Pagination}{block:NextPage}<a href="{NextPage}">»</a>{/block:NextPage}{/block:Pagination}</div></div>
  590. </div>
  591.  
  592. <div id="pic"><img src="{image:sidebar}"></div>{block:ifSidebarImageHover}<div id="picc"><img src="{image:sidebar hover}"></div>{/block:ifSidebarImageHover}<div id="title">{Title}</div>
  593.  
  594. <div id="info">
  595. <br>
  596. {description}</div>
  597. <div id="header">
  598. <a href="/" class="nav">home</a>
  599. <a href="/ask" class="nav">ask me</a>
  600. {block:ifSubmit}<a href="/submit" class="nav">submit</a>{/block:ifSubmit}
  601. {block:ifLink1}<a href="{text:Link1}" class="nav">{text:Link1 Title}</a>{/block:ifLink1}
  602. {block:ifLink2}<a href="{text:Link2}" class="nav">{text:Link2 Title}</a>{/block:ifLink2}
  603. {block:ifLink3}<a href="{text:Link3}" class="nav">{text:Link3 Title}</a>{/block:ifLink3}
  604. {block:ifLink4}<a href="{text:Link4}" class="nav">{text:Link4 Title}</a>{/block:ifLink4}
  605. {block:ifLink5}<a href="{text:Link5}" class="nav">{text:Link5 Title}</a>{/block:ifLink5}
  606. {block:ifLink6}<a href="{text:Link6}" class="nav">{text:Link6 Title}</a>{/block:ifLink6}
  607. </div>
  608.  
  609. <div id="content">
  610. <br />
  611. <br />
  612. <br />
  613. <br />
  614. <br />
  615. <br />
  616. <br />
  617. <br />
  618. <br />
  619.  
  620. {block:Posts}
  621. <div class="post">
  622.  
  623. <div class="permabox">
  624. {block:Date}
  625. {block:Notecount}<span style="color: #FF0808;">&hearts;</span>&nbsp;<a href="{Permalink}#notes" alt="notes">{NoteCount}</a>{/block:Notecount}<br />
  626. &rarr; <a href="{Permalink}">{DayOfMonthWithZero} {ShortMonth} {ShortYear} at {12Hour} {AmPm}</a>
  627. <br/><a href="{ReblogURL}" target="_blank">← reblog this
  628. </a>
  629. {block:RebloggedFrom}<br/>&rarr; <b>via</b> <a href="{ReblogParentURL}" title="{ReblogParentTitle}">{ReblogParentName}</a> (<b>originally</b> <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a>){/block:RebloggedFrom}<br/>
  630. {block:HasTags}<div class="tags"><strong>tags:</strong>
  631. {block:Tags}
  632. <a style="text-transform: lowercase" href="{TagURL}">{Tag}</a>&nbsp;
  633. {/block:Tags}</div>
  634. {/block:HasTags}
  635. {/block:Date}
  636. </div>
  637.  
  638.  
  639. {block:Text}
  640.     <div class="post-link">
  641.      {block:Title}<div class="link"><center>{Title}</center></div>{/block:Title}
  642.       {Body}
  643.    </div> <br>
  644. {/block:Text}
  645.  
  646. {block:Photo}
  647. <img src="{PhotoURL-500}" alt="{PhotoAlt}" width=550px/>
  648. {block:Caption} <div id="cap">
  649. {Caption}</div>{/block:Caption} <Br>      
  650. {/block:Photo}
  651.  
  652.  
  653. {block:Photoset}
  654.     <div class="post-photoset">
  655.      <Center>{Photoset-500}</center></div>
  656.     {block:Caption} <div id="cap">
  657.     {Caption}</div>{/block:Caption} <br>
  658. {/block:Photoset}
  659.  
  660. {block:Quote}<span class="quote">&#10077;</span><div class="q">{Quote}</div>
  661. {block:Source}<div class="source"><p>&#8212; {Source}</p></div>{/block:Source} <Br>
  662. {/block:Quote}
  663.  
  664. {block:Link}
  665.     <div class="post-link">
  666.       <a href="{URL}" class="link" {Target}><center>{Name}</center></a></div>
  667. {block:Description}{Description}{/block:Description}<Br>
  668.    
  669. {/block:Link}
  670.  
  671. {block:Audio}
  672.     <div class="post-audio">
  673. <table cellspacing="3"><tr><td valign="top">
  674.       {block:AlbumArt}<img src="{AlbumArtURL}" width="150">{/block:AlbumArt}
  675. </td><td valign="top">
  676.       {AudioPlayerBlack}
  677.       {block:TrackName}<div class="trackid">"{TrackName}"</div>{/block:TrackName}
  678.       {block:Artist}<div class="trackid">{Artist}</div>{/block:Artist}
  679.       {block:Album}<div class="trackid">{Album}</div>{/block:Album}
  680.       <div class="trackid"><em>({PlayCount}) plays</em></div>
  681. </td></tr></table>
  682.     </div><br>
  683. {/block:Audio}
  684.  
  685. {block:Video}
  686. <div class="post-video">
  687. {Video-500}<br>{block:Caption}{Caption}{/block:Caption}
  688. </div><br>
  689. {/block:Video}
  690.  
  691. {block:Chat}
  692. {block:Title}<span class="title" color="{color:link}">{Title}</span>{/block:Title}
  693. <ul class="chat">
  694. {block:Lines}
  695. <li class="user_{UserNumber}>
  696. {block:Label}
  697. <span class="label"><b>{Label}</b></span>
  698. {/block:Label}
  699. {Line}</li>{/block:Lines}</ul><br/>
  700. {/block:Chat}
  701.  
  702. {block:Answer}
  703. <table width="100%" border="0px" cellpadding="0" cellspacing="0">
  704. <tbody style="border-spacing: 0px;">
  705. <td width="30px" style="vertical-align: top; width: 30px; padding: 0px;">
  706. <img height="30px" width="30px" style="padding: 0px; margin: 0px;" src="{AskerPortraitURL-30}"/></td><td>
  707. <div class="padd" width="100%" style="margin-left:;">
  708. {Asker} asked:<br>
  709. {Question}<br><div id="answer">{Answer}</div><br><br>
  710. </div></td></tr></tbody></table><Br>
  711. {/block:Answer}
  712.  
  713. {block:PostNotes}
  714. <div class="postnotes">{PostNotes}</div>
  715. {/block:PostNotes}
  716. </div>
  717. {/block:Posts}  
  718.  
  719. <div class="backtop"><p><a href="#" title="#top">&uarr;</a></p></div>
  720.  
  721. <pre>
  722. <div style="border: 0px solid #F0F0F0; rgb(200, 200, 200); overflow: auto; background-color: {color:post}; width: 550px; margin-left:350px; text-align: justify; font-family: tahoma; height: 20px; padding: 0px 6px 0px 6px; font-size:11px; line-height: 80%"><center>theme por por <a href="http://rocklessly.tumblr.com/"><B>rocklessly</b></a> com sidebar inspirada em <b>xantheose</b></a></div></pre></center>
  723.  
  724. </div>
  725.  
  726.  
  727. <!-- PLEASE DO NOT REMOVE THE CREDIT LINK. I'D APPRECIATE THAT VERY MUCH -->
  728.  
  729. </body>
  730. </html>
Advertisement
Add Comment
Please, Sign In to add comment