Advertisement
lostmemento

[Old Theme] The Truman Show v2

Jul 23rd, 2011
22,777
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 41.60 KB | None | 0 0
  1. <html>
  2. <head>
  3. <!--- 05 THE TRUMAN SHOW v2 THEME 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://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"></script>
  21. <script type="text/javascript" src="http://static.tumblr.com/bkd4m5b/Citm42m8i/smoothscroll.js"></script>
  22. <link href='http://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'>
  23.  
  24. <!--- CUSTOMIZABLE VARIABLES --->
  25. <meta name="image:Sidebar" content=""/>
  26. <meta name="image:Background" content=""/>
  27. <meta name="if:Background No Repeat" content="0"/>
  28. <meta name="if:Background Fixed" content="0"/>
  29. <meta name="if:400px Post" content="0"/>
  30. <meta name="if:Show Sidebar" content="0"/>
  31. <meta name="if:Show Photo Captions" content="0"/>
  32. <meta name="if:Show Photo Captions Permalink Only" content="0"/>
  33. <meta name="if:Show Tags" content="0"/>
  34. <meta name="if:Stretch Photos" content="0"/>
  35. <meta name="if:AudioPlayerWhite" content="1"/>
  36. <meta name="if:AudioPlayerGrey" content="0"/>
  37. <meta name="if:AudioPlayerBlack" content="0"/>
  38. <meta name="if:Text Credit" content="0"/>
  39.  
  40. <meta name="if:One Color Palette" content="0"/>
  41. <meta name="if:Show Sidebar Right" content="1"/>
  42. <meta name="if:Show Submit" content="0"/>
  43. <meta name="if:Show Date" content="0"/>
  44. <meta name="if:Show Time Ago" content="0"/>
  45. <meta name="if:Show Notes Symbol" content="0"/>
  46.  
  47. <meta name="color:Scrollbar Background" content="#fdfdfd"/>
  48. <meta name="color:Scroller" content="#e663b6"/>
  49.  
  50. <meta name="color:Background" content="#f9f9f9"/>
  51. <meta name="color:Post Background" content="#fdfdfd"/>
  52. <meta name="color:Post Font" content="#4F4F4F"/>
  53. <meta name="color:Question Background" content="#fcfcfc"/>
  54.  
  55. <meta name="color:Main Dark" content="#e663b6"/>
  56. <meta name="color:Main Med" content="#ea8ec9"/>
  57. <meta name="color:Main Light" content="#e9acd3"/>
  58. <meta name="color:Main Text" content="#c02ca4"/>
  59.  
  60. {block:IfNotOneColorPalette}
  61. <meta name="color:Second Dark" content="#d0f368"/>
  62. <meta name="color:Second Med" content="#daf48d"/>
  63. <meta name="color:Second Light" content="#eef6c3"/>
  64. <meta name="color:Second Text" content="#92ba18"/>
  65.  
  66. <meta name="color:Third Dark" content="#9ff4f1"/>
  67. <meta name="color:Third Med" content="#bff4f2"/>
  68. <meta name="color:Third Light" content="#def4f3"/>
  69. <meta name="color:Third Text" content="#2cbbc0"/>
  70.  
  71. <meta name="color:Fourth Dark" content="#d685e8"/>
  72. <meta name="color:Fourth Med" content="#deade8"/>
  73. <meta name="color:Fourth Light" content="#e0c5e6"/>
  74. <meta name="color:Fourth Text" content="#912cc0"/>
  75. {/block:IfNotOneColorPalette}
  76.  
  77. <meta name="font:Main" content="Arial, Helvetica"/>
  78. <meta name="font:Sub" content="Calibri,Arial, Helvetica"/>
  79. <meta name="text:Special Font" content="'Open Sans'"/>
  80.  
  81. <meta name="text:Link1Url" content="http://"/>
  82. <meta name="text:Link1Name" content=""/>
  83. <meta name="text:Link2Url" content="http://"/>
  84. <meta name="text:Link2Name" content=""/>
  85. <meta name="text:Link3Url" content="http://"/>
  86. <meta name="text:Link3Name" content=""/>
  87. <meta name="text:Link4Url" content="http://"/>
  88. <meta name="text:Link4Name" content=""/>
  89. <meta name="text:Link5Url" content="http://"/>
  90. <meta name="text:Link5Name" content=""/>
  91. <meta name="text:Link6Url" content="http://"/>
  92. <meta name="text:Link6Name" content=""/>
  93. <meta name="text:Link7Url" content="http://"/>
  94. <meta name="text:Link7Name" content=""/>
  95. <meta name="text:Link8Url" content="http://"/>
  96. <meta name="text:Link8Name" content=""/>
  97.  
  98. <meta name="text:Notes Symbol" content="&#9829;"/>
  99. <meta name="text:Ask Action" content="TUNED IN"/>
  100. <meta name="text:Background Position" content=""/>
  101. <meta name="text:Sidebar Text Align" content="center"/>
  102. <meta name="text:Hidden Sidebar Height" content="200px"/>
  103.  
  104. <meta name="text:Sidebar Links Font Size" content="7px"/>
  105. <meta name="text:Sidebar Text Font Size" content="10px"/>
  106. <meta name="text:Post Font Size" content="10px"/>
  107. <meta name="text:Post Heading Font Size" content="15px"/>
  108. <meta name="text:Post Info Font Size" content="7px"/>
  109. <meta name="text:Post Links Font Size" content="8px"/>
  110. <meta name="text:Asker Font Size" content="12px"/>
  111.  
  112.  
  113.  
  114. <style type="text/css">
  115. body {background-color: {color:Background};
  116. font-family: {font:Main};
  117. margin: 0px;
  118. {block:IfBackgroundFixed}background-attachment: fixed;{/block:IfBackgroundFixed}
  119. {block:IfBackgroundNoRepeat}background-repeat: no-repeat;{/block:IfBackgroundNoRepeat}
  120. height: 100%;
  121. background-image: url('{image:Background}');
  122. {block:IfBackgroundPosition}background-position: {text:Background Position};{/block:IfBackgroundPosition}}
  123.  
  124. ::-webkit-scrollbar-thumb:vertical {background-color: {color:Scroller}; height: 10px;}
  125. ::-webkit-scrollbar-thumb:horizontal {background-color: {color:Scroller}; height:10px!important;}
  126. ::-webkit-scrollbar {background-color: {color:Scrollbar Background}; height:10px; width:10px;}
  127.  
  128. a {text-decoration: none;
  129. transition: 0.4s;
  130. -o-transition-transition: 0.4s;
  131. -webkit-transition-duration: 0.4s;
  132. -moz-transition-duration: 0.4s;}
  133.  
  134. a:hover {transition: 0.4s;
  135. -o-transition-transition: 0.4s;
  136. -webkit-transition-duration: 0.4s;
  137. -moz-transition-duration: 0.4s;}
  138.  
  139. img {border: 0px}
  140.  
  141. #container {
  142. {block:IfNot400pxPost}width: 884px;{/block:IfNot400pxPost}
  143. {block:If400pxPost}width: 784px;{/block:If400pxPost}
  144. margin: auto;
  145. margin-bottom: 40px;
  146. padding-top: 20px;
  147. {block:IfShowDate}padding-top: 40px;{/block:IfShowDate}}
  148.  
  149. /* SIDEBAR */
  150. #sidebarright {{block:IfTextCredit}width: 225px;{/block:IfTextCredit}
  151. {block:IfNotTextCredit}width: 224px;{/block:IfNotTextCredit}
  152. position: fixed;
  153. {block:IfShowSidebarRight}
  154. {block:IfNot400pxPost}margin-left: 620px;{/block:IfNot400pxPost}
  155. {block:If400pxPost}margin-left: 520px;{/block:If400pxPost}
  156. {/block:IfShowSidebarRight}
  157. {block:IfNotShowSidebarRight}margin-left: 25px;{/block:IfNotShowSidebarRight}
  158. top: 40px;
  159. background-color: {color:Post Background};
  160. padding: 10px;}
  161.  
  162. {block:IfNotShowSidebar}
  163. #sidebarright:hover .rlinks a:active,
  164. #sidebarright:hover .rlinks a:visited,
  165. #sidebarright:hover .rlinks a:link {height: 20px;
  166. overflow: visible;
  167. font-size: {text:Sidebar Links Font Size};
  168. line-height: 20px;
  169. padding-top: 10px;
  170. margin-top: 1px}
  171.  
  172. .rlinks a:link, .rlinks a:active, .rlinks a:visited {display: inline-block;
  173. {block:IfTextCredit}width: 20%;{/block:IfTextCredit}
  174. {block:IfNotTextCredit}width: 25%;{/block:IfNotTextCredit}
  175. height: 4px;
  176. background-color: transparent;
  177. overflow: hidden;
  178. padding-top: 10px;
  179. text-align: center;
  180. text-transform: uppercase;
  181. letter-spacing: 1px;
  182. color: {color:Post Background};
  183. font-style: italic;
  184. transition: 0.4s;
  185. -o-transition-transition: 0.4s;
  186. -webkit-transition-duration: 0.4s;
  187. -moz-transition-duration: 0.4s;}
  188.  
  189. #sidebarright:hover .descript {opacity: 1.0; height: {text:Hidden Sidebar Height};}
  190.  
  191. .descript {padding: 10px;
  192. opacity: 0.0;
  193. color: {color:Post Font};
  194. font-size: {text:Sidebar Text Font Size};
  195. font-family: {font:Sub};
  196. letter-spacing: 1px;
  197. height: 0px;
  198. text-align: {text:Sidebar Text Align};
  199. transition: 0.4s;
  200. -o-transition-transition: 0.4s;
  201. -webkit-transition-duration: 0.4s;
  202. -moz-transition-duration: 0.4s;}
  203. {/block:IfNotShowSidebar}
  204.  
  205. {block:IfShowSidebar}
  206. .rlinks a:link, .rlinks a:active, .rlinks a:visited {display: inline-block;
  207. {block:IfTextCredit}width: 49px;{/block:IfTextCredit}
  208. {block:IfNotTextCredit}width: 56px;{/block:IfNotTextCredit}
  209. background-color: transparent;
  210. text-align: center;
  211. text-transform: uppercase;
  212. letter-spacing: 1px;
  213. color: {color:Post Background};
  214. font-style: italic;
  215. height: 20px;
  216. overflow: visible;
  217. font-size: {text:Sidebar Links Font Size};
  218. line-height: 20px;
  219. transition: 0.4s;
  220. -o-transition-transition: 0.4s;
  221. -webkit-transition-duration: 0.4s;
  222. -moz-transition-duration: 0.4s;}
  223.  
  224. .rlinks {margin-top: -6px}
  225.  
  226. .descript {padding: 10px;
  227. color: {color:Post Font};
  228. font-size: {text:Sidebar Text Font Size};
  229. font-family: {font:Sub};
  230. letter-spacing: 1px;
  231. text-align: {text:Sidebar Text Align};}{/block:IfShowSidebar}
  232.  
  233. .descript a:link, .descript a:visited, .descript a:active {
  234. color: {color:Post Font};
  235. text-transform: uppercase;
  236. border-bottom: 2px solid {color:Post Font};
  237. padding: 2px 4px;}
  238.  
  239. .descript a:hover {color: {color:Main Dark};
  240. border-bottom: 2px solid {color:Main Dark};}
  241.  
  242. .plinks {margin: 5px 0px; margin-top: 10px}
  243.  
  244. .plinks a:link, .plinks a:visited, .plinks a:active {display: block;
  245. text-transform: uppercase;
  246. font-style: italic;
  247. font-size: {text:Sidebar Links Font Size};
  248. font-family: {font:Main};
  249. letter-spacing: 1px;
  250. color: {color:Post Font};
  251. border-bottom: 1px solid {color:Post Font};
  252. padding: 3px 0px;
  253. text-align: center;
  254. background-color: {color:Post Background};
  255. transition: 0.4s;
  256. -o-transition-transition: 0.4s;
  257. -webkit-transition-duration: 0.4s;
  258. -moz-transition-duration: 0.4s;}
  259.  
  260. .plinks a:hover {background-color: {color:Post Font}; color: {color:Post Background}}
  261.  
  262. #creditimage {position: fixed; bottom: 5px; right: 10px; font-size: {text:Sidebar Links Font Size}; letter-spacing: 1px; transition: 0.4s;
  263. -o-transition-transition: 0.4s;
  264. -webkit-transition-duration: 0.4s;
  265. -moz-transition-duration: 0.4s;}
  266. #creditimage a {color: {color:Post Font};}
  267. #creditimage:hover {bottom: 10px; transition: 0.4s;
  268. -o-transition-transition: 0.4s;
  269. -webkit-transition-duration: 0.4s;
  270. -moz-transition-duration: 0.4s;}
  271.  
  272. .nav {position: absolute; background-color: {color:Post Background};
  273. font-size: 12px;
  274. margin-top: 10px;
  275. padding: 5px 15px;
  276. margin-left: 187px;}
  277.  
  278. .nav a:link, .nav a:visited, .nav a:active {color: {color:Post Font};}
  279.  
  280. /* POSTS */
  281. #post {{block:IfNot400pxPost}width: 500px;{/block:IfNot400pxPost}
  282. {block:If400pxPost}width: 400px;{/block:If400pxPost}
  283. min-height: 150px;
  284. {block:IfShowSidebarRight}margin-left: 25px;{/block:IfShowSidebarRight}
  285. {block:IfNotShowSidebarRight}margin-left: 325px;{/block:IfNotShowSidebarRight}
  286. background-color: {color:Post Background};
  287. padding:20px;
  288. display: block;}
  289.  
  290. .pad {padding: 10px;
  291. font-size: {text:Post Font Size};
  292. text-align: justify;
  293. color: {color:Post Font};}
  294.  
  295. .pad h1 {text-align: center;
  296. font-weight: normal;
  297. font-family: {text:Special Font};
  298. text-transform: uppercase;
  299. font-size: {text:Post Heading Font Size};}
  300.  
  301. .pad h1 a:link, .pad h1 a:active, .pad h1 a:visited {
  302. font-size: {text:Post Heading Font Size};
  303. padding: 2px 6px;
  304. color: {color:Post Font};
  305. border-bottom: 2px solid {color:Post Font};}
  306.  
  307. .pad a:link, .pad a:visited, .pad a:active {text-transform: uppercase;
  308. color: {color:Post Font};
  309. font-size: {text:Post Links Font Size};
  310. padding: 1px 2px;
  311. letter-spacing: 1px;}
  312.  
  313. .pad a:hover {background-color: {color:Post Font}; color: {color:Post Background};}
  314.  
  315. .pad blockquote {border-left: 2px solid {color:Post Font}; padding-left: 5px;}
  316. .pad blockquote p {line-height: 100%;}
  317. .pad blockquote, .pad img {max-width: 100%; overflow: hidden;}
  318. ul, li {list-style:square; max-width: 100%;}
  319.  
  320.  
  321. {block:IndexPage}
  322. {block:IfNotShowPhotoCaptions}
  323. #ph {display: none;}
  324. {block:IfNotShowPhotoCaptionsPermalinkOnly}
  325. #post:hover #ph {display: block;}
  326. {/block:IfNotShowPhotoCaptionsPermalinkOnly}
  327. {/block:IfNotShowPhotoCaptions}
  328.  
  329. {/block:IndexPage}
  330.  
  331. /* QUESTIONS */
  332. .question {text-align: center;
  333. font-family: {text:Special Font};
  334. font-size: {text:Post Heading Font Size};
  335. background-color: {color:Question Background};
  336. padding: 5px;
  337. letter-spacing: 1px;}
  338.  
  339. .asker {font-size: {text:Asker Font Size}; font-style: italic;}
  340. .asker a:link, .asker a:active, .asker a:visited {font-size: {text:Asker Font Size};}
  341. .qqts {font-family: Georgia;}
  342.  
  343.  
  344. /* AUDIO */
  345. .cover img {{block:IfNot400pxPost}width: 250px; height: 250px;{/block:IfNot400pxPost}
  346. {block:If400pxPost}width: 200px; height: 200px;{/block:If400pxPost}}
  347.  
  348.  
  349. .containermusic {{block:IfNot400pxPost}width: 250px; height: 250px;{/block:IfNot400pxPost}
  350. {block:If400pxPost}width: 200px; height: 200px;{/block:If400pxPost}
  351. display: block;
  352. vertical-align: middle;
  353. padding-top: 15px;
  354. float:right;
  355. margin-top: -17px;}
  356.  
  357. .containermusic ul {list-style: none;}
  358. .containermusic li {list-style: none;}
  359.  
  360. .musiclabel {margin: auto;
  361. padding: 3px 10px;
  362. font-size: {text:Post Links Font Size};
  363. color: {color:Post Font};
  364. {block:IfNot400pxPost}width: 210px;{/block:IfNot400pxPost}
  365. {block:If400pxPost}width: 150px;{/block:If400pxPost}
  366. text-transform: uppercase;
  367. letter-spacing: 1px;
  368. padding-left: 30px;}
  369.  
  370. .containermusic .musiclabel ul, #containermusic .musiclabel li {list-style: none; display: block;}
  371.  
  372. .audioverlay {opacity: 0.8;
  373. {block:IfAudioPlayerWhite}background-color: #fff;{/block:IfAudioPlayerWhite}
  374. {block:IfAudioPlayerGrey}background-color: #e4e4e4;{/block:IfAudioPlayerGrey}
  375. {block:IfAudioPlayerBlack}background-color: #000;{/block:IfAudioPlayerBlack}
  376. position: absolute;
  377. z-index: 10;
  378. {block:IfNot400pxPost}
  379. margin-top: 105px;
  380. margin-left: 95px;
  381. {/block:IfNot400pxPost}
  382. {block:If400pxPost}
  383. margin-top: 80px;
  384. margin-left: 70px;
  385. {/block:If400pxPost}}
  386.  
  387. .audioarrow {width: 20px;
  388. height: 30px;
  389. overflow: hidden;
  390. margin: 15px 24px 13px 16px;}
  391.  
  392. .smusic {{block:IfNot400pxPost}height: 40%;{/block:IfNot400pxPost}
  393. {block:If400pxPost}height: 30%;{/block:If400pxPost}
  394. {block:IfNotOneColorPalette}
  395. background-color: {color:Third Dark};
  396. color: {color:Third Text};
  397. {/block:IfNotOneColorPalette}
  398. {block:IfOneColorPalette}
  399. background-color: {color:Main Dark};
  400. color: {color:Main Text};
  401. {/block:IfOneColorPalette}
  402. font-family: {text:Special Font};
  403. text-transform: uppercase;
  404. font-size: {text:Asker Font Size};}
  405.  
  406. .s2music {{block:IfNot400pxPost}height: 60%;{/block:IfNot400pxPost}
  407. {block:If400pxPost}height: 70%;{/block:If400pxPost}
  408. {block:IfNotOneColorPalette}background-color: {color:Third Med};{/block:IfNotOneColorPalette}
  409. {block:IfOneColorPalette}background-color: {color:Main Med};{/block:IfOneColorPalette}}
  410.  
  411. {block:IfNotOneColorPalette}
  412. .musiclabel {color: {color:Third Text};}
  413. {/block:IfNotOneColorPalette}
  414.  
  415. {block:IfOneColorPalette}
  416. .musiclabel {color: {color:Main Text};}
  417. {/block:IfOneColorPalette}
  418.  
  419. /* QUOTE */
  420. .quote {text-align: justify;
  421. width: 75%;
  422. padding-top: 10px;
  423. font-family: {text:Special Font};
  424. font-style: italic;}
  425.  
  426. .quote_short {font-size: 20px;
  427. line-height: 110%;
  428. margin: 0px 20px;}
  429.  
  430. .quote_medium {font-size: 16px;
  431. line-height: 110%;
  432. margin: 0px 20px;}
  433.  
  434. .quote_long {font-size: 12px;
  435. line-height: 110%;
  436. margin: 0px 20px;}
  437.  
  438. .source {text-align: right; margin-top: 20px; font-style: normal; font-family: {font:Main}}
  439.  
  440. .source a:link, .source a:visited, .source a:active {background-color: transparent;
  441. text-decoration: underline;
  442. padding: 2px 4px; color: {color:Post Font}}
  443.  
  444. /* CHAT */
  445. .chat li {list-style: none;}
  446. .label {font-style: italic;}
  447.  
  448.  
  449. {block:IndexPage}
  450. /* DATE */
  451.  
  452. /* ALL COLORS */
  453. .date, .date2, .date3, .date4 {{block:IfNot400pxPost}width: 540px;{/block:IfNot400pxPost}
  454. {block:If400pxPost}width: 440px;{/block:If400pxPost}
  455. margin-left: -20px;
  456. position: absolute;
  457. z-index: 100;
  458. margin-top: -20px;
  459. text-align: center;
  460. font-style: italic;
  461. text-transform: uppercase;
  462. font-family: {font:Main};
  463. letter-spacing: 1px;
  464. {block:IndexPage}
  465. {block:IfNotShowDate}opacity: 0.0;
  466. height: 0px;
  467. font-size: 0px;
  468. {/block:IfNotShowDate}
  469. {block:IfShowDate}
  470. font-size: {text:Post Info Font Size};
  471. height: 10px;
  472. padding: 5px 10px;
  473. margin-top: 0px;
  474. text-align: right;
  475. position: relative;
  476. margin-left: 25px;
  477. background-color: {color:Post Background};
  478. {block:IfNot400pxPost}width: 520px;{/block:IfNot400pxPost}
  479. {block:If400pxPost}width: 420px;{/block:If400pxPost}
  480. {/block:IfShowDate}{/block:IndexPage}
  481. {block:IfNotShowSidebarRight}margin-left: 325px;{/block:IfNotShowSidebarRight}
  482. transition: 0.4s;
  483. -o-transition-transition: 0.4s;
  484. -webkit-transition-duration: 0.4s;
  485. -moz-transition-duration: 0.4s;}
  486.  
  487. {block:IfNotShowDate}
  488. #post:hover .date, #post:hover .date2, #post:hover .date3, #post:hover .date4 {
  489. font-size: {text:Post Info Font Size};
  490. height: 10px;
  491. padding: 5px 0px;
  492. opacity: 1.0;
  493. position: absolute;
  494. z-index: 100;
  495. background-color: {color:Main Dark};
  496. transition: 0.4s;
  497. -o-transition-transition: 0.4s;
  498. -webkit-transition-duration: 0.4s;
  499. -moz-transition-duration: 0.4s;}
  500. {/block:IfNotShowDate}
  501.  
  502. {block:IfShowDate}
  503. .dline, .dline2, .dline3, .dline4 {height: 1px; width: 85%; float:left; background-color: {color:Main Dark}; margin-top: 4px;}
  504. .dline2 {background-color: {color:Second Dark};}
  505. .dline3 {background-color: {color:Third Dark};}
  506. .dline4 {background-color: {color:Fourth Dark};}
  507. {/block:IfShowDate}
  508.  
  509. .date a:link, .date a:visited, .date a:active {color: {color:Main Text}}
  510.  
  511. {block:IfNotOneColorPalette}
  512. /* DATE COLOR 2 */
  513. .date2 a:link, .date2 a:visited, .date2 a:active {color: {color:Second Text}}
  514. {block:IfNotShowDate}#post:hover .date2 {background-color: {color:Second Dark};}{/block:IfNotShowDate}
  515.  
  516. /* DATE COLOR 3 */
  517. .date3 a:link, .date3 a:visited, .date3 a:active {color: {color:Third Text}}
  518. {block:IfNotShowDate}#post:hover .date3 {background-color: {color:Third Dark};}{/block:IfNotShowDate}
  519.  
  520. /* DATE COLOR 4 */
  521. .date4 a:link, .date4 a:visited, .date4 a:active {color: {color:Fourth Text}}
  522. {block:IfNotShowDate}#post:hover .date4 {background-color: {color:Fourth Dark};}{/block:IfNotShowDate}
  523.  
  524. {/block:IfNotOneColorPalette}
  525.  
  526. {/block:IndexPage}
  527.  
  528.  
  529. /* BOTTOM CONTAINER */
  530. #pb_contain, #pb_contain2, #pb_contain3, #pb_contain4 {
  531. {block:IfNot400pxPost}width: 540px;{/block:IfNot400pxPost}
  532. {block:If400pxPost}width: 440px;{/block:If400pxPost}
  533. {block:IfShowSidebarRight}margin-left: 25px;{/block:IfShowSidebarRight}
  534. {block:IfNotShowSidebarRight}margin-left: 325px;{/block:IfNotShowSidebarRight}
  535. background-color: transparent;
  536. display: block;
  537. text-transform: uppercase;
  538. font-size: {text:Post Info Font Size};
  539. font-family: {font:Main};
  540. letter-spacing: 1px;
  541. color: {color:Main Text};
  542. line-height: 15px;
  543. font-style: italic;
  544. text-align: center;
  545. position: relative;
  546. z-index: 2;
  547. {block:IfNotShowTags}{block:IfNotShowDate}margin-bottom: 40px;{/block:IfNotShowDate}{/block:IfNotShowTags}
  548. {block:IfShowTags}{block:IfShowDate}margin-bottom: 20px;{/block:IfShowDate}
  549. {block:IfNotShowDate}margin-bottom: 40px;{/block:IfNotShowDate}{/block:IfShowTags}}
  550.  
  551. .left, .left2, .left3, .left4 {
  552. width: 160px;
  553. {block:If400pxPost}width: 30%;{/block:If400pxPost}
  554. height: 15px;
  555. background-color: {color:Main Dark};
  556. float: left;
  557. padding: 1px 10px;}
  558.  
  559. .middle, .middle2, .middle3, .middle4 {
  560. width: 160px;
  561. height: 15px;
  562. {block:If400pxPost}width: 40%;{/block:If400pxPost}
  563. background-color: {color:Main Med};
  564. margin: auto;
  565. padding: 1px 10px;}
  566.  
  567. .right, .right2, .right3, .right4 {
  568. width: 160px;
  569. height: 15px;
  570. {block:If400pxPost}width: 30%;{/block:If400pxPost}
  571. background-color: {color:Main Light};
  572. float:right;
  573. padding: 1px 10px;}
  574.  
  575. .left a:link, .left a:visited, .left a:active,
  576. .middle a:active, .middle a:visited, .middle a:link,
  577. .right a:active, .right a:visited, .right a:link {color: {color:Main Text};}
  578.  
  579. .right:hover .rsub, .right2:hover .rsub2, .right3:hover .rsub3, .right4:hover .rsub4 {
  580. {block:IfNot400pxPost}width: 520px;{/block:IfNot400pxPost}
  581. {block:If400pxPost}width: 420px;{/block:If400pxPost}
  582. min-height: 10px;
  583. padding: 5px 10px 10px 10px;
  584. background-color: {color:Main Light};
  585. margin-top: 1px;
  586. transition: 0.4s;
  587. -o-transition-transition: 0.4s;
  588. -webkit-transition-duration: 0.4s;
  589. -moz-transition-duration: 0.4s;}
  590.  
  591. .middle:hover .msub, .middle2:hover .msub2, .middle3:hover .msub3, .middle4:hover .msub4 {
  592. {block:IfNot400pxPost}width: 520px;{/block:IfNot400pxPost}
  593. {block:If400pxPost}width: 420px;{/block:If400pxPost}
  594. min-height: 10px;
  595. padding: 5px 10px 10px 10px;
  596. background-color: {color:Main Med};
  597. margin-top: 1px;
  598. transition: 0.4s;
  599. -o-transition-transition: 0.4s;
  600. -webkit-transition-duration: 0.4s;
  601. -moz-transition-duration: 0.4s;}
  602.  
  603.  
  604. /* ALL COLORS */
  605. .msub, .msub2, .msub3, .msub4 {height: 0px;
  606. {block:IfNot400pxPost}width: 520px;{/block:IfNot400pxPost}
  607. {block:If400pxPost}width: 420px;{/block:If400pxPost}
  608. padding: 0px 10px;
  609. overflow: hidden;
  610. {block:IfNot400pxPost}margin-left: -190px;{/block:IfNot400pxPost}
  611. {block:If400pxPost}margin-left: -132px;{/block:If400pxPost}
  612. position: relative;
  613. z-index: 100}
  614.  
  615. .rsub, .rsub2, .rsub3, .rsub4 {height: 0px;
  616. {block:IfNot400pxPost}width: 520px;{/block:IfNot400pxPost}
  617. {block:If400pxPost}width: 420px;{/block:If400pxPost}
  618. padding: 0px 10px;
  619. overflow: hidden;
  620. {block:IfNot400pxPost}margin-left: -370px;{/block:IfNot400pxPost}
  621. {block:If400pxPost}margin-left: -298px;{/block:If400pxPost}
  622. position: relative;
  623. z-index: 100}
  624.  
  625. .msub a:link, .msub a:visited, .msub a:active,
  626. .msub2 a:link, .msub2 a:visited, .msub2 a:active,
  627. .msub3 a:link, .msub3 a:visited, .msub3 a:active,
  628. .msub4 a:link, .msub4 a:visited, .msub4 a:active {
  629. margin: 0px 4px;
  630. display: inline-block;
  631. word-wrap: break-word}
  632.  
  633. {block:IfNotOneColorPalette}
  634. /* BOTTOM CONTAINER COLOR 2 */
  635.  
  636. #pb_contain2 {color: {color:Second Text};}
  637.  
  638. .left2 {background-color: {color:Second Dark};}
  639. .middle2 {background-color: {color:Second Med};}
  640. .right2 {background-color: {color:Second Light};}
  641.  
  642. .left2 a:link, .left2 a:visited, .left2 a:active,
  643. .middle2 a:active, .middle2 a:visited, .middle2 a:link,
  644. .right2 a:active, .right2 a:visited, .right2 a:link {color: {color:Second Text};}
  645.  
  646. .right2:hover .rsub2 {background-color: {color:Second Light};}
  647.  
  648. .middle2:hover .msub2 {background-color: {color:Second Med};}
  649.  
  650.  
  651. /* BOTTOM CONTAINER COLOR 3 */
  652. #pb_contain3 {color: {color:Third Text};}
  653.  
  654. .left3 a:link, .left3 a:visited, .left3 a:active,
  655. .middle3 a:active, .middle3 a:visited, .middle3 a:link,
  656. .right3 a:active, .right3 a:visited, .right3 a:link {color: {color:Third Text};}
  657.  
  658. .left3 {background-color: {color:Third Dark};}
  659. .middle3 {background-color: {color:Third Med};}
  660. .right3 {background-color: {color:Third Light};}
  661.  
  662. .right3:hover .rsub3 {background-color: {color:Third Light};}
  663.  
  664. .middle3:hover .msub3 {background-color: {color:Third Med};}
  665.  
  666. /* BOTTOM CONTAINER COLOR 4 */
  667. #pb_contain4 {color: {color:Fourth Text};}
  668.  
  669. .left4 a:link, .left4 a:visited, .left4 a:active,
  670. .middle4 a:active, .middle4 a:visited, .middle4 a:link,
  671. .right4 a:active, .right4 a:visited, .right4 a:link {color: {color:Fourth Text};}
  672.  
  673. .left4 {background-color: {color:Fourth Dark};}
  674. .middle4 {background-color: {color:Fourth Med};}
  675. .right4 {background-color: {color:Fourth Light};}
  676.  
  677. .right4:hover .rsub4 {background-color: {color:Fourth Light};}
  678.  
  679. .middle4:hover .msub4 {background-color: {color:Fourth Med};}
  680. {/block:IfNotOneColorPalette}
  681.  
  682. /* POST NOTES */
  683. .perma_nc {background-color: {color:Question Background};
  684. font-size: 30px;
  685. font-style: normal;
  686. font-family: {text:Special Font};
  687. padding: 20px 0px;
  688. padding-top: 30px;}
  689.  
  690. .perma_tags {background-color: {color:Question Background};
  691. padding: 5px;
  692. word-wrap: break-word;
  693. {block:IndexPage}{block:IfShowTags}margin-bottom: 20px;{/block:IfShowTags}{/block:IndexPage}}
  694.  
  695. #pb_contain .perma_tags a:link,#pb_contain .perma_tags a:visited,#pb_contain .perma_tags a:active {
  696. display:inline-block;
  697. color: {color:Main Text};
  698. margin: 0px 2px;}
  699.  
  700. {block:IfNotOneColorPalette}
  701. #pb_contain2 .perma_tags a:link,#pb_contain2 .perma_tags a:visited,#pb_contain2 .perma_tags a:active {
  702. display:inline-block;
  703. color: {color:Second Text};
  704. margin: 0px 2px;}
  705.  
  706. #pb_contain3 .perma_tags a:link,#pb_contain3 .perma_tags a:visited,#pb_contain3 .perma_tags a:active {
  707. display:inline-block;
  708. color: {color:Third Text};
  709. margin: 0px 2px;}
  710.  
  711. #pb_contain4.perma_tags a:link,#pb_contain4 .perma_tags a:visited,#pb_contain4 .perma_tags a:active {
  712. display:inline-block;
  713. color: {color:Fourth Text};
  714. margin: 0px 2px;}
  715. {/block:IfNotOneColorPalette}
  716.  
  717. /* POST NOTES */
  718. ol.notes {padding: 0px;
  719. margin: 25px 0px;
  720. margin-top: 0px;
  721. list-style-type: none;
  722. background-color: {color:Question Background};
  723. text-align: left;}
  724.  
  725. .notes li {list-style-type: none;}
  726.  
  727. ol.notes a:link, ol.notes a:visited, ol.notes a:active {color: {color:Post Font}}
  728.  
  729. ol.notes li.note {padding: 10px;}
  730.  
  731. ol.notes li.note img.avatar {vertical-align: -4px;
  732. margin-right: 5px;
  733. width: 14px;
  734. height: 14px;}
  735.  
  736. ol.notes li.note span.action {font-weight: normnal;}
  737.  
  738. ol.notes li.note .answer_content {font-weight: normal;}
  739.  
  740. ol.notes li.note blockquote {padding: 4px 10px; margin: 10px 25px 0px 25px;}
  741.  
  742. ol.notes li.note blockquote a {text-decoration: none;}
  743.  
  744. </style>
  745. </head>
  746.  
  747. <body>
  748.  
  749. <div id="container">
  750.  
  751. <div id="sidebarright"><img src="{image:Sidebar}" {block:IfTextCredit}width="225px"{/block:IfTextCredit} {block:IfNotTextCredit}width="224px"{/block:IfNotTextCredit} style="margin-bottom: -5px">
  752.  
  753. <div class="rlinks"><a href="/" style="background-color: {color:Post Font}">index</a><a href="/ask" style="background-color: {color:Main Dark}">ask</a><a href="/archive" style="background-color: {block:IfNotOneColorPalette}{color:Third Dark}{/block:IfNotOneColorPalette} {block:IfOneColorPalette}{color:Main Med}{/block:IfOneColorPalette}">archive</a>{block:IfShowSubmit}<a href="/submit" style="background-color: {block:IfNotOneColorPalette}{color:Second Dark}{/block:IfNotOneColorPalette} {block:IfOneColorPalette}{color:Main Light}{/block:IfOneColorPalette}">submit</a>{block:IfTextCredit}<a href="http://lostmemento.tumblr.com" style="background-color: {color:Post Font}">theme</a>{/block:IfTextCredit}{/block:IfShowSubmit}{block:IfNotShowSubmit}<a href="/random" style="background-color: {block:IfNotOneColorPalette}{color:Second Dark}{/block:IfNotOneColorPalette} {block:IfOneColorPalette}{color:Main Light}{/block:IfOneColorPalette}">random</a>{block:IfTextCredit}<a href="http://lostmemento.tumblr.com" style="background-color: {color:Post Font}">theme</a>{/block:IfTextCredit}{/block:IfNotShowSubmit}</div>
  754.  
  755. <div class="descript">{Description}
  756.  
  757. <div class="plinks">
  758. {block:IfLink1Name}<a href="{text:Link1Url}">{text:Link1Name}</a>{/block:IfLink1Name}
  759. {block:IfLink2Name}<a href="{text:Link2Url}">{text:Link2Name}</a>{/block:IfLink2Name}
  760. {block:IfLink3Name}<a href="{text:Link3Url}">{text:Link3Name}</a>{/block:IfLink3Name}
  761. {block:IfLink4Name}<a href="{text:Link4Url}">{text:Link4Name}</a>{/block:IfLink4Name}
  762. {block:IfLink5Name}<a href="{text:Link5Url}">{text:Link5Name}</a>{/block:IfLink5Name}
  763. {block:IfLink6Name}<a href="{text:Link6Url}">{text:Link6Name}</a>{/block:IfLink6Name}
  764. {block:IfLink7Name}<a href="{text:Link7Url}">{text:Link7Name}</a>{/block:IfLink7Name}
  765. {block:IfLink8Name}<a href="{text:Link8Url}">{text:Link8Name}</a>{/block:IfLink8Name}
  766.  
  767. {block:HasPages}{block:Pages}<a href="{URL}">{Label}</a>{/block:Pages}{/block:HasPages}</div></div>
  768.  
  769. {block:Pagination}<div class="nav">
  770. {block:PreviousPage}<a href="{PreviousPage}">&#171;</a>{/block:PreviousPage}
  771. {block:NextPage}<a href="{NextPage}">&#187;</a>{/block:NextPage}
  772.  
  773. </div>{/block:Pagination}
  774. </div>
  775.  
  776.  
  777.  
  778. {block:Posts}
  779. <div id="post">
  780.  
  781. {block:IfNotShowDate}
  782. {block:IndexPage}
  783.  
  784. {block:IfOneColorPalette}<div class="date">{/block:IfOneColorPalette}
  785.  
  786. {block:IfNotOneColorPalette}
  787. <!------------------------------ DATE C1 PHOTOS and PHOTOSETS --->
  788. {block:Photo}<div class="date">{/block:Photo}
  789. {block:Photoset}<div class="date">{/block:Photoset}
  790.  
  791. <!------------------------------ DATE C2 TEXT ANSWERS and LINKS --->
  792. {block:Text}<div class="date2">{/block:Text}
  793. {block:Answer}<div class="date2">{/block:Answer}
  794. {block:Link}<div class="date2">{/block:Link}
  795.  
  796. <!------------------------------ DATE C3 AUDIO and VIDEO--->
  797. {block:Audio}<div class="date3">{/block:Audio}
  798. {block:Video}<div class="date3">{/block:Video}
  799.  
  800. <!------------------------------ DATE C4 QUOTES and CHAT --->
  801. {block:Quote}<div class="date4">{/block:Quote}
  802. {block:Chat}<div class="date4">{/block:Chat}
  803. {/block:IfNotOneColorPalette}
  804.  
  805. <a href="{Permalink}">{block:Date}{block:IfNotShowTimeAgo}
  806. {block:NewDayDate}{DayOfMonthWithZero} {ShortMonth} {Year}{/block:NewDayDate}
  807. {block:SameDayDate}{TimeAgo}{/block:SameDayDate}{/block:IfNotShowTimeAgo} {block:IfShowTimeAgo}{TimeAgo}{/block:IfShowTimeAgo}{/block:Date}</a></div>
  808.  
  809. {/block:IndexPage}
  810. {/block:IfNotShowDate}
  811.  
  812. <!------------------------------ POST CONTENT --->
  813.  
  814. <!--- PHOTO POSTS --->
  815. {block:Photo}{LinkOpenTag}{block:IfNot400pxPost}<img src="{PhotoURL-500}" alt="{PhotoAlt}" {block:IfStretchPhotos}width="500px"{/block:IfStretchPhotos}>{/block:IfNot400pxPost}
  816. {block:If400pxPost}<img src="{PhotoURL-500}" alt="{PhotoAlt}" width="400px">{/block:If400pxPost}{LinkCloseTag}
  817. {block:Caption}<div id="ph" class="pad">{Caption}</div>{/block:Caption}{/block:Photo}
  818.  
  819. <!--- PHOTOSET POSTS --->
  820. {block:Photoset}{block:IfNot400pxPost}{Photoset-500}{/block:IfNot400pxPost}
  821. {block:If400pxPost}{Photoset-400}{/block:If400pxPost}
  822. {block:Caption}<div id="ph" class="pad">{Caption}</div>{/block:Caption}{/block:Photoset}
  823.  
  824. <!--- COLOR 2 POSTS --->
  825.  
  826. <!--- TEXT POSTS --->
  827. {block:Text}<div class="pad">{block:Title}<h1>{Title}</h1>{/block:Title}
  828. {Body}</div>{/block:Text}
  829.  
  830.  
  831. <!--- ANSWER POSTS --->
  832. {block:Answer}<div class="pad"><div class="question"><span class="asker" style="text-transform: uppercase;">{Asker} {text:Ask Action}</span><br> <span class="qqts">“</span>{Question}<span class="qqts">”</span></div>
  833. <table cellspacing="0" cellpadding="0" height="5px" width="100%" style="madgin-bottom: 20px"><Tr><td width="20%" bgcolor="{color:Post Font}"></td><td width="20%" bgcolor="{color:Main Dark}"></td><td width="20%" bgcolor="{block:IfOneColorPalette}{color:Main Med}{/block:IfOneColorPalette} {block:IfNotOneColorPalette}{color:Third Dark}{/block:IfNotOneColorPalette}"></td><td width="20%" bgcolor="{block:IfOneColorPalette}{color:Main Light}{/block:IfOneColorPalette} {block:IfNotOneColorPalette}{color:Second Dark}{/block:IfNotOneColorPalette}"></td><td width="20%" bgcolor="{color:Post Font}"></td></tr></table>
  834. {Answer}</div>{/block:Answer}
  835.  
  836.  
  837. <!--- LINK POSTS --->
  838. {block:Link}<div class="pad"><h1><a href="{URL}">{Name}</a></h1>
  839. {block:Description}{Description}{/block:Description}</div>{/block:Link}
  840.  
  841. <!--- COLOR 3 POSTS --->
  842.  
  843. <!--- AUDIO POSTS --->
  844. {block:Audio}
  845. <div class="containermusic">
  846. <Table {block:IfNot400pxPost}height="254px"{/block:IfNot400pxPost}{block:If400pxPost}height="204px"{/block:If400pxPost}><tr><td class="smusic">{block:TrackName}<center>{TrackName}</center>{/block:TrackName}</td></tr>
  847. <tr><td class="s2music"><li>{block:Artist}<div class="musiclabel"><span style="font-size: {text:Post Info Font Size}">ARTIST:</span> {Artist}</div>{/block:Artist}</li>
  848. <li>{block:Album}<div class="musiclabel"><span style="font-size: {text:Post Info Font Size}">album:</span> {Album}</div>{/block:Album}</li>
  849. <li><div class="musiclabel">{PlayCountWithLabel}</div></li></td></tr></table></div>
  850.  
  851.  
  852. <div class="cover"><div class="audioverlay"><div class="audioarrow">{block:IfAudioPlayerWhite}{AudioPlayerWhite}{/block:IfAudioPlayerWhite}
  853. {block:IfAudioPlayerGrey}{AudioPlayerGrey}{/block:IfAudioPlayerGrey}
  854. {block:IfAudioPlayerBlack}{AudioPlayerBlack}{/block:IfAudioPlayerBlack}</div></div>
  855.  
  856. {block:AlbumArt}<img style="position: absolute; z-index: 2" src="{AlbumArtURL}"/>
  857. {/block:AlbumArt}<img style="position: relative; z-index: 1;" src="http://static.tumblr.com/jn9hrij/20Ul2zzsr/albumart.jpg" alt="default album art" />
  858. </div>
  859.  
  860.  
  861. {block:Caption}<div class="pad">{Caption}</div>{/block:Caption}
  862. {/block:Audio}
  863.  
  864. <!--- VIDEO POSTS --->
  865. {block:Video}{block:IfNot400pxPost}{Video-500}{/block:IfNot400pxPost}
  866. {block:If400pxPost}{Video-400}{/block:If400pxPost}
  867. {block:Caption}<div class="pad">{Caption}</div>{/block:Caption}{/block:Video}
  868.  
  869. <!--- COLOR 4 POSTS --->
  870.  
  871. <!--- QUOTE POSTS --->
  872. {block:Quote}<div class="pad"><center><div class="quote"><div class="quote_{Length}"><span style="font-family: georgia">“</span>{Quote}<span style="font-family: georgia">”</span></div>
  873. {block:Source}<div class="source">- {Source}</div>{/block:Source}</div></div>{/block:Quote}
  874.  
  875.  
  876. <!--- CHAT POSTS --->
  877. {block:Chat}<div class="pad">{block:Title}<h1>{Title}</h1>{/block:Title}
  878. <div class="chat"><ul>{block:Lines}
  879. <li>{block:Label}
  880. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div></div>
  881. {/block:Chat}
  882. </div>
  883.  
  884.  
  885. {block:IfShowDate}
  886. {block:IndexPage}
  887.  
  888. {block:IfOneColorPalette}<div class="date"><div class="dline"></div>{/block:IfOneColorPalette}
  889.  
  890. {block:IfNotOneColorPalette}
  891. <!------------------------------ DATE C1 PHOTOS and PHOTOSETS --->
  892. {block:Photo}<div class="date"><div class="dline"></div>{/block:Photo}
  893. {block:Photoset}<div class="date"><div class="dline"></div>{/block:Photoset}
  894.  
  895. <!------------------------------ DATE C2 TEXT ANSWERS and LINKS --->
  896. {block:Text}<div class="date2"><div class="dline2"></div>{/block:Text}
  897. {block:Answer}<div class="date2"><div class="dline2"></div>{/block:Answer}
  898. {block:Link}<div class="date2"><div class="dline2"></div>{/block:Link}
  899.  
  900. <!------------------------------ DATE C3 AUDIO and VIDEO--->
  901. {block:Audio}<div class="date3"><div class="dline3"></div>{/block:Audio}
  902. {block:Video}<div class="date3"><div class="dline3"></div>{/block:Video}
  903.  
  904. <!------------------------------ DATE C4 QUOTES and CHAT --->
  905. {block:Quote}<div class="date4"><div class="dline4"></div>{/block:Quote}
  906. {block:Chat}<div class="date4"><div class="dline4"></div>{/block:Chat}
  907. {/block:IfNotOneColorPalette}
  908.  
  909. <a href="{Permalink}">{block:Date}{block:IfNotShowTimeAgo}
  910. {block:NewDayDate}{DayOfMonthWithZero} {ShortMonth} {Year}{/block:NewDayDate}
  911. {block:SameDayDate}{TimeAgo}{/block:SameDayDate}{/block:IfNotShowTimeAgo} {block:IfShowTimeAgo}{TimeAgo}{/block:IfShowTimeAgo}{/block:Date}</a></div>
  912.  
  913. {/block:IndexPage}
  914. {/block:IfShowDate}
  915.  
  916.  
  917. <!------------------------------ BOTTOM CONTAINER --->
  918.  
  919. {block:IfOneColorPalette}<div id="pb_contain">{/block:IfOneColorPalette}
  920.  
  921. {block:IfNotOneColorPalette}
  922. <!------------------------------ C1 PHOTOS and PHOTOSETS --->
  923. {block:Photo}<div id="pb_contain">{/block:Photo}
  924. {block:Photoset}<div id="pb_contain">{/block:Photoset}
  925.  
  926. <!------------------------------ C2 TEXT ANSWER and LINK --->
  927. {block:Text}<div id="pb_contain2">{/block:Text}
  928. {block:Answer}<div id="pb_contain2">{/block:Answer}
  929. {block:Link}<div id="pb_contain2">{/block:Link}
  930.  
  931. <!------------------------------ C3 AUDIO and VIDEO --->
  932. {block:Audio}<div id="pb_contain3">{/block:Audio}
  933. {block:Video}<div id="pb_contain3">{/block:Video}
  934.  
  935. <!------------------------------ C4 QUOTE and CHAT --->
  936. {block:Quote}<div id="pb_contain4">{/block:Quote}
  937. {block:Chat}<div id="pb_contain4">{/block:Chat}
  938. {/block:IfNotOneColorPalette}
  939.  
  940. {block:IfOneColorPalette}<div class="left">{/block:IfOneColorPalette}
  941.  
  942. {block:IfNotOneColorPalette}
  943. <!--- LEFT C1 --->
  944. {block:Photo}<div class="left">{/block:Photo}
  945. {block:Photoset}<div class="left">{/block:Photoset}
  946.  
  947. <!--- LEFT C2 --->
  948. {block:Text}<div class="left2">{/block:Text}
  949. {block:Answer}<div class="left2">{/block:Answer}
  950. {block:Link}<div class="left2">{/block:Link}
  951.  
  952. <!--- LEFT C3 --->
  953. {block:Audio}<div class="left3">{/block:Audio}
  954. {block:Video}<div class="left3">{/block:Video}
  955.  
  956. <!--- LEFT C4 --->
  957. {block:Quote}<div class="left4">{/block:Quote}
  958. {block:Chat}<div class="left4">{/block:Chat}
  959. {/block:IfNotOneColorPalette}
  960.  
  961. {block:IndexPage}{block:NoteCount}<a href="{Permalink}">{block:IfNotShowNotesSymbol}{NoteCountWithLabel}{/block:IfNotShowNotesSymbol} {block:IfShowNotesSymbol}{NoteCount} {text:Notes Symbol}{/block:IfShowNotesSymbol}</a>{/block:NoteCount}
  962. <a href="{ReblogURL}" target="_blank" {block:NoteCount}style="display:none"{/block:NoteCount}>REBLOG</a>{/block:IndexPage}
  963.  
  964. {block:PermalinkPage}{block:RebloggedFrom}<a href="{ReblogParentURL}">VIA {ReblogParentName}</a>{/block:RebloggedFrom}{/block:PermalinkPage}</div>
  965.  
  966. {block:IfOneColorPalette}<div class="right">{/block:IfOneColorPalette}
  967.  
  968. {block:IfNotOneColorPalette}
  969. <!--- RIGHT C1 --->
  970. {block:Photo}<div class="right">{/block:Photo}
  971. {block:Photoset}<div class="right">{/block:Photoset}
  972.  
  973. <!--- RIGHT C2 --->
  974. {block:Text}<div class="right2">{/block:Text}
  975. {block:Answer}<div class="right2">{/block:Answer}
  976. {block:Link}<div class="right2">{/block:Link}
  977.  
  978. <!--- RIGHT C3 --->
  979. {block:Audio}<div class="right3">{/block:Audio}
  980. {block:Video}<div class="right3">{/block:Video}
  981.  
  982. <!--- RIGHT C4 --->
  983. {block:Quote}<div class="right4">{/block:Quote}
  984. {block:Chat}<div class="right4">{/block:Chat}
  985. {/block:IfNotOneColorPalette}
  986.  
  987. {block:IndexPage}{block:IfNotShowTags}{block:RebloggedFrom}VIA - &COPY;{/block:RebloggedFrom}{/block:IfNotShowTags}
  988. {block:IfShowTags}{block:RebloggedFrom}&COPY;{/block:RebloggedFrom}{/block:IfShowTags}
  989.  
  990. {block:RebloggedFrom}
  991. {block:IfOneColorPalette}<div class="rsub">{/block:IfOneColorPalette}
  992.  
  993. {block:IfNotOneColorPalette}
  994. <!--- RIGHT SUB C1 --->
  995. {block:Photo}<div class="rsub">{/block:Photo}
  996. {block:Photoset}<div class="rsub">{/block:Photoset}
  997.  
  998. <!--- RIGHT SUB C2 --->
  999. {block:Text}<div class="rsub2">{/block:Text}
  1000. {block:Answer}<div class="rsub2">{/block:Answer}
  1001. {block:Link}<div class="rsub2">{/block:Link}
  1002.  
  1003. <!--- RIGHT SUB C3 --->
  1004. {block:Audio}<div class="rsub3">{/block:Audio}
  1005. {block:Video}<div class="rsub3">{/block:Video}
  1006.  
  1007. <!--- RIGHT SUB C4 --->
  1008. {block:Quote}<div class="rsub4">{/block:Quote}
  1009. {block:Chat}<div class="rsub4">{/block:Chat}
  1010. {/block:IfNotOneColorPalette}
  1011.  
  1012. {block:IfNotShowTags}<a href="{ReblogParentURL}">VIA {ReblogParentName}</a> - - - <a href="{ReblogRootURL}">&copy; {ReblogRootName}</a>{/block:IfNotShowTags}
  1013. {block:IfShowTags}<a href="{ReblogRootURL}">&copy; {ReblogRootName}</a>{/block:IfShowTags}</div>{/block:RebloggedFrom}
  1014.  
  1015. {/block:IndexPage}
  1016.  
  1017. {block:PermalinkPage}{block:RebloggedFrom}<a href="{ReblogRootURL}">&copy; {ReblogRootName}</a>{/block:RebloggedFrom}{/block:PermalinkPage}</div>
  1018.  
  1019. {block:IfOneColorPalette}<div class="middle">{/block:IfOneColorPalette}
  1020.  
  1021. {block:IfNotOneColorPalette}
  1022. <!--- MIDDLE C1 --->
  1023. {block:Photo}<div class="middle">{/block:Photo}
  1024. {block:Photoset}<div class="middle">{/block:Photoset}
  1025.  
  1026. <!--- MIDDLE C2 --->
  1027. {block:Text}<div class="middle2">{/block:Text}
  1028. {block:Answer}<div class="middle2">{/block:Answer}
  1029. {block:Link}<div class="middle2">{/block:Link}
  1030.  
  1031. <!--- MIDDLE C3 --->
  1032. {block:Audio}<div class="middle3">{/block:Audio}
  1033. {block:Video}<div class="middle3">{/block:Video}
  1034.  
  1035. <!--- MIDDLE C4 --->
  1036. {block:Quote}<div class="middle4">{/block:Quote}
  1037. {block:Chat}<div class="middle4">{/block:Chat}
  1038. {/block:IfNotOneColorPalette}
  1039.  
  1040. {block:IndexPage}{block:IfNotShowTags}{block:HasTags}TAGS{/block:HasTags}{/block:IfNotShowTags}
  1041. {block:IfShowTags}{block:RebloggedFrom}VIA{/block:RebloggedFrom}{/block:IfShowTags}
  1042.  
  1043. {block:IfNotShowTags}{block:HasTags}
  1044. {block:IfOneColorPalette}<div class="msub">{/block:IfOneColorPalette}
  1045.  
  1046. {block:IfNotOneColorPalette}
  1047. <!--- MIDDLE SUB C1 --->
  1048. {block:Photo}<div class="msub">{/block:Photo}
  1049. {block:Photoset}<div class="msub">{/block:Photoset}
  1050.  
  1051. <!--- MIDDLE SUB C2 --->
  1052. {block:Text}<div class="msub2">{/block:Text}
  1053. {block:Answer}<div class="msub2">{/block:Answer}
  1054. {block:Link}<div class="msub2">{/block:Link}
  1055.  
  1056. <!--- MIDDLE SUB C3 --->
  1057. {block:Audio}<div class="msub3">{/block:Audio}
  1058. {block:Video}<div class="msub3">{/block:Video}
  1059.  
  1060. <!--- MIDDLE SUB C4 --->
  1061. {block:Quote}<div class="msub4">{/block:Quote}
  1062. {block:Chat}<div class="msub4">{/block:Chat}
  1063. {/block:IfNotOneColorPalette}
  1064.  
  1065. {block:Tags}<a href="{TagURL}">#{Tag}</a>{/block:Tags}</div>{/block:HasTags}{/block:IfNotShowTags}
  1066.  
  1067. {block:IfShowTags}{block:RebloggedFrom}
  1068.  
  1069. {block:IfOneColorPalette}<div class="msub">{/block:IfOneColorPalette}
  1070.  
  1071. {block:IfNotOneColorPalette}
  1072. <!--- MIDDLE SUB C1 --->
  1073. {block:Photo}<div class="msub">{/block:Photo}
  1074. {block:Photoset}<div class="msub">{/block:Photoset}
  1075.  
  1076. <!--- MIDDLE SUB C2 --->
  1077. {block:Text}<div class="msub2">{/block:Text}
  1078. {block:Answer}<div class="msub2">{/block:Answer}
  1079. {block:Link}<div class="msub2">{/block:Link}
  1080.  
  1081. <!--- MIDDLE SUB C3 --->
  1082. {block:Audio}<div class="msub3">{/block:Audio}
  1083. {block:Video}<div class="msub3">{/block:Video}
  1084.  
  1085. <!--- MIDDLE SUB C4 --->
  1086. {block:Quote}<div class="msub4">{/block:Quote}
  1087. {block:Chat}<div class="msub4">{/block:Chat}
  1088. {/block:IfNotOneColorPalette}
  1089.  
  1090. <a href="{ReblogParentURL}">VIA {ReblogParentName}</a></div>{/block:RebloggedFrom}{/block:IfShowTags}</div>
  1091.  
  1092. {block:IfShowTags}{block:HasTags}<div class="perma_tags" style="background-color: transparent;">{block:Tags}<a href="{TagURL}">#{Tag}</a>{/block:Tags}</div>{/block:HasTags}{/block:IfShowTags}{/block:IndexPage}
  1093.  
  1094. {block:PermalinkPage}{block:Date}{TimeAgo}{/block:Date}</div>{/block:PermalinkPage}
  1095.  
  1096. {block:PermalinkPage}
  1097. {block:HasTags}<div class="perma_tags">{block:Tags}<a href="{TagURL}">#{Tag}</a>{/block:Tags}</div>{/block:HasTags}
  1098. {block:NoteCount} <div class="perma_nc">{NoteCountWithLabel}</div>{/block:NoteCount} {/block:PermalinkPage}
  1099.  
  1100. {block:PostNotes} {PostNotes}{/block:PostNotes}</div>{/block:Posts}
  1101. </div>
  1102.  
  1103. <!--- DO NOT REMOVE CREDIT --->
  1104. {block:IfNotTextCredit}<div id="creditimage"><a href="http://lostmemento.tumblr.com">&copy; LMTHEMES</a></div>{/block:IfNotTextCredit}
  1105. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement