amando-loucos

THEME 13

May 13th, 2012
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 23.95 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3.  
  4. <! THEME BY AMANDO-LOUCOS>
  5.  
  6. <head>
  7. <!-- DEFAULT VARIABLES -->
  8.  
  9. <meta name="image:Sidebar" content=""/>
  10. <meta name="image:Background" content=""/>
  11.  
  12. <meta name="if:Custom Scrollbar" content="/">
  13.  
  14. <meta name="color:frasepequena" content="#ffffff" />
  15. <meta name="color:frasepequenaletra" content="#000000" />
  16. <meta name="text:frasepequena" content="You and me" />
  17. <meta name="color:descri" content="#ffffff" />
  18. <meta name="color:descriletra" content="#000000" />
  19.  
  20. <meta name="text:Link1" content="/" />
  21. <meta name="text:Link1 Title" content="link1" />
  22. <meta name="text:Link2" content="/" />
  23. <meta name="text:Link2 Title" content="link2" />
  24. <meta name="text:Link3" content="/" />
  25. <meta name="text:Link3 Title" content="link3" />
  26. <meta name="text:Link4" content="/" />
  27. <meta name="text:Link4 Title" content="link4" />
  28. <meta name="text:Link5" content="/" />
  29. <meta name="text:Link5 Title" content="link5" />
  30. <meta name="text:Link6" content="/" />
  31. <meta name="text:Link6 Title" content="link6" />
  32.  
  33.  
  34. <meta name="color:Background" content="#f8f8f8" />
  35. <meta name="color:Tags" content="#b6ddc9" />
  36. <meta name="color:icon" content="#000000" />
  37. <meta name="color:Posts In" content="#fffffe" />
  38. <meta name="color:Border Posts" content="#D2E9D7" />
  39. <meta name="color:Text" content="#D9D9D9" />
  40. <meta name="color:Title" content="#7BB3A5" />
  41. <meta name="color:Quote" content="#000000" />
  42. <meta name="color:Source" content="#C8E0D3" />
  43. <meta name="color:Asker" content="#698784" />
  44. <meta name="color:Pagination" content="#ffffff" />
  45. <meta name="color:highlight 1" content="#b3dac6" />
  46. <meta name="color:highlight 2" content="#add4c0" />
  47. <meta name="color:highlight 3" content="#a7ceba" />
  48. <meta name="color:Bottoms text" content="#CDDDD2" />
  49. <meta name="color:Bottoms link" content="#A9E0CC" />
  50. <meta name="color:Bold" content="#75CCB8" />
  51. <meta name="color:Italic" content="#86DD9F" />
  52. <meta name="color:Link" content="#75D6C3" />
  53. <meta name="color:Link Hover" content="#ABE9CE" />
  54. <meta name="color:Answer" content="#9FC7A8" />
  55. <meta name="color:Question" content="#A3ADAC" />
  56. <meta name="color:Navigation" content="#000000" />
  57. <meta name="color:navigation links" content="#ffffff" />
  58. <meta name="color:Description" content="#D0DDD1" />
  59. <meta name="color:Border" content="#f2f1f1" />
  60. <meta name="color:Sidebar links" content="#DADCE3" />
  61. <meta name="color:Scrollbar" content="#cbcaca" />
  62.  
  63. <meta name="color:Tags Hover" content="#BDD9CC" />
  64. <meta name="color:Navigation Links Hover" content="#B1DFBE" />
  65.  
  66. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  67. <script src="http://code.jquery.com/jquery-latest.js"></script>
  68. <script>
  69. $(document).ready(function(){
  70.  
  71. $(".shows").click(function(){
  72. $(".clicky").slideToggle("slow");
  73. $(this).toggleClass("active");
  74. });
  75.  
  76. });
  77. </script>
  78.  
  79. <link href='http://fonts.googleapis.com/css?family=Cookie|Terminal+Dosis:400,200,300,500' rel='stylesheet' type='text/css'>
  80.  
  81. <link href='http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300' rel='stylesheet' type='text/css'>
  82.  
  83. <title>{Title}</title>
  84. <link rel="shortcut icon" href="{Favicon}">
  85. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  86. {block:Description}
  87. <meta name="description" content="{MetaDescription}" />
  88. {/block:Description}
  89.  
  90.  
  91. <style type="text/css">
  92.  
  93. {block:IfCustomScrollbar}
  94. ::-webkit-scrollbar {width: 10px; height:auto; background:{color:background};}
  95.  
  96. ::-webkit-scrollbar-corner {background:{color:background};}
  97.  
  98. ::-webkit-scrollbar-button:vertical {height:4px; display: block; background:{color:scrollbar};}
  99.  
  100. ::-webkit-scrollbar-button:horizontal { width:5px; height:4px!important; display: block; background:{color:scrollbar};}
  101.  
  102. ::-webkit-scrollbar-thumb:vertical {background:{color:scrollbar}; border-top: 1px solid {color:background}; border-bottom: 1px solid {color:background};}
  103.  
  104. ::-webkit-scrollbar-thumb:horizontal {background:{color:scrollbar};border-left: 1px solid {color:background}; border-right: 1px solid {color:background}; height:4px;}
  105.  
  106. ::-webkit-scrollbar-thumb {background: {color:scrollbar}; border-top: 0pt solid {color:background}; border-bottom: 0pt solid {color:background};}
  107.  
  108. ::-webkit-scrollbar-thumb:hover {background: {color:scrollbar}; cursor:url(http://i53.tinypic.com/zycxmw.png), auto; }
  109.  
  110. ::-webkit-scrollbar-track-piece {background: {color:background}; width:4px;}
  111.  
  112. ::-webkit-scrollbar:horizontal {height:10px!important; display: block; background:{color:scrollbar};}
  113.  
  114. {/block:IfCustomScrollbar}
  115.  
  116. iframe#tumblr_controls {
  117. top:0px !important;
  118. right:3px !important;
  119. position: fixed !important;
  120. -webkit-transition: opacity 0.7s linear;
  121. opacity: 0.5;
  122. -webkit-transition: all 0.8s ease-out;
  123. -moz-transition: all 0.8s ease-out;
  124. transition: all 0.8s ease-out;}
  125.  
  126. iframe#tumblr_controls:hover{
  127. -webkit-transition: opacity 0.7s linear;
  128. opacity: 1;
  129. -webkit-transition: all 0.4s ease-out;
  130. -moz-transition: all 0.4s ease-out;
  131. transition: all 0.4s ease-out;}
  132.  
  133. .tumblrAutoPager_page_info, .tumblrAutoPager_page_separator {display:none;}
  134.  
  135.  
  136. body {background-color:{color:background}; background-image: url('{image:background}'); color:{color:text}; font-family:consolas,monospace; font-size:10px; background-attachment:fixed; background-repeat:repeat; text-align:justify; }
  137.  
  138. #content {width:950px; margin:auto;}
  139.  
  140. #credits {position:fixed; bottom:5px; left:10px; font:10px terminal dosis;}
  141. #credits a {color:{color:link};}
  142.  
  143. blockquote, li blockquote {border-left:1px {color:border posts} solid; padding:0px 0px 0px 10px; margin:0px 0px 8px 0px;}
  144. blockquote > p:first-child {padding: 0;}
  145. ul {padding: 0 0 0 0px; margin: 0 0 08px 0; list-style-position:inside;}
  146. ol {padding: 0 0 8px 0px; margin: 0 0 08px 0; list-style-position:outside;}
  147.  
  148. b, strong, .strong {color:{color:Bold};}
  149. i, em, .em {color:{color:Italic};}
  150.  
  151. a {color:{color:link}; text-decoration:none; -moz-transition: all .7s ease-in-out!important; -o-transition: all .7s ease-in-out!important; transition: all .7s ease-in-out!important; -webkit-transition: all .7s ease-in-out!important;}
  152. a:hover {color:{color:link hover};}
  153.  
  154.  
  155. img a {border:0px color:{color:transparent};}
  156. a img {border:0px color#trans;}
  157.  
  158. .caption {margin:0px; padding:0px; font-size:10px; {block:IndexPage}display:none;{/block:IndexPage};}
  159.  
  160. /* SIDEBAR */
  161.  
  162. #side {width:310px;padding:0px!important;margin-left:-70px; position:fixed; float:right; top:120px; z-index:0;}
  163.  
  164. .sidelinks {font:11px consolas,monospace; text-transform:uppercase; color:{color:sidebar links}; padding:3px; font-style:normal!important; margin:5px 0px 2px 1px!important; letter-spacing:-1px;}
  165. .sidelinks:hover {color:{color:background}; background-color:{color:sidebar links};}
  166.  
  167.  
  168. #sidepic {width:160px; margin-left:4px; padding:0px; {block:IfSidebarImage}padding:5px;{/block:IfSidebarImage}; background-color:{color:icon}; position:absolute; margin-top:-8px}
  169. #sidepic img {width:160px; height:170px; vertical-align:middle;}
  170.  
  171.  
  172. #ju {margin-top: -25px ; margin-left:90px; position: fixed; -webkit-transition: all 1s ease-out; -moz-transition: all 1s ease-out; background-color:{color:frasepequena}; font-family: font-family: 'Handlee', cursive; font-size:16px; width:150px; color: {color:frasepequenaletra}; height:auto; line-height:130%; padding: 3px; font-style: italic}
  173. @import url(http://fonts.googleapis.com/css?family=Handlee);
  174.  
  175.  
  176.  
  177. #descri {margin-top: 80px ; margin-left:2px; position: fixed; -webkit-transition: all 1s ease-out; -moz-transition: all 1s ease-out; background-color:{color:descri}; font-family: verdana; font-size:9px; width:170px; font-style: none; color: {color:descriletra}; height:auto; line-height:130%; padding: 3px; text-align: justify;}
  178.  
  179.  
  180. #pagina{width: 119px; position: fixed; display: block; margin-left: -140px; margin-top: 100px; text-align: center; background: #transparent; opacity: 1.0; float: right;}
  181.  
  182. /*** Paginação by madlyluv.com ***/
  183. #paginacaoml {font-size: 8px; font-family: Verdana;, sans-serif; line-height: 21px;}
  184. #paginacaoml a {font-size: 8px; font-family: Verdana; margin: -2px; padding: 2px 4px; color: {color:link}; background: {color:pagination} ; text-decoration: none;}
  185. #paginacaoml a:hover {font-size: 8px; font-family: Verdana; background: {color:post} ; color: {color:linkhover}; border: none;}
  186. #paginacaoml span.pagina_atual {background: {color:pagination} ; margin: 0 1px 0 0; padding: 2px 4px; text-decoration: none; font-weight: bold;}
  187. #paginacaoml span.info {background: ; margin: 0 1px 0 0; padding: 2px 4px; color: {color:text}; text-decoration: none;}
  188.  
  189. #my {float: left; margin-top: 370px; margin-left: -90px; width: 220px; background-color: #transp; color: ; padding: 3px; font-size: 9px; text-align: center; position:fixed; -webkit-border-radius:0; -webkit-border-bottom-right-radius:0px; -webkit-border-bottom-left-radius:0px; position:fixed; letter-spacing: 0px; font-family: verdana; color:#000; }
  190.  
  191.  
  192.  
  193. #my a{font-size: 9px; color:#000}
  194.  
  195.  
  196.  
  197.  
  198. @font-face {font-family: "tinytots";src: url('http://static.tumblr.com/rmj06l2/Usellxb4i/tinytots.ttf');}
  199.  
  200.  
  201. #navig {padding:1px 0px; margin-bottom:0px; font:8px tinytots; text-align:right; margin:auto; margin-top:0px; padding-top:0px; }
  202. #navig a{display:block; color:{color:navigation links}; text-transform:uppercase; margin:0px 0px 2px 0px; background-color:{color:navigation}; padding:2px 0px 0px 15px; height:12px; line-height:12px; width:195px; }
  203. #navig a:hover {color:{color:navigation links hover}; margin-left:5px; width:195px;}
  204.  
  205. /* ENTRIES GENERAL */
  206.  
  207. #entries {width:590px; float:left; position:relative; z-index:2; margin-top:10px; margin-bottom:10px;}
  208.  
  209. .entries {width:400px; padding:4px 4px 5px 4px; background-color:{color:Posts In}; margin-bottom:5px; float:right; }
  210.  
  211. #reblogs {display:none;}
  212.  
  213. .entries:hover #information {opacity:1; margin-left:-174px; {block:IfBackgroundImage}background-color:{color:background};{/block:IfBackgroundImage}}
  214.  
  215. #information{position:absolute; font:10px consolas,monospace; text-transform:uppercase; color:{color:description}; margin-left:-154px; opacity:0; height:auto; width: 150px; padding:0px; margin-bottom:0px; margin-top:-06px; background-color:#trans; display:block; text-align:right; padding:2px; -moz-transition: all .7s ease-in-out; -o-transition: all .7s ease-in-out; transition: all .7s ease-in-out; -webkit-transition: all .7s ease-in-out; display:block;}
  216. #information a{text-transform:uppercase; color:{color:tags}; margin:0!important; padding:0!important; text-align:right;}
  217. #information a:hover {color:{color:tags hover}!important;}
  218.  
  219. #bottoms {width:390px; border-top:1px solid {color:border}; padding:2px 5px; font:9px courier new; color:{color:bottoms text}; text-transform:uppercase; margin-top:3px!important; margin:auto;}
  220.  
  221. #bottoms a {color:{color:bottoms link};}
  222. #bottoms a:hover {color:{color:bottoms text};}
  223. /* PHOTO POSTS */
  224. .hres {opacity:0; height:12px; font:8px calibri; color:{color:link}; background-color:{color:posts in}; -moz-transition: all .7s ease-in-out; -o-transition: all .7s ease-in-out; transition: all .7s ease-in-out; -webkit-transition: all .7s ease-in-out; width:45px; position:absolute; top:0; left:0; z-index:999; text-align:center; text-transform:uppercase; filter:alpha(opacity=0); padding-top:3px; letter-spacing:1px; padding-left:1px; padding-bottom:1px;}
  225. .hres a {color:{color:link}; text-align:center;}
  226. #photox:hover .hres {opacity:0.9; filter:alpha(opacity=90);}
  227. #photox{overflow:hidden; position:relative}
  228.  
  229.  
  230. /* TEXT POSTS */
  231. #title {margin:auto; text-align:center; border:0;}
  232. .texttitle {font-size:16px; font-family:'Open Sans Condensed', Cambria,'Josefin Sans'; color: {color:title}; text-transform:uppercase; padding:2px 1px; text-align:center;line-height:90%; border-bottom:1px {color:border posts} dotted; width:390px;}
  233. .texttitle a {color:{color:title}; font-weight:300;}
  234.  
  235. li.footer_links ul {list-style-type:none;}
  236. ul li.highlight_ribbon {padding: 0px 1px 0px 0px; list-style-type:none!important; color:{color:text}; margin-left:0px;}
  237. li.highlight_ribbon {border-bottom: 0px solid {color:border};}
  238.  
  239.  
  240. /* CHAT POSTS */
  241. .chat .line{font:10px consolas,monospace}
  242. .label {color:{color:bold}; font:10px Terminal Dosis; text-transform:uppercase;}
  243. .chat {margin-top:2px;}
  244.  
  245. /* LINK POSTS */
  246. .linkdescription {padding:0px; margin:0px; font:10px consolas,monospace;}
  247.  
  248. /* QUOTE POSTS */
  249. .short_quote {font:17px Terminal Dosis; background-color:#fff; height:auto; margin:0px; padding:6px; text-align:center; color:{color:quote};}
  250. .medium_quote {font:16px Terminal Dosis; background-color:#fff; height:auto; margin:0px; padding:6px; text-align:center; color:{color:quote};}
  251. .long_quote {font:15px Terminal Dosis; background-color:#fff; height:auto; margin:0px; padding:6px; text-align:center; color:{color:quote};}
  252. .source {text-align:right; font-style:italic; font-weight:bold; font-size:10px; color:{color:source}; font-family:calibri;}
  253.  
  254. /* AUDIO POSTS */
  255. #audentry {display:block; height:auto; position:relative; min-height:120px;}
  256. .audentry {width:390px; background-color:{color: audio}; position:relative; padding:5px; {block:IndexPage}overflow:hidden;{/block:IndexPage}; min-height:120px;}
  257. .audioplayer { position: absolute; z-index: 3; background:white; top: 05; left: 05; opacity: .2;
  258. width:118px;height:118px; filter:alpha(opacity=20); -moz-transition: all .7s ease-in-out!important; -o-transition: all .7s ease-in-out!important; transition: all .7s ease-in-out!important; -webkit-transition: all .7s ease-in-out!important;}
  259. .audioplayer:hover {opacity:.7; filter:alpha(opacity=70);}
  260. .audioplayer2 {width: 20px; height: 30px; overflow: hidden; margin: 45px 24px 13px 45px;}
  261. .audtable {float:right; margin-top:-1px; margin-bottom:-1px; margin-left:0px!important; margin-right:8px!important;}
  262. .audiodata {font:10px consolas, monospace; color:{color:quote}; text-transform:uppercase; height:15px; padding:0px 7px!important; background-color:#fff; width:250px;}
  263. .audiodata b{color:{color:source};}
  264. .aucap {color:{color:quote}; font:10px consolas,monospace; line-height:90%; text-align:left; min-height:34px; background-color:#FaFAF1; padding:2px 7px!important; width:250px!important;}
  265.  
  266. /* POST NOTES */
  267. #postnotes {display:block; margin-right:8px; width:400px; float:right; margin-top:15px; background:#trans; padding:0; font:10px consolas,monospace;}
  268. .notperm {width:382px; border-left:10px solid {color:highlight 1}; font:10px consolas,monospace; text-transform:lowercase; color:{color:link}; padding:2px 4px; line-height:90%; margin-left:8px;}
  269. .notperm p.shows {color:{color:link}; display:inline; cursor:pointer;}
  270. .tagperm {width:382px; border-left:10px solid {color:highlight 2}; font:10px consolas,monospace; text-transform:lowercase; color:{color:link}; padding:2px 4px; line-height:90%; margin-left:8px;}
  271. .rebperm {width:382px; border-left:10px solid {color:highlight 3}; font:10px consolas,monospace; text-transform:lowercase; color:{color:link}; padding:2px 4px; line-height:90%; margin-left:8px;}
  272. .notperm a, .tagperm a, .rebperm a {color:{color:link};}
  273.  
  274. ol.notes {padding: 0px 1px 0px 0px; list-style-type: none; color:{color:description}; margin-left:-8px;}
  275. ol.notes li {border-bottom: 1px solid {color:border};}
  276. ol.notes li a:link, ol.notes li a:visited, ol.notes li a:active {color:{color:link}; padding: 0px 2px;}
  277. ol.notes li a:hover {color: {color:link};}
  278. ol.notes li.note {border-top: solid 0px {color:border posts}; padding: 5px 0px;}
  279. ol.notes li.note img.avatar {display: none;}
  280. ol.notes li.note span.action {font-weight: normal;}
  281. ol.notes li.note .answer_content {font-weight: normal;}
  282. ol.notes li.note blockquote {margin:5px 0px 5px 15px; padding:2px 5px;}
  283.  
  284. /* ASKS */
  285.  
  286. .question {
  287. color:{color:question text};
  288. font-size: 14px;
  289. font-weight: normal;
  290. font-family: Open Sans Condensed;
  291. line-height:95%;
  292. margin: 0 0 10px 0;
  293. padding:7px 7px 0px 7px;
  294. position: relative;
  295. text-transform:uppercase;}
  296.  
  297. #askerbox {width:400px; margin-top:-10px; background-color:#trans; padding:0!important; margin-left:01px!important; margin-bottom:10px; position:relative; z-index:99; right:0px; display:block!important; height:20px;}
  298.  
  299. .questionarrow {
  300. font-size:20px;
  301. font-family:'trebuchet ms';
  302. text-align:left;
  303. color:{color:border posts}; margin-left:0px; padding:0px 0px 0px 2px!important; margin-right:-3px!important;}
  304.  
  305. .asker {text-transform:uppercase; color:{color:asker}; margin-top:0px; font:14px Open Sans Condensed; vertical-align:middle; background-color:{color:posts in};}
  306. .asker a {color:{color:asker}; background-color:{color:posts in}; padding-left:2px; padding-right:5px;}
  307.  
  308.  
  309. #answer {color:{color:answer} font:10px consolas, monospace; width:390px; display:block!important; padding:0px 5px;}
  310. #answer blockquote {background-color:#f6f6f6; color:#454646; font: 10px consolas,monospace; margin-left:10px; padding:2px 6px; line-height:8px; width:360px;}
  311.  
  312. </style>
  313. <style type="text/css">{CustomCSS}
  314.  
  315. </style>
  316. </head>
  317.  
  318. <body>
  319. <div id="content">
  320.  
  321. <div id="pagina"><div id="paginacaoml">
  322. {block:JumpPagination length="2"}
  323. {block:CurrentPage}<span class="pagina_atual">{PageNumber}</span>{/block:CurrentPage}
  324. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}
  325. {/block:JumpPagination}
  326. </div>
  327.  
  328.  
  329. <div id="ju">{text:frasepequena}</div>
  330. </div>
  331.  
  332. <div id="my"> <a href="http://amando-loucos.tumblr.com/">©</a>+ <a href="http://stuckin-reverse.tumblr.com/">dtls</a>
  333.  
  334. </div>
  335.  
  336. <!--- SIDEBAR --->
  337. <div id="side">
  338. <div id="sidepic"><a href="/"><img src="{image:sidebar}" border="0"/></a></div>
  339. <div id="navig">
  340. <a href="{text:Link1}">{text:Link1 Title} </a>
  341. <a href="{text:Link2}">{text:Link2 Title} </a>
  342. <a href="{text:Link3}">{text:Link3 Title} </a>
  343. <a href="{text:Link4}">{text:Link4 Title} </a>
  344. <a href="{text:Link5}">{text:Link5 Title} </a>
  345. <a href="{text:Link6}">{text:Link6 Title} </a>
  346. </div>
  347.  
  348. <div id="descri">
  349. {Description}
  350.  
  351. </div>
  352.  
  353.  
  354. </div>
  355.  
  356. <!--- ENTRIES --->
  357. <div id="entries">
  358. {block:Posts}
  359. <div class="entries {block:Photo}photo{/block:Photo}{block:Quote}quote{/block:Quote}{block:Link}link{/block:Link}{block:Text}text{/block:Text}{block:Chat}chat{/block:Chat}{block:Audio}audio{/block:Audio}{block:Video}video{/block:Video}{block:Answer}answer{/block:Answer}">
  360.  
  361. {block:IndexPage}
  362.  
  363.  
  364. <div id="information">
  365. {block:HasTags}Tagged as:<br>
  366. {block:Tags}<a href="{TagURL}" target="_blank"># {Tag}</a><br>{/block:Tags}{/block:HasTags}
  367. </div>
  368. {/block:IndexPage}
  369.  
  370. <!--- TEXT POST --->
  371. {block:Text}<div style="background-color:{color:Posts In}; padding:5px; margin:auto!important;" width="100%">
  372. {block:Title}
  373. <div id="title">
  374. <div class="texttitle"><a href="{Permalink}" target="_blank">{Title}</a></div>
  375. </div>{/block:Title}
  376. {Body}</div>
  377. {/block:Text}
  378.  
  379. <!--- PHOTO POST --->
  380. {block:Photo}
  381. <div id="photox"><img src="{PhotoURL-400}" alt="{PhotoAlt}"/>
  382. {block:HighRes}<div class="hres"><a href="{PhotoURL-HighRes}">High-Res</a></div> {/block:HighRes}</div>
  383. {block:Caption}
  384. <div class="caption">{Caption}</div>
  385. {/block:Caption}
  386. {/block:Photo}
  387.  
  388. <!--- PHOTOSET POST --->
  389. {block:Photoset}
  390. {Photoset-400}
  391. {block:Caption}
  392. <div class="caption">{Caption}</div>
  393. {/block:Caption}
  394. {/block:Photoset}
  395.  
  396. <!--- QUOTE POST --->
  397. {block:Quote}
  398. <div class="{Length}_quote">
  399. "{Quote}"
  400. {block:Source}
  401. <div class="source">{Source}</div>
  402. {/block:Source}
  403. </div>
  404. {/block:Quote}
  405.  
  406. <!--- LINK POST --->
  407. {block:Link}
  408. <div style="background-color:{color:Posts In}; padding:5px; margin:auto!important;" width="100%">
  409. <div id="title"><div class="texttitle"><a href="{URL}" class="linkpost" target="_blank">{Name}</a></div></div>
  410. {block:Description}
  411. <div class="linkdescription">{Description}</div>
  412. {/block:Description}</div>
  413. {/block:Link}
  414.  
  415. <!--- CHAT POST --->
  416. {block:Chat}
  417. <div style="background-color:{color:Posts In}; padding:5px 30px; margin:auto!important; width="100%">
  418. {block:Title}
  419. <div id="title"><div class="texttitle">{Title}</div></div>
  420. {/block:Title}
  421. <div class="chat" style="margin:auto;">
  422. {block:Lines}<div class="chat"><div class="line {Alt}">
  423. <div class="{Alt} user_{UserNumber}">
  424. {block:Label}
  425. <span class="label">{Label}</span>
  426. {/block:Label}
  427. {Line}</div>
  428. </div></div>
  429. {/block:Lines}
  430. </div></div>
  431. {/block:Chat}
  432.  
  433. <!--- VIDEO POST --->
  434. {block:Video}
  435. {Video-400}
  436. {block:Caption}
  437. <div class="caption">{Caption}</div>
  438. {/block:Caption}
  439. {/block:Video}
  440.  
  441. <!--- AUDIO POST --->
  442. {block:Audio}<div style="background-color:{color:Posts In};">
  443. <div id="audentry">
  444. <div class="audentry">
  445.  
  446. <img src="http://static.tumblr.com/2lqtwbf/hLRlz1vgy/2.png" alt="default album art" width="118" height="118" style="position:absolute; vertical-align:middle;" />
  447. {block:AlbumArt}
  448. <img width="118" height="118" src="{AlbumArtURL}" style="position:absolute;" />
  449. {/block:AlbumArt}
  450.  
  451. <div class="audioplayer"><div class="audioplayer2">{AudioPlayerWhite}</div></div>
  452. <div class="something" style="margin-right:-08px;">
  453. <table class="audtable" cellspacing="1px" cellpadding="0">
  454.  
  455. {block:TrackName}
  456. <tr>
  457. <td class="audiodata" style="font:10px consolas, monospace;"><b>Song: </b>{TrackName}</td>
  458. </tr>
  459. {/block:TrackName}
  460.  
  461. {block:Artist}
  462. <tr>
  463. <td class="audiodata"><b>Artist: </b> {Artist}</td>
  464. </tr>
  465. {/block:Artist}
  466. {block:Album}
  467. <tr>
  468. <td class="audiodata"><b>Album: </b>{Album}</td>
  469. </tr>
  470. {/block:Album}
  471. <tr>
  472. <td class="audiodata">Played {FormattedPlayCount} times</td>
  473. </tr>
  474. {block:ExternalAudio}
  475. <tr>
  476. <td class="audiodata"><a href="{ExternalAudioURL}" target="_blank">Source</a></td>
  477. </tr>
  478. {/block:ExternalAudio}
  479. {block:Caption}<tr>
  480. <td class="aucap">{Caption}</td></tr>
  481. {/block:Caption}
  482. </table>
  483. </div></div>
  484. </div></div>{/block:Audio}
  485.  
  486. <!--- ASK POST --->
  487. {block:Answer}
  488. <div class="question">
  489. {Question}
  490. </div>
  491. <div style="width:400px; height:1px; border-top:1px solid {color:border posts}; "></div>
  492. <div id="askerbox">
  493. <table style="width:auto; float:right; vertical-align:middle;" cellspacing="0" cellpadding="0">
  494. <tr height="15px">
  495. <td class="questionarrow">◥</td>
  496. <td class="asker">{Asker}</td>
  497. </tr>
  498. </table>
  499. </div>
  500.  
  501. <div id="answer">{answer}</div>{/block:Answer}
  502.  
  503. <div id="bottoms">{block:NoteCount}<a href="{Permalink}">{NoteCountWithLabel}</a> on {/block:NoteCount}{block:Date}{ShortMonth} {DayofMonthWithZero}, {YEar}{/block:Date}{block:RebloggedFrom} {block:IndexPage} · <a href="{ReblogUrl}" target="_blank">reblog</a>{/block:IndexPage} <span style="float:right"><a href="{ReblogParentURL}" target="_new">Via</a> / <a href="{ReblogRootURL}" target="_new">Source</a></span>{/block:RebloggedFrom}</div>
  504.  
  505. </div>
  506.  
  507.  
  508. <!--- POST NOTES--->
  509. {block:PermalinkPage}
  510. <div style="float:right; margin-right:8px;">
  511. {block:NoteCount}<div class="notperm">{NoteCountWithLabel} - <p class="shows">Show notes</p></div>{/block:NoteCount}
  512. {block:HasTags}<div class="tagperm"> tagged as: {block:Tags}<a href="{TagURL}" target="_blank">#{Tag} </a>{/block:Tags}</div>{/block:HasTags} {block:IndexPage} · <a href="{ReblogUrl}" target="_blank">reblog</a>{/block:IndexPage}
  513. {block:RebloggedFrom}<div class="rebperm">reblogged from <a href="{ReblogParentURL}" target="_blank">{ReblogParentName}</a>. Originally posted by <a href="{ReblogRootURL}" target="_blank">{ReblogRootName}</a></div>{/block:RebloggedFrom}
  514. </div>
  515. <br>
  516. {block:PostNotes}
  517. <div id="postnotes"><div class="clicky" style="display:none;">{PostNotes}</div></div><br>
  518. {/block:PostNotes}
  519. {/block:PermalinkPage}
  520. {/block:Posts}
  521.  
  522. <div id=reblogs>{block:RebloggedFrom}<a href="{ReblogParentURL}"><img src="{ReblogParentPortraitURL-24}"></a>→ reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a>, {/block:RebloggedFrom}
  523. {block:ContentSource}originally from <a href="{SourceURL}">{SourceLink}</a><br>
  524. {/block:ContentSource}
  525. <a href="{Permalink}">→ {block:NoteCount}{NoteCount} notes, {/block:NoteCount}{block:Date}posted {TimeAgo}{/block:Date} {block:IndexPage} · <a href="{ReblogUrl}" target="_blank">reblog</a>{/block:IndexPage}</a></div>
  526.  
  527. </div>
  528. </body>
  529. </html>
Advertisement
Add Comment
Please, Sign In to add comment