Advertisement
lostmemento

[Old Theme] Leonard Shelby v2 (Kodak Black)

Aug 7th, 2012
1,752
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 - BLACK) 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. <script src="http://static.tumblr.com/f1skqpy/WtFmaiwga/1623jquery.js" type="text/javascript"></script>
  21.  
  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="#0b0b0b"/>
  52. <meta name="color:Scroller" content="#333333"/>
  53.  
  54. <meta name="color:Background" content="#000000"/>
  55. <meta name="color:Blockquote" content="#333333"/>
  56. <meta name="color:Custom Links Hover" content="#f1f1f1"/>
  57. <meta name="color:Music Lighter" content="#212121"/>
  58. <meta name="color:Post Background" content="#111111"/>
  59. <meta name="color:Post Font" content="#7a7a7a"/>
  60. <meta name="color:Post Links" content="#bbbbbb"/>
  61. <meta name="color:Post Links Hover" content="#ffffff"/>
  62. <meta name="color:Reblog Hover" content="#0b0b0b"/>
  63. <meta name="color:Sidebar Links" content="#999999"/>
  64. <meta name="color:Sidebar Main Links" content="#333333"/>
  65. <meta name="color:Sidebar Text" content="#cccccc"/>
  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.  
  111. img {border: 0px}
  112.  
  113. ::-webkit-scrollbar-thumb:vertical {background-color: {color:Scroller}; height: 10px;}
  114. ::-webkit-scrollbar-thumb:horizontal {background-color: {color:Scroller}; height:10px!important;}
  115. ::-webkit-scrollbar {background-color: {color:Scrollbar Background}; height:10px; width:7px;}
  116.  
  117.  
  118. #s-m-t-tooltip{
  119. position:absolute;
  120. z-index:90000;
  121. color: {color:Post Font};
  122. display:inline-block;
  123. background-color: {color:Reblog Hover};
  124. padding: 4px 6px;
  125. max-width:100px;
  126. border: 0px;
  127. font-size: {text:Tags Font Size};
  128. text-transform: uppercase;
  129. letter-spacing: 1px;
  130. word-wrap: break-word;}
  131.  
  132. .c {background-color: {color:Post Background};}
  133. .c a{color: {color:Post Links};}
  134.  
  135. /* SIDEBAR */
  136.  
  137. #container {width: 1270px;
  138. margin: auto;}
  139.  
  140. #sidebar {position: fixed;
  141. margin-left: 50px;
  142. height: 200px;
  143. width: 230px;
  144. margin-top: 100px;}
  145.  
  146. #sidebar:hover .hbar {opacity: 1.0;
  147. margin-top: 0px;}
  148.  
  149. .hbar {opacity: 0.0;
  150. margin-top: -100px;}
  151.  
  152. .sb_t {text-align:center; font-size: {text:Sidebar Title Font Size}}
  153.  
  154. .sb_t a:link, .sb_t a:visited, .sb_t a:active {
  155. width: 85%;
  156. margin: auto;
  157. font-size: {text:Post Font Size};
  158. text-transform: uppercase;
  159. letter-spacing: 1px;
  160. color: {color:Sidebar Links};
  161. text-align: justify;
  162. padding: 10px;}
  163.  
  164. .descript {font-size: {text:Sidebar Font Size};
  165. color: {color:Sidebar Text};
  166. padding: 10px 0px;
  167. text-align: center;
  168. border-bottom: 1px solid {color:Sidebar Main Links};}
  169.  
  170. .descript a {font-size: {text:Post Small Text Font Size};
  171. letter-spacing: 1px;
  172. text-transform: uppercase;
  173. color: {color:Sidebar Links};}
  174.  
  175. .blinks {text-align: center;}
  176.  
  177. .blinks a {font-size: {text:Post Small Text Font Size};
  178. text-transform: uppercase;
  179. letter-spacing: 1px;
  180. color: {color:Sidebar Main Links};
  181. border-bottom: 1px solid {color:Sidebar Main Links};
  182. display: block;
  183. padding: 2px;
  184. margin-bottom: 2px;}
  185.  
  186. .blinks a:hover {color: {color:Custom Links Hover};
  187. border-bottom: 1px solid {color:Custom Links Hover};}
  188.  
  189. .tlinks {text-align: center;}
  190.  
  191. .tlinks a {background-color: #0b0b0b;
  192. padding: 5px 8px;
  193. display: inline-block;
  194. font-size: {text:Post Small Text Font Size};
  195. color: {color:Sidebar Main Links};
  196. text-transform: uppercase;
  197. letter-spacing: 1px;}
  198.  
  199. .tlinks a:hover {color: {color:Post Font};}
  200.  
  201. /* POSTS */
  202.  
  203. #block1 {
  204. {block:IfNot250pxPost}
  205. {block:IfNot400pxPost}width: 500px;{/block:IfNot400pxPost}
  206. {block:If400pxPost}width: 400px;{/block:If400pxPost}
  207. {/block:IfNot250pxPost}
  208. {block:If250pxPost}width: 250px;{/block:If250pxPost}
  209. background-color: #0b0b0b;
  210. padding: 20px;
  211. height: 800px;
  212. background-image: url(http://static.tumblr.com/f1skqpy/jqFm8cnr4/blackleft.png), url(http://static.tumblr.com/f1skqpy/9r7m8cnq6/blackright.png);
  213. background-position: left top, right top;
  214. background-repeat: repeat-y;
  215. position: fixed;
  216. margin-left: 375px;
  217. z-index: 1}
  218.  
  219. .block2 {{block:IfNot250pxPost}
  220. {block:IfNot400pxPost}width: 500px;{/block:IfNot400pxPost}
  221. {block:If400pxPost}width: 400px;{/block:If400pxPost}
  222. {/block:IfNot250pxPost}
  223. {block:If250pxPost}width: 250px;{/block:If250pxPost}
  224. padding: 20px;
  225. margin-left: 375px;
  226. z-index: 2;
  227. position: relative;
  228. padding-top: 30px;}
  229.  
  230. .post {position: relative;
  231. {block:IfNot250pxPost}
  232. {block:IfNot400pxPost}width: 500px;{/block:IfNot400pxPost}
  233. {block:If400pxPost}width: 400px;{/block:If400pxPost}
  234. {/block:IfNot250pxPost}
  235. {block:If250pxPost}width: 250px;{/block:If250pxPost}
  236. background-color: {color:Post Background};
  237. z-index: 2;
  238. min-height: 150px;
  239. margin-bottom: 20px;
  240. {block:PermalinkPage}padding-bottom: 20px;{/block:PermalinkPage}}
  241.  
  242. .content {{block:IfNotShowPostInfo}opacity: 0.0;{/block:IfNotShowPostInfo}
  243. position: absolute;
  244. {block:IfNotShowPostInfo}
  245. {block:IfNot250pxPost}
  246. {block:IfNot400pxPost}margin-left:480px;{/block:IfNot400pxPost}
  247. {block:If400pxPost}margin-left: 380px;{/block:If400pxPost}
  248. {/block:IfNot250pxPost}
  249. {block:If250pxPost}margin-left: 230px;{/block:If250pxPost}
  250. {/block:IfNotShowPostInfo}
  251. {block:IfShowPostInfo}
  252. {block:IfNot250pxPost}
  253. {block:IfNot400pxPost}margin-left: 540px;{/block:IfNot400pxPost}
  254. {block:If400pxPost}margin-left: 440px;{/block:If400pxPost}
  255. {/block:IfNot250pxPost}
  256. {block:If250pxPost}margin-left: 290px;{/block:If250pxPost}
  257. {block:IfShowPostInfo}
  258. font-size: {text:Post Font Size};
  259. color: {color:Post Font};
  260. width: 200px;
  261. text-align: justify;}
  262.  
  263. {block:IfNotShowPostInfo}
  264. .post:hover .content {opacity: 1.0;
  265. {block:IfNot250pxPost}
  266. {block:IfNot400pxPost}margin-left: 540px;{/block:IfNot400pxPost}
  267. {block:If400pxPost}margin-left: 440px;{/block:If400pxPost}
  268. {/block:IfNot250pxPost}
  269. {block:If250pxPost}margin-left: 290px;{/block:If250pxPost}
  270. transition: 0.8s;
  271. -o-transition: 0.8s;
  272. -webkit-transition-duration: 0.8s;
  273. -moz-transition-duration: 0.8s;}
  274. {/block:IfNotShowPostInfo}
  275.  
  276. .ph {display:none;}
  277. .post:hover .ph {display:block;}
  278.  
  279. .date {display: block;
  280. border-bottom: 1px solid {color:Post Font};
  281. margin-bottom: 10px;
  282. font-size: {text:Post Small Text Font Size}}
  283.  
  284. .date a:link, .date a:visited, .date a:active {color: {color:Post Font};
  285. padding: 2px 0px;
  286. text-transform: uppercase;
  287. letter-spacing: 1px;}
  288.  
  289. .date_p {display: block;
  290. font-size: {text:Post Small Text Font Size};
  291. background-color: #0b0b0b;
  292. margin-bottom: 2px;}
  293.  
  294. .date_p a:link, .date_p a:visited, .date_p a:active {
  295. color: {color:Post Font};
  296. padding: 2px 0px;
  297. text-transform: uppercase;
  298. letter-spacing: 1px;}
  299.  
  300. .date a:hover, .tgs a:hover, .date_p a:hover {color: {color:Post Links Hover};}
  301.  
  302. .tgs {line-height: 80%;
  303. {block:IndexPage}{block:IfShowTagsInPost}border-top: 1px solid {color:Sidebar Main Links};
  304. background-color: #0b0b0b;
  305. padding: 5px 0px 10px 0px;
  306. line-height: 50%;
  307. text-align: center;
  308. margin-bottom: 20px;{/block:IfShowTagsInPost}
  309. {/block:IndexPage}
  310. {block:PermalinkPage}width: 70%;
  311. margin: auto;
  312. text-align: center;
  313. border-top: 1px solid {color:Post Font};
  314. border-bottom: 1px solid {color:Post Font};
  315. padding: 5px 0px 10px 0px{/block:PermalinkPage}}
  316.  
  317. .tgs a:link, .tgs a:visited, .tgs a:active {
  318. color: {color:Post Font};
  319. display: block;
  320. {block:IfShowTagsInPost}color: {color:Custom Links Hover};
  321. display: inline-block;{/block:IfShowTagsInPost}
  322. margin: 0px 4px;
  323. font-size: {text:Tags Font Size};
  324. text-transform: uppercase;
  325. letter-spacing: 1px;
  326. {block:PermalinkPage}display: inline-block;{/block:PermalinkPage}}
  327.  
  328. .tgs a:hover {color: {color:Post Links Hover};}
  329.  
  330. .re {float: right;
  331. position: relative;
  332. margin-top: -3px;}
  333.  
  334. .re img {height: 10px;}
  335.  
  336. .pad {padding: 10px;
  337. font-size: {text:Post Font Size};
  338. color: {color:Post Font};
  339. text-align: justify;
  340. font-family: {text:Sub Font};}
  341.  
  342. .pad li {list-style: square;}
  343.  
  344. .pad h1 {text-align: center;
  345. font-size: {text:Post Heading Font Size};
  346. font-weight: normal;}
  347.  
  348. .pad a:active, .pad a:visited, .pad a:link {color: {color:Post Links};}
  349.  
  350. .pad a:hover {color: {color:Post Links Hover};}
  351.  
  352. .pad blockquote {border-left: 2px solid {color:Blockquote};
  353. padding-left: 5px;}
  354.  
  355. .pad blockquote, .pad ul, .pad img {max-width: 100%;}
  356.  
  357. .pad blockquote blockquote blockquote blockquote blockquote img {max-width: 150px!important;}
  358.  
  359. .pad blockquote blockquote blockquote blockquote blockquote blockquote img {max-width: 105px!important;}
  360.  
  361. .pad blockquote blockquote blockquote blockquote blockquote blockquote blockquote img {max-width: 60px!important;}
  362.  
  363. .pad blockquote blockquote blockquote blockquote blockquote blockquote blockquote blockquote img {max-width: 10px!important;}
  364.  
  365. .pad blockquote blockquote blockquote blockquote blockquote blockquote blockquote blockquote {overflow: hidden;}
  366.  
  367.  
  368.  
  369. .chat .label {font-size: {text:Post Small Text Font Size};
  370. font-family: {text:Main Font};
  371. text-transform: uppercase;
  372. letter-spacing: 1px}
  373.  
  374. .quote {width: 75%;
  375. margin: auto;
  376. margin-top: 20px;}
  377.  
  378. .quote_short {font-size: 24px;
  379. line-height: 110%;
  380. margin: 0px 20px;}
  381.  
  382. .quote_medium {font-size: 18px;
  383. line-height: 110%;
  384. margin: 0px 20px;}
  385.  
  386. .quote_long {font-size: 12px;
  387. line-height: 110%;
  388. margin: 0px 20px;}
  389.  
  390. .source {text-align: right;
  391. margin-top: 10px;
  392. font-size: {text:Post Small Text Font Size};
  393. text-transform: uppercase;
  394. letter-spacing: 1px;}
  395.  
  396. .containermusic {
  397. {block:IfNot250pxPost}
  398. {block:If400pxPost}
  399. height: 198px;
  400. width: 196px;
  401. {/block:If400pxPost}
  402. {block:IfNot400pxPost}
  403. height: 252px;
  404. width: 246px;
  405. {/block:IfNot400pxPost}
  406. {block:PermalinkPage}margin-top: 0px;{/block:PermalinkPage}
  407. {/block:IfNot250pxPost}
  408. {block:If250pxPost}
  409. height: 130px;
  410. width: 121px;
  411. margin-top: -2px;
  412. {/block:If250pxPost}
  413. float:right;}
  414.  
  415. .containermusic td {text-align: center;
  416. font-size: {text:Post Small Text Font Size};
  417. text-transform: uppercase;
  418. letter-spacing: 1px;
  419. color: {color:Post Font}}
  420.  
  421. .audioverlay {opacity: 0.8;
  422. {block:IfAudioPlayerWhite}background-color: #fff;{/block:IfAudioPlayerWhite}
  423. {block:IfAudioPlayerGrey}background-color: #e4e4e4;{/block:IfAudioPlayerGrey}
  424. {block:IfAudioPlayerBlack}background-color: #000;{/block:IfAudioPlayerBlack}
  425. position: absolute;
  426. z-index: 1000;
  427. {block:IfNot250pxPost}
  428. {block:IfNot400pxPost}
  429. margin-top: 100px;
  430. margin-left: 95px;
  431. {/block:IfNot400pxPost}
  432. {block:If400pxPost}
  433. margin-top: 75px;
  434. margin-left: 70px;
  435. {/block:If400pxPost}
  436. {/block:IfNot250pxPost}
  437. {block:If250pxPost}
  438. margin-top: 35px;
  439. margin-left: 35px;
  440. {/block:If250pxPost}}
  441.  
  442. .audioarrow {width: 20px;
  443. height: 30px;
  444. overflow: hidden;
  445. margin: 15px 24px 13px 16px;
  446. position: relative;
  447. z-index: 1000}
  448.  
  449. ol.notes {
  450. padding: 5px;
  451. margin: 25px 0px;
  452. list-style-type: none;
  453. font-size: {text:Post Small Text Font Size};
  454. letter-spacing: 1px;
  455. text-transform: uppercase;
  456. color: {color:Post Font};}
  457.  
  458. .notes a:link, .notes a:active, .notes a:visited {color: {color:Post Links};}
  459.  
  460. .notes a:hover {color: {color:Post Links Hover};}
  461.  
  462. ol.notes li.note {padding: 5px;}
  463.  
  464. ol.notes li.note img.avatar {
  465. vertical-align: -4px;
  466. margin-right: 10px;
  467. width: 10px;
  468. height: 10px;}
  469.  
  470. ol.notes li.note span.action {font-weight: normal;}
  471.  
  472. ol.notes li.note .answer_content {font-weight: normal;}
  473.  
  474. ol.notes li.note blockquote {
  475. border-left: 2px solid {color:Blockquote};
  476. padding: 4px 10px;
  477. margin: 10px 0px 0px 25px;}
  478.  
  479. ol.notes li.note blockquote a {text-decoration: none;}
  480.  
  481. {CustomCSS}
  482.  
  483. </style>
  484.  
  485.  
  486. </head>
  487.  
  488. <body>
  489.  
  490. <div id="container">
  491. <div id="sidebar">
  492. <div class="sb_t"><a href="/">{block:IfNotAltTitle}{Title}{/block:IfNotAltTitle} {block:IfAltTitle}{text:Alt Title}{/block:IfAltTitle}</a></div>
  493.  
  494. {block:IfSidebarImage}<img src="{image:Sidebar}" width="230px">{/block:IfSidebarImage}
  495. <div class="tlinks">{block:Pagination}
  496. {block:PreviousPage}<a href="{PreviousPage}" style="padding: 0px 4px 4px 4px"><span style="font-size: 12px;">&#171;</span></a>{/block:PreviousPage}
  497. {/block:Pagination}
  498.  
  499. <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}
  500. {block:Pagination}
  501. {block:NextPage}<a href="{NextPage}" style="padding: 0px 4px 4px 4px"><span style="font-size: 12px;">&#187;</span></a>{/block:NextPage}
  502. {/block:Pagination}</div>
  503.  
  504.  
  505. {block:IfNotShowSidebar}<div class="hbar">{/block:IfNotShowSidebar}
  506. <div class="descript">{Description}</div>
  507.  
  508. <div class="blinks">{block:IfLink1Name}<a href="{text:Link1Url}">{text:Link1Name}</a>{/block:IfLink1Name}
  509. {block:IfLink2Name}<a href="{text:Link2Url}">{text:Link2Name}</a>{/block:IfLink2Name}
  510. {block:IfLink3Name}<a href="{text:Link3Url}">{text:Link3Name}</a>{/block:IfLink3Name}
  511. {block:IfLink4Name}<a href="{text:Link4Url}">{text:Link4Name}</a>{/block:IfLink4Name}
  512. {block:IfLink5Name}<a href="{text:Link5Url}">{text:Link5Name}</a>{/block:IfLink5Name}
  513. {block:IfLink6Name}<a href="{text:Link6Url}">{text:Link6Name}</a>{/block:IfLink6Name}
  514. {block:IfLink7Name}<a href="{text:Link7Url}">{text:Link7Name}</a>{/block:IfLink7Name}
  515. {block:IfLink8Name}<a href="{text:Link8Url}">{text:Link8Name}</a>{/block:IfLink8Name}
  516. {block:HasPages}{block:Pages}<a href="{URL}">{Label}</a>{/block:Pages}{/block:HasPages}</div>
  517.  
  518. {block:IfNotShowSidebar}</div>{/block:IfNotShowSidebar}
  519.  
  520. </div>
  521.  
  522. <div id="block1"></div>
  523.  
  524. <div class="block2">
  525.  
  526. {block:Posts}
  527.  
  528. {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>
  529.  
  530. <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>
  531. <div style="clear:both; {block:RebloggedFrom}margin-bottom: -5px; {/block:RebloggedFrom}"></div>{/block:Date}{/block:PermalinkPage}
  532.  
  533. <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}>
  534.  
  535. {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>
  536.  
  537. <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}
  538.  
  539. {block:IfNotShowPhotoCaptionsInPost}
  540. {block:IfNotShowPhotoCaptionsPermalinkOnly}
  541. {block:Photo}{block:Caption}<div class="pad">{Caption}</div>{/block:Caption}{/block:Photo}
  542. {block:Photoset}{block:Caption}<div class="pad">{Caption}</div>{/block:Caption}{/block:Photoset}
  543. {/block:IfNotShowPhotoCaptionsPermalinkOnly}
  544. {/block:IfNotShowPhotoCaptionsInPost}
  545.  
  546.  
  547. {block:IfNotShowTagsInPost}<div class="tgs">{block:HasTags}{block:Tags}<a href="{TagURL}">#{Tag}</a>{/block:Tags}{/block:HasTags}</div>{/block:IfNotShowTagsInPost}</div>{/block:IndexPage}
  548.  
  549.  
  550. <!--- PHOTO POSTS --->
  551. {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}
  552. {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}
  553. {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}
  554.  
  555. {block:IfShowPhotoCaptionsInPost}
  556. {block:IfNotShowPhotoCaptionsPermalinkOnly}
  557. {block:IndexPage}
  558. {block:IfNotShowPhotoCaptions}<div class="ph">{/block:IfNotShowPhotoCaptions}
  559. {block:Caption}<div class="pad">{Caption}</div>{/block:Caption}
  560. {block:IfNotShowPhotoCaptions}</div>{/block:IfNotShowPhotoCaptions}
  561. {/block:IndexPage}
  562. {/block:IfNotShowPhotoCaptionsPermalinkOnly}
  563. {/block:IfShowPhotoCaptionsInPost}
  564.  
  565. {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}
  566.  
  567. {block:IfShowPhotoCaptionsPermalinkOnly}
  568. {block:PermalinkPage}{block:Caption}<div class="pad" style="border-top: 10px solid #0b0b0b">{Caption}</div>{/block:Caption}{/block:PermalinkPage}{/block:IfShowPhotoCaptionsPermalinkOnly}
  569. {/block:Photo}
  570.  
  571. <!--- PHOTOSET POSTS --->
  572. {block:Photoset}
  573. {block:IfNot250pxPost}
  574. {block:IfNot400pxPost}{Photoset-500}{/block:IfNot400pxPost}
  575. {block:If400pxPost}{Photoset-400}{/block:If400pxPost}{/block:IfNot250pxPost}
  576. {block:If250pxPost}{Photoset-250}{/block:If250pxPost}
  577.  
  578. {block:IfShowPhotoCaptionsInPost}
  579. {block:IfNotShowPhotoCaptionsPermalinkOnly}
  580. {block:IndexPage}
  581. {block:IfNotShowPhotoCaptions}<div class="ph">{/block:IfNotShowPhotoCaptions}
  582. {block:Caption}<div class="pad">{Caption}</div>{/block:Caption}
  583. {block:IfNotShowPhotoCaptions}</div>{/block:IfNotShowPhotoCaptions}
  584. {/block:IndexPage}
  585. {/block:IfNotShowPhotoCaptionsPermalinkOnly}
  586. {/block:IfShowPhotoCaptionsInPost}
  587.  
  588. {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}
  589.  
  590. {block:IfShowPhotoCaptionsPermalinkOnly}
  591. {block:PermalinkPage}{block:Caption}<div class="pad" style="border-top: 10px solid #0b0b0b">{Caption}</div>{/block:Caption}{/block:PermalinkPage}{/block:IfShowPhotoCaptionsPermalinkOnly}{/block:Photoset}
  592.  
  593.  
  594. <!--- TEXT POSTS --->
  595. {block:Text}<div class="pad">{block:Title}<h1>{Title}</h1>{/block:Title}
  596. {Body}</div>{/block:Text}
  597.  
  598. <!--- ANSWER POSTS --->
  599. {block:Answer}<div class="pad"><center><img src="{AskerPortraitURL-40}" style="border: 10px solid #0b0b0b;"></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>
  600. {Question}</span></div>
  601. {Answer}</div>{/block:Answer}
  602.  
  603.  
  604.  
  605. <!--- VIDEO POSTS --->
  606. {block:Video}
  607. {block:IfNot250pxPost}
  608. {block:IfNot400pxPost}{Video-500}{/block:IfNot400pxPost}
  609. {block:If400pxPost}{Video-400}{/block:If400pxPost}
  610. {/block:IfNot250pxPost}
  611. {block:If250pxPost}{Video-250}{/block:If250pxPost}
  612. {block:Caption}<div class="pad" {block:PermalinkPage}style="border-top: 10px solid #0b0b0b"{/block:PermalinkPage}>{Caption}</div>{/block:Caption}{/block:Video}
  613.  
  614. <!--- AUDIO POSTS --->
  615. {block:Audio}
  616. <div class="audioverlay"><div class="audioarrow">{block:IfAudioPlayerWhite}{AudioPlayerWhite}{/block:IfAudioPlayerWhite}
  617. {block:IfAudioPlayerGrey}{AudioPlayerGrey}{/block:IfAudioPlayerGrey}
  618. {block:IfAudioPlayerBlack}{AudioPlayerBlack}{/block:IfAudioPlayerBlack}</div></div>
  619.  
  620. <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}/>
  621.  
  622.  
  623. <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}
  624. <tr><td height="112px" bgcolor="{color:Music Lighter}">
  625. <div style="text-align: justify; margin: auto; width: 70%">
  626. {block:If250pxPost}{block:TrackName}<i>{TrackName}</i>{/block:TrackName}<br>{/block:If250pxPost}
  627. {block:Artist} {Artist}{/block:Artist}<br>
  628. {block:Album} {Album}{/block:Album}<br>
  629. {PlayCountWithLabel}
  630. </div>
  631. </td></tr></table>
  632.  
  633.  
  634. {block:AlbumArt}
  635. <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}" />
  636. {/block:AlbumArt}</div>
  637.  
  638. {block:Caption}<div class="pad" {block:PermalinkPage}style="border-top: 10px solid #0b0b0b"{/block:PermalinkPage}>{Caption}</div>{/block:Caption}
  639. {/block:Audio}
  640.  
  641. <!--- LINK POSTS --->
  642. {block:Link}<div class="pad"><h1><a href="{URL}">{Name}</a></h1>
  643. {block:Description}{Description}{/block:Description}</div>{/block:Link}
  644.  
  645. <!--- CHAT POSTS --->
  646. {block:Chat}<div class="pad">{block:Title}<h1>{Title}</h1>{/block:Title}
  647. <div class="chat"><ul>{block:Lines}
  648. <li class="line">{block:Label}
  649. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div></div>{/block:Chat}
  650.  
  651. <!--- QUOTE POSTS --->
  652. {block:Quote}<div class="pad"><div class="quote"><div class="quote_{Length}">“{Quote}”</div>
  653. {block:Source}<div class="source">- {Source}</div>{/block:Source}</div></div>{/block:Quote}
  654.  
  655. {block:PermalinkPage}{block:HasTags}<div class="tgs">{block:Tags}<a href="{TagURL}">#{Tag}</a>{/block:Tags}</div>{/block:HasTags}{/block:PermalinkPage}
  656.  
  657. {PostNotes}
  658.  
  659. </div>
  660.  
  661. {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}
  662.  
  663. {/block:Posts}
  664.  
  665. </div></div>
  666. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement