Advertisement
Guest User

space theme

a guest
Jan 26th, 2015
212
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.55 KB | None | 0 0
  1. <html>
  2. <head>
  3. <!--------------------------------------------
  4. 17: FACE OFF
  5. MADE BY: http://lostmemento.tumblr.com (lmthemes)
  6. ---------------------------------------------
  7.  
  8. TERMS OF USAGE:
  9. - DO NOT REMOVE THE CREDIT
  10. - DO NOT REDISTRIBUTE
  11. - DO NOT CLAIM AS YOUR OWN
  12. - DO NOT USE AS A BASE
  13.  
  14. --------------------------------------------->
  15.  
  16. <title>{Title}</title>
  17. <link rel="shortcut icon" href="{Favicon}">
  18. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  19. {block:Description}<meta name="description" content="{MetaDescription}"/>{/block:Description}
  20. <link rel="apple-touch-icon" href="{PortraitURL-128}"/>
  21.  
  22. <script type="text/javascript" src="http://static.tumblr.com/bkd4m5b/dzCmvp6x2/1.7.2.jquery.min.js"></script>
  23.  
  24.  
  25. <script>
  26. $().ready(function() {
  27. $("[title]").style_my_tooltips({
  28. tip_follows_cursor: "on", //on/off
  29. tip_delay_time: 200 //milliseconds
  30. });
  31. });
  32. </script>
  33.  
  34.  
  35.  
  36. <!--------------------------------------------
  37. DEFAULT APPEARANCE OPTIONS
  38. --------------------------------------------->
  39. <meta name="image:sidebar" content=""/>
  40.  
  41. <meta name="if:400pxPost" content="0"/>
  42. <meta name="if:Show Reblog Info" content="1"/>
  43. <meta name="if:Show Search Bar" content="0"/>
  44. <meta name="if:Show Photo Captions on Hover" content="0"/>
  45. <meta name="if:Show Photo Captions Permalink Only" content="1"/>
  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="if:Uppercase" content="1"/>
  52.  
  53. <meta name="color:bg" content="#111111"/>
  54. <meta name="color:Accent" content="#00D6E3"/>
  55. <meta name="color:Post" content="#ffffff"/>
  56. <meta name="color:Post Font" content="#555555"/>
  57. <meta name="color:Sidebar Links Background" content="#191919"/>
  58. <meta name="color:Description Font" content="#999999"/>
  59.  
  60. <meta name="text:Post Font Size" content="11px"/>
  61. <meta name="text:Links Sidebar Font Size" content="10px"/>
  62. <meta name="text:Small Font Size" content="8px"/>
  63.  
  64. <meta name="text:Notes Symbol" content="&hearts;"/>
  65. <meta name="text:Sidebar Text Align" content="justify"/>
  66. <meta name="text:Ask Action" content="asked"/>
  67. <meta name="text:Letter Spacing" content="1px"/>
  68.  
  69. <meta name="text:Main Font" content="Calibri"/>
  70.  
  71. <meta name="text:Link1 Url" content="http://"/>
  72. <meta name="text:Link1 Name" content=""/>
  73. <meta name="text:Link2 Url" content="http://"/>
  74. <meta name="text:Link2 Name" content=""/>
  75. <meta name="text:Link3 Url" content="http://"/>
  76. <meta name="text:Link3 Name" content=""/>
  77. <meta name="text:Link4 Url" content="http://"/>
  78. <meta name="text:Link4 Name" content=""/>
  79. <meta name="text:Link5 Url" content="http://"/>
  80. <meta name="text:Link5 Name" content=""/>
  81. <meta name="text:Link6 Url" content="http://"/>
  82. <meta name="text:Link6 Name" content=""/>
  83. <meta name="text:Link7 Url" content="http://"/>
  84. <meta name="text:Link7 Name" content=""/>
  85. <meta name="text:Link8 Url" content="http://"/>
  86. <meta name="text:Link8 Name" content=""/>
  87. <meta name="text:Link9 Url" content="http://"/>
  88. <meta name="text:Link9 Name" content=""/>
  89. <meta name="text:Link10 Url" content="http://"/>
  90. <meta name="text:Link10 Name" content=""/>
  91.  
  92.  
  93. <style type="text/css">
  94. body{
  95. margin:0px;
  96. padding:0px;
  97. font-size: {text:Post Font Size};
  98. line-height:100%;
  99. background-color: {color:bg};
  100. background-image: url("http://static.tumblr.com/d7fc512cfeae6beddfbce463b1ef0ba0/xug839r/y9bna0sip/tumblr_static_1t5s5dwx0xz40c8c0000skw0w.gif");
  101. font-family: {text:Main Font};}
  102.  
  103. a {text-decoration: none;
  104. transition-duration: 0.6s;
  105. font-weight: normal;
  106. -moz-transition-duration: 0.6s;
  107. -webkit-transition-duration: 0.6s;
  108. -o-transition-duration: 0.6s;}
  109.  
  110. a:-webkit-any-link {text-decoration: none;}
  111.  
  112. ::-webkit-scrollbar-thumb:vertical {background-color: {color:Accent}; height: 10px; border: 4px solid #111;}
  113. ::-webkit-scrollbar-thumb:horizontal {background-color: {color:Accent}; height: 10px!important; border: 4px solid #111;}
  114. ::-webkit-scrollbar {background-color: {color:bg}; height:10px; width:10px;}
  115.  
  116.  
  117. #s-m-t-tooltip{
  118. position:absolute;
  119. z-index:90000;
  120. color: {color:Accent};
  121. display:inline-block;
  122. background-color: {color:Post Link Background};
  123. padding: 1px 6px;
  124. max-width:100px;
  125. border: 0px;
  126. font-size: {text:Link Font Size};
  127. {block:IfUppercase}text-transform: uppercase;{/block:IfUppercase}
  128. letter-spacing: {text:Letter Spacing};
  129. word-wrap: break-word;
  130. line-height: 120%;}
  131.  
  132. .container {{block:IfNot400pxPost}width: 975px;{/block:IfNot400pxPost}
  133. {block:If400pxPost}width: 875px;{/block:If400pxPost} margin: auto;}
  134.  
  135. #sb {color: {color:Accent}; border: 1px solid {color:Accent}; padding: 4px 5px;}
  136. #sb:hover {background-color: {color:Accent}; color: {color:Post};}
  137.  
  138. .left {width: 180px;
  139. position: fixed;
  140. height: 100%;
  141. display: table;
  142. font-size: {text:Links Sidebar Font Size};}
  143.  
  144. .leftc, .rightc {display: table-cell; vertical-align: middle;}
  145.  
  146. .leftc a {color: {color:Accent};
  147. width: 90%;
  148. display: block;
  149. {block:IfUppercase}text-transform: uppercase;{/block:IfUppercase}
  150. background-color: {color:Sidebar Links Background};
  151. padding: 6px 0px;
  152. text-align: center;
  153. margin: auto;
  154. letter-spacing: {text:Letter Spacing};
  155. margin-bottom: 2px;}
  156.  
  157. .leftc a:hover {background-color: {color:Accent}; color: {color:Post};}
  158.  
  159. .gb input {background-color: {color:Sidebar Links Background};
  160. font-size: {text:Small Font Size};
  161. border: 0px;
  162. {block:IfUppercase}text-transform: uppercase;{/block:IfUppercase}
  163. margin-top: 0px;
  164. color: {color:Accent};
  165. letter-spacing: ;
  166. padding: 4px 8px;
  167. font-family: {text:Main Font};}
  168.  
  169. #sub {width: 94px; display: inline-block; margin: 0px -2px; margin-right: 2px;}
  170. #sbt {width: 50px; display: inline-block; margin-right: -2px; letter-spacing: {text:Letter Spacing};}
  171.  
  172. .gb {margin-top: 10px; margin-bottom: 10px;}
  173.  
  174.  
  175. .right {display: table;
  176. height: 100%;
  177. position: fixed;
  178. {block:IfNot400pxPost}margin-left: 765px;{/block:IfNot400pxPost}
  179. {block:If400pxPost}margin-left: 665px;{/block:If400pxPost}
  180. color: {color:Description Font};
  181. width: 200px;
  182. top: 0px;
  183. text-align: {text:Sidebar Text Align};}
  184.  
  185. .right img {max-width: 100%; width: 100%; margin-bottom: 10px;}
  186.  
  187. .right a {color: {color:Accent};}
  188.  
  189.  
  190. .posts {
  191. {block:IfNot400pxPost}width: 560px;{/block:IfNot400pxPost}
  192. {block:If400pxPost}width: 460px;{/block:If400pxPost}
  193. margin-left: 190px;
  194. color: {color:Post Font};
  195. padding-bottom: 30px;}
  196.  
  197. .hid {display: none;}
  198. .posts:hover .hid {display: block;}
  199.  
  200. .pbg {height: 100%;
  201. position: fixed;
  202. {block:IfNot400pxPost}width: 560px;{/block:IfNot400pxPost}
  203. {block:If400pxPost}width: 460px;{/block:If400pxPost}
  204. background-color: {color:Post};
  205. top: 0px;
  206. z-index: 1;}
  207.  
  208. .post {{block:IfNot400pxPost}width: 500px;{/block:IfNot400pxPost}
  209. {block:If400pxPost}width: 400px;{/block:If400pxPost}
  210. padding: 30px;
  211. position: relative;
  212. z-index: 2;
  213. text-align: justify;
  214. padding-bottom: 10px;}
  215.  
  216. .post a {color: {color:Accent};}
  217.  
  218. .post img, .post blockquote, .post ul, .post ol {max-width: 100%;}
  219. .post blockquote {border-left: 2px solid {color:Accent}; padding-left: 5px;}
  220. .post h1 {font-weight: normal; font-style: italic;}
  221. .post h1 a {display: block; text-align: center;}
  222. .post li {list-style: square;}
  223.  
  224. /* --------------------------------------
  225. QUOTE
  226. -------------------------------------- */
  227. .quote {width: 70%; margin: 40px auto; line-height: 150%}
  228.  
  229. .source {text-align: right;
  230. font-size: {text:Links Sidebar Font Size};
  231. {block:IfUppercase}text-transform: uppercase;{/block:IfUppercase}
  232. letter-spacing: {text:Letter Spacing};
  233. margin-top: 10px;}
  234.  
  235. .quote_short {font-size: 18px;}
  236. .quote_medium {font-size: 14px;}
  237. .quote_long {font-size: {text:Post Font Size};}
  238.  
  239. /* --------------------------------------
  240. CHAT
  241. -------------------------------------- */
  242.  
  243. .chat {padding-bottom: 20px;}
  244. .chat li {list-style: none;}
  245. {block:IfUppercase}.chat .label {text-transform: uppercase;}{/block:IfUppercase}
  246. .line {padding: 4px 0px;}
  247.  
  248. /* --------------------------------------
  249. QUESTIONS
  250. -------------------------------------- */
  251. .q {color: {color:Description Font};
  252. padding: 20px;
  253. min-height: 40px;
  254. background-color: {color:bg};}
  255.  
  256. .q img {float: left; margin-right: 10px; margin-bottom: 10px;}
  257.  
  258. /* --------------------------------------
  259. AUDIO
  260. -------------------------------------- */
  261.  
  262. .mus {height: 100px; display: table;}
  263. .mus img {height: 100px; position: absolute;}
  264.  
  265. .musiclabel {display: table-cell;
  266. padding: 0px 20px;
  267. padding-left: 120px;
  268. text-align: center;
  269. vertical-align: middle;
  270. {block:IfNot400pxPost}width: 360px;{/block:IfNot400pxPost}
  271. {block:If400pxPost}width: 260px;{/block:If400pxPost}}
  272.  
  273. .mlabel {{block:IfUppercase}text-transform: uppercase;{/block:IfUppercase}
  274. color: {color:Accent};}
  275.  
  276. .audioverlay {opacity: 0.3;
  277. {block:IfAudioPlayerWhite}background-color: #fff;{/block:IfAudioPlayerWhite}
  278. {block:IfAudioPlayerGrey}background-color: #e4e4e4;{/block:IfAudioPlayerGrey}
  279. {block:IfAudioPlayerBlack}background-color: #000;{/block:IfAudioPlayerBlack}
  280. position: absolute;
  281. z-index: 10;
  282. margin-top: 25px; margin-left: 25px;
  283. transition-duration: 0.6s;
  284. -moz-transition-duration: 0.6s;
  285. -webkit-transition-duration: 0.6s;
  286. -o-transition-duration: 0.6s;
  287. z-index: 100;}
  288.  
  289. .mus:hover .audioverlay {opacity: 0.8;
  290. transition-duration: 0.6s;
  291. -moz-transition-duration: 0.6s;
  292. -webkit-transition-duration: 0.6s;
  293. -o-transition-duration: 0.6s;}
  294.  
  295. .audioarrow {width: 20px; height: 30px; overflow: hidden; margin:10px 19px 10px 12px;}
  296.  
  297.  
  298.  
  299. .pinf {border-top: 1px solid {color:Post Font};
  300. position: relative;
  301. z-index: 2;
  302. margin: 0px 30px;
  303. margin-bottom: 10px;
  304. padding: 5px 0px;
  305. {block:IfUppercase}text-transform: uppercase;{/block:IfUppercase}
  306. letter-spacing:{text:Letter Spacing};
  307. font-size: {text:Links Sidebar Font Size};}
  308.  
  309. .pinf a {color: {color:Accent};}
  310.  
  311. .post a:hover,.pinf a:hover {color: {color:bg};}
  312.  
  313. .rbg {float: right;}
  314.  
  315. .rbg img {display: inline-block;
  316. height: 10px;
  317. vertical-align: -1px;
  318. margin: 0px 2px;
  319. border-radius: 3px;}
  320.  
  321. .tgs {font-size: {text:Small Font Size}; text-align: center; margin-top: 5px;}
  322. .tgs a {margin: 0px 6px; padding: 2px 4px; display: inline-block;}
  323. .tgs a:hover {background-color: {color:Accent}; color: {color:Post};}
  324.  
  325. .nav {position: fixed;
  326. background-color: {color:Post};
  327. z-index: 2;
  328. bottom: 0px;
  329. {block:IfNot400pxPost}width: 540px;{/block:IfNot400pxPost}
  330. {block:If400pxPost}width: 440px;{/block:If400pxPost}
  331. padding: 10px;
  332. text-align: center;
  333. font-size: 10px;}
  334.  
  335. .nav a {background-color: {color:Accent};
  336. border-radius: 3px;
  337. padding: 2px 8px;
  338. color: {color:bg};
  339. {block:IfUppercase}text-transform: uppercase;{/block:IfUppercase}}
  340.  
  341. .current_page {border-radius: 3px;
  342. padding: 2px 8px;
  343. color: {color:bg};
  344. {block:IfUppercase}text-transform: uppercase;{/block:IfUppercase}
  345. border: 1px solid {color:Accent};
  346. color: {color:Accent};}
  347.  
  348. .nav a:hover {color: {color:Post};}
  349.  
  350. /* --------------------------------------
  351. POST NOTES
  352. -------------------------------------- */
  353. ol.notes {
  354. padding: 0px;
  355. margin: 25px 30px;
  356. list-style-type: none;
  357. position: relative;
  358. z-index: 2;
  359. {block:IfUppercase}text-transform: uppercase;{/block:IfUppercase}
  360. font-size: {text:Small Font Size};
  361. letter-spacing:{text:Letter Spacing};
  362. clear:both;}
  363.  
  364. ol.notes a {color: {color:Accent};}
  365.  
  366. ol.notes li.note {padding: 10px;}
  367.  
  368. ol.notes li.note img.avatar {
  369. vertical-align: -4px;
  370. margin-right: 10px;
  371. width: 16px;
  372. height: 16px;}
  373.  
  374. ol.notes li.note span.action {font-weight: normal;}
  375.  
  376. ol.notes li.note .answer_content {font-weight: normal;}
  377.  
  378. ol.notes li.note blockquote {
  379. border-color: #eee;
  380. padding: 4px 10px;
  381. margin: 10px 0px 0px 25px;}
  382.  
  383. ol.notes li.note blockquote a {text-decoration: none;}
  384. </style>
  385. </head>
  386.  
  387. <body>
  388.  
  389.  
  390. <div class="container">
  391.  
  392. <div class="left">
  393.  
  394. <div class="leftc">
  395.  
  396.  
  397.  
  398. {block:IfShowSearchBar}
  399. <br><center><form action="/search" method="get" class="gb">
  400. <input type="text" name="q" value="" id="sub"/>
  401. <input type="submit" value="Search" id="sbt"/>
  402. </form></center>
  403. {/block:IfShowSearchBar}
  404.  
  405. <br>
  406. {block:IfLink1Name}<a href="{text:Link1 Url}">{text:Link1 Name}</a>{/block:IfLink1Name}
  407. {block:IfLink2Name}<a href="{text:Link2 Url}">{text:Link2 Name}</a>{/block:IfLink2Name}
  408. {block:IfLink3Name}<a href="{text:Link3 Url}">{text:Link3 Name}</a>{/block:IfLink3Name}
  409. {block:IfLink4Name}<a href="{text:Link4 Url}">{text:Link4 Name}</a>{/block:IfLink4Name}
  410. {block:IfLink5Name}<a href="{text:Link5 Url}">{text:Link5 Name}</a>{/block:IfLink5Name}
  411. {block:IfLink6Name}<a href="{text:Link6 Url}">{text:Link6 Name}</a>{/block:IfLink6Name}
  412. {block:IfLink7Name}<a href="{text:Link7 Url}">{text:Link7 Name}</a>{/block:IfLink7Name}
  413. {block:IfLink8Name}<a href="{text:Link8 Url}">{text:Link8 Name}</a>{/block:IfLink8Name}
  414. {block:IfLink9Name}<a href="{text:Link9 Url}">{text:Link9 Name}</a>{/block:IfLink9Name}
  415. {block:IfLink10Name}<a href="{text:Link10 Url}">{text:Link10 Name}</a>{/block:IfLink10Name}
  416. </div>
  417.  
  418. </div>
  419.  
  420. <div class="posts">
  421.  
  422. {block:Posts}
  423.  
  424. <div class="post">
  425.  
  426. <!--------------------------------------------
  427. TEXT POSTS
  428. --------------------------------------------->
  429. {block:Text}
  430. {block:Title}<h1>{Title}</h1>{/block:Title}
  431. {Body}
  432. {/block:Text}
  433.  
  434. <!--------------------------------------------
  435. PHOTO POSTS
  436. --------------------------------------------->
  437. {block:Photo}
  438. {LinkOpenTag}{block:IfNot400pxPost}<img src="{PhotoURL-500}" alt="{PhotoAlt}">{/block:IfNot400pxPost}
  439. {block:If400pxPost}<img src="{PhotoURL-500}" alt="{PhotoAlt}" width="400px">{/block:If400pxPost}
  440. {LinkCloseTag}
  441.  
  442.  
  443. {block:IfNotShowPhotoCaptionsPermalinkOnly}
  444. {block:IndexPage}{block:Caption}{block:IfShowPhotoCaptionsonHover}<div class="hid">{/block:IfShowPhotoCaptionsonHover}{Caption}{block:IfShowPhotoCaptionsonHover}</div>{/block:IfShowPhotoCaptionsonHover}{/block:Caption}{/block:PermalinkPage}{/block:IndexPage}
  445. {/block:IfNotShowPhotoCaptionsPermalinkOnly}
  446.  
  447. {block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}
  448. {/block:Photo}
  449.  
  450. <!--------------------------------------------
  451. PHOTOSET POSTS
  452. --------------------------------------------->
  453. {block:Photoset}
  454. {block:IfNot400pxPost}{Photoset-500}{/block:IfNot400pxPost}
  455. {block:If400pxPost}{Photoset-400}{/block:If400pxPost}
  456.  
  457.  
  458. {block:IfNotShowPhotoCaptionsPermalinkOnly}
  459. {block:IndexPage}{block:Caption}{block:IfShowPhotoCaptionsonHover}<div class="hid">{/block:IfShowPhotoCaptionsonHover}{Caption}{block:IfShowPhotoCaptionsonHover}</div>{/block:IfShowPhotoCaptionsonHover}{/block:Caption}{/block:PermalinkPage}{/block:IndexPage}
  460. {/block:IfNotShowPhotoCaptionsPermalinkOnly}
  461.  
  462. {block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}
  463. {/block:Photoset}
  464.  
  465.  
  466. <!--------------------------------------------
  467. QUOTE POSTS
  468. --------------------------------------------->
  469. {block:Quote}
  470. <div class="quote">
  471. <div class="quote_{Length}">“{Quote}”</div>
  472. {block:Source}<div class="source">- {Source}</div>{/block:Source}
  473. </div>
  474. {/block:Quote}
  475.  
  476.  
  477.  
  478.  
  479. <!--------------------------------------------
  480. LINK POSTS
  481. --------------------------------------------->
  482. {block:Link}
  483. <h1><a href="{URL}">{Name}</a></h1>
  484. {block:Description}{Description}{/block:Description}
  485. {/block:Link}
  486.  
  487.  
  488.  
  489.  
  490. <!--------------------------------------------
  491. CHAT POSTS
  492. --------------------------------------------->
  493. {block:Chat}
  494. {block:Title}<h1>{Title}</h1>{/block:Title}
  495. <div class="chat"><ul>{block:Lines}
  496. <li class="line">{block:Label}
  497. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  498. {/block:Chat}
  499.  
  500.  
  501.  
  502. <!--------------------------------------------
  503. VIDEO POSTS
  504. --------------------------------------------->
  505. {block:Video}
  506. {block:IfNot400pxPost}{Video-500}{/block:IfNot400pxPost}
  507. {block:If400pxPost}{Video-400}{/block:If400pxPost}
  508. {block:Caption}{Caption}{/block:Caption}
  509. {/block:Video}
  510.  
  511.  
  512.  
  513.  
  514. <!--------------------------------------------
  515. ANSWER POSTS
  516. --------------------------------------------->
  517. {block:Answer}
  518. <div class="q"><img src="{AskerPortraitURL-40}"> {Asker} {text:Ask Action}: {Question}</div>
  519. {Answer}
  520. {/block:Answer}
  521.  
  522. <!--------------------------------------------
  523. AUDIO POSTS
  524. --------------------------------------------->
  525. {block:Audio}
  526. <div class="mus">
  527. <div class="audioverlay"><div class="audioarrow">{block:IfAudioPlayerWhite}{AudioPlayerWhite}{/block:IfAudioPlayerWhite}
  528. {block:IfAudioPlayerGrey}{AudioPlayerGrey}{/block:IfAudioPlayerGrey}
  529. {block:IfAudioPlayerBlack}{AudioPlayerBlack}{/block:IfAudioPlayerBlack}</div></div>
  530.  
  531. <img src="http://static.tumblr.com/jn9hrij/20Ul2zzsr/albumart.jpg" alt="default album art"/>
  532. {block:AlbumArt}
  533. <img class="cover" src="{AlbumArtURL}" />
  534. {/block:AlbumArt}
  535.  
  536. <div class="musiclabel">
  537. {block:TrackName}<span class="mlabel">{TrackName}</span>{/block:TrackName}<br>
  538. {block:Artist}{Artist}{/block:Artist} {block:Album}· {Album}{/block:Album}<br>
  539. {block:Playcount}{Playcount} Plays{/block:Playcount}
  540. </div>
  541. </div>
  542.  
  543. {block:Caption}{Caption}{/block:Caption}
  544. {/block:Audio}
  545.  
  546.  
  547. </div>
  548.  
  549. {block:Date}<div class="pinf">
  550.  
  551. {block:IfShowReblogInfo}{block:RebloggedFrom}<div class="rbg">
  552. <a href="{ReblogParentURL}" title="Via">{ReblogParentName} <img src="{ReblogParentPortraitURL-40}"></a>
  553. <a href="{ReblogRootURL}" title="Source">{ReblogRootName}</a>
  554. </div>{/block:RebloggedFrom}{/block:IfShowReblogInfo}
  555.  
  556. <a href="{Permalink}">{TimeAgo}</a> {block:NoteCount}
  557. {block:IfNotShowNotesSymbol}with {NoteCountWithLabel}{/block:IfNotShowNotesSymbol}
  558. {block:IfShowNotesSymbol}&middot; {NoteCount} {text:Notes Symbol}{/block:IfShowNotesSymbol}
  559. {/block:NoteCount}
  560.  
  561.  
  562.  
  563. {block:HasTags}<div class="tgs">{block:Tags}<a href="{TagURL}">#{Tag}</a>{/block:Tags}</div>{/block:HasTags}
  564. </div>{/block:Date}
  565.  
  566. {PostNotes}
  567.  
  568. {block:ContentSource}
  569.  
  570. <!--{SourceURL}{block:SourceLogo}<img src=”{BlackLogoURL}”
  571.  
  572. width=”{LogoWidth}” height=”{LogoHeight}” alt=”{SourceTitle}” />
  573.  
  574. {/block:SourceLogo}
  575.  
  576. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}-->
  577.  
  578. {/block:ContentSource}{block:ReblogParent}{/block:ReblogParent}
  579.  
  580. {/block:Posts}
  581.  
  582. {block:Pagination}<div class="nav">
  583. {block:PreviousPage}
  584. <a href="{PreviousPage}">Newer</a>
  585. {/block:PreviousPage}
  586.  
  587. {block:JumpPagination length="5"}
  588. {block:CurrentPage}
  589. <span class="current_page">{PageNumber}</span>
  590. {/block:CurrentPage}
  591.  
  592. {block:JumpPage}
  593. <a class="jump_page" href="{URL}">{PageNumber}</a>
  594. {/block:JumpPage}
  595. {/block:JumpPagination}
  596.  
  597. {block:NextPage}
  598. <a href="{NextPage}">Older</a>
  599. {/block:NextPage}
  600. </div>{/block:Pagination}
  601.  
  602. <div class="pbg"></div>
  603.  
  604. </div>
  605.  
  606. <div class="right">
  607.  
  608. <div class="rightc">
  609. {block:IfSidebarImage}<img src="{image:sidebar}">{/block:IfSidebarImage}
  610.  
  611. {Description}</div>
  612.  
  613. </div>
  614.  
  615. </div>
  616.  
  617.  
  618. </body>
  619. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement