Advertisement
lostmemento

[Old Theme] Leonard Shelby v2 (Kodak White)

Aug 7th, 2012
610
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 26.15 KB | None | 0 0
  1. <html>
  2. <head>
  3. <!--- 03 LEONARD SHELBY v2 (KODAK - WHITE) MADE BY: http://lostmemento.tumblr.com (lmthemes)
  4.  
  5. TERMS OF USAGE:
  6. - DO NOT REMOVE THE CREDIT
  7. - DO NOT REDISTRIBUTE
  8. - DO NOT CLAIM AS YOUR OWN
  9. - DO NOT USE AS A BASE
  10.  
  11. --->
  12.  
  13. <title>{Title}</title>
  14. <link rel="shortcut icon" href="{Favicon}">
  15. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  16. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  17. <link rel="apple-touch-icon" href="{PortraitURL-128}"/>
  18.  
  19.  
  20.  
  21. <script src="http://static.tumblr.com/f1skqpy/WtFmaiwga/1623jquery.js" type="text/javascript"></script>
  22. <script>
  23. $().ready(function() {
  24. $("a[title]").style_my_tooltips({
  25. tip_follows_cursor: "on", //on/off
  26. tip_delay_time: 200 //milliseconds
  27. });
  28. });
  29. </script>
  30.  
  31. <!--- CUSTOMIZABLE VARIABLES --->
  32. <meta name="image:Sidebar" content=""/>
  33. <meta name="image:Background" content=""/>
  34.  
  35. <meta name="if:Background No Repeat" content="0"/>
  36. <meta name="if:Background Fixed" content="0"/>
  37. <meta name="if:400px Post" content="1"/>
  38. <meta name="if:250px Post" content="0"/>
  39. <meta name="if:Show Sidebar" content="1"/>
  40. <meta name="if:Show Post Info" content="0"/>
  41. <meta name="if:Show Photo Captions In Post" content="0"/>
  42. <meta name="if:Show Photo Captions" content="0"/>
  43. <meta name="if:Show Photo Captions Permalink Only" content="1"/>
  44. <meta name="if:Show Tags In Post" content="0"/>
  45. <meta name="if:Stretch Photos" content="0"/>
  46. <meta name="if:Show Notes Symbol" content="0"/>
  47. <meta name="if:AudioPlayerWhite" content="1"/>
  48. <meta name="if:AudioPlayerGrey" content="0"/>
  49. <meta name="if:AudioPlayerBlack" content="0"/>
  50.  
  51. <meta name="color:Scrollbar Background" content="#ffffff"/>
  52. <meta name="color:Scroller" content="#dddddd"/>
  53.  
  54. <meta name="color:Background" content="#fbfbfb"/>
  55. <meta name="color:Blockquote" content="#f1f1f1"/>
  56. <meta name="color:Custom Links Hover" content="#555555"/>
  57. <meta name="color:Music Lighter" content="#ffffff"/>
  58. <meta name="color:Post Background" content="#ffffff"/>
  59. <meta name="color:Post Font" content="#9a9a9a"/>
  60. <meta name="color:Post Links" content="#555555"/>
  61. <meta name="color:Post Links Hover" content="#111111"/>
  62. <meta name="color:Reblog Hover" content="#ffffff"/>
  63. <meta name="color:Sidebar Links" content="#777777"/>
  64. <meta name="color:Sidebar Main Links" content="#cccccc"/>
  65. <meta name="color:Sidebar Text" content="#aaaaaa"/>
  66.  
  67. <meta name="text:Link1Url" content="http://"/>
  68. <meta name="text:Link1Name" content=""/>
  69. <meta name="text:Link2Url" content="http://"/>
  70. <meta name="text:Link2Name" content=""/>
  71. <meta name="text:Link3Url" content="http://"/>
  72. <meta name="text:Link3Name" content=""/>
  73. <meta name="text:Link4Url" content="http://"/>
  74. <meta name="text:Link4Name" content=""/>
  75. <meta name="text:Link5Url" content="http://"/>
  76. <meta name="text:Link5Name" content=""/>
  77. <meta name="text:Link6Url" content="http://"/>
  78. <meta name="text:Link6Name" content=""/>
  79. <meta name="text:Link7Url" content="http://"/>
  80. <meta name="text:Link7Name" content=""/>
  81. <meta name="text:Link8Url" content="http://"/>
  82. <meta name="text:Link8Name" content=""/>
  83.  
  84. <meta name="text:Main Font" content="georgia, times new roman"/>
  85. <meta name="text:Sub Font" content="times new roman"/>
  86.  
  87. <meta name="text:Alt Title" content=""/>
  88. <meta name="text:Notes Symbol" content="&hearts;"/>
  89. <meta name="text:Background Position" content=""/>
  90.  
  91. <meta name="text:Sidebar Font Size" content="9px"/>
  92. <meta name="text:Sidebar Title Font Size" content="10px"/>
  93. <meta name="text:Post Font Size" content="10px"/>
  94. <meta name="text:Post Heading Font Size" content="12px"/>
  95. <meta name="text:Post Small Text Font Size" content="7px"/>
  96. <meta name="text:Tags Font Size" content="6px"/>
  97.  
  98. <style type="text/css">
  99. body {background-color: {color:Background};
  100. font-family: {text:Main Font};
  101. margin: 0px;
  102. {block:IfBackgroundFixed}background-attachment: fixed;{/block:IfBackgroundFixed}
  103. {block:IfBackgroundNoRepeat}background-repeat: no-repeat;{/block:IfBackgroundNoRepeat}
  104. height: 100%;
  105. background-image: url('{image:Background}');
  106. {block:IfBackgroundPosition}background-position: {text:Background Position};{/block:IfBackgroundPosition}}
  107.  
  108. a {text-decoration: none; }
  109.  
  110. img {border: 0px}
  111.  
  112. ::-webkit-scrollbar-thumb:vertical {background-color: {color:Scroller}; height: 10px;}
  113. ::-webkit-scrollbar-thumb:horizontal {background-color: {color:Scroller}; height:10px!important;}
  114. ::-webkit-scrollbar {background-color: {color:Scrollbar Background}; height:10px; width:7px;}
  115.  
  116. #s-m-t-tooltip{
  117. position:absolute;
  118. z-index:90000;
  119. color: {color:Post Font};
  120. display:inline-block;
  121. background-color: {color:Reblog Hover};
  122. padding: 4px 6px;
  123. max-width:100px;
  124. border: 0px;
  125. font-size: {text:Tags Font Size};
  126. text-transform: uppercase;
  127. letter-spacing: 1px;
  128. word-wrap: break-word;}
  129.  
  130. .c {background-color: {color:Post Background};}
  131. .c a {color: {color:Post Links}}
  132.  
  133. /* SIDEBAR */
  134.  
  135. #container {width: 1270px;
  136. margin: auto;}
  137.  
  138. #sidebar {position: fixed;
  139. margin-left: 50px;
  140. height: 200px;
  141. width: 230px;
  142. margin-top: 100px;}
  143.  
  144. #sidebar:hover .hbar {opacity: 1.0;
  145. margin-top: 0px;}
  146.  
  147. .hbar {opacity: 0.0;
  148. margin-top: -100px;}
  149.  
  150. .sb_t {text-align:center; font-size: {text:Sidebar Title Font Size}}
  151.  
  152. .sb_t a:link, .sb_t a:visited, .sb_t a:active {
  153. width: 85%;
  154. margin: auto;
  155. font-size: {text:Post Font Size};
  156. text-transform: uppercase;
  157. letter-spacing: 1px;
  158. color: {color:Sidebar Links};
  159. text-align: justify;
  160. padding: 10px;}
  161.  
  162. .descript {font-size: {text:Sidebar Font Size};
  163. color: {color:Sidebar Text};
  164. padding: 10px 0px;
  165. text-align: center;
  166. border-bottom: 1px solid {color:Sidebar Main Links};}
  167.  
  168. .descript a {font-size: {text:Post Small Text Font Size};
  169. letter-spacing: 1px;
  170. text-transform: uppercase;
  171. color: {color:Sidebar Links};}
  172.  
  173. .blinks {text-align: center;}
  174.  
  175. .blinks a {font-size: {text:Post Small Text Font Size};
  176. text-transform: uppercase;
  177. letter-spacing: 1px;
  178. color: {color:Sidebar Main Links};
  179. border-bottom: 1px solid {color:Sidebar Main Links};
  180. display: block;
  181. padding: 2px;
  182. margin-bottom: 2px;}
  183.  
  184. .blinks a:hover {color: {color:Custom Links Hover};
  185. border-bottom: 1px solid {color:Custom Links Hover};}
  186.  
  187. .tlinks {text-align: center;}
  188.  
  189. .tlinks a {background-color: #ffffff;
  190. padding: 5px 8px;
  191. display: inline-block;
  192. font-size: {text:Post Small Text Font Size};
  193. color: {color:Sidebar Main Links};
  194. text-transform: uppercase;
  195. letter-spacing: 1px;}
  196.  
  197. .tlinks a:hover {color: {color:Post Font};}
  198.  
  199. /* POSTS */
  200.  
  201. #block1 {
  202. {block:IfNot250pxPost}
  203. {block:IfNot400pxPost}width: 500px;{/block:IfNot400pxPost}
  204. {block:If400pxPost}width: 400px;{/block:If400pxPost}
  205. {/block:IfNot250pxPost}
  206. {block:If250pxPost}width: 250px;{/block:If250pxPost}
  207. background-color: #ffffff;
  208. padding: 20px;
  209. height: 800px;
  210. background-image: url(http://static.tumblr.com/bkd4m5b/XUkm8da0v/whiteleft.png), url(http://static.tumblr.com/bkd4m5b/Dp9m8da1f/whiteright.png);
  211. background-position: left top, right top;
  212. background-repeat: repeat-y;
  213. position: fixed;
  214. margin-left: 375px;
  215. z-index: 1}
  216.  
  217. .block2 {{block:IfNot250pxPost}
  218. {block:IfNot400pxPost}width: 500px;{/block:IfNot400pxPost}
  219. {block:If400pxPost}width: 400px;{/block:If400pxPost}
  220. {/block:IfNot250pxPost}
  221. {block:If250pxPost}width: 250px;{/block:If250pxPost}
  222. padding: 20px;
  223. margin-left: 375px;
  224. z-index: 2;
  225. position: relative;
  226. padding-top: 30px;}
  227.  
  228. .post {position: relative;
  229. {block:IfNot250pxPost}
  230. {block:IfNot400pxPost}width: 500px;{/block:IfNot400pxPost}
  231. {block:If400pxPost}width: 400px;{/block:If400pxPost}
  232. {/block:IfNot250pxPost}
  233. {block:If250pxPost}width: 250px;{/block:If250pxPost}
  234. background-color: {color:Post Background};
  235. z-index: 2;
  236. min-height: 150px;
  237. margin-bottom: 20px;
  238. {block:PermalinkPage}padding-bottom: 20px;{/block:PermalinkPage}}
  239.  
  240. .content {{block:IfNotShowPostInfo}opacity: 0.0;{/block:IfNotShowPostInfo}
  241. position: absolute;
  242. {block:IfNotShowPostInfo}
  243. {block:IfNot250pxPost}
  244. {block:IfNot400pxPost}margin-left:480px;{/block:IfNot400pxPost}
  245. {block:If400pxPost}margin-left: 380px;{/block:If400pxPost}
  246. {/block:IfNot250pxPost}
  247. {block:If250pxPost}margin-left: 230px;{/block:If250pxPost}
  248. {/block:IfNotShowPostInfo}
  249. {block:IfShowPostInfo}
  250. {block:IfNot250pxPost}
  251. {block:IfNot400pxPost}margin-left: 540px;{/block:IfNot400pxPost}
  252. {block:If400pxPost}margin-left: 440px;{/block:If400pxPost}
  253. {/block:IfNot250pxPost}
  254. {block:If250pxPost}margin-left: 290px;{/block:If250pxPost}
  255. {block:IfShowPostInfo}
  256. font-size: {text:Post Font Size};
  257. color: {color:Post Font};
  258. width: 200px;
  259. text-align: justify;}
  260.  
  261. {block:IfNotShowPostInfo}
  262. .post:hover .content {opacity: 1.0;
  263. {block:IfNot250pxPost}
  264. {block:IfNot400pxPost}margin-left: 540px;{/block:IfNot400pxPost}
  265. {block:If400pxPost}margin-left: 440px;{/block:If400pxPost}
  266. {/block:IfNot250pxPost}
  267. {block:If250pxPost}margin-left: 290px;{/block:If250pxPost}
  268. transition: 0.8s;
  269. -o-transition: 0.8s;
  270. -webkit-transition-duration: 0.8s;
  271. -moz-transition-duration: 0.8s;}
  272. {/block:IfNotShowPostInfo}
  273.  
  274. .ph {display:none;}
  275. .post:hover .ph {display:block;}
  276.  
  277. .date {display: block;
  278. border-bottom: 1px solid {color:Post Font};
  279. margin-bottom: 10px;
  280. font-size: {text:Post Small Text Font Size}}
  281.  
  282. .date a:link, .date a:visited, .date a:active {color: {color:Post Font};
  283. padding: 2px 0px;
  284. text-transform: uppercase;
  285. letter-spacing: 1px;}
  286.  
  287. .date_p {display: block;
  288. font-size: {text:Post Small Text Font Size};
  289. background-color: #ffffff;
  290. margin-bottom: 2px;}
  291.  
  292. .date_p a:link, .date_p a:visited, .date_p a:active {
  293. color: {color:Post Font};
  294. padding: 2px 0px;
  295. text-transform: uppercase;
  296. letter-spacing: 1px;}
  297.  
  298. .date a:hover, .tgs a:hover, .date_p a:hover {color: {color:Post Links Hover};}
  299.  
  300. .tgs {line-height: 80%;
  301. {block:IndexPage}{block:IfShowTagsInPost}border-top: 1px solid {color:Sidebar Main Links};
  302. background-color: #ffffff;
  303. padding: 5px 0px 10px 0px;
  304. line-height: 50%;
  305. text-align: center;
  306. margin-bottom: 20px;{/block:IfShowTagsInPost}
  307. {/block:IndexPage}
  308. {block:PermalinkPage}width: 70%;
  309. margin: auto;
  310. text-align: center;
  311. border-top: 1px solid {color:Post Font};
  312. border-bottom: 1px solid {color:Post Font};
  313. padding: 5px 0px 10px 0px{/block:PermalinkPage}}
  314.  
  315. .tgs a:link, .tgs a:visited, .tgs a:active {
  316. color: {color:Post Font};
  317. display: block;
  318. {block:IfShowTagsInPost}color: {color:Custom Links Hover};
  319. display: inline-block;{/block:IfShowTagsInPost}
  320. margin: 0px 4px;
  321. font-size: {text:Tags Font Size};
  322. text-transform: uppercase;
  323. letter-spacing: 1px;
  324. {block:PermalinkPage}display: inline-block;{/block:PermalinkPage}}
  325.  
  326. .tgs a:hover {color: {color:Post Links Hover};}
  327.  
  328. .re {float: right;
  329. position: relative;
  330. margin-top: -3px;}
  331.  
  332. .re img {height: 10px;}
  333.  
  334. .pad {padding: 10px;
  335. font-size: {text:Post Font Size};
  336. color: {color:Post Font};
  337. text-align: justify;
  338. font-family: {text:Sub Font};}
  339.  
  340. .pad li {list-style: square;}
  341.  
  342. .pad h1 {text-align: center;
  343. font-size: {text:Post Heading Font Size};
  344. font-weight: normal;}
  345.  
  346. .pad a:active, .pad a:visited, .pad a:link {color: {color:Post Links};}
  347.  
  348. .pad a:hover {color: {color:Post Links Hover};}
  349.  
  350. .pad blockquote {border-left: 2px solid {color:Blockquote};
  351. padding-left: 5px;}
  352.  
  353. .pad blockquote, .pad ul, .pad img {max-width: 100%;}
  354.  
  355. .pad blockquote blockquote blockquote blockquote blockquote img {max-width: 150px!important;}
  356.  
  357. .pad blockquote blockquote blockquote blockquote blockquote blockquote img {max-width: 105px!important;}
  358.  
  359. .pad blockquote blockquote blockquote blockquote blockquote blockquote blockquote img {max-width: 60px!important;}
  360.  
  361. .pad blockquote blockquote blockquote blockquote blockquote blockquote blockquote blockquote img {max-width: 10px!important;}
  362.  
  363. .pad blockquote blockquote blockquote blockquote blockquote blockquote blockquote blockquote {overflow: hidden;}
  364.  
  365.  
  366.  
  367. .chat .label {font-size: {text:Post Small Text Font Size};
  368. font-family: {text:Main Font};
  369. text-transform: uppercase;
  370. letter-spacing: 1px}
  371.  
  372. .quote {width: 75%;
  373. margin: auto;
  374. margin-top: 20px;}
  375.  
  376. .quote_short {font-size: 24px;
  377. line-height: 110%;
  378. margin: 0px 20px;}
  379.  
  380. .quote_medium {font-size: 18px;
  381. line-height: 110%;
  382. margin: 0px 20px;}
  383.  
  384. .quote_long {font-size: 12px;
  385. line-height: 110%;
  386. margin: 0px 20px;}
  387.  
  388. .source {text-align: right;
  389. margin-top: 10px;
  390. font-size: {text:Post Small Text Font Size};
  391. text-transform: uppercase;
  392. letter-spacing: 1px;}
  393.  
  394. .containermusic {
  395. {block:IfNot250pxPost}
  396. {block:If400pxPost}
  397. height: 198px;
  398. width: 196px;
  399. {/block:If400pxPost}
  400. {block:IfNot400pxPost}
  401. height: 252px;
  402. width: 246px;
  403. {/block:IfNot400pxPost}
  404. {block:PermalinkPage}margin-top: 0px;{/block:PermalinkPage}
  405. {/block:IfNot250pxPost}
  406. {block:If250pxPost}
  407. height: 130px;
  408. width: 121px;
  409. margin-top: -2px;
  410. {/block:If250pxPost}
  411. float:right;}
  412.  
  413. .containermusic td {text-align: center;
  414. font-size: {text:Post Small Text Font Size};
  415. text-transform: uppercase;
  416. letter-spacing: 1px;
  417. color: {color:Post Font}}
  418.  
  419. .audioverlay {opacity: 0.8;
  420. {block:IfAudioPlayerWhite}background-color: #fff;{/block:IfAudioPlayerWhite}
  421. {block:IfAudioPlayerGrey}background-color: #e4e4e4;{/block:IfAudioPlayerGrey}
  422. {block:IfAudioPlayerBlack}background-color: #000;{/block:IfAudioPlayerBlack}
  423. position: absolute;
  424. z-index: 1000;
  425. {block:IfNot250pxPost}
  426. {block:IfNot400pxPost}
  427. margin-top: 100px;
  428. margin-left: 95px;
  429. {/block:IfNot400pxPost}
  430. {block:If400pxPost}
  431. margin-top: 75px;
  432. margin-left: 70px;
  433. {/block:If400pxPost}
  434. {/block:IfNot250pxPost}
  435. {block:If250pxPost}
  436. margin-top: 35px;
  437. margin-left: 35px;
  438. {/block:If250pxPost}}
  439.  
  440. .audioarrow {width: 20px;
  441. height: 30px;
  442. overflow: hidden;
  443. margin: 15px 24px 13px 16px;
  444. position: relative;
  445. z-index: 1000}
  446.  
  447. ol.notes {
  448. padding: 5px;
  449. margin: 25px 0px;
  450. list-style-type: none;
  451. font-size: {text:Post Small Text Font Size};
  452. letter-spacing: 1px;
  453. text-transform: uppercase;
  454. color: {color:Post Font};}
  455.  
  456. .notes a:link, .notes a:active, .notes a:visited {color: {color:Post Links};}
  457.  
  458. .notes a:hover {color: {color:Post Links Hover};}
  459.  
  460. ol.notes li.note {padding: 5px;}
  461.  
  462. ol.notes li.note img.avatar {
  463. vertical-align: -4px;
  464. margin-right: 10px;
  465. width: 10px;
  466. height: 10px;}
  467.  
  468. ol.notes li.note span.action {font-weight: normal;}
  469.  
  470. ol.notes li.note .answer_content {font-weight: normal;}
  471.  
  472. ol.notes li.note blockquote {
  473. border-left: 2px solid {color:Blockquote};
  474. padding: 4px 10px;
  475. margin: 10px 0px 0px 25px;}
  476.  
  477. ol.notes li.note blockquote a {text-decoration: none;}
  478.  
  479. {CustomCSS}
  480.  
  481. </style>
  482.  
  483.  
  484. </head>
  485.  
  486. <body>
  487.  
  488. <div id="container">
  489. <div id="sidebar">
  490. <div class="sb_t"><a href="/">{block:IfNotAltTitle}{Title}{/block:IfNotAltTitle} {block:IfAltTitle}{text:Alt Title}{/block:IfAltTitle}</a></div>
  491.  
  492. {block:IfSidebarImage}<img src="{image:Sidebar}" width="230px">{/block:IfSidebarImage}
  493. <div class="tlinks">{block:Pagination}
  494. {block:PreviousPage}<a href="{PreviousPage}" style="padding: 0px 4px 4px 4px"><span style="font-size: 12px;">&#171;</span></a>{/block:PreviousPage}
  495. {/block:Pagination}
  496.  
  497. <a href="/ask">MESSAGE</a> <a href="/archive">ARCHIVE</a> <a {block:SubmissionsEnabled}style="display: none"{/block:SubmissionsEnabled} href="/random">RANDOM</a> {block:SubmissionsEnabled} <a href="/submit">SUBMIT</a>{/block:SubmissionsEnabled}
  498. {block:Pagination}
  499. {block:NextPage}<a href="{NextPage}" style="padding: 0px 4px 4px 4px"><span style="font-size: 12px;">&#187;</span></a>{/block:NextPage}
  500. {/block:Pagination}</div>
  501.  
  502.  
  503. {block:IfNotShowSidebar}<div class="hbar">{/block:IfNotShowSidebar}
  504. <div class="descript">{Description}</div>
  505.  
  506. <div class="blinks">{block:IfLink1Name}<a href="{text:Link1Url}">{text:Link1Name}</a>{/block:IfLink1Name}
  507. {block:IfLink2Name}<a href="{text:Link2Url}">{text:Link2Name}</a>{/block:IfLink2Name}
  508. {block:IfLink3Name}<a href="{text:Link3Url}">{text:Link3Name}</a>{/block:IfLink3Name}
  509. {block:IfLink4Name}<a href="{text:Link4Url}">{text:Link4Name}</a>{/block:IfLink4Name}
  510. {block:IfLink5Name}<a href="{text:Link5Url}">{text:Link5Name}</a>{/block:IfLink5Name}
  511. {block:IfLink6Name}<a href="{text:Link6Url}">{text:Link6Name}</a>{/block:IfLink6Name}
  512. {block:IfLink7Name}<a href="{text:Link7Url}">{text:Link7Name}</a>{/block:IfLink7Name}
  513. {block:IfLink8Name}<a href="{text:Link8Url}">{text:Link8Name}</a>{/block:IfLink8Name}
  514. {block:HasPages}{block:Pages}<a href="{URL}">{Label}</a>{/block:Pages}{/block:HasPages}</div>
  515.  
  516. {block:IfNotShowSidebar}</div>{/block:IfNotShowSidebar}
  517.  
  518. </div>
  519.  
  520. <div id="block1"></div>
  521.  
  522. <div class="block2">
  523.  
  524. {block:Posts}
  525.  
  526. {block:PermalinkPage}{block:Date}<div class="date_p"><a href="{Permalink}">{TimeAgo} &#9642; {block:NoteCount}{block:IfNotShowNotesSymbol}{NoteCountWithLabel}{/block:IfNotShowNotesSymbol} {block:IfShowNotesSymbol}{NoteCount} {text:Notes Symbol}{/block:IfShowNotesSymbol}{/block:NoteCount}</a> <a href="{ReblogURL}" target="_blank" {block:NoteCount}style="display:none;"{/block:NoteCount}>REBLOG</a>
  527.  
  528. <div class="re">{block:RebloggedFrom}<div class="links"><a href="{ReblogParentURL}" title="VIA {ReblogParentName}"><img src="{ReblogParentPortraitURL-16}"></a> <a href="{ReblogRootURL}" title="(C) {ReblogRootName}"><img src="{ReblogRootPortraitURL-16}"></a></div><br>{/block:RebloggedFrom}</div></div>
  529. <div style="clear:both; {block:RebloggedFrom}margin-bottom: -5px; {/block:RebloggedFrom}"></div>{/block:Date}{/block:PermalinkPage}
  530.  
  531. <div class="post" {block:PermalinkPage}style="padding-top: 0px;"{/block:PermalinkPage} {block:IndexPage}{block:IfShowTagsInPost}{block:HasTags}style="margin-bottom: 0px;"{/block:HasTags}{/block:IfShowTagsInPost}{/block:IndexPage}>
  532.  
  533. {block:IndexPage}<div class="content">{block:Date}<div class="date"><a href="{Permalink}">{block:NewDayDate}{ShortMonth} {DayOfMonthWithZero} {Year}{/block:NewDayDate} {block:SameDayDate}{TimeAgo} {/block:SameDayDate} &#9642; {block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}</a> <a href="{ReblogURL}" target="_blank" {block:NoteCount}style="display:none;"{/block:NoteCount}>REBLOG</a>
  534.  
  535. <div class="re">{block:RebloggedFrom}<div class="links"><a href="{ReblogParentURL}" title="VIA {ReblogParentName}"><img src="{ReblogParentPortraitURL-16}"></a> <a href="{ReblogRootURL}" title="(C) {ReblogRootName}"><img src="{ReblogRootPortraitURL-16}"></a> </a></div><br>{/block:RebloggedFrom}</div></div>{/block:Date}
  536.  
  537. {block:IfNotShowPhotoCaptionsInPost}
  538. {block:IfNotShowPhotoCaptionsPermalinkOnly}
  539. {block:Photo}{block:Caption}<div class="pad">{Caption}</div>{/block:Caption}{/block:Photo}
  540. {block:Photoset}{block:Caption}<div class="pad">{Caption}</div>{/block:Caption}{/block:Photoset}
  541. {/block:IfNotShowPhotoCaptionsPermalinkOnly}
  542. {/block:IfNotShowPhotoCaptionsInPost}
  543.  
  544.  
  545. {block:IfNotShowTagsInPost}<div class="tgs">{block:HasTags}{block:Tags}<a href="{TagURL}">#{Tag}</a>{/block:Tags}{/block:HasTags}</div>{/block:IfNotShowTagsInPost}</div>{/block:IndexPage}
  546.  
  547.  
  548. <!--- PHOTO POSTS --->
  549. {block:Photo}{LinkOpenTag}{block:IfNot250pxPost}{block:IfNot400pxPost}<img src="{PhotoURL-500}" alt="{PhotoAlt}" {block:IfStretchPhotos}width="500px"{/block:IfStretchPhotos} style="{block:PermalinkPage}{block:RebloggedFrom}margin-top: -7px;{/block:RebloggedFrom}{/block:PermalinkPage} margin-bottom: -2px;">{/block:IfNot400pxPost}
  550. {block:If400pxPost}<img src="{PhotoURL-500}" alt="{PhotoAlt}" width="400px" style="{block:PermalinkPage}{block:RebloggedFrom}margin-top: -7px;{/block:RebloggedFrom}{/block:PermalinkPage} margin-bottom: -2px;">{/block:If400pxPost}{/block:IfNot250pxPost}
  551. {block:If250pxPost}<img src="{PhotoURL-500}" alt="{PhotoAlt}" width="250px" style="{block:PermalinkPage}{block:RebloggedFrom}margin-top: -7px;{/block:RebloggedFrom}{/block:PermalinkPage} margin-bottom: -2px;">{/block:If250pxPost}{LinkCloseTag}
  552.  
  553. {block:IfShowPhotoCaptionsInPost}
  554.  
  555. {block:IfNotShowPhotoCaptionsPermalinkOnly}
  556. {block:IndexPage}
  557. {block:IfNotShowPhotoCaptions}<div class="ph">{/block:IfNotShowPhotoCaptions}
  558. {block:Caption}<div class="pad">{Caption}</div>{/block:Caption}
  559. {block:IfNotShowPhotoCaptions}</div>{/block:IfNotShowPhotoCaptions}
  560. {/block:IndexPage}
  561. {/block:IfNotShowPhotoCaptionsPermalinkOnly}
  562. {/block:IfShowPhotoCaptionsInPost}
  563.  
  564. {block:PermalinkPage}{block:Caption}<div class="pad" style="border-top: 10px solid #ffffff; {block:IfShowPhotoCaptionsPermalinkOnly}display:none;{/block:IfShowPhotoCaptionsPermalinkOnly}">{Caption}</div>{/block:Caption}{/block:PermalinkPage}
  565.  
  566. {block:IfShowPhotoCaptionsPermalinkOnly}
  567. {block:PermalinkPage}{block:Caption}<div class="pad" style="border-top: 10px solid #ffffff">{Caption}</div>{/block:Caption}{/block:PermalinkPage}{/block:IfShowPhotoCaptionsPermalinkOnly}
  568. {/block:Photo}
  569.  
  570. <!--- PHOTOSET POSTS --->
  571. {block:Photoset}
  572. {block:IfNot250pxPost}
  573. {block:IfNot400pxPost}{Photoset-500}{/block:IfNot400pxPost}
  574. {block:If400pxPost}{Photoset-400}{/block:If400pxPost}{/block:IfNot250pxPost}
  575. {block:If250pxPost}{Photoset-250}{/block:If250pxPost}
  576.  
  577. {block:IfShowPhotoCaptionsInPost}
  578. {block:IfNotShowPhotoCaptionsPermalinkOnly}
  579. {block:IndexPage}
  580. {block:IfNotShowPhotoCaptions}<div class="ph">{/block:IfNotShowPhotoCaptions}
  581. {block:Caption}<div class="pad">{Caption}</div>{/block:Caption}
  582. {block:IfNotShowPhotoCaptions}</div>{/block:IfNotShowPhotoCaptions}
  583. {/block:IndexPage}
  584. {/block:IfNotShowPhotoCaptionsPermalinkOnly}
  585. {/block:IfShowPhotoCaptionsInPost}
  586.  
  587. {block:PermalinkPage}{block:Caption}<div class="pad" style="border-top: 10px solid #0b0b0b; {block:IfShowPhotoCaptionsPermalinkOnly}display:none;{/block:IfShowPhotoCaptionsPermalinkOnly}">{Caption}</div>{/block:Caption}{/block:PermalinkPage}
  588.  
  589. {block:IfShowPhotoCaptionsPermalinkOnly}
  590. {block:PermalinkPage}{block:Caption}<div class="pad" style="border-top: 10px solid #0b0b0b">{Caption}</div>{/block:Caption}{/block:PermalinkPage}{/block:IfShowPhotoCaptionsPermalinkOnly}{/block:Photoset}
  591.  
  592.  
  593. <!--- TEXT POSTS --->
  594. {block:Text}<div class="pad">{block:Title}<h1>{Title}</h1>{/block:Title}
  595. {Body}</div>{/block:Text}
  596.  
  597. <!--- ANSWER POSTS --->
  598. {block:Answer}<div class="pad"><center><img src="{AskerPortraitURL-40}" style="border: 10px solid #ffffff;"></center><div style="border-bottom: 1px solid {color:Blockquote}; padding-bottom: 10px; margin-bottom: 10px; text-align: center"><span style="font-size: 7px; text-transform: uppercase; font-family: {text:Main Font}; letter-spacing: 1px;">{Asker} messaged:<br>
  599. {Question}</span></div>
  600. {Answer}</div>{/block:Answer}
  601.  
  602.  
  603.  
  604. <!--- VIDEO POSTS --->
  605. {block:Video}
  606. {block:IfNot250pxPost}
  607. {block:IfNot400pxPost}{Video-500}{/block:IfNot400pxPost}
  608. {block:If400pxPost}{Video-400}{/block:If400pxPost}
  609. {/block:IfNot250pxPost}
  610. {block:If250pxPost}{Video-250}{/block:If250pxPost}
  611. {block:Caption}<div class="pad" {block:PermalinkPage}style="border-top: 10px solid #ffffff"{/block:PermalinkPage}>{Caption}</div>{/block:Caption}{/block:Video}
  612.  
  613. <!--- AUDIO POSTS --->
  614. {block:Audio}
  615. <div class="audioverlay"><div class="audioarrow">{block:IfAudioPlayerWhite}{AudioPlayerWhite}{/block:IfAudioPlayerWhite}
  616. {block:IfAudioPlayerGrey}{AudioPlayerGrey}{/block:IfAudioPlayerGrey}
  617. {block:IfAudioPlayerBlack}{AudioPlayerBlack}{/block:IfAudioPlayerBlack}</div></div>
  618.  
  619. <div class="cover"><img src="http://static.tumblr.com/jn9hrij/20Ul2zzsr/albumart.jpg" alt="default album art" {block:IfNot250pxPost}{block:IfNot400pxPost}width="250" height="250"{/block:IfNot400pxPost}{/block:IfNot250pxPost} {block:If400pxPost}width="200" height="200"{/block:If400pxPost} {block:If250pxPost}width="125" height="125"{/block:If250pxPost}/>
  620.  
  621.  
  622. <table class="containermusic">{block:IfNot250pxPost}<tr><td height="80px" bgcolor="{color:Reblog Hover}"><center><span class="mlable">{block:TrackName}{TrackName}{/block:TrackName}</span></center></td></tr>{/block:IfNot250pxPost}
  623. <tr><td height="112px" bgcolor="{color:Music Lighter}">
  624. <div style="text-align: justify; margin: auto; width: 70%">
  625. {block:If250pxPost}{block:TrackName}<i>{TrackName}</i>{/block:TrackName}<br>{/block:If250pxPost}
  626. {block:Artist} {Artist}{/block:Artist}<br>
  627. {block:Album} {Album}{/block:Album}<br>
  628. {PlayCountWithLabel}
  629. </div>
  630. </td></tr></table>
  631.  
  632.  
  633. {block:AlbumArt}
  634. <img style="position: absolute; {block:IfNot250pxPost}{block:If400pxPost}margin-left: -200px;{/block:If400pxPost} {block:IfNot400pxPost}margin-left: -250px;{/block:IfNot400pxPost}{/block:IfNot250pxPost} {block:If250pxPost} margin-left: -125px;{/block:If250pxPost}" {block:IfNot250pxPost}{block:IfNot400pxPost}width="250" height="250"{/block:IfNot400pxPost} {block:If400pxPost}width="204" height="200"{/block:If400pxPost}{/block:IfNot250pxPost} {block:If250pxPost}width="125" height="125"{/block:If250pxPost} src="{AlbumArtURL}" />
  635. {/block:AlbumArt}</div>
  636.  
  637. {block:Caption}<div class="pad" {block:PermalinkPage}style="border-top: 10px solid #ffffff"{/block:PermalinkPage}>{Caption}</div>{/block:Caption}
  638. {/block:Audio}
  639.  
  640. <!--- LINK POSTS --->
  641. {block:Link}<div class="pad"><h1><a href="{URL}">{Name}</a></h1>
  642. {block:Description}{Description}{/block:Description}</div>{/block:Link}
  643.  
  644. <!--- CHAT POSTS --->
  645. {block:Chat}<div class="pad">{block:Title}<h1>{Title}</h1>{/block:Title}
  646. <div class="chat"><ul>{block:Lines}
  647. <li class="line">{block:Label}
  648. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div></div>{/block:Chat}
  649.  
  650. <!--- QUOTE POSTS --->
  651. {block:Quote}<div class="pad"><div class="quote"><div class="quote_{Length}">“{Quote}”</div>
  652. {block:Source}<div class="source">- {Source}</div>{/block:Source}</div></div>{/block:Quote}
  653.  
  654. {block:PermalinkPage}{block:HasTags}<div class="tgs">{block:Tags}<a href="{TagURL}">#{Tag}</a>{/block:Tags}</div>{/block:HasTags}{/block:PermalinkPage}
  655.  
  656. {PostNotes}
  657.  
  658. </div>
  659.  
  660. {block:IndexPage}{block:IfShowTagsInPost}{block:HasTags}<div class="tgs" style="margin-top: 20px;">{block:Tags}<a href="{TagURL}">#{Tag}</a>{/block:Tags}</div>{/block:HasTags}{/block:IfShowTagsInPost}{/block:IndexPage}
  661.  
  662. {/block:Posts}
  663.  
  664. </div></div>
  665. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement