Advertisement
Notlikeamovie

Theme #004

Sep 24th, 2011
40,041
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 23.63 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 #004
  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="if:Show Icon" content="/">
  14. <meta name="if:Link 1" content="/">
  15. <meta name="if:Link 2" content="/">
  16. <meta name="if:Link 3" content="/">
  17.  
  18. <meta name="font:Body" content="Trebuchet Ms" />
  19.  
  20. <meta name="text:Link 1 Url" content="http://" />
  21. <meta name="text:Link 1 Name" content="Link 1" />
  22. <meta name="text:Link 2 Url" content="http://" />
  23. <meta name="text:Link 2 Name" content="Link 2" />
  24. <meta name="text:Link 3 Url" content="http://" />
  25. <meta name="text:Link 3 Name" content="Link 3" />
  26.  
  27. <meta name="color:Background" content="#FDF7F3" />
  28. <meta name="color:Text" content="#B17E7E" />
  29. <meta name="color:Posts" content="#F8E6DA" />
  30. <meta name="color:Title" content="#8A8383" />
  31. <meta name="color:Permalink" content="#886968" />
  32. <meta name="color:Quote" content="#644550" />
  33. <meta name="color:Source" content="#BDAB8D" />
  34. <meta name="color:Chat1" content="#FFF7F7" />
  35. <meta name="color:Chat2" content="#FCF4F2" />
  36. <meta name="color:Bold" content="#635464" />
  37. <meta name="color:Italic" content="#746A68" />
  38. <meta name="color:Link" content="#CF8C71" />
  39. <meta name="color:Link Hover" content="#3D3836" />
  40. <meta name="color:Answer" content="#6B3C5A" />
  41. <meta name="color:Question Background" content="#C29C9C" />
  42. <meta name="color:Answer Background" content="#FFFdF1" />
  43. <meta name="color:Question Text" content="#fff" />
  44. <meta name="color:Sidebar" content="#000" />
  45. <meta name="color:Sidetitle" content="#ffd7c7" />
  46. <meta name="color:pagination" content="#ffd7c7" />
  47. <meta name="color:Sidelinks" content="#fff" />
  48. <meta name="color:Side1" content="#ffe2cd" />
  49. <meta name="color:Side2" content="#F7D9C7" />
  50. <meta name="color:Side3" content="#FAD1C1" />
  51. <meta name="color:Side4" content="#FACBBB" />
  52. <meta name="color:border bottom" content="#FACBBB" />
  53. <meta name="color:descriptiontitle" content="#F7CEC2" />
  54. <meta name="color:Description" content="#FDF7F3" />
  55. <meta name="color:Scrollbar1" content="#FDF7F3" />
  56. <meta name="color:Scrollbar2" content="#F7CEC2" />
  57. <meta name="color:Scrollbar3" content="#F7CEC2" />
  58. <meta name="color:Scrollbar4" content="#E4C5B2" />
  59.  
  60.  
  61. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  62.  
  63.  
  64.  
  65.  
  66. <script src="http://code.jquery.com/jquery-latest.js"></script>
  67. <script>
  68. $(document).ready(function(){
  69.  
  70. $(".d1").click(function(){
  71. $(".desc").slideToggle("slow");
  72. $(this).toggleClass("active");
  73. });
  74.  
  75. });
  76. </script>
  77.  
  78. <script language="javascript" type="text/javascript"
  79. src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js">
  80. </script>
  81. <script type="text/javascript" language="javascript">
  82. $(function() {
  83. $(this).bind("contextmenu", function(e) {
  84. e.preventDefault();
  85. });
  86. });
  87. </script>
  88.  
  89. <title>{Title}</title>
  90. <link rel="shortcut icon" href="{Favicon}">
  91. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  92. {block:Description}
  93. <meta name="description" content="{MetaDescription}" />
  94. {/block:Description}
  95.  
  96.  
  97. <style type="text/css">
  98.  
  99.  
  100.  
  101.  
  102. ::-webkit-scrollbar {width: 10px; height:auto; background:{color:scrollbar1};}
  103.  
  104. ::-webkit-scrollbar-corner {background:{color:scrollbar2};}
  105.  
  106. ::-webkit-scrollbar-button:vertical {height:4px; display: block; background:{color:scrollbar3};}
  107.  
  108. ::-webkit-scrollbar-button:horizontal { width: 7px; height: 4px; display: block; background:{color:scrollbar3};}
  109.  
  110. ::-webkit-scrollbar-thumb:vertical {background:{color:scrollbar3}; border-top: 1px solid {color:scrollbar1}; border-bottom: 1px solid {color:scrollbar1};}
  111.  
  112. ::-webkit-scrollbar-thumb:horizontal {background: {color:scrollbar1};border: 0px solid {color:scrollbar1};}
  113.  
  114. ::-webkit-scrollbar-thumb {background: {color:scrollbar3}; border-top: 0pt solid {color:scrollbar1}; border-bottom: 0pt solid {color:scrollbar1};}
  115.  
  116. ::-webkit-scrollbar-thumb:hover {background: {color:scrollbar3}; cursor:url(http://i53.tinypic.com/zycxmw.png), auto; }
  117.  
  118. ::-webkit-scrollbar-track-piece {background: {color:scrollbar1}; border-top: 1pt solid {color:scrollbar4}; border-bottom: 1pt solid {color:scrollbar4}; width:4pt;}
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125. iframe#tumblr_controls {
  126. top:0px !important;
  127. right:3px !important;
  128. position: fixed !important;
  129. -webkit-transition: opacity 0.7s linear;
  130. opacity: 0.4;
  131. -webkit-transition: all 0.8s ease-out;
  132. -moz-transition: all 0.8s ease-out;
  133. transition: all 0.8s ease-out;}
  134.  
  135. iframe#tumblr_controls:hover{
  136. -webkit-transition: opacity 0.7s linear;
  137. opacity: 1;
  138. -webkit-transition: all 0.4s ease-out;
  139. -moz-transition: all 0.4s ease-out;
  140. transition: all 0.4s ease-out;}
  141.  
  142. .tumblrAutoPager_page_info, .tumblrAutoPager_page_separator {display:none;}
  143.  
  144.  
  145. 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; }
  146.  
  147. #content {width:910px; margin:auto;}
  148.  
  149.  
  150. #sidebar {width:310px; float:left; margin-top:120px; margin-left:-110px; position:fixed;}
  151.  
  152. #sidepic {padding:0px;}
  153. #sidepic img { border-top-left-radius:20px; -moz-border-top-left-radius:20px; -webkit-border-top-left-radius:20px; border-top-right-radius:20px; -moz-border-top-right-radius:20px; -webkit-border-top-right-radius:20px;}
  154.  
  155.  
  156. #sidelinksbox {width:300px; display:inline;}
  157.  
  158. .pagination1 {padding:5px; margin:0px; background-color:#trans; font:11px {font:Body}; color:{color:sidetitle}; text-transform:uppercase; text-align:center; vertical-align:middle; border-top-left-radius:20px; -moz-border-top-left-radius:20px; -webkit-border-top-left-radius:20px;}
  159. .pagination2 {padding:5px; margin:0px; background-color:#trans; font:11px {font:Body}; color:{color:sidetitle}; text-transform:uppercase; text-align:center; vertical-align:middle; border-top-right-radius:20px; -moz-border-top-right-radius:20px; -webkit-border-top-right-radius:20px;}
  160. .pagination1 a, .pagination2 a {color:{color:permalink};}
  161. .pagination1:hover a, .pagination2:hover a {color:{color:sidetitle};}
  162.  
  163. .title {padding:5px; margin:0px; background-color:#trans; font:10px {font:Body}; color:{color:sidetitle}; text-transform:uppercase; text-align:center; vertical-align:middle; letter-spacing:2px; font-weight:bold; line-height:90%;}
  164. {block:PermalinkPage}.title { border-top-left-radius:20px; -moz-border-top-left-radius:20px; -webkit-border-top-left-radius:20px; border-top-right-radius:20px; -moz-border-top-right-radius:20px; -webkit-border-top-right-radius:20px;} {/block:PermalinkPage}
  165.  
  166.  
  167. .side1 {padding:2px; margin:0px; background-color:{color:side1}; font: 10px {font:Body}; color:{color:sidelinks}; text-align:center; text-transform:uppercase; letter-spacing:1px; border-bottom:2px solid {color:border bottom}; -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;}
  168. .side2 {padding:2px; margin:0px; background-color:{color:side2}; font: 10px {font:Body}; color:{color:sidelinks}; text-align:center; text-transform:uppercase; letter-spacing:1px; border-bottom:2px solid {color:border bottom}; -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;}
  169. .side3 {padding:2px; margin:0px; background-color:{color:side3}; font: 10px {font:Body}; color:{color:sidelinks}; text-align:center; text-transform:uppercase; letter-spacing:1px; border-bottom:2px solid {color:border bottom}; -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;}
  170. .side4 {padding:2px; margin:0px; background-color:{color:side4}; font: 10px {font:Body}; color:{color:sidelinks}; text-align:center; text-transform:uppercase; letter-spacing:1px; border-bottom:2px solid {color:border bottom}; -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;}
  171.  
  172. .side1 a{color:{color:sidelinks}; -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;}
  173. .side2 a{color:{color:sidelinks}; -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;}
  174. .side3 a{color:{color:sidelinks}; -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;}
  175. .side4 a{color:{color:sidelinks}; -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;}
  176.  
  177. .side1:hover{background-color:{color:sidelinks}; color:{color:border bottom};}
  178. .side2:hover{background-color:{color:sidelinks}; color:{color:border bottom};}
  179. .side3:hover{background-color:{color:sidelinks}; color:{color:border bottom};}
  180. .side4:hover{background-color:{color:sidelinks}; color:{color:border bottom};}
  181.  
  182. .side1:hover a{color:{color:border bottom};}
  183. .side2:hover a{color:{color:border bottom};}
  184. .side3:hover a{color:{color:border bottom};}
  185. .side4:hover a{color:{color:border bottom};}
  186.  
  187. #description {width:300px; padding:2px; background-color:{color:descriptiontitle}; font:10px {font:Body}; color:{color:sidelinks}; text-transform:uppercase; letter-spacing:1px; text-align:center; -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;}
  188. #description a.d1 {color:{color:sidelinks};}
  189. #description:hover {background-color:{color:background}; color:{color:descriptiontitle};}
  190. #description:hover a{color:{color:descriptiontitle};}
  191.  
  192. #links2 {width:300px; padding:2px; background-color:{color:side2}; font:10px {font:Body}; color:{color:sidelinks}; text-transform:uppercase; letter-spacing:1px; text-align:center; -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;}
  193. #links2 a.d2 {color:{color:sidelinks};}
  194. #links2:hover {background-color:{color:sidelinks}; color:{color:side2};}
  195. #links2:hover a{color:{color:side2};}
  196.  
  197. #links3 {width:300px; padding:2px; background-color:{color:side1}; font:10px {font:Body}; color:{color:sidelinks}; text-transform:uppercase; letter-spacing:1px; text-align:center; -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;}
  198. #links3 a.d2 {color:{color:sidelinks};}
  199. #links3:hover {background-color:{color:sidelinks}; color:{color:side1};}
  200. #links3:hover a{color:{color:side1};}
  201.  
  202. #links {width:300px; padding:2px; background-color:{color:side3}; font:10px {font:Body}; color:{color:sidelinks}; text-transform:uppercase; letter-spacing:1px; text-align:center; -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;}
  203. #links a.d2 {color:{color:sidelinks};}
  204. #links:hover {background-color:{color:sidelinks}; color:{color:side3};}
  205. #links:hover a{color:{color:side3};}
  206.  
  207. .desc {padding:2px; text-align:center; background-color:{color:description}; color:{color:descriptiontitle}; display:none; margin:0px; max-height:120px; overflow-x:hidden; overflow-y:auto; text-align:justify; text-transform:none; letter-spacing:0px;}
  208. .desc img {float:left; padding:1px 3px; margin:1px 3px 1px 1px; border:0px;}
  209.  
  210. #themes {display:inline; width:300px;}
  211. .themes {padding:2px 2px 4px 2px; margin:0px; background-color:{color:sidetitle}; font:10px {font:Body}; color:{color:sidelinks}; text-transform:uppercase; text-align:center; vertical-align:middle; letter-spacing:1px; border-bottom-left-radius:20px; -moz-border-bottom-left-radius:20px; -webkit-border-bottom-left-radius:20px; border-bottom-right-radius:20px; -moz-border-bottom-right-radius:20px; -webkit-border-bottom-right-radius:20px; -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;}
  212. .themes a{color:{color:sidelinks}; background-color:#trans;-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;}
  213. .themes:hover{color:{color:sidetitle}; background-color:{color:sidelinks};}
  214. .themes:hover a{color:{color:sidetitle};}
  215.  
  216. #entries {width:510px; float:right;}
  217. .entries {width:500px; padding:8px 8px 10px 8px; background-color:{color:Posts}; margin:0px 0px 15px 0px;}
  218.  
  219. #reblogs {display:none;}
  220.  
  221. .entries:hover #information, .entries:hover #tags {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. #information{position:absolute; font:8px {font:Body}; text-transform:uppercase; color:{color:link}; margin-left:-168px; opacity:0; height:auto; width: 150px; padding:3px; padding-top:5px; margin-bottom:0px; margin-top:-08px; background-color:{color:Posts}; display:block;}
  224.  
  225. .information {width:143px; background-color:#fff; padding:2px 2px 2px 3px; margin:0px 2px 2px 1px; text-align:center;}
  226.  
  227. .information:hover {color:#323333; 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: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;}
  230.  
  231. .reblogger {margin:1px 1px 1px -01px; float:left;}
  232.  
  233. .roots {margin:0px 0px 0px 2px; display:block; text-align:left;}
  234. .roots a {display:block; color:{color:link}; margin:0px 0px 1px 0px;}
  235.  
  236. #tags {opacity:0; height:0px!important; margin-left:513px; position:absolute;}
  237.  
  238. .entries:hover #tags {position: absolute; display: block; margin-left:513px; background-color:{color:Posts}; width: 150px; margin-top:-8px; padding:3px 4px 3px 4px; opacity:1; text-align:center; -moz-transition: opacity .7s ease-out; -o-transition: opacity .7s ease-in; transition: opacity .7s ease-in; -webkit-transition: opacity .7s ease-in; height:auto!important; font:8px {font:Body}; color:{color:permalink}; text-transform:uppercase;}
  239.  
  240. #tags a:link, #tags a:visited, #tags a:active {text-transform:uppercase; font-size:8px; font-family:{font:Body}; color:{color:permalink}; font-style:normal; padding:2px 3px 2px 2px; background-color:#fff; display:block; margin:1px 0px 2px 0px;}
  241.  
  242. #tags a:hover {color:#323333; 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;}
  243.  
  244.  
  245. #title { border-bottom: 2px {color:background} solid; width:500px;}
  246. .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;}
  247. .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;}
  248.  
  249. .chat .line{
  250. font:9px {font:Body};
  251. background-color:{color:chat1};
  252. margin: 0 0 1px;
  253. padding: 2px;
  254. }
  255. .chat .line.odd{ background-color:{color:chat2};}
  256.  
  257. .label {font-weight:bold; color:{color:bold}}
  258.  
  259. blockquote {border-left:3px {color:body} solid; padding-left:3px; margin:0px 0px 0px 10px;}
  260. ul, li, ol {margin:0px 0px 0px 10px; color:{color:body}; padding-left:4px}
  261.  
  262. b, strong, .strong {color:{color:Bold};}
  263. i, em, .em {color:{color:Italic};}
  264.  
  265. a {color:{color:link}; text-decoration:none;}
  266.  
  267.  
  268. img a {border:0px color:{color:transparent};}
  269.  
  270.  
  271. .linkdescription {padding:0px; margin:0px; font:9px {font:Body};}
  272.  
  273.  
  274. .caption {margin:0px; padding:0px;}
  275.  
  276. .short_quote {font:16px {font:Body}; background-color:#fff; height:auto; margin:0px; padding:6px; text-align:center; color:{color:quote};}
  277. .medium_quote {font:14px {font:Body}; background-color:#fff; height:auto; margin:0px; padding:6px; text-align:center; color:{color:quote};}
  278. .long_quote {font:12px {font:Body}; background-color:#fff; height:auto; margin:0px; padding:6px; text-align:center; color:{color:quote};}
  279.  
  280. .source {text-align:right; font-style:italic; font-weight:bold; font-size:10px; color:{color:source};}
  281.  
  282. #audio {display:block; width:500px; background-color:#fff; text-align:left; min-height:68px;}
  283. .pict {float:left; display:inline;margin:2px; padding-right:7px;}
  284. .player {display:block;margin:1px 0px -6px -07px; padding-top:2px;}
  285. .aucap {display:inline; margin:-6px 0px -4px 0px; font:9px {font:body}; letter-spacing:1px; text-transform:uppercase;}
  286.  
  287.  
  288. #postnotes {display:block; margin-left:3px; width:500px;}
  289.  
  290.  
  291. #questions {padding:3px 3px; background-color:{color:question background}; font:10px {font:Body}; color:{color:question text}; text-transform:uppercase; letter-spacing:0px; margin-bottom:2px; line-height:120%;}
  292.  
  293. #questions a {color:{color:question text};}
  294. #answers {padding:1px 3px; background-color:{color:answer background}; font:10px {font:Body}; text-transform:uppercase; letter-spacing:0px; color:{color:answer};}
  295. #answers a {color:{color:answer};}
  296.  
  297. img.askpic {display:inline; vertical-align:middle; border-right:2px solid {color:posts}; border-bottom:2px solid {color:posts}; padding:3px 3px 3px 3px; margin:-3px 0px -1px -3px;}
  298.  
  299. </style>
  300. </head>
  301.  
  302. <body>
  303. <div id="content">
  304. <div id="sidebar">
  305. <table cellspacing="0" cellpadding="0" width="304">
  306. {block:IndexPage}
  307. <tr>
  308. {block:Pagination}
  309. <td width="20%" height="16px" class="pagination1">
  310. {block:PreviousPage}<a href="{PreviousPage}">←</a>{/block:PreviousPage}
  311. </td>
  312. <td width="60%" height="16px" class="title">{Title}</td>
  313. <td width="20%" height="16px" class="pagination2">
  314. {block:NextPage}<a href="{NextPage}">&rarr;</a>{/block:NextPage}</td>
  315. {/block:Pagination}
  316. </tr>
  317. {/block:IndexPage}
  318. {block:PermalinkPage}
  319. <tr>
  320. <td width="100%" height="16px" class="title">{Title}</td>
  321. </tr>
  322. {/block:PermalinkPage}
  323. </table>
  324. {block:IfSidebarImage}
  325. <div id="sidepic"><img src="{image:sidebar}" border="0" width="304"></div>
  326. {/block:IfSidebarImage}
  327. <div id="sidelinks">
  328. <tr>
  329. <table cellspacing="0" cellpadding="0" width="304">
  330. <td width="25%" class="side1"><a href="/" >home</a></td>
  331. <td width="25%" class="side2"><a href="/ask" >ask</a></td>
  332. <td width="25%" class="side3"><a href="/archive"> archive</a></td>
  333. <td width="25%" class="side4"><a href="/random" > random</a></td>
  334. </tr>
  335. </table>
  336. </div>
  337.  
  338. <div id="description">
  339. <a href="#" class="d1">About me</a>
  340. <div class="desc">{block:IfShowIcon}<img src="{PortraitURL-64}">{/block:IfShowIcon}{Description}</div>
  341. </div>
  342. {block:IfLink1}<div id="links"><a href="{text:Link 1 Url}" target="_blank" class="d2">{text:Link 1 Name}</a></div>{/block:IfLink1}
  343. {block:IfLink2}<div id="links2"><a href="{text:Link 2 Url}" target="_blank" class="d2">{text:Link 2 Name}</a></div>{/block:IfLink2}
  344. {block:IfLink3}<div id="links3"><a href="{text:Link 3 Url}" target="_blank" class="d2">{text:Link 3 Name}</a></div>{/block:IfLink3}
  345. <div id="themes">
  346. <table cellspacing="0" cellpadding="0" width="304">
  347. <tr><td class="themes" width="100%"><a href="http://maraudersthemes.tumblr.com">Theme made by maraudersmaps</a></td></tr>
  348. </table>
  349. </div>
  350. </div>
  351.  
  352.  
  353. <div id="entries">
  354. {block:Posts}
  355. <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}">
  356.  
  357. {block:IndexPage}
  358. {block:Date}
  359. <div id="information">
  360. <div class="information">
  361. <a href="{Permalink}" target="_blank">Posted on {DayOfMonthWithZero}.{MonthNumberWithZero}.{ShortYear} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}
  362. </a>
  363. </div>
  364. {/block:Date}
  365. {block:RebloggedFrom}
  366. <div class="information">
  367. <div class="reblogger">
  368. <a href="{ReblogRootURL}"><img src="{ReblogRootPortraitURL-24}" border="0"></a>
  369. </div>
  370. <div class="roots">
  371. <a href="{ReblogParentURL}" target="_blank">Via: {ReblogParentName}</a><br>
  372. <a href="{ReblogRootURL}" target="_blank">Source: {ReblogRootName}</a>
  373. </div>
  374. </div>
  375. {/block:RebloggedFrom}
  376. </div>
  377. {block:HasTags}
  378. <div id="tags">Tagged as:{block:Tags}
  379. <a href="{TagURL}" target="_blank"> #{Tag}<br /></a>
  380. {/block:Tags}
  381. </div>
  382. {/block:HasTags}
  383. {/block:IndexPage}
  384.  
  385. {block:Text}
  386. <div id="title">
  387. {block:Title}
  388. <div class="texttitle"><a href="{Permalink}" target="_blank">{Title}</a></div>
  389. {/block:Title}
  390. </div>
  391. {Body}
  392. {/block:Text}
  393.  
  394. {block:Photo}
  395. <img src="{PhotoURL-500}" alt="{PhotoAlt}"/>
  396. {block:Caption}
  397. <div class="caption">{Caption}</div>
  398. {/block:Caption}
  399. {/block:Photo}
  400.  
  401. {block:Photoset}
  402. {Photoset-500}
  403. {block:Caption}
  404. <div class="caption">{Caption}</div>
  405. {/block:Caption}
  406. {/block:Photoset}
  407.  
  408. {block:Quote}
  409. <div class="{Length}_quote">
  410. {Quote}
  411. {block:Source}
  412. <div class="source">- {Source}</div>
  413. {/block:Source}
  414. </div>
  415. {/block:Quote}
  416.  
  417. {block:Link}
  418. <div id="title"><div class="texttitle"><a href="{URL}" class="linkpost" target="_blank">{Name}</a></div></div>
  419. {block:Description}
  420. <div class="linkdescription">{Description}</div>
  421. {/block:Description}
  422. {/block:Link}
  423.  
  424. {block:Chat}
  425. {block:Title}
  426. <div id="title"><div class="texttitle">{Title}</div></div>
  427. {/block:Title}<br>
  428. <div class="chat">
  429. {block:Lines}<div class="chat"><div class="line {Alt}">
  430. <div class="{Alt} user_{UserNumber}">
  431. {block:Label}
  432. <span class="label"><b>{Label}</b></span>
  433. {/block:Label}
  434. {Line}</div>
  435. </div></div>
  436. {/block:Lines}
  437. </div>
  438. {/block:Chat}
  439.  
  440. {block:Video}
  441. {Video-500}
  442. {block:Caption}
  443. <div class="caption">{Caption}</div>
  444. {/block:Caption}
  445. {/block:Video}
  446.  
  447. {block:Audio}
  448. <div id=audio>
  449. <div class="pict">
  450. {block:AlbumArt}
  451. <img src="{AlbumArtURL}" width="64">
  452. {/block:AlbumArt}
  453. </div>
  454. <div class="player">
  455. {AudioPlayerWhite}
  456. </div>
  457. <div class="aucap">
  458. {block:Caption}
  459. <br>{Caption}
  460. {/block:Caption}
  461. </div>
  462. </div>
  463. {/block:Audio}
  464.  
  465. {block:Answer}
  466. <div id="questions">
  467. <img src="{AskerPortraitURL-16}" class="askpic">
  468.  
  469. {Asker}:&nbsp; {Question}
  470.  
  471. </div>
  472. <div id="answers">
  473. {Answer}
  474. </div>
  475. {/block:answer}
  476.  
  477.  
  478. </div>
  479. {block:PermalinkPage}
  480. <center>
  481. {block:NoteCount}{NoteCountWithLabel}<br>{/block:NoteCount}
  482. {block:HasTags} tagged as: {block:Tags}<a href="{TagURL}" target="_blank">{Tag}. </a>{/block:Tags}<br>{/block:HasTags}
  483. {block:RebloggedFrom}reblogged from <a href="{ReblogParentURL}" target="_blank">{ReblogParentName}</a><br> originally posted by <a href="{ReblogRootURL}" target="_blank">{ReblogRootName}</a>{/block:RebloggedFrom}
  484. </center>
  485. <br>
  486. {block:PostNotes}
  487. <div id="postnotes">{PostNotes}</div><br>
  488. {/block:PostNotes}
  489. {/block:PermalinkPage}
  490. {/block:Posts}
  491.  
  492. <div id=reblogs>{block:RebloggedFrom}<a href="{ReblogParentURL}"><img src="{ReblogParentPortraitURL-24}"></a>→ reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a>, {/block:RebloggedFrom}
  493. {block:ContentSource}originally from <a href="{SourceURL}">{SourceLink}</a><br>
  494. {/block:ContentSource}
  495. <a href="{Permalink}">→ {block:NoteCount}{NoteCount} notes, {/block:NoteCount}{block:Date}posted {TimeAgo}{/block:Date}</a></div><p><p>
  496.  
  497. </div>
  498. </body>
  499. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement