Advertisement
Notlikeamovie

Theme #010

Dec 30th, 2011
41,382
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 22.14 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 #010
  5. made by maraudersmaps.tumblr.com. Do not redistribute or use as a base for other themes -->
  6.  
  7. <head>
  8. <!-- DEFAULT VARIABLES -->
  9.  
  10. <meta name="image:Sidebar" content=""/>
  11. <meta name="image:Background" content=""/>
  12.  
  13. <meta name="font:Body" content="Trebuchet Ms" />
  14.  
  15. <meta name="if:Show Tags" content="0" />
  16.  
  17. <meta name="text:Link 1 Url" content="http://" />
  18. <meta name="text:Link 1 Name" content="Link 1" />
  19. <meta name="text:Link 2 Url" content="http://" />
  20. <meta name="text:Link 2 Name" content="Link 2" />
  21. <meta name="text:Link 3 Url" content="http://" />
  22. <meta name="text:Link 3 Name" content="Link 3" />
  23. <meta name="text:MYURL" content="Insert your url here" />
  24.  
  25. <meta name="color:Background" content="#fcfafa" />
  26. <meta name="color:Text" content="#CFB8A2" />
  27. <meta name="color:Title" content="#B88771" />
  28. <meta name="color:Permalink" content="#886968" />
  29. <meta name="color:Quote" content="#644550" />
  30. <meta name="color:Source" content="#BDAB8D" />
  31. <meta name="color:Chat1" content="#F7F6F2" />
  32. <meta name="color:Chat2" content="#FCFCFC" />
  33. <meta name="color:Artist" content="#F7F6F2" />
  34. <meta name="color:tracks" content="#F3EFE1" />
  35. <meta name="color:album" content="#fcfcfc" />
  36. <meta name="color:ending" content="#F3EFE1" />
  37. <meta name="color:ending 2" content="#ece7d0" />
  38. <meta name="color:Bold" content="#e79c3b" />
  39. <meta name="color:Italic" content="#e7947d" />
  40. <meta name="color:Link" content="#f5d93d" />
  41. <meta name="color:Answer" content="#6B3C5A" />
  42. <meta name="color:Question Background" content="#f7f4ed" />
  43. <meta name="color:Question Text" content="#805252" />
  44. <meta name="color:Sidetext" content="#A29E8A" />
  45. <meta name="color:link 1" content="#d4e140" />
  46. <meta name="color:link 2" content="#f5dd39" />
  47. <meta name="color:link 3" content="#f2c53a" />
  48. <meta name="color:link 4" content="#e68d7d" />
  49. <meta name="color:link 5" content="#dd7386" />
  50. <meta name="color:link 6" content="#d75dab" />
  51. <meta name="color:pagination" content="#C4A9A9" />
  52. <meta name="color:navigation" content="#fff" />
  53. <meta name="color:icon" content="#f3efe9" />
  54. <meta name="color:Scrollbar" content="#f0ece6" />
  55.  
  56.  
  57.  
  58. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  59.  
  60. <link href='http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,300italic' rel='stylesheet' type='text/css'>
  61.  
  62. <link href='http://fonts.googleapis.com/css?family=Amaranth' rel='stylesheet' type='text/css'>
  63.  
  64. <link href='http://fonts.googleapis.com/css?family=Mate:400italic' rel='stylesheet' type='text/css'>
  65.  
  66. <link href='http://fonts.googleapis.com/css?family=Rosario:400,400italic' rel='stylesheet' type='text/css'>
  67.  
  68. <link href='http://fonts.googleapis.com/css?family=Poly:400italic' rel='stylesheet' type='text/css'>
  69.  
  70.  
  71. <script src="http://code.jquery.com/jquery-latest.js"></script>
  72. <script>
  73. $(document).ready(function(){
  74.  
  75. $(".d1").click(function(){
  76. $(".desc").slideToggle("slow");
  77. $(this).toggleClass("active");
  78. });
  79.  
  80. });
  81. </script>
  82.  
  83. <script language="javascript" type="text/javascript"
  84. src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js">
  85. </script>
  86. <script type="text/javascript" language="javascript">
  87. $(function() {
  88. $(this).bind("contextmenu", function(e) {
  89. e.preventDefault();
  90. });
  91. });
  92. </script>
  93.  
  94. <title>{Title}</title>
  95. <link rel="shortcut icon" href="{Favicon}">
  96. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  97. {block:Description}
  98. <meta name="description" content="{MetaDescription}" />
  99. {/block:Description}
  100.  
  101.  
  102. <style type="text/css">
  103.  
  104.  
  105.  
  106.  
  107. ::-webkit-scrollbar {width: 10px; height:auto; background:{color:background};}
  108.  
  109. ::-webkit-scrollbar-corner {background:{color:background};}
  110.  
  111. ::-webkit-scrollbar-button:vertical {height:4px; display: block; background:{color:scrollbar};}
  112.  
  113. ::-webkit-scrollbar-button:horizontal { width:5px; height:4px!important; display: block; background:{color:scrollbar};}
  114.  
  115. ::-webkit-scrollbar-thumb:vertical {background:{color:scrollbar}; border-top: 1px solid {color:background}; border-bottom: 1px solid {color:background};}
  116.  
  117. ::-webkit-scrollbar-thumb:horizontal {background:{color:scrollbar};border-left: 1px solid {color:background}; border-right: 1px solid {color:background}; height:4px;}
  118.  
  119. ::-webkit-scrollbar-thumb {background: {color:scrollbar}; border-top: 0pt solid {color:background}; border-bottom: 0pt solid {color:background};}
  120.  
  121. ::-webkit-scrollbar-thumb:hover {background: {color:scrollbar}; cursor:url(http://i53.tinypic.com/zycxmw.png), auto; }
  122.  
  123. ::-webkit-scrollbar-track-piece {background: {color:background}; width:4px;}
  124.  
  125. ::-webkit-scrollbar:horizontal {height:10px!important; display: block; background:{color:scrollbar};}
  126.  
  127.  
  128.  
  129.  
  130.  
  131. iframe#tumblr_controls {
  132. top:0px !important;
  133. right:3px !important;
  134. position: fixed !important;
  135. -webkit-transition: opacity 0.7s linear;
  136. opacity: 0.4;
  137. -webkit-transition: all 0.8s ease-out;
  138. -moz-transition: all 0.8s ease-out;
  139. transition: all 0.8s ease-out;}
  140.  
  141. iframe#tumblr_controls:hover{
  142. -webkit-transition: opacity 0.7s linear;
  143. opacity: 1;
  144. -webkit-transition: all 0.4s ease-out;
  145. -moz-transition: all 0.4s ease-out;
  146. transition: all 0.4s ease-out;}
  147.  
  148. .tumblrAutoPager_page_info, .tumblrAutoPager_page_separator {display:none;}
  149.  
  150.  
  151. body {background-color:{color:background}; background-image: url('{image:background}'); color:{color:text}; font-family: {font:body}; font-size:10px; background-attachment:fixed; background-repeat:no-repeat; text-align:justify; }
  152.  
  153. #content {width:850px; margin:auto; margin-left:0px!important;}
  154.  
  155. #side {width:358px; padding:0px!important; position:fixed; float:right; background-color:#trans; margin-left:835px; top:130px;}
  156. #description {float:left; width:260px; margin-right:5px;}
  157. .sidepic {width:250px; margin-bottom:5px;}
  158. .sidepic img{width:250px;}
  159. .descp {width:250px; font:11px calibri; color:{color:sidetext}; letter-spacing:0px; font-style:italic; text-align:center;}
  160.  
  161. .pags {width:210px; font:10px georgia; color:{color:sidetext}; letter-spacing:0px; font-style:italic; text-align:center; margin-top:4px; border-top:1px solid {color:pagination}; margin-left:20px;}
  162. .pags a{color:{color:pagination}; text-decoration:none;}
  163.  
  164.  
  165. #sidelinks {position:fixed; top:216px;}
  166. #sidelink1 {width:100px; margin-left:124px; background-color:{color:link 1}; -moz-transition: all .6s ease-in-out; -o-transition: all .6s ease-in-out; transition: all .6s ease-in-out; -webkit-transition: all .6s ease-in-out; margin-bottom:2px;}
  167. #sidelink1 a{font:10px calibri; font-style:italic; text-transform:lowercase; padding:2px 40px 2px 13px; color:{color:navigation}; -moz-transition: all .6s ease-in-out; -o-transition: all .6s ease-in-out; transition: all .6s ease-in-out; -webkit-transition: all .6s ease-in-out;}
  168. #sidelink1:hover {width:120px;}
  169. #sidelink1:hover a{ padding:0px 60px 1px 33px;}
  170.  
  171.  
  172.  
  173. #sidelink2 {width:90px; margin-left:124px; background-color:{color:link 2}; -moz-transition: all .6s ease-in-out; -o-transition: all .6s ease-in-out; transition: all .6s ease-in-out; -webkit-transition: all .6s ease-in-out; margin-bottom:2px;}
  174. #sidelink2 a{font:10px calibri; font-style:italic; text-transform:lowercase; padding:2px 40px 2px 13px; color:{color:navigation}; -moz-transition: all .6s ease-in-out; -o-transition: all .6s ease-in-out; transition: all .6s ease-in-out; -webkit-transition: all .6s ease-in-out;}
  175. #sidelink2:hover {width:120px;}
  176. #sidelink2:hover a{ padding:0px 60px 1px 33px;}
  177.  
  178. #sidelink3 {width:110px; margin-left:124px; background-color:{color:link 3}; -moz-transition: all .6s ease-in-out; -o-transition: all .6s ease-in-out; transition: all .6s ease-in-out; -webkit-transition: all .6s ease-in-out; margin-bottom:2px;}
  179. #sidelink3 a{font:10px calibri; font-style:italic; text-transform:lowercase; padding:2px 40px 2px 13px; color:{color:navigation}; -moz-transition: all .6s ease-in-out; -o-transition: all .6s ease-in-out; transition: all .6s ease-in-out; -webkit-transition: all .6s ease-in-out;}
  180. #sidelink3:hover {width:120px;}
  181. #sidelink3:hover a{ padding:0px 60px 1px 33px;}
  182.  
  183. #sidelink4 {width:95px; margin-left:124px; background-color:{color:link 4}; -moz-transition: all .6s ease-in-out; -o-transition: all .6s ease-in-out; transition: all .6s ease-in-out; -webkit-transition: all .6s ease-in-out; margin-bottom:2px;}#sidelink4 a{font:10px calibri; font-style:italic; text-transform:lowercase; padding:2px 40px 2px 13px; color:{color:navigation}; -moz-transition: all .6s ease-in-out; -o-transition: all .6s ease-in-out; transition: all .6s ease-in-out; -webkit-transition: all .6s ease-in-out;}
  184. #sidelink4:hover {width:120px;}
  185. #sidelink4:hover a{ padding:0px 60px 1px 33px;}
  186.  
  187. #sidelink5 {width:105px; margin-left:124px; background-color:{color:link 5}; -moz-transition: all .6s ease-in-out; -o-transition: all .6s ease-in-out; transition: all .6s ease-in-out; -webkit-transition: all .6s ease-in-out; margin-bottom:2px;}
  188. #sidelink5 a{font:10px calibri; font-style:italic; text-transform:lowercase; padding:2px 40px 2px 13px; color:{color:navigation}; -moz-transition: all .6s ease-in-out; -o-transition: all .6s ease-in-out; transition: all .6s ease-in-out; -webkit-transition: all .6s ease-in-out;}
  189. #sidelink5:hover {width:120px;}
  190. #sidelink5:hover a{ padding:0px 60px 1px 33px;}
  191.  
  192. #sidelink6 {width:99px; margin-left:124px; background-color:{color:link 6}; -moz-transition: all .6s ease-in-out; -o-transition: all .6s ease-in-out; transition: all .6s ease-in-out; -webkit-transition: all .6s ease-in-out; margin-bottom:2px;}
  193. #sidelink6 a{font:10px calibri; font-style:italic; text-transform:lowercase; padding:2px 40px 2px 13px; color:{color:navigation}; -moz-transition: all .6s ease-in-out; -o-transition: all .6s ease-in-out; transition: all .6s ease-in-out; -webkit-transition: all .6s ease-in-out;}
  194. #sidelink6:hover {width:130px;}
  195. #sidelink6:hover a{ padding:0px 60px 1px 33px;}
  196.  
  197.  
  198. #entries {width:510px; float:left; margin-left:280px;}
  199. .entries {width:500px; padding:8px 8px 10px 8px; background-color:{color:Background}; margin:0px 0px 15px 0px;}
  200.  
  201. #lside {position:fixed; top:250px; width:200px; left:0px;}
  202. #titleblog1 {width:80px; margin-bottom:20px; font:11px georgia; font-style:italic; z-index:30; position:relative; text-align:right; margin-left:39px; opacity:1;margin-top:-34px;}
  203. .icon {width:79px; padding:5px; background-color:{color:icon}; float:right}
  204. .icon img {max-width:79px; border:0px;}
  205. #ending {width:258px; background-color:{color:ending};font:9px trebuchet ms; text-transform:uppercase; text-align:center; margin-top:05px; margin-bottom:0px; padding:0px 0px 2px 0px; color:{color:permalink}; line-height:92%; {block:PermalinkPage}display:none;{/block:PermalinkPage}; margin-left:-8px; border-bottom:3px solid {color:ending 2};{block:IfNotShowTags}margin-top:8px;{/block:IfNotShowTags};}
  206. #ending a{color:{color:permalink};}
  207.  
  208. #ending2 {width:258px; background-color:{color:ending 2};font:9px trebuchet ms; text-transform:uppercase; text-align:center; margin-top:-13px; margin-bottom:-10px; padding:0px 0px 5px 0px; color:{color:permalink}; line-height:92%; {block:PermalinkPage}display:none;{/block:PermalinkPage}; margin-left:250px;{block:IfNotShowTags}margin-top:-13px;{/block:IfNotShowTags}}
  209. #ending2 a{color:{color:permalink};}
  210.  
  211. #ending3 {width:502px; background-color:{color:background};font:9px trebuchet ms; text-transform:uppercase; text-align:center; margin-top:10px; margin-bottom:0px; padding:0px 0px 2px 0px; color:{color:permalink}; line-height:92%; {block:PermalinkPage}display:none;{/block:PermalinkPage}; {block:IfNotShowTags}display:none;{/block:IfNotShowTags}}
  212. #ending3 a{color:{color:permalink};}
  213.  
  214.  
  215. #reblogs {display:none;}
  216.  
  217. .entries:hover #information {opacity:0; -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;}
  218.  
  219. #information{position:absolute; font:8px {font:Body}; text-transform:uppercase; color:{color:link}; margin-left:514px; opacity:0; height:auto; width: 150px; padding:0px; margin-bottom:0px; margin-top:-08px; background-color:{color:posts}; display:block; text-align:center; padding:2px;}
  220.  
  221. .entries:hover #information2 {opacity:1; -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;}
  222.  
  223. #information2 {position:absolute; font:8px {font:Body}; text-transform:uppercase; color:{color:link}; opacity:0; height:auto; width: 153px; padding:0px; margin-bottom:0px; margin-top:1px; background-color:{color:posts}; display:block; text-align:center;}
  224.  
  225. .information {width:143px; background-color:#trans; text-align:center; margin-bottom:1px;}
  226.  
  227. .information:hover {color:{color:sidetitle}; background-color:{color:Posts}; -moz-transition: all .4s ease-out; -o-transition: all .4s ease-in; transition: all .4s ease-in; -webkit-transition: all .4s ease-in;}
  228.  
  229. .information a:hover {color:{color:sidetitle};}
  230. .information a:link, .information a:active, .information a:visited {font-weight:normal; width:150px; text-transform:uppercase; font-size:8px; font-family:{font:Body}; color:{color:permalink}; font-style:normal; padding:2px; background-color:#transp; display:inline;}
  231.  
  232. .tagtitle {border-bottom:1px solid {color:background}; width:150px;}
  233.  
  234. .paginas {text-align:center; color:{color:permalink}; font:8px trebuchet ms; text-transform:uppercase; margin-bottom:2px; background-color:{color:background}; width:326px; margin-left:-1px;}
  235.  
  236. #title { border-bottom: 2px {color:background} solid; width:500px;}
  237. .texttitle {font-size:12px; font-family: {font:Body}; margin:0px 0px -03px 0px; font-weight:normal; color: {color:title}; text-transform:uppercase; padding:2px 1px; text-align:center;}
  238. .texttitle a {font-size:12px; font-family: {font:Body}; margin:0px 0px -03px 0px; font-weight:normal; color: {color:title}; text-transform:uppercase; padding:2px 1px; text-align:center;}
  239.  
  240. .chat .line{
  241. font:9px {font:Body};
  242. background-color:{color:chat1};
  243. margin: 0 0 1px;
  244. padding: 2px;
  245. }
  246. .chat .line.odd{ background-color:{color:chat2};}
  247.  
  248. .label {font-weight:bold; color:{color:bold}}
  249.  
  250. blockquote {border-left:3px {color:body} solid; padding-left:3px; margin:0px 0px 0px 10px;}
  251. ul, li, ol {margin:0px 0px 0px 10px; color:{color:body}; padding-left:4px}
  252.  
  253. b, strong, .strong {color:{color:Bold};}
  254. i, em, .em {color:{color:Italic};}
  255.  
  256. a {color:{color:link}; text-decoration:none;}
  257.  
  258.  
  259. img a {border:0px color:{color:transparent};}
  260. a img {border:0px color#trans;}
  261.  
  262. .linkdescription {padding:0px; margin:0px; font:9px {font:Body};}
  263.  
  264.  
  265. .caption {margin:0px; padding:0px;}
  266.  
  267. .short_quote {font:17px Amaranth; background-color:#fff; height:auto; margin:0px; padding:6px; text-align:center; color:{color:quote};}
  268. .medium_quote {font:16px Amaranth; background-color:#fff; height:auto; margin:0px; padding:6px; text-align:center; color:{color:quote};}
  269. .long_quote {font:15px Amaranth; background-color:#fff; height:auto; margin:0px; padding:6px; text-align:center; color:{color:quote};}
  270.  
  271. .source {text-align:right; font-style:italic; font-weight:bold; font-size:10px; color:{color:source}; font-family:{font:body};}
  272.  
  273. .audio {width:500px;}
  274.  
  275. #audio {
  276. width:494px;
  277. margin:0px 0px 2px 0px;
  278. padding:2px;
  279. background-color:#fff;}
  280.  
  281. .artist {
  282. width:450px!important;
  283. background-color:{color:artist};
  284. font:9px trebuchet ms;
  285. text-transform: uppercase;
  286. margin-bottom:1px;
  287. padding-top:-1px;
  288. text-align:center;
  289. height:17px;
  290. margin-left:-20px;}
  291.  
  292. .tracks {
  293. background-color:{color:tracks};
  294. font:9px trebuchet ms;
  295. text-transform: uppercase;
  296. margin-bottom:1px;
  297. text-align:center;
  298. height:17px;}
  299.  
  300. .album {
  301. background-color:{color:album};
  302. font:9px trebuchet ms;
  303. text-transform: uppercase;
  304. padding-bottom:-1px;
  305. text-align:center;
  306. height:15px!important;
  307. line-height:95%;}
  308.  
  309. .albumart {width:65px; margin-right:-50px;}
  310. .albumart img {margin:0px;}
  311.  
  312. #postnotes {display:block; margin-left:3px; width:500px;}
  313.  
  314.  
  315. .question {
  316. color:{color:question text};
  317. font-size: 9px;
  318. font-weight: normal;
  319. font-family: {font:body};
  320. line-height:95%;
  321. background: {color:question background};
  322. margin: 0 0 10px 0;
  323. padding: 10px 15px;
  324. position: relative;}
  325.  
  326. .questionarrow {
  327. width: 13px;
  328. height: 7px;
  329. font-size:30px;
  330. font-family:'trebuchet ms';
  331. position: absolute;
  332. color:{color:question background};
  333. bottom: -3.5px;
  334. left: 240px;}
  335.  
  336.  
  337. .asker {width:500px; text-align:left; text-transform:uppercase; color:{color:text};}
  338. .asker a {color:{color:text};}
  339. .asker img {float:left; margin-left:220px; vertical-align:top; margin-right:3px; max-height:15px;}
  340.  
  341. .answer {color:{color:answer};}
  342. #themec {position:fixed; bottom:10px; left:10px; font:10px Open Sans Condensed; color:{color:text}; text-transform:uppercase;}
  343. </style>
  344. </head>
  345.  
  346. <body>
  347. <div id="content">
  348. <div id="themec">Theme by <a href="http://maraudersthemes.tumblr.com">maraudersmaps</a></div>
  349. <div id="lside">
  350. <div id="titleblog1"><div class="icon"><img src="{PortraitURL-96}"></div></div>
  351. <div id="sidelinks">
  352. <div id="sidelink1"><a href="/">home</a></div>
  353. <div id="sidelink2"><a href="/ask">ask</a></div>
  354. <div id="sidelink3"><a href="/archive">archive</a></div>
  355. <div id="sidelink4"><a href="{text:Link 1 Url}">{text:Link 1 Name}</a></div>
  356. <div id="sidelink5"><a href="{text:Link 2 Url}">{text:Link 2 Name}</a></div>
  357. <div id="sidelink6"><a href="{text:Link 3 Url}">{text:Link 3 Name}</a></div>
  358. </div>
  359. </div>
  360. <div id="side">
  361. <div id="description">
  362. {block:IfSidebarImage}<div class="sidepic"><img src="{image:Sidebar}" border="0"></div>{/block:IfSidebarImage}
  363. <div class="descp">{Description}</div>
  364. <div class="pags">
  365. {block:Pagination}
  366. {block:PreviousPage}
  367. <a href="{PreviousPage}">«</a>
  368. {/block:PreviousPage}
  369.  
  370. {block:JumpPagination length="5"}
  371. {block:CurrentPage}
  372. <span class="current_page">{PageNumber}</span>
  373. {/block:CurrentPage}
  374.  
  375. {block:JumpPage}
  376. <a class="jump_page" href="{URL}">{PageNumber}</a>
  377. {/block:JumpPage}
  378. {/block:JumpPagination}
  379.  
  380. {block:NextPage}
  381. <a href="{NextPage}">»</a>
  382. {/block:NextPage}
  383. {/block:Pagination}
  384. </div>
  385. </div>
  386. </div>
  387.  
  388. <div id="entries">
  389. {block:Posts}
  390. <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}">
  391.  
  392. {block:IndexPage}
  393. {block:HasTags}
  394. <div id="information">
  395. <div class="tagtitle">tagged as</div>
  396. <div class="information">
  397. {block:Tags}<a href="{TagURL}" target="_blank">{Tag}</a><br>{/block:Tags}
  398. </div>
  399. </div>
  400. {/block:HasTags}
  401.  
  402. {/block:IndexPage}
  403.  
  404. {block:Text}
  405. <div id="title">
  406. {block:Title}
  407. <div class="texttitle"><a href="{Permalink}" target="_blank">{Title}</a></div>
  408. {/block:Title}
  409. </div>
  410. {Body}
  411. {/block:Text}
  412.  
  413. {block:Photo}
  414. <img src="{PhotoURL-500}" alt="{PhotoAlt}"/>
  415. {block:Caption}
  416. <div class="caption">{Caption}</div>
  417. {/block:Caption}
  418. {/block:Photo}
  419.  
  420. {block:Photoset}
  421. {Photoset-500}
  422. {block:Caption}
  423. <div class="caption">{Caption}</div>
  424. {/block:Caption}
  425. {/block:Photoset}
  426.  
  427. {block:Quote}
  428. <div class="{Length}_quote">
  429. {Quote}
  430. {block:Source}
  431. <div class="source">- {Source}</div>
  432. {/block:Source}
  433. </div>
  434. {/block:Quote}
  435.  
  436. {block:Link}
  437. <div id="title"><div class="texttitle"><a href="{URL}" class="linkpost" target="_blank">{Name}</a></div></div>
  438. {block:Description}
  439. <div class="linkdescription">{Description}</div>
  440. {/block:Description}
  441. {/block:Link}
  442.  
  443. {block:Chat}
  444. {block:Title}
  445. <div id="title"><div class="texttitle">{Title}</div></div>
  446. {/block:Title}<br>
  447. <div class="chat">
  448. {block:Lines}<div class="chat"><div class="line {Alt}">
  449. <div class="{Alt} user_{UserNumber}">
  450. {block:Label}
  451. <span class="label"><b>{Label}</b></span>
  452. {/block:Label}
  453. {Line}</div>
  454. </div></div>
  455. {/block:Lines}
  456. </div>
  457. {/block:Chat}
  458.  
  459. {block:Video}
  460. {Video-500}
  461. {block:Caption}
  462. <div class="caption">{Caption}</div>
  463. {/block:Caption}
  464. {/block:Video}
  465.  
  466. {block:Audio}
  467. <div id=audio>{AudioPlayerWhite}</div>
  468. <div id="dataudio">
  469. {block:AlbumArt}
  470. <table class="audio">
  471. <tr>
  472. <td padding="0" rowspan="3" class="albumart">
  473. <img src="{AlbumArtURL}" width="64">
  474. </td>
  475. <td rowspan="1" class="artist">
  476. {block:Artist}
  477. {Artist}
  478. {/block:Artist}
  479. </td>
  480. </tr>
  481. <tr>
  482. <td rowspan="1" class="tracks">
  483. {block:TrackName}
  484. {TrackName}
  485. {/block:TrackName}
  486. </td>
  487. </tr>
  488. <tr>
  489. <td rowspan="1" class="album">
  490. {block:Album}
  491. {Album}
  492. {/block:Album}
  493. </td>
  494. </tr>
  495. </table>
  496. {/block:AlbumArt}
  497. </div>
  498. {block:Caption}
  499. <div class="reblogs">
  500. {Caption}
  501. </div>
  502. {/block:Caption}
  503. {/block:Audio}
  504.  
  505. {block:Answer}
  506. <div class="question">
  507. <div class="questionarrow">▼</div>
  508. {Question}
  509. </div>
  510. <div class="asker"><img src="{AskerPortraitURL-24}">{Asker}</div>
  511. <div class="answer">{Answer}</div>
  512. {/block:answer}
  513.  
  514. <div id="ending">{block:date}<a href="{Permalink}"> Posted {TimeAgo} {block:NoteCount} with {NoteCountWithLabel}{/block:NoteCount}{/block:date}</div>
  515. <div id="ending2">{block:RebloggedFrom}<a href="{ReblogRootURL}" target="_blank"> Via: {ReblogRootName}</a>{/block:RebloggedFrom}{block:NotReblog}via: {Text:MYURL}{/block:NotReblog}</div>
  516. <div id="ending3">
  517. {block:HasTags}{block:Tags}<a href="{TagURL}" target="_blank">#{Tag} </a>{/block:Tags}{/block:HasTags}
  518. </div>
  519. </div>
  520. {block:PermalinkPage}
  521. <center>
  522. {block:NoteCount}{NoteCountWithLabel}<br>{/block:NoteCount}
  523. {block:HasTags} tagged as: {block:Tags}<a href="{TagURL}" target="_blank">{Tag}. </a>{/block:Tags}<br>{/block:HasTags}
  524. {block:RebloggedFrom}reblogged from <a href="{ReblogParentURL}" target="_blank">{ReblogParentName}</a><br> originally posted by <a href="{ReblogRootURL}" target="_blank">{ReblogRootName}</a>{/block:RebloggedFrom}
  525. </center>
  526. <br>
  527. {block:PostNotes}
  528. <div id="postnotes">{PostNotes}</div><br>
  529. {/block:PostNotes}
  530. {/block:PermalinkPage}
  531. {/block:Posts}
  532.  
  533. <div id=reblogs>{block:RebloggedFrom}<a href="{ReblogParentURL}"><img src="{ReblogParentPortraitURL-24}"></a>→ reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a>, {/block:RebloggedFrom}
  534. {block:ContentSource}originally from <a href="{SourceURL}">{SourceLink}</a><br>
  535. {/block:ContentSource}
  536. <a href="{Permalink}">→ {block:NoteCount}{NoteCount} notes, {/block:NoteCount}{block:Date}posted {TimeAgo}{/block:Date}</a></div><p><p>
  537.  
  538. </div>
  539. </body>
  540. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement