Advertisement
lostmemento

[Old Theme] Sleepy Hollow (Light)

Apr 8th, 2012
613
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 36.16 KB | None | 0 0
  1. <html>
  2. <head>
  3. <!--- 07 SLEEPY HOLLOW (LIGHT) 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. <link href='http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300' rel='stylesheet' type='text/css'>
  20.  
  21. <!-- APPEARANCE DEFAULTS -->
  22. <meta name="image:sidebarpic" content=""/>
  23. <meta name="image:background" content=""/>
  24.  
  25. <meta name="color:Scrollbar Background" content="#ffffff"/>
  26. <meta name="color:Scroller" content="#baa9c7"/>
  27. <meta name="color:Background" content="#f8f8f8" />
  28. <meta name="color:Post Background" content="#f0f0f0" />
  29. <meta name="color:Post Alt Background" content="#ebebeb" />
  30. <meta name="color:Post Font" content="#bbbbbb" />
  31. <meta name="color:Post Link" content="#646464" />
  32. <meta name="color:Post Link Bright" content="#060606" />
  33. <meta name="color:Reblog Font" content="#b8b8b8" />
  34. <meta name="color:Heading Dull Font" content="#dfdfdf" />
  35. <meta name="color:Accent" content="#baa9c7"/>
  36.  
  37. <meta name="font:Posts" content="calibri, helvetica, verdana"/>
  38. <meta name="font:Links" content="consolas, monospace"/>
  39.  
  40. <meta name="if:Enable Online Leaf" content="1"/>
  41. <meta name="if:Background No Repeat" content="0"/>
  42. <meta name="if:Background Fixed" content="0"/>
  43. <meta name="if:400px Post" content="0"/>
  44. <meta name="if:Show Tags" content="0"/>
  45. <meta name="if:Show Reblog Info" content="0"/>
  46. <meta name="if:Show Tags in Post" content="0"/>
  47. <meta name="if:Show Photo Captions" content="0"/>
  48. <meta name="if:Show Hi Res" content="1"/>
  49. <meta name="if:Stretch Photos" content="0"/>
  50. <meta name="if:AudioPlayerWhite" content="0"/>
  51. <meta name="if:AudioPlayerGrey" content="1"/>
  52. <meta name="if:AudioPlayerBlack" content="0"/>
  53. <meta name="if:Text Credit" content="1"/>
  54.  
  55. <meta name="if:Show Sidebar on Left" content="0"/>
  56. <meta name="if:Show Blog Title" content="0"/>
  57. <meta name="if:Show Random" content="1"/>
  58. <meta name="if:Show Icon" content="1"/>
  59. <meta name="if:Show Photo Post Notes" content="0"/>
  60. <meta name="if:Hide Tags In Post" content="0"/>
  61.  
  62. <meta name="text:Link1 Url" content=""/>
  63. <meta name="text:Link1 Name" content=""/>
  64. <meta name="text:Link2 Url" content=""/>
  65. <meta name="text:Link2 Name" content=""/>
  66. <meta name="text:Link3 Url" content=""/>
  67. <meta name="text:Link3 Name" content=""/>
  68. <meta name="text:Link4 Url" content=""/>
  69. <meta name="text:Link4 Name" content=""/>
  70. <meta name="text:Link5 Url" content=""/>
  71. <meta name="text:Link5 Name" content=""/>
  72. <meta name="text:Link6 Url" content=""/>
  73. <meta name="text:Link6 Name" content=""/>
  74. <meta name="text:Link7 Url" content=""/>
  75. <meta name="text:Link7 Name" content=""/>
  76. <meta name="text:Link8 Url" content=""/>
  77. <meta name="text:Link8 Name" content=""/>
  78.  
  79.  
  80. <meta name="text:Background Position" content=""/>
  81. <meta name="text:Sidebar Text Align" content="center"/>
  82. <meta name="text:Ask Action" content="ASKED"/>
  83. <meta name="text:Sidebar Links Font Size" content="8px"/>
  84. <meta name="text:Sidebar Font Size" content="8px"/>
  85. <meta name="text:Navigation Font Size" content="8px"/>
  86. <meta name="text:Navigation Arrows Font Size" content="12px"/>
  87. <meta name="text:Posts Font Size" content="10px"/>
  88. <meta name="text:Post Title Font Size" content="24px"/>
  89. <meta name="text:Reblogged and Tags Font Size" content="8px"/>
  90. <meta name="text:Question Font Size" content="11px"/>
  91. <meta name="text:Asker Font Size" content="8px"/>
  92. <meta name="text:Notecount Font Size" content="8px"/>
  93.  
  94.  
  95.  
  96. {block:IfEnableOnlineLeaf}<script language="javascript" type="text/javascript" src="http://www.onlineleaf.com/savetheenvironment.js"></script>{/block:IfEnableOnlineLeaf}
  97.  
  98. <style type="text/css">
  99. body {background-color: {color:background};
  100. margin: 0px;
  101. background-image: url('{image:background}');
  102. font-family: {font:Posts};
  103. {block:IfBackgroundImage}{block:IfBackgroundFixed}background-attachment: fixed;{/block:IfBackgroundFixed}{/block:IfBackgroundImage} {block:IfBackgroundNoRepeat}background-repeat: no-repeat;{/block:IfBackgroundNoRepeat}
  104. {block:IfBackgroundPosition}background-position: {text:Background Position};{/block:IfBackgroundPosition}}
  105.  
  106. img {border: 0;}
  107.  
  108. a {text-decoration: none;
  109. font-weight: normal;}
  110.  
  111. ::-webkit-scrollbar-thumb:vertical {background-color: {color:Scroller}; height: 10px;}
  112. ::-webkit-scrollbar-thumb:horizontal {background-color: {color:Scroller}; height:10px!important;}
  113. ::-webkit-scrollbar {background-color: {color:Scrollbar Background}; height:10px; width:10px;}
  114.  
  115. /* SIDEBAR */
  116. #sidebar {display: block;
  117. background-image: url(http://i41.tinypic.com/3494fm8.png);
  118. width: 230px;
  119. position: fixed;
  120. {block:IfNotShowSidebaronLeft}right: 0px;{/block:IfNotShowSidebaronLeft}
  121. {block:IfShowSidebaronLeft}left: 0px;{/block:IfShowSidebaronLeft}
  122. height: 100%;
  123. padding: 10px;
  124. padding-top: 25px;}
  125.  
  126. .toplinks a:link, .toplinks a:visited, .toplinks a:active {display: block;
  127. font-size: {text:Sidebar Links Font Size};
  128. background-color: {color:Post Alt Background};
  129. text-transform: uppercase;
  130. padding: 2px 5px;
  131. color: {color:Post Link};
  132. letter-spacing: 3px;
  133. margin-bottom: 2px;
  134. border-left: 10px solid {color:Accent};
  135. transition: all 0.4s ease-out;
  136. -o-transition: all 0.4s ease-out;
  137. -webkit-transition: all 0.4s ease-out;
  138. -moz-transition: all 0.4s ease-out;}
  139.  
  140. .toplinks a:hover {background-color: {color:Accent};
  141. padding-left: 50px;}
  142.  
  143. .description {background-color: {color:Post Alt Background};
  144. opacity:0.8;
  145. filter:alpha(opacity=80);
  146. font-size: {text:Sidebar Font Size};
  147. text-align: {text:Sidebar Text Align};
  148. color: {color:Post Link};
  149. text-transform: uppercase;
  150. letter-spacing: 2px;
  151. padding: 10px;}
  152.  
  153. .description a:link, .description a:visited, .description a:active {color: {color:Post Link Bright};}
  154.  
  155. .pages a:link, .pages a:visited, .pages a:active {background-color: {color:Post Alt Background};
  156. opacity:0.8;
  157. filter:alpha(opacity=80);
  158. font-size: {text:Sidebar Links Font Size};
  159. color: {color:Post Link};
  160. display: block;
  161. margin: 2px 0px;
  162. padding: 5px;
  163. letter-spacing: 3px;
  164. text-align: right;
  165. border-right: 20px solid {color:Post Background};
  166. text-transform: uppercase;}
  167.  
  168. .pages a:hover {opacity:1.0;
  169. filter:alpha(opacity=100);
  170. background-color: {color:Post Background};
  171. border-right: 20px solid {color:Post Background};
  172. padding-right: 30px;
  173. transition: all 0.4s ease-out;
  174. -o-transition: all 0.4s ease-out;
  175. -webkit-transition: all 0.4s ease-out;
  176. -moz-transition: all 0.4s ease-out;}
  177.  
  178. .nav {background-color: {color:Post Alt Background};
  179. height: 86px;
  180. text-align: center;
  181. font-size: {text:Navigation Font Size};
  182. line-height: 86px;
  183. color: {color:Post Link};
  184. letter-spacing: 1px;
  185. {block:IfNotShowIcon}width: 100%; margin: 2px 0px;{/block:IfNotShowIcon}
  186. {block:IfShowIcon}width: 122px; padding: 5px; margin-left: 2px;{/block:IfShowIcon}}
  187.  
  188. .nav:hover {background-color: {color:Accent};}
  189. .nav a:link, .nav a:visited, .nav a:active {color: {color:Post Link Bright};
  190. font-family: arial;
  191. font-size: {text:Navigation Arrows Font Size}}
  192.  
  193. .credit {background-color: {color:Accent};
  194. color: {color:Post Link};
  195. font-size: {text:Sidebar Font Size};
  196. text-align: center;
  197. padding: 2px;
  198. letter-spacing: 1px;
  199. margin-top: -2px;}
  200.  
  201. .credit a:link, .credit a:visited, .credit a:active {color: {color:Post Link Bright};}
  202.  
  203. #creditimage {position: fixed; bottom: 5px; right: 5px;}
  204.  
  205. /* POSTS */
  206. #container {padding: 20px 0px;
  207. margin-right: 300px;
  208. width: 800px;
  209. float: right;}
  210.  
  211. /* DATE*/
  212. #date {position: relative;
  213. display: block;
  214. background-image: url(http://i41.tinypic.com/3494fm8.png);
  215. width: 50px;
  216. height: 50px;
  217. margin-bottom: -53px;
  218. padding: 2px;
  219. text-align: center;
  220. font-family: 'open sans condensed';
  221. {block:IfShowSidebaronLeft}right: -57px;{/block:IfShowSidebaronLeft}
  222. {block:IfNotShowSidebaronLeft}left: 740px;{/block:IfNotShowSidebaronLeft}}
  223.  
  224. .innerdate {background-image: url(http://i41.tinypic.com/3494fm8.png);
  225. height: 49px;}
  226.  
  227. .month {color: {color:Post Link};
  228. text-transform: uppercase;
  229. font-size: 15px;
  230. line-height: 8px;}
  231.  
  232. .day {color: {color:Post Link};
  233. font-size: 25px;
  234. line-height: 30px;}
  235.  
  236. .time {color: {color:Post Link};
  237. text-transform: uppercase;
  238. font-size: 8px;
  239. line-height: 45px;
  240. font-family: {font:Posts};
  241. letter-spacing: 1px;}
  242.  
  243. /* POSTS */
  244. #posts {{block:IfNot400pxPost}width: 520px;{/block:IfNot400pxPost}
  245. {block:If400pxPost}width: 420px;{/block:If400pxPost}
  246. padding: 10px;
  247. background-image: url(http://i41.tinypic.com/3494fm8.png);
  248. margin-bottom: 20px;
  249. min-height: 30px;
  250. {block:IfNot400pxPost}{block:IfNotShowSidebaronLeft}margin-left: 180px{/block:IfNotShowSidebaronLeft}{/block:IfNot400pxPost}
  251. {block:If400pxPost}{block:IfNotShowSidebaronLeft}margin-left: 280px{/block:IfNotShowSidebaronLeft}{/block:If400pxPost}
  252. {block:IfShowSidebaronLeft}margin-left: 131px{/block:IfShowSidebaronLeft}}
  253.  
  254. #posts2 {background-color: {color:Post Background};
  255. {block:IfNot400pxPost}width: 500px;{/block:IfNot400pxPost}
  256. {block:If400pxPost}width: 400px;{/block:If400pxPost}
  257. margin: auto;
  258. font-size: {text:Posts Font Size};
  259. color: {color:Post Font};
  260. letter-spacing: 1px;
  261. padding: 10px;}
  262.  
  263. #posts2 p a:link, #posts2 p a:visited, #posts2 p a:active, #posts2 li a:link, #posts2 li a:visited, #posts2 li a:active, #posts2 blockquote a:link, #posts2 blockquote a:visited, #posts2 blockquote a:active{color: {color:Post Link};
  264. font-family: {font:Links};
  265. letter-spacing: 2px;
  266. padding: 0px 2px;
  267. border-bottom: 1px solid {color:Accent};}
  268.  
  269. #posts2 p a:hover {background-color: {color:Accent};
  270. color: {color:Post Link Bright}}
  271.  
  272. #posts2 li {list-style: square;}
  273.  
  274. #posts2 li img {max-width: 100%}
  275.  
  276. #posts2 blockquote {border-left: 1px dotted {color:Accent};
  277. padding-left: 10px;}
  278.  
  279. #posts2 blockquote img {max-width: 100%}
  280.  
  281. #posts2 blockquote p {white-space: pre-line;
  282. max-width: 100%;}
  283.  
  284. #posts2 p img, #posts_photo #posts2 p img {max-width: 100%;}
  285.  
  286. h1{display: block;
  287. background-color: {color:Post Alt Background};
  288. margin: -10px;
  289. text-align: center;
  290. padding: 5px;
  291. font-family: 'open sans condensed';
  292. font-size: {text:Post Title Font Size};
  293. font-weight: normal;
  294. letter-spacing: -1px;
  295. color: {color:Heading Dull Font};
  296. text-transform: uppercase;
  297. margin-bottom: 10px;}
  298.  
  299. h1:hover {color: {color:Post Link};
  300. letter-spacing: 3px;}
  301.  
  302. h2 {display: block;
  303. background-color: {color:Post Alt Background};
  304. margin: -10px;
  305. text-align: center;
  306. padding: 5px;
  307. font-family: 'open sans condensed';
  308. font-size: {text:Post Title Font Size};
  309. font-weight: normal;
  310. letter-spacing: 3px;
  311. color: {color:Post Link};
  312. text-transform: uppercase;
  313. margin-bottom: 10px;}
  314.  
  315. #posts .reblognames2 {background-color: {color:Accent};
  316. color: {color:Post Link};
  317. font-size: {text:Reblogged and Tags Font Size};
  318. letter-spacing: 2px;
  319. padding: 5px 10px;
  320. text-transform: uppercase;
  321. {block:IfNot400pxPost}width: 500px;{/block:IfNot400pxPost}
  322. {block:If400pxPost}width: 400px;{/block:If400pxPost}
  323. text-align: right;}
  324.  
  325. #posts .tags2 {word-wrap: break-word;
  326. background-color: {color:Post Alt Background};
  327. color: {color:Reblog Font};
  328. font-size: {text:Reblogged and Tags Font Size};
  329. letter-spacing: 2px;
  330. padding: 5px 10px;
  331. text-transform: uppercase;
  332. {block:IfNot400pxPost}width: 500px;{/block:IfNot400pxPost}
  333. {block:If400pxPost}width: 400px;{/block:If400pxPost}
  334. text-align: right;}
  335.  
  336. .reblognames2 a:link, .reblognames2 a:visited, .reblognames2 a:active {color: {color:Post Link Bright};}
  337. .reblognames2 a:hover {text-decoration: underline}
  338. .tags2 a:link, .tags2 a:visited, .tags2 a:active {word-wrap: break-word;
  339. color: {color:Reblog Font};
  340. margin: 0px 4px;}
  341.  
  342. .tags2 a:hover {color: {color:Post Link Bright};}
  343.  
  344. /* PHOTO */
  345. .hires {display: none;} .hires a:link, .hires a:visited, .hires a:active {color: {color:Post Link};}
  346. #photo:hover .hires {display: block;
  347. position: absolute;
  348. opacity:0.8;
  349. filter:alpha(opacity=80);
  350. background-color: {color:Post Alt Background};
  351. {block:IfNot400pxPost}margin-left: 461px;{block:IfNot400pxPost}
  352. {block:If400pxPost}margin-left: 361px;{block:If400pxPost}
  353. margin-top: -20px;
  354. z-index: 5;
  355. padding: 5px;
  356. font-size: 8px;
  357. letter-spacing: 3px;}
  358.  
  359. .captions {display: none}
  360. #posts:hover .captions {display: block}
  361.  
  362. /* QUOTE */
  363. .quote_short {font-size: 24px;
  364. font-family: 'open sans condensed';
  365. width: 70%;
  366. margin: auto;
  367. text-align: justify;}
  368.  
  369. .quote_medium {font-size: 18px;
  370. font-family: 'open sans condensed';
  371. width: 70%;
  372. margin: auto;
  373. text-align: justify;}
  374.  
  375. .quote_long {font-size: 12px;
  376. font-family: 'open sans condensed';
  377. width: 70%;
  378. margin: auto;
  379. text-align: justify;}
  380.  
  381. .source {text-align: right;}
  382.  
  383. .source a:link, .source a:visited, .source a:active {color: {color:Post Link};
  384. font-family: {font:Links};
  385. letter-spacing: 2px;
  386. padding: 0px 2px;
  387. border-bottom: 1px solid {color:Accent};}
  388.  
  389. #quotemarkleft {font-family: georgia;
  390. font-size: 180px;
  391. margin-bottom: -140px;
  392. margin-top: -20px;}
  393.  
  394. #quotemarkright {font-family: georgia;
  395. font-size: 180px;
  396. text-align: right;
  397. margin-bottom: -80px;
  398. margin-top: -70px;}
  399.  
  400. /* CHAT */
  401. #posts2 .chat {list-style: none;
  402. margin: 0px;}
  403.  
  404. #posts2 .chat ul {line-height: 15px;
  405. list-style: none;
  406. padding: 0px;
  407. margin: -10px;}
  408.  
  409. #posts2 .chat li {list-style: none;}
  410.  
  411. .line.odd {color: {color:Post Link};
  412. background-color: {color:Post Alt Background};
  413. padding: 2px 5px;}
  414.  
  415. .line.odd .label {padding: 3px;
  416. text-transform: uppercase;}
  417.  
  418. .line.even {color: {color:Reblog Font};
  419. padding: 2px 5px}
  420.  
  421. .line.even .label {padding: 3px;
  422. text-transform: uppercase;}
  423.  
  424. /* AUDIO */
  425. .contenttxt_audio {padding-left: 15px;
  426. margin-top: -5px}
  427.  
  428. #audiocontain {text-align:center;
  429. {block:IfNot400pxPost}width: 500px;
  430. height: 250px;{/block:IfNot400pxPost}
  431. {block:If400pxPost}width: 400px;
  432. height: 200px; {/block:If400pxPost}}
  433.  
  434. .audio_player {text-align: center;
  435. margin: auto;
  436. {block:IfNot400pxPost}width: 205px; margin-left: -10px{/block:IfNot400pxPost}}
  437.  
  438. .album_art {position: absolute;
  439. {block:IfNot400pxPost}width: 250px;
  440. height: 250px;{/block:IfNot400pxPost}
  441. {block:If400pxPost}width: 200px;
  442. height: 200px;{/block:If400pxPost}
  443. margin-left: 0px;
  444. text-align: left}
  445.  
  446. .album_art img {{block:IfNot400pxPost}width: 250px;
  447. height: 250px;{/block:IfNot400pxPost}
  448. {block:If400pxPost}width: 200px;
  449. height: 200px;{/block:If400pxPost}
  450. float:left}
  451.  
  452. #posts2 .containermusic {width: 200px;
  453. display: block;
  454. vertical-align: middle}
  455.  
  456. #posts2 .containermusic ul {list-style: none;
  457. margin-left: -45px}
  458.  
  459. #posts2 .containermusic li {list-style: none;}
  460.  
  461. .musiclabel {margin: auto;
  462. background-color: {color:Post Alt Background};
  463. padding: 3px 10px;
  464. font-size: 9px;
  465. color: {color:Post Link};
  466. border-bottom: 1px solid {color:Post Link};
  467. width: 185px;
  468. text-transform: uppercase;
  469. letter-spacing: 1px;}
  470.  
  471. .musiclabel:hover {background-color: {color:Accent};
  472. color: {color:Post Link Bright};
  473. border-bottom: 1px solid {color:Post Link Bright};
  474. letter-spacing: 3px;}
  475.  
  476. #posts2 .containermusic .musiclabel ul, #containermusic .musiclabel li {list-style: none;
  477. display: block;
  478. width: 200px;}
  479.  
  480. .audioverlay {opacity: 0.8;
  481. {block:IfAudioPlayerWhite}background-color: #fff;{/block:IfAudioPlayerWhite}
  482. {block:IfAudioPlayerGrey}background-color: #e4e4e4;{/block:IfAudioPlayerGrey}
  483. {block:IfAudioPlayerBlack}background-color: #000;{/block:IfAudioPlayerBlack}
  484. position: absolute;
  485. z-index: 10;
  486. {block:IfNot400pxPost}margin-top: -25px;
  487. margin-left: 40px;{/block:IfNot400pxPost}
  488. {block:If400pxPost}margin-top: -25px;
  489. margin-left: 20px;{/block:If400pxPost}}
  490.  
  491. .audioarrow {width: 20px;
  492. height: 30px;
  493. overflow: hidden;
  494. margin: 15px 24px 13px 16px;}
  495.  
  496. /* ANSWER */
  497. .question {color: {color:Post Link};
  498. padding: 15px;
  499. font-size: {text:Question Font Size};
  500. background-color: {color:Accent};
  501. margin: -8px;
  502. margin-bottom: -10px;}
  503.  
  504. .asker {text-transform: uppercase;
  505. line-height: 16px;
  506. font-size: {text:Asker Font Size};
  507. letter-spacing: 3px;}
  508.  
  509. .asker a:link, .asker a:visited, .asker a:active {margin-left: 0px;
  510. color: {color:Post Font};
  511. border-bottom: 1px solid {color:Accent};}
  512.  
  513. .asker a:hover {color: {color:Post Link Bright}}
  514.  
  515. .tip {color: {color:Accent};
  516. font-size: 20px;
  517. padding-left: 40px}
  518.  
  519. /* NOTES & REBLOG */
  520. .notecount {background-color: {color:Accent};
  521. color: {color:Post Link};
  522. font-size: {text:Notecount Font Size};
  523. letter-spacing: 3px;
  524. text-align: center;
  525. padding: 2px;
  526. text-transform: uppercase;
  527. transition: all 0.4s ease-out;
  528. -o-transition: all 0.4s ease-out;
  529. -webkit-transition: all 0.4s ease-out;
  530. -moz-transition: all 0.4s ease-out;}
  531.  
  532. .notecount:hover {background-color: {color:Post Link};
  533. color: {color:Accent};}
  534.  
  535. .reblognames {background-color: {color:Post Alt Background};
  536. color: {color:Reblog Font};
  537. font-size: {text:Reblogged and Tags Font Size};
  538. letter-spacing: 2px;
  539. padding: 10px;
  540. text-transform: uppercase;}
  541.  
  542. .reblognames a:link, .reblognames a:visited, .reblognames a:active {color: {color:Post Link};}
  543. .reblognames a:hover {color: {color:Post Link Bright}}
  544.  
  545.  
  546. {block:IfNotShowTags}.rebloginfo, .tags {display: none}
  547.  
  548. #posts:hover .rebloginfo {display: block}
  549.  
  550. #tagbox:hover .tags {word-wrap: break-word;
  551. position: absolute;
  552. display: block;
  553. background-image: url(http://i41.tinypic.com/3494fm8.png);
  554. width: 130px;
  555. padding: 5px;
  556. margin-top: 0px;
  557. {block:IfNotShowSidebaronLeft}{block:IfNot400pxPost}margin-left: 20px;{/block:IfNot400pxPost}
  558. {block:If400pxPost}margin-left: 120px;{/block:If400pxPost}{/block:IfNotShowSidebaronLeft}
  559. {block:IfShowSidebaronLeft}{block:IfNot400pxPost}margin-left: 701px;{/block:IfNot400pxPost}
  560. {block:If400pxPost}margin-left: 601px;{/block:If400pxPost}{/block:IfShowSidebaronLeft}}{/block:IfNotShowTags}
  561.  
  562. {block:IfShowTags}.rebloginfo, .tags {display: block}
  563. #posts:hover .rebloginfo {display: block}
  564.  
  565. .tags {word-wrap: break-word;
  566. position: absolute;
  567. display: block;
  568. background-image: url(http://i41.tinypic.com/3494fm8.png);
  569. width: 130px;
  570. padding: 5px;
  571. margin-top: 0px;
  572. {block:IfNotShowSidebaronLeft}margin-left: 20px;{/block:IfNotShowSidebaronLeft}
  573. {block:IfShowSidebaronLeft}{block:IfNot400pxPost}margin-left: 701px;{/block:IfNot400pxPost} {block:If400pxPost}margin-left: 601px;{/block:If400pxPost}{/block:IfShowSidebaronLeft}}{/block:IfShowTags}
  574.  
  575. {block:IfShowTagsinPost}{block:IfHideTagsInPost}
  576. .tags2 {display:none;}
  577. #posts:hover .tags2 {display:block;}{/block:IfHideTagsInPost}{/block:IfShowTagsinPost}
  578.  
  579. .tags a:link, .tags a:visited, .tags a:active {font-size: {text:Reblogged and Tags Font Size};
  580. margin:2px 0px;
  581. color: {color:Post Link};
  582. word-wrap: break-word;
  583. padding: 5px;
  584. letter-spacing: 3px;
  585. opacity:0.8;
  586. filter:alpha(opacity=80);
  587. background-color: {color:Post Alt Background};
  588. display: block;
  589. text-transform: uppercase;
  590. text-align: justify;
  591. transition: all 0.4s ease-out;
  592. -o-transition: all 0.4s ease-out;
  593. -webkit-transition: all 0.4s ease-out;
  594. -moz-transition: all 0.4s ease-out;}
  595.  
  596. .tags a:hover {opacity:1.0;
  597. filter:alpha(opacity=100);
  598. padding: 10px 5px;}
  599.  
  600. {block:IfNotShowReblogInfo}
  601. .reblognames {display:none;}
  602. #posts:hover .reblognames {display:block;}{/block:IfNotShowReblogInfo}
  603.  
  604. .notes_perma {color: {color:Post Link};
  605. font-size: 24px;
  606. font-family: open sans condensed;
  607. text-align: center;
  608. {block:IfNot400pxPost}width: 520px;{/block:IfNot400pxPost}
  609. {block:If400pxPost}width: 420px;{/block:If400pxPost}
  610. padding: 0px 10px;
  611. display: block;
  612. margin-top: -20px;
  613. background-image: url(http://i41.tinypic.com/3494fm8.png);
  614. text-transform: uppercase;
  615. {block:IfNot400pxPost}{block:IfNotShowSidebaronLeft}margin-left: 180px{/block:IfNotShowSidebaronLeft}{/block:IfNot400pxPost}
  616. {block:If400pxPost}{block:IfNotShowSidebaronLeft}margin-left: 280px{/block:IfNotShowSidebaronLeft}{/block:If400pxPost}
  617. {block:IfShowSidebaronLeft}margin-left: 131px{/block:IfShowSidebaronLeft}}
  618.  
  619. .notes_permasub {background-image: url(http://i41.tinypic.com/3494fm8.png);
  620. padding: 10px 0px;
  621. margin-top: -20px;}
  622.  
  623. #container ol.notes {list-style-type: none;
  624. text-align: justify;
  625. {block:IfNot400pxPost}width: 520px;{/block:IfNot400pxPost}
  626. {block:If400pxPost}width: 420px;{/block:If400pxPost}
  627. padding: 10px;
  628. text-transform: lowercase;
  629. color: {color:Post Link};
  630. letter-spacing: 3px;
  631. padding-top: 0px;
  632. {block:IfNot400pxPost}{block:IfNotShowSidebaronLeft}margin-left: 180px{/block:IfNotShowSidebaronLeft}{/block:IfNot400pxPost}
  633. {block:If400pxPost}{block:IfNotShowSidebaronLeft}margin-left: 280px{/block:IfNotShowSidebaronLeft}{/block:If400pxPost}
  634. {block:IfShowSidebaronLeft}margin-left: 131px{/block:IfShowSidebaronLeft}}
  635.  
  636. .content_notes .ph ol.notes {list-style-type: none;
  637. text-align: justify;
  638. {block:IfNot400pxPost}width: 520px;{/block:IfNot400pxPost}
  639. {block:If400pxPost}width: 420px;{/block:If400pxPost}
  640. padding: 10px 20px;
  641. text-transform: lowercase;
  642. color: {color:Post Link};
  643. letter-spacing: 3px;
  644. padding-top: 0px;
  645. {block:IfNot400pxPost}{block:IfNotShowSidebaronLeft}margin-left: 180px{/block:IfNotShowSidebaronLeft}{/block:IfNot400pxPost}
  646. {block:If400pxPost}{block:IfNotShowSidebaronLeft}margin-left: 280px{/block:IfNotShowSidebaronLeft}{/block:If400pxPost}
  647. {block:IfShowSidebaronLeft}margin-left: 131px{/block:IfShowSidebaronLeft}}
  648.  
  649. #container ol.notes li.note {border-top: solid 1px {color:Post Font};
  650. padding: 10px;
  651. background-image: url(http://i41.tinypic.com/3494fm8.png);}
  652.  
  653. #container .ph ol.notes li.note {border-top: solid 1px {color:Post Font};
  654. padding: 10px;
  655. background-image: url(http://i41.tinypic.com/3494fm8.png);
  656. margin: 0px 10px;}
  657.  
  658. #container ol.notes li.note blockquote a:link, #container ol.notes li.note blockquote a:active, #container ol.notes li.note blockquote a:visited {text-decoration: none;
  659. color: {color:Post Link};
  660. text-transform: uppercase;
  661. background-image: url(http://i41.tinypic.com/3494fm8.png);
  662. display: block;
  663. padding: 5px;}
  664.  
  665. #container ol.notes li.note img.avatar {display: none;}
  666.  
  667. .notes {font-size: 9px;
  668. font-family: calibi, helvetica, verdana}
  669.  
  670. ol.notes li a:link, ol.notes li a:visited, ol.notes li a:active {color: {color:Post Link};
  671. text-transform: uppercase;
  672. letter-spacing: 1px;
  673. background-image: url(http://i41.tinypic.com/3494fm8.png);
  674. padding: 0px 3px;}
  675.  
  676. #container ol {background-color: transparent;
  677. background-image: url(http://i41.tinypic.com/3494fm8.png);
  678. margin-top: 0px;}
  679.  
  680. {CustomCSS}
  681. </style></head>
  682. <body>
  683. <div id="sidebar">{block:IfSidebarpicImage}<img src="{image:sidebarpic}" border="0" width="230px">{/block:IfSidebarpicImage}
  684. <div class="toplinks"><a href="/">{block:IfShowBlogTitle}{Title}{/block:IfShowBlogTitle}
  685. {block:IfNotShowBlogTitle}INDEX{/block:IfNotShowBlogTitle}</a>
  686. <a href="/ask">ASK BOX</a>
  687. <a href="/archive">ARCHIVE</a>
  688. {block:IfShowRandom}<a href="/random">RANDOM</a>{/block:IfShowRandom}
  689. {block:SubmissionsEnabled}<a href="/submit">SUBMIT</a>{/block:SubmissionsEnabled} </div>
  690. <div class="description">{Description}</div>
  691. <div class="pages">{block:IfLink1Name}<a href="{text:Link1 Url}">{text:Link1 Name}</a>{/block:IfLink1Name}
  692. {block:IfLink2Name}<a href="{text:Link2 Url}">{text:Link2 Name}</a>{/block:IfLink2Name}
  693. {block:IfLink3Name}<a href="{text:Link3 Url}">{text:Link3 Name}</a>{/block:IfLink3Name}
  694. {block:IfLink4Name}<a href="{text:Link4 Url}">{text:Link4 Name}</a>{/block:IfLink4Name}
  695. {block:IfLink5Name}<a href="{text:Link5 Url}">{text:Link5 Name}</a>{/block:IfLink5Name}
  696. {block:IfLink6Name}<a href="{text:Link6 Url}">{text:Link6 Name}</a>{/block:IfLink6Name}
  697. {block:IfLink7Name}<a href="{text:Link7 Url}">{text:Link7 Name}</a>{/block:IfLink7Name}
  698. {block:IfLink8Name}<a href="{text:Link8 Url}">{text:Link8 Name}</a>{/block:IfLink8Name}
  699. {block:HasPages}{block:Pages}<a href="{URL}">{Label}</a>{/block:Pages}{/block:HasPages}</div>
  700.  
  701. {block:IfNotShowIcon}<div class="nav">{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">«</a>{/block:PreviousPage} {CurrentPage} of {TotalPages} {block:NextPage}<a href="{NextPage}">»</a>{/block:NextPage}{/block:Pagination}</div>{/block:IfNotShowIcon}
  702.  
  703. {block:IfShowIcon}<Table cellpadding="0" cellspacing="0" style="margin-top: 2px;"><tr><td><img src="{PortraitURL-96}"></td><td style="vertical-align:top"><div class="nav">{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">«</a>{/block:PreviousPage} {CurrentPage} of {TotalPages} {block:NextPage}<a href="{NextPage}">»</a>{/block:NextPage}{/block:Pagination}</div></td></tr></table>{/block:IfShowIcon}
  704.  
  705. {block:IfTextCredit}<div class="credit">THEME BY <a href="http://lostmemento.tumblr.com">LOSTMEMENTO</a></div>{block:IfTextCredit}</div>
  706.  
  707. <div id="container">
  708. {block:Posts}<div id="tagbox"><div id="date"><a href="{Permalink}">{block:Date}{block:NewDayDate}<div class="innerdate"><div class="day">{DayOfMonthWithZero}</div><div class="month">{ShortMonth}</div></div>{/block:NewDayDate}
  709. {block:SameDayDate}<div class="time">{12HourWithZero}:{Minutes} {CapitalAmPm}</div>{/block:SameDayDate}{/block:Date}</a></div>
  710.  
  711. {block:IndexPage}{block:IfNotShowTagsInPost}{block:HasTags}<div class="tags">{block:Tags}<a href="/tagged/{URLSafeTag}">#{Tag}</a>{/block:Tags}</div>{/block:HasTags}{/block:IfNotShowTagsInPost}{/block:IndexPage}
  712.  
  713. <div id="posts">
  714.  
  715. <!--- PHOTO POSTS --->
  716. {block:Photo}<div style="margin-bottom: -4px"><center>{LinkOpenTag}<div id="photo">{block:IfNot400pxPost}<img src="{PhotoURL-500}" alt="{PhotoAlt}" {block:IfStretchPhotos}width="500px"{/block:IfStretchPhotos}>{/block:IfNot400pxPost}
  717. {block:If400pxPost}<img src="{PhotoURL-400}" alt="{PhotoAlt}" {block:IfStretchPhotos}width="400px"{/block:IfStretchPhotos}>{/block:If400pxPost}{block:IfShowHiRes}<div class="hires"><a href="{PhotoURL-HighRes}">HI-RES</a></div>{/block:IfShowHiRes}</div>{LinkCloseTag}</center></div>
  718. {block:IndexPage}{block:IfNotShowPhotoCaptions}<div class="captions">{/block:IfNotShowPhotoCaptions}{/block:IndexPage}
  719. {block:Caption}<div id="posts2" style="margin: 0px 10px; {block:IfNot400pxPost}width: 480px;{block:IfNot400pxPost} {block:If400pxPost}width: 380px;{block:If400pxPost}">{Caption}</div>{/block:Caption}
  720. {block:IndexPage}{block:IfNotShowPhotoCaptions}</div>{/block:IfNotShowPhotoCaptions}{/block:IndexPage}{/block:Photo}
  721.  
  722. <!--- PHOTOSET POSTS --->
  723. {block:Photoset}<div style="margin-bottom: -4px"><center>{block:IfNot400pxPost}{Photoset-500}{/block:IfNot400pxPost}
  724. {block:If400pxPost}{Photoset-400}{/block:If400pxPost}</center></div>
  725. {block:IndexPage}{block:IfNotShowPhotoCaptions}<div class="captions">{/block:IfNotShowPhotoCaptions}{/block:IndexPage}
  726. {block:Caption}<div id="posts2" style="margin: 0px 10px; {block:IfNot400pxPost}width: 480px;{block:IfNot400pxPost} {block:If400pxPost}width: 380px;{block:If400pxPost}">{Caption}</div>{/block:Caption}
  727. {block:IndexPage}{block:IfNotShowPhotoCaptions}</div>{/block:IfNotShowPhotoCaptions}{/block:IndexPage}{/block:Photoset}
  728.  
  729. <!--- TEXT POSTS --->
  730. {block:Text}<div id="posts2"><a href="{Permalink}"><h1>{block:Title}{Title}{/block:Title}</h1></a>
  731. {Body}</div>{/block:Text}
  732.  
  733. <!--- QUOTE POSTS --->
  734. {block:Quote}<div id="posts2"><div id="quotemarkleft">“</div><div class="quote_{Length}">{Quote}</div><div id="quotemarkright">”</div>
  735. {block:Source}<div class="source">- {Source}</div>{/block:Source}</div>{/block:Quote}
  736.  
  737. <!--- LINK POSTS --->
  738. {block:Link}<div id="posts2"><a href="{URL}"><h2>{Name}</h2></a>
  739. {block:Description}{Description}{/block:Description}</div>{/block:Link}
  740.  
  741. <!--- CHAT POSTS --->
  742. {block:Chat}
  743. <div id="posts2">{block:Title}<h1>{Title}</h1>{/block:Title}
  744. <div class="chat"><ul>{block:Lines}
  745. <li class="line {Alt}">{block:Label}
  746. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div></div>{/block:Chat}
  747.  
  748. <!--- AUDIO POSTS --->
  749. {block:Audio}<div id="posts2"><table cellspacing="0" cellpadding="0" style="vertical-align: top" {block:IfNot400pxPost}height="150px"{/block:IfNot400pxPost} {block:If400pxPost}height="100px"{/block:If400pxPost}><tr><td><img style="position: absolute; {block:IfNot400pxPost}margin-top: -75px{/block:IfNot400pxPost}
  750. {block:If400pxPost}margin-top: -50px{/block:If400pxPost}" src="http://static.tumblr.com/jn9hrij/20Ul2zzsr/albumart.jpg" alt="default album art" {block:IfNot400pxPost}width="150" height="150"{/block:IfNot400pxPost} {block:If400pxPost}width="100" height="100"{/block:If400pxPost} />
  751. {block:AlbumArt}
  752. <img style="position: absolute; {block:IfNot400pxPost}margin-top: -75px{/block:IfNot400pxPost} {block:If400pxPost}margin-top: -50px{/block:If400pxPost}" {block:IfNot400pxPost}width="150" height="150"{/block:IfNot400pxPost} {block:If400pxPost}width="100" height="100"{/block:If400pxPost} src="{AlbumArtURL}" />
  753. {/block:AlbumArt}</div>
  754.  
  755. {block:If400pxPost}<div class="audioverlay"><div class="audioarrow">{block:IfAudioPlayerWhite}{AudioPlayerWhite}{/block:IfAudioPlayerWhite}
  756. {block:IfAudioPlayerGrey}{AudioPlayerGrey}{/block:IfAudioPlayerGrey}
  757. {block:IfAudioPlayerBlack}{AudioPlayerBlack}{/block:IfAudioPlayerBlack}</div></div>{/block:If400pxPost}</td>
  758.  
  759. <td {block:IfNot400pxPost}style="padding-left: 150px;"{/block:IfNot400pxPost} {block:If400pxPost}style="padding-left: 100px;"{/block:If400pxPost}><img src="http://i51.tinypic.com/20z1nk9.png" {block:IfNot400pxPost}width="150" height="150"{/block:IfNot400pxPost} {block:If400pxPost}width="100" height="100"{/block:If400pxPost}></td>
  760.  
  761. <td class="containermusic"><ul><li>{block:Artist}<div class="musiclabel">{Artist}</div>{/block:Artist}</li>
  762. <li>{block:TrackName}<div class="musiclabel">{TrackName}</div>{/block:TrackName}</li>
  763. <li>{block:Album}<div class="musiclabel">{Album}</div>{/block:Album}</li>
  764. <li><div class="musiclabel">{PlayCountWithLabel}</div></li>
  765. {block:IfNot400pxPost}<li><div class="musiclabel">{block:IfAudioPlayerGrey}{AudioPlayerGrey}{/block:IfAudioPlayerGrey}
  766. {block:IfAudioPlayerWhite}{AudioPlayerWhite}{/block:IfAudioPlayerWhite}
  767. {block:IfAudioPlayerBlack}{AudioPlayerBlack}{/block:IfAudioPlayerBlack}</div></li>{/block:IfNot400pxPost}</ul></td></tr></table>
  768. {block:Caption}<div class="content">{Caption}</div>{/block:Caption}</div>{/block:Audio}
  769.  
  770. <!--- VIDEO POSTS --->
  771. {block:Video}<div style="margin-bottom: -4px"><center>{block:IfNot400pxPost}{Video-500}{/block:IfNot400pxPost}
  772. {block:If400pxPost}{Video-400}{/block:If400pxPost}</center></div>
  773. {block:Caption}<div id="posts2" style="margin: 0px 10px; width: 480px;">{Caption}</div>{/block:Caption}{/block:Video}
  774.  
  775.  
  776. <!--- ANSWER POSTS --->
  777. {block:Answer}<div id="posts2"><div class="question">{Question}</div>
  778. <table cellspacing="0" cellpadding="0" width="100%"><tr><td class="tip" width="20px" style="vertical-align: top">&#9701;</td><td width="20px" style="padding-top: 15px; padding-left: 10px;"><img src="{AskerPortraitURL-16}"></td><td style="padding-top: 15px"><div class="asker">{Asker} {text:Ask Action}</div></td></tr></table>
  779. {Answer}</div>{/block:Answer}
  780.  
  781.  
  782. <!--- POST INFO --->
  783. {block:IndexPage}{block:IfNotShowPhotoPostNotes}{block:Photo}<div class="captions">{/block:Photo}
  784. {block:Photoset}<div class="captions">{/block:Photoset}{/block:IfNotShowPhotoPostNotes}
  785.  
  786. {block:NoteCount}<A href="{Permalink}"><div class="notecount" {block:Photo}style="margin: 0px 10px; {block:IfNot400pxPost}width: 496px;{/block:IfNot400pxPost} {block:If400pxPost}width: 396px;{/block:If400pxPost}"{/block:Photo} {block:Photoset}style="margin: 0px 10px;{block:IfNot400pxPost}width: 496px;{/block:IfNot400pxPost} {block:If400pxPost}width: 396px;{/block:If400pxPost}"{/block:Photoset} {block:Video}style="margin: 0px 10px; {block:IfNot400pxPost}width: 496px;{/block:IfNot400pxPost} {block:If400pxPost}width: 396px;{/block:If400pxPost}"{/block:Video}>{NoteCountWithLabel}</div></a>{/block:NoteCount}
  787.  
  788. {block:IfNotShowPhotoPostNotes}{block:Photo}</div>{/block:Photo}
  789. {block:Photoset}</div>{/block:Photoset}{/block:IfNotShowPhotoPostNotes}
  790.  
  791. {block:IfShowTagsInPost}{block:HasTags}<div class="tags2" {block:Photo}style="margin: 0px 10px; {block:IfNot400pxPost}width: 480px;{/block:IfNot400pxPost} {block:If400pxPost}width: 380px;{block:If400pxPost}"{/block:Photo} {block:Photoset}style="margin: 0px 10px; {block:IfNot400pxPost}width: 480px;{/block:IfNot400pxPost} {block:If400pxPost}width: 380px;{/block:If400pxPost}"{/block:Photoset} {block:Video}style="margin: 0px 10px; {block:IfNot400pxPost}width: 480px;{/block:IfNot400pxPost} {block:If400pxPost}width: 380px;{/block:If400pxPost}"{/block:Video}>{block:Tags}<a href="/tagged/{URLSafeTag}">#{Tag}</a>{/block:Tags}</div>{/block:HasTags}{/block:IfShowTagsInPost}
  792.  
  793. {block:RebloggedFrom}<div class="reblognames" {block:Photo}style="margin: 0px 10px; {block:IfNot400pxPost}width: 480px;{/block:IfNot400pxPost} {block:If400pxPost}width: 380px;{/block:If400pxPost}"{/block:Photo} {block:Photoset}style="margin: 0px 10px; {block:IfNot400pxPost}width: 480px;{/block:IfNot400pxPost} {block:If400pxPost}width: 380px;{/block:If400pxPost}"{/block:Photoset} {block:Video}style="margin: 0px 10px; {block:IfNot400pxPost}width: 480px;{/block:IfNot400pxPost} {block:If400pxPost}width: 380px;{/block:If400pxPost}"{/block:Video}>REBLOGGED <a href="{ReblogParentURL}">{ReblogParentName}</a> {TimeAgo} (ORIGINALLY <A href="{ReblogRootURL}">{ReblogRootName}</a>)</div>{/block:RebloggedFrom}{/block:IndexPage}
  794.  
  795. {block:PermalinkPage}{block:HasTags}<div class="tags2" {block:Photo}style="margin: 0px 10px; {block:IfNot400pxPost}width: 480px;{/block:IfNot400pxPost} {block:If400pxPost}width: 380px;{/block:If400pxPost}"{/block:Photo} {block:Photoset}style="margin: 0px 10px; {block:IfNot400pxPost}width: 480px;{/block:IfNot400pxPost} {block:If400pxPost}width: 380px;{/block:If400pxPost}"{/block:Photoset} {block:Video}style="margin: 0px 10px; {block:IfNot400pxPost}width: 480px;{/block:IfNot400pxPost} {block:If400pxPost}width: 380px;{/block:If400pxPost}"{/block:Video}>{block:Tags}<a href="/tagged/{URLSafeTag}">#{Tag}</a>{/block:Tags}</div>{/block:HasTags}
  796.  
  797. {block:RebloggedFrom}<div class="reblognames2" {block:Photo}style="margin: 0px 10px; {block:IfNot400pxPost}width: 480px;{/block:IfNot400pxPost} {block:If400pxPost}width: 380px;{/block:If400pxPost}"{/block:Photo} {block:Photoset}style="margin: 0px 10px; {block:IfNot400pxPost}width: 480px;{/block:IfNot400pxPost} {block:If400pxPost}width: 380px;{/block:If400pxPost}"{/block:Photoset} {block:Video}style="margin: 0px 10px; {block:IfNot400pxPost}width: 480px;{/block:IfNot400pxPost} {block:If400pxPost}width: 380px;{/block:If400pxPost}"{/block:Video}>REBLOGGED <a href="{ReblogParentURL}">{ReblogParentName}</a> {TimeAgo} (ORIGINALLY <A href="{ReblogRootURL}">{ReblogRootName}</a>)</div>{/block:RebloggedFrom}{/block:PermalinkPage}
  798. </div>
  799.  
  800. {block:PermalinkPage}{block:NoteCount}<div class="notes_perma"><div class="notes_permasub" {block:Photo}style="margin: 0px 10px; {block:IfNot400pxPost}width: 500px;{/block:IfNot400pxPost} {block:If400pxPost}width: 400px;{/block:If400pxPost}"{/block:Photo} {block:Photoset}style="margin: 0px 10px; {block:IfNot400pxPost}width: 500px;{/block:IfNot400pxPost} {block:If400pxPost}width: 400px;{/block:If400pxPost}"{/block:Photoset} {block:Video}style="margin: 0px 10px; {block:IfNot400pxPost}width: 500px;{/block:IfNot400pxPost} {block:If400pxPost}width: 400px;{/block:If400pxPost}"{/block:Video}>{NoteCountWithLabel}</div></div>{/block:NoteCount}{/block:PermalinkPage}
  801.  
  802. {block:PostNotes}<div class="content_notes">
  803. {block:Photo}<div class="ph">{/block:Photo} {block:Photoset}<div class="ph">{/block:Photoset} {block:Video}<div class="ph">{/block:Video}{PostNotes}{block:Photo}</div>{/block:Photo} {block:Photoset}</div>{/block:Photoset} {block:Video}</div>"{/block:Video}</div>{/block:PostNotes}</div>{/block:Posts}</div>
  804.  
  805. <!--- DO NOT REMOVE CREDIT --->
  806. {block:IfNotTextCredit}<div id="creditimage"><a href="http://lostmemento.tumblr.com"><img src="http://static.tumblr.com/bkd4m5b/kRDm3vhr3/lmthemeslogoxsml_copy.png"></a></div>{/block:IfNotTextCredit}</body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement