nunmuri

theme nineteen

Jan 31st, 2013
1,896
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 24.69 KB | None | 0 0
  1. <!-- theme made by nunmuri.tumblr.com/rockappeal.tumblr.com | don't take off the credits -->
  2.  
  3. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  4. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  5.  
  6. <html>
  7. <head>
  8. <title>{Title}</title>
  9.  
  10. <link rel="shortcut icon" href="{Favicon}">
  11. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  12. {block:Description}
  13. <meta name="description" content="{MetaDescription}" />
  14. {/block:Description}
  15.  
  16. <meta name="color:Background" content="#eceadd" />
  17. <meta name="text:Background Position" content="" />
  18. <meta name="image:Background" content="http://static.tumblr.com/..."/>
  19. <meta name="color:Sidebar Background" content="#ffffff" />
  20. <meta name="color:Blockquote Background" content="#ffffff" />
  21. <meta name="color:Link" content="#d5d3d3" />
  22. <meta name="color:Title blog" content="#b3b3b3" />
  23. <meta name="color:Link Hover" content="#fff" />
  24. <meta name="if:Fixed Background" content="0" />
  25. <meta name="if:Sidebar Image" content="1" />
  26. <meta name="color:Text" content="#c5c4c4" />
  27. <meta name="color:chat" content="#ffffff" />
  28. <meta name="image:sidebar background" content="http://static.tumblr.com/..."/>
  29. <meta name="color:boxz background" content="#f5f7ed" />
  30. <meta name="color:boxz background hover" content="#da9f90" />
  31. <meta name="color:permalink text" content="#ffffff" />
  32. <meta name="color:permalink background" content="#da9f90" />
  33. <meta name="color:permalink" content="#ffffff" />
  34. <meta name="color:permalink hover" content="#ffffff" />
  35. <meta name="color:Title" content="#c5c4c4" />
  36. <meta name="image:Sidebar" content="http://static.tumblr.com/..."/>
  37. <meta name="color:Sidebar Text" content="#c5c4c4" />
  38. <meta name="color:Entry Background" content="#ffffff" />
  39. <link rel="shortcut icon" href="{Favicon}" />
  40. <meta name="if:Show Tags" content="0"/>
  41. <meta name="if:Links" content="1"/>
  42. <meta name="if:link1" content="1"/>
  43. <meta name="if:link2" content="1"/>
  44. <meta name="text:Link 1 Title" content="link 1" />
  45. <meta name="text:Link 1" content="" />
  46. <meta name="text:Link 2 Title" content="link 2" />
  47. <meta name="text:Link 2" content="" />
  48. <meta name="if:link3" content="1"/>
  49. <meta name="if:link4" content="1"/>
  50. <meta name="text:Link 3 Title" content="link 3" />
  51. <meta name="text:Link 3" content="" />
  52. <meta name="text:Link 4 Title" content="link 4" />
  53. <meta name="text:Link 4" content="" />
  54. <meta name="if:Show Title" content="1"/>
  55. <meta name="if:endless scroll" content="0"/>
  56. <meta name="if:Show Captions" content="0"/>
  57. <meta name="color:Scroll Background" content="#fff" />
  58. <meta name="color:Scroll" content="#ebe7db" />
  59.  
  60. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  61.  
  62. <style type="text/css">
  63. iframe#tumblr_controls {right:3px !important;
  64. position: fixed !important;
  65. opacity: 0.4;
  66. filter:alpha(opacity=40);
  67. -moz-opacity: 0.4;
  68. -khtml-opacity: 0.4;
  69. -webkit-transition: all 0.9s ease;
  70. -moz-transition: all 0.9s ease;
  71. -o-transition: all 0.9s ease;}
  72. iframe#tumblr_controls:hover{
  73. opacity: 1;
  74. filter:alpha(opacity=100);
  75. -moz-opacity: 1;
  76. -khtml-opacity: 1;
  77. -webkit-transition: all 0.9s ease;
  78. -moz-transition: all 0.9s ease;
  79. -o-transition: all 0.9s ease;}
  80.  
  81.  
  82.  
  83. ::-webkit-scrollbar {
  84. width: 8px;
  85. height: 8px;}
  86.  
  87. ::-webkit-scrollbar-button:start:decrement,
  88. ::-webkit-scrollbar-button:end:increment {
  89. height: 0px;
  90. display: block;
  91. background-color: transparent;}
  92.  
  93. ::-webkit-scrollbar-track-piece {
  94. background-color: {color:scroll background};
  95. -webkit-border-radius: 0px;}
  96.  
  97. ::-webkit-scrollbar-thumb:vertical {
  98. height: 30px;
  99. background-color: {color:scroll};
  100. -webkit-border-radius: 0px;}
  101.  
  102.  
  103. #title {
  104. font-size: 20px;
  105. font-family: courier new;
  106. color:{color:title};
  107. padding-right: 5px;
  108. padding-left: 0px;
  109. padding-top: 5px;
  110. padding-bottom: 5px;
  111. line-height:10px;
  112. letter-spacing:1px;
  113. font-weight:normal;
  114. text-align:left;
  115. }
  116.  
  117. #title a{
  118. font-size: 17px;
  119. font-family: courier new;
  120. color:{color:title};
  121. padding-right: 5px;
  122. padding-left: 5px;
  123. padding-top: 0px;
  124. padding-bottom: 0px;
  125. line-height:15px;
  126. letter-spacing:-1px;
  127. text-transform:lowercase;
  128. text-align:left;
  129. }
  130.  
  131. #title a:hover{
  132. color:{color:link};
  133. }
  134.  
  135. #title2 {
  136. font-size: 10px;
  137. font-family: lucida console, trebuchet ms, sans-serif;
  138. color:{color:sidebar text};
  139. padding-right: 5px;
  140. padding-left: 5px;
  141. padding-top: 16px;
  142. padding-bottom: 0px;
  143. line-height:8px;
  144. letter-spacing:2px;
  145. text-align:left;
  146. }
  147. #title2 a{font-style: italic;
  148. font-size: 9px; margin: 0px;
  149. font-family: lucida console, trebuchet ms, sans-serif;
  150. line-height:28px; color:{color:title blog};letter-spacing:1px;
  151. text-transform:lowercase;
  152.  
  153. }
  154.  
  155.  
  156.  
  157.  
  158. #sidebari {margin-left:400px; margin-bottom:0px; margin-top:60px; padding-right:0px; position: absolute; float: left;}
  159. #sidebari img { max-height: auto; text-align:center; padding-right:0px; margin-bottom: -4px;}
  160.  
  161. .side {
  162. float: left;
  163. width: 150px;
  164. height: auto;
  165. font-size: 7px;
  166. font-family: trebuchet ms;
  167. text-transform:uppercase;
  168. margin-left: -174px;
  169. color: {color:text};
  170. margin-top:0px;
  171. position: absolute;
  172. background-color:{color:Sidebar background};
  173. line-height:10px;
  174. padding: 10px;
  175. letter-spacing: 0px;
  176. text-align: left;
  177. -webkit-transition: all 0.5s ease-out;
  178. -moz-transition: all 0.5s ease-out;
  179. -o-transition: all 0.5s ease-out;
  180. overflow: hidden;
  181. opacity: 0;
  182. filter:alpha(opacity=0);
  183. -moz-opacity: 0;
  184. -khtml-opacity: 0;
  185. }
  186.  
  187. .side a{color:{color:text}; font-size: 7px; line-height:24px;
  188. padding: 5px; maring-bottom:5px; margin-left: 3px;
  189. font-style:italic;
  190. text-transform:uppercase;background:{color:entry background};}
  191.  
  192. .side a:hover {color:{color:permalink}; background:{color:permalink background};}
  193.  
  194. #sidebari:hover .side{
  195. -webkit-transition: all 0.5s ease-out;
  196. -moz-transition: all 0.5s ease-out;
  197. -o-transition: all 0.5s ease-out;
  198. opacity: 0.8;
  199. filter:alpha(opacity=80);
  200. -moz-opacity: 0.8;
  201. -khtml-opacity: 0.8;
  202. }
  203.  
  204. #quote {
  205. padding: 5px;
  206. font: 12px/12px "Courier New", Courier, monospace;
  207. letter-spacing: -1px;}
  208.  
  209.  
  210. blockquote {padding: 2px;
  211. padding-left: 5px;
  212. background-color: {color:blockquote background};
  213. color: {color:blockquote text};
  214. font: 10px arial;
  215. margin-right: 50px;
  216. border-left: 1px dashed {color:text};}
  217.  
  218.  
  219. #posts {
  220. width: 500px;
  221. min-height: 100px;
  222. text-align:justify;
  223. color: {color:text};
  224. font-size: 10px;
  225. line-height:11px;
  226. font-family: trebuchet ms;
  227. height: auto;
  228. overflow:hidden;
  229. float: none;
  230. padding: 30px;
  231. background:{color:entry background};
  232. margin-left:0px;
  233. margin-top:0px;
  234. margin-bottom:13px;
  235. }
  236.  
  237. .permalink {
  238. float: left;
  239. width: auto;
  240. height: auto;
  241. font-size: 25px;
  242. font-family: arial;
  243. text-transform:lowercase;
  244. margin-left: 540px;
  245. color: {color:permalink text};
  246. margin-top:-30px;
  247. background:{color:permalink background};
  248. position: absolute;
  249. line-height:18px;
  250. padding: 10px;
  251. text-align: right;
  252. -webkit-transition: all 0.5s ease-out;
  253. -moz-transition: all 0.5s ease-out;
  254. -o-transition: all 0.5s ease-out;
  255. overflow: hidden;
  256. opacity: 0;
  257. filter:alpha(opacity=0);
  258. -moz-opacity: 0;
  259. -khtml-opacity: 0;
  260. }
  261.  
  262. .permalink a{color:{color:permalink}; font-size: 7px;
  263. font-family:trebuchet ms;font-style:italic;
  264.  
  265. text-transform:uppercase;}
  266.  
  267. .permalink a:hover {color:{color:permalink hover};}
  268.  
  269. #posts:hover .permalink{
  270. -webkit-transition: all 0.5s ease-out;
  271. -moz-transition: all 0.5s ease-out;
  272. -o-transition: all 0.5s ease-out;
  273. opacity: 0.8;
  274. filter:alpha(opacity=80);
  275. -moz-opacity: 0.8;
  276. -khtml-opacity: 0.8;
  277. }
  278.  
  279. @font-face {
  280. font-family: 'inconsolata';
  281. src: url('inconsolata.ttf');
  282. src: local('inconsolata'),
  283. local('inconsolata'),
  284. url('http://dl.dropbox.com/u/55224529/inconsolata.ttf');
  285. }
  286.  
  287.  
  288. .tags {
  289. float: left;
  290. width: 150px;
  291. height: auto;
  292. font-size: 7px;
  293. font-family: trebuchet ms;
  294. text-transform:uppercase;
  295. margin-left: 540px;
  296. color: {color:text};
  297. margin-top:50px;
  298. position: absolute;
  299. line-height:10px;
  300. padding: 10px;
  301. letter-spacing: 0px;
  302. text-align: left;
  303. -webkit-transition: all 0.5s ease-out;
  304. -moz-transition: all 0.5s ease-out;
  305. -o-transition: all 0.5s ease-out;
  306. overflow: hidden;
  307. opacity: 0;
  308. filter:alpha(opacity=0);
  309. -moz-opacity: 0;
  310. -khtml-opacity: 0;
  311. }
  312.  
  313. .tags a{color:{color:text}; font-size: 7px; line-height:24px;
  314. padding: 5px; maring-bottom:5px; margin-left: 3px;
  315. font-style:italic;
  316. text-transform:uppercase;background:{color:entry background};}
  317.  
  318. .tags a:hover {color:{color:permalink}; background:{color:permalink background};}
  319.  
  320. #posts:hover .tags{
  321. -webkit-transition: all 0.5s ease-out;
  322. -moz-transition: all 0.5s ease-out;
  323. -o-transition: all 0.5s ease-out;
  324. opacity: 0.8;
  325. filter:alpha(opacity=80);
  326. -moz-opacity: 0.8;
  327. -khtml-opacity: 0.8;
  328. }
  329.  
  330.  
  331. #posts img{max-width: 500px; overflow:hidden;}
  332.  
  333. #photoset {
  334. max-width:500px; overflow:hidden;}
  335.  
  336. #photoset img{
  337. max-width: 500px; overflow:hidden;}
  338.  
  339.  
  340. #content1 {margin-bottom:200px;position: absolute; }
  341.  
  342.  
  343. #content2 {
  344. width: 800px;
  345. margin-left: 400px;
  346. top: 370px;
  347. float:left;
  348. position: relative;
  349. }
  350.  
  351.  
  352.  
  353. body {
  354. background-color:{color:background};
  355. color:{color:text};
  356. background-image: url('{image:background}');
  357. background-position: {text:background position};
  358. background-attachment:fixed;
  359. font-family: trebuchet ms;
  360. font-size: 9px;
  361. overflow-x:hidden;
  362. }
  363. a {font-weight:normal; color:{color:link}; text-decoration:none; text-transform: lowercase; font-family: trebuchet ms; font-size: 9px; letter-spacing:0px; -webkit-transition: all 0.5s ease-out;
  364. -moz-transition: all 0.5s ease-out;
  365. -o-transition: all 0.5s ease-out;}
  366. a:hover {color:{color:link hover}; -webkit-transition: all 0.5s ease-out;
  367. -moz-transition: all 0.5s ease-out;
  368. -o-transition: all 0.5s ease-out;}
  369. h3, .link {font-size:13px; font-family: {font:title}; margin:0px; font-style:italic; font-weight:normal; color: {color:title}}
  370. h3 a, .link{font-weight:normal; color:{color:title}}
  371.  
  372. {block:IfFixedBackground}
  373. body {background-attachment:fixed; background-repeat:no-repeat;}
  374. {/block:IfFixedBackground}
  375.  
  376.  
  377. .navi2 a{
  378. float: left;
  379. width: 31px;
  380. height: auto;
  381. margin-left: 3px;
  382. margin-top: 0px;
  383. margin-bottom: 0px;
  384. padding: 18px;
  385. padding-right:21px;
  386. background-color: {color:boxz background};
  387. font-family: trebuchet ms;
  388. text-align: center;
  389. letter-spacing: 1px;
  390. line-height: 5px;
  391. font-style:italic;
  392. font-size: 7px;
  393. text-transform:uppercase;
  394. -webkit-transition: all 0.5s ease-out;
  395. -moz-transition: all 0.5s ease-out;
  396. -o-transition: all 0.5s ease-out;
  397.  
  398. }
  399.  
  400. .navi2 a:hover{
  401.  
  402. background-color: {color:boxz background hover};
  403. -webkit-transition: all 0.5s ease-out;
  404. -moz-transition: all 0.5s ease-out;
  405. -o-transition: all 0.5s ease-out;
  406. }
  407.  
  408. .navi1 a{
  409. float: left;
  410. width: 31px;
  411. height: auto;
  412. margin-left: 3px;
  413. margin-top: 0px;
  414. margin-bottom: 0px;
  415. padding: 18px;
  416. background-color: {color:boxz background};
  417. font-family: trebuchet ms;
  418. text-align: center;
  419. letter-spacing: 1px;
  420. line-height: 5px;
  421. font-style:italic;
  422. font-size: 7px;
  423. text-transform:uppercase;
  424. -webkit-transition: all 0.5s ease-out;
  425. -moz-transition: all 0.5s ease-out;
  426. -o-transition: all 0.5s ease-out;
  427.  
  428. }
  429.  
  430. .navi1 a:hover{
  431.  
  432. background-color: {color:boxz background hover};
  433. -webkit-transition: all 0.5s ease-out;
  434. -moz-transition: all 0.5s ease-out;
  435. -o-transition: all 0.5s ease-out;
  436. }
  437.  
  438.  
  439.  
  440. #quote {padding: 5px; font: 14px trebuchet ms; letter-spacing: 0px; font-style: italic;}
  441. #quotecredits {text-align: center; display: block;}
  442.  
  443. #answer {text-align:left;}
  444. #question {color: {color:sidebar text}; border-bottom: 1px solid; margin-top: 0px; margin-left: 62px; font-style: italic; font-family: georgia; font-size: 9px; padding: 8px; border-color: {color:border}; padding-bottom: 5px;}
  445. #question a{color: {color:link};}
  446. #avask img{border-color: {color:chat}; margin-right: 10px;
  447. border: 6px solid {color:chat};}
  448. #avask {padding-right: 8px; margin-bottom: 4px; margin-top: 5px;}
  449. .ballon {font: 20px arial; margin-bottom: 0px; margin-top: 15px; margin-left: -5px; color:{color:chat}; float: left;}
  450.  
  451.  
  452. #caption {text-align: left;}
  453. #caption a:hover{color:{color:link}; background:{color:entry background};}
  454.  
  455. #chatg { padding-left: 0px; padding-top: 5px; width: 100%;}
  456. #chat {font: 10px trebuchet ms; letter-spacing: 1px; color: {color:text}; padding: 3px; padding-left: 16px; margin-bottom: 2px; text-transform: lowercase; background:{color:chat};line-height:10px; }
  457. #chat .label {padding-left: 2px; text-transform: uppercase; color: {color:text}; font: 10px trebuchet ms; letter-spacing: 1px; background-color:{color:background}; line-height:10px; }
  458.  
  459. #notes {width:400px; padding-top: 0px; color: {color:text}; margin-top: 400px; margin-left: 420px; line-height: 15px; float:left; letter-spacing: 0px; text-transform:lowercase; text-align: left; font-family: trebuchet ms; font-size: 10px; z-index: 999999;}
  460. li.notes {list-style:none; padding: 5px; margin: 2px; letter-spacing: 0px; text-transform:lowercase; text-align: left; }
  461. #notes a{color: {color:link}; letter-spacing: 0px; text-transform:lowercase; font-family: trebuchet ms; font-size: 10px;}
  462. #notes img {border: 0px;}
  463. #notes a img {border: 0px;}
  464.  
  465. #audio {margin-left: 0px;}
  466. #atext {width: 70%; padding-left: 10px; padding-top: 15px; margin-left: 120px; margin-top: 15px; min-height:65px; margin-bottom: 25px; text-transform: lowercase; text-transform:uppercase; font-family: trebuchet ms; font-size: 7px; }
  467.  
  468.  
  469. #audio {margin-left: 0px;}
  470. #atext {width: 40%; padding-left: 10px; padding-top: 15px; margin-left: 80px; margin-top: 15px; min-height:65px; margin-bottom: 25px; text-transform: lowercase; text-transform:uppercase; font-family: trebuchet ms; font-size: 7px; }
  471.  
  472. #player {
  473. width:26px;
  474. height:30px;
  475. overflow:hidden;
  476. position:absolute;
  477. margin-top:25px;
  478. text-align: center;
  479. margin-bottom:5px;
  480. margin-left: 28px;
  481. padding-left: 5px;
  482. opacity: 0.3;
  483. filter:alpha(opacity=30);
  484. -moz-opacity: 0.3;
  485. -khtml-opacity: 0.3;
  486. z-index: 3;
  487. -webkit-transition: all 0.7s ease-out;
  488. -moz-transition: all 0.7s ease-out;
  489. -o-transition: all 0.7s ease-out;
  490. }
  491.  
  492. #player:hover {opacity: 0.7;
  493. filter:alpha(opacity=70);
  494. -moz-opacity: 70;
  495. -khtml-opacity: 70;
  496. -webkit-transition: all 0.7s ease-out;
  497. -moz-transition: all 0.7s ease-out;
  498. -o-transition: all 0.7s ease-out;
  499. }
  500. #playerbg:hover{opacity: 0.7;
  501. filter:alpha(opacity=70);
  502. -moz-opacity: 70;
  503. -khtml-opacity: 70;
  504. -webkit-transition: all 0.7s ease-out;
  505. -moz-transition: all 0.7s ease-out;
  506. -o-transition: all 0.7s ease-out;}
  507.  
  508. #playerbg{ width:80px;
  509. height:80px;
  510. margin-top:8px;
  511. margin-left:0px;
  512. margin-bottom:40px;
  513. background-color: white;
  514. opacity: 0.3;
  515. filter:alpha(opacity=30);
  516. -moz-opacity: 0.3;
  517. -khtml-opacity: 0.3;
  518. position:absolute;
  519. z-index: 2;
  520. -webkit-transition: all 0.7s ease-out;
  521. -moz-transition: all 0.7s ease-out;
  522. -o-transition: all 0.7s ease-out;
  523. }
  524.  
  525.  
  526. #navi25 {
  527. float: left;
  528. width:580px;
  529. margin-left:397px;
  530. margin-top: 16px;
  531. height: auto;
  532. z-index: 999999;
  533. overflow:hidden:
  534. position:absolute;
  535. }
  536.  
  537.  
  538. #sidepic {
  539. width: 186px;
  540. height: auto;
  541. }
  542.  
  543.  
  544.  
  545.  
  546.  
  547. #pagination1 {font-family:trebuchet ms; color:{color:link}; font-size:7px; float: left; padding: 10px; text-transform:uppercase; background-color:{color:boxz background}; }
  548.  
  549. #pagination {font-family:trebuchet ms; color:{color:link}; font-size:7px; float: left; text-transform:uppercase; padding: 10px; background-color:{color:boxz background};}
  550.  
  551. #pagination a{font-family:trebuchet ms; color:{color:link};
  552. font-size:7px; float: left; padding: 10px; text-transform:uppercase; }
  553.  
  554. #pagination a:hover{color:{color:link hover}; background-color:{color:boxz background hover};}
  555.  
  556. .reblogx { margin-right:5px; float: left;}
  557.  
  558. .reblogx img{padding:5px; float: left;}
  559.  
  560.  
  561.  
  562. #footer {
  563. bottom:20px; width:200px; padding: 10px; text-align: center;
  564. float:left; position: fixed; margin-bottom:0px; margin-left:270px; z-index: 999999999;
  565. }
  566.  
  567. .ava { margin:5px; margin-bottom:15px; float:left; }
  568. </style>
  569. {block:IfEndlessScroll}
  570. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  571. {/block:IfEndlessScroll}
  572. </head>
  573. <body>
  574.  
  575.  
  576. <div id="navi25">
  577.  
  578.  
  579. <div class="navi1"><a href="/">home</a></div>
  580. <div class="navi1"><a href="/ask">ask</a></div>
  581. <div class="navi1"><a href="/archive">old</a> </div>
  582. {block:IfNotLinks}{/block:IfNotLinks}{block:IfLinks}{block:IfLink1}<div class="navi1"><a href="{text:Link 1}">{text:Link 1 Title}</a></div>{/block:IfLink1}
  583.  
  584. {block:IfLink2}<div class="navi1"><a href="{text:Link 2}">{text:Link 2 Title}</a></div>{/block:IfLink2}
  585.  
  586.  
  587. {block:IfLink3}<div class="navi1"><a href="{text:Link 3}">{text:Link 3 Title}</a></div>{/block:IfLink3}
  588.  
  589.  
  590. {block:IfLink4}<div class="navi1"><a href="{text:Link 4}">{text:Link 4 Title}</a></div>{/block:IfLink4}
  591. {/block:IfLinks}
  592.  
  593. <div class="navi2"><a href="http://nunmurithemes.tumblr.com/">theme</a></div>
  594. </div>
  595.  
  596.  
  597. <div id="sidebari"> <span class="side">
  598. <img src="{PortraitURL-48}" class="ava" style=" -moz-border-radius: 35px; border-radius: 35px">
  599. {block:IfShowTitle}
  600. <a href="/">{Title}</a><br>
  601.  
  602. {/block:IfShowTitle}
  603. {block:IfNotSidebarImage}{/block:IfNotSidebarImage}
  604.  
  605.  
  606.  
  607. {block:Description}
  608. {Description}{/block:Description}
  609.  
  610.  
  611. </span>
  612. {block:IfSidebarImage}
  613. <img src="{image:sidebar}" witdh="560" border="0">
  614. {/block:IfSidebarImage}
  615.  
  616. {block:IfNotSidebarImage}{/block:IfNotSidebarImage}
  617. </div>
  618. </div> </div> </div>
  619.  
  620.  
  621. <div id="footer">
  622. {block:IfNotEndlessScroll} {block:Pagination} <div id="pagination">
  623.  
  624.  
  625. {block:PreviousPage}
  626. <a href="{PreviousPage}">prev</a>
  627. {/block:PreviousPage}
  628. {block:NextPage}
  629. <a href="{NextPage}">next</a>
  630. {/block:NextPage}
  631. {/block:Pagination}
  632. </div> {/block:IfNotEndlessScroll}
  633. </div> </div>
  634. </div>
  635.  
  636. {block:IfEndlessScroll}
  637. <div class="autopagerize_page_element">
  638. {/block:IfEndlessScroll}
  639.  
  640. {block:Posts}
  641.  
  642.  
  643. <table width="1300" border="0" align="center" cellspacing="0px" cellpadding="0px"><tr>
  644.  
  645. <div id="content2">
  646.  
  647. {block:Text}
  648. <div id="posts"> <span class="permalink"><a href="{Permalink}">{ShortMonth} {DayOfMonth},{Year} </a><br>{NoteCount}</span>
  649. <span class="tags"> {block:IfShowTags}{block:HasTags}tagged<br> {block:Tags}<a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}{/block:IfShowTags}</span>
  650. <div id="title">{block:Title}<a href="{Permalink}">{Title}</a>{/block:Title}</div>
  651. <div id="text">{Body}</div>
  652. </div> {/block:Text}
  653.  
  654.  
  655. {block:Quote} <div id="posts"> <span class="permalink"><a href="{Permalink}">{ShortMonth} {DayOfMonth},{Year} </a><br>{NoteCount}</span>
  656. <span class="tags"> {block:IfShowTags}{block:HasTags}tagged<br> {block:Tags}<a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}{/block:IfShowTags}</span>
  657.  
  658. <div id="quote" align="center">&#8220;{Quote}&#8221; </div>
  659. <div id="quotesource" align="center">{block:Source}&#8212; {Source}{/block:Source}
  660. </div></div>
  661. {/block:Quote}
  662.  
  663.  
  664.  
  665. {block:Link}
  666. <div id="posts"> <span class="permalink"><a href="{Permalink}">{ShortMonth} {DayOfMonth},{Year} </a><br>{NoteCount}</span>
  667. <span class="tags"> {block:IfShowTags}{block:HasTags}tagged<br> {block:Tags}<a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}{/block:IfShowTags}</span>
  668.  
  669. <div id="title"><a href="{URL}" {Target}>{Name}</a></div>
  670. {block:Description}{Description}{/block:Description} </div>
  671. {/block:Link}
  672.  
  673.  
  674.  
  675. {block:Chat}
  676. <div id="posts"> <span class="permalink"><a href="{Permalink}">{ShortMonth} {DayOfMonth},{Year} </a><br>{NoteCount}</span>
  677. <span class="tags"> {block:IfShowTags}{block:HasTags}tagged<br> {block:Tags}<a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}{/block:IfShowTags}</span>
  678.  
  679. {block:Title}
  680. <div id="title"><a href="{Permalink}">{Title}</a></div>
  681. {/block:Title}
  682.  
  683. {block:Lines}<div id="chat"><div id="chat{UserNumber}">{block:Label}<b>{Label}</b> {/block:Label}{Line} </div> </div>
  684. {/block:Lines}
  685. </div>
  686. {/block:Chat}
  687.  
  688.  
  689.  
  690. {block:Audio}
  691. <div id="posts"> <span class="permalink"><a href="{Permalink}">{ShortMonth} {DayOfMonth},{Year} </a><br>{NoteCount}</span>
  692. <span class="tags"> {block:IfShowTags}{block:HasTags}tagged<br> {block:Tags}<a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}{/block:IfShowTags}</span>
  693.  
  694. <div id="player">{AudioPlayerWhite}</div>
  695.  
  696.  
  697.  
  698. <div id="atext">
  699. {PlayCountWithLabel}<br>
  700. {block:Artist}
  701. <b>Artist:</b> {Artist}
  702. {/block:Artist} <br> {block:TrackName}
  703. <b>Trackname:</b> {TrackName}
  704. {/block:TrackName}<br>
  705. {block:Album}
  706. <b>Album:</b> {Album}
  707. {/block:Album}
  708. <br><br> </div>
  709. {block:IfShowCaptions}
  710. {block:Caption}
  711. {Caption}
  712. {/block:Caption}
  713. {/block:IfShowCaptions}
  714. </div>
  715. {/block:Audio}
  716.  
  717. {block:Answer}
  718. <div id="posts"> <span class="permalink"><a href="{Permalink}">{ShortMonth} {DayOfMonth},{Year} </a><br>{NoteCount}</span>
  719. <span class="tags"> {block:IfShowTags}{block:HasTags}tagged<br> {block:Tags}<a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}{/block:IfShowTags}</span>
  720. <div id="avask"> <img src="{AskerPortraitURL-48}" width="40px" height="40px" align="left"> </div><div id="question">{Asker} said: {Question}</div>
  721. <div id="answer">{Answer}</div></div>
  722. {/block:Answer}
  723.  
  724.  
  725. {block:Photo}
  726. <div id="posts"> <span class="permalink"><a href="{Permalink}">{ShortMonth} {DayOfMonth},{Year} </a><br>{NoteCount}</span>
  727. <span class="tags"> {block:IfShowTags}{block:HasTags}tagged<br> {block:Tags}<a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}{/block:IfShowTags}</span>
  728. {LinkOpenTag}<a href="{Permalink}"><img src="{PhotoURL-500}" border="0" max-width="500" /></a>{LinkCloseTag}
  729. {block:ContentSource}
  730. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}" width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}
  731. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  732. {/block:ContentSource}
  733. {block:IfNotShowCaptions}{block:PermalinkPage}
  734. {block:Caption}
  735. {Caption}
  736. {/block:Caption}
  737. {/block:PermalinkPage}{/block:IfNotShowCaptions}
  738. {block:IfShowCaptions}
  739. {block:Caption}
  740. {Caption}
  741. {/block:Caption}
  742. {/block:IfShowCaptions}
  743. {/block:Caption}</div>
  744. {/block:Photo}
  745.  
  746.  
  747. {block:Photoset}
  748. <div id="posts"> <span class="permalink"><a href="{Permalink}">{ShortMonth} {DayOfMonth},{Year} </a><br>{NoteCount}</span>
  749. <span class="tags"> {block:IfShowTags}{block:HasTags}tagged<br> {block:Tags}<a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}{/block:IfShowTags}</span>
  750. {Photoset-500}
  751. {block:IfNotShowCaptions}{block:PermalinkPage}
  752. {block:Caption}
  753. {Caption}
  754. {/block:Caption}
  755. {/block:PermalinkPage}{/block:IfNotShowCaptions}
  756. {block:IfShowCaptions}
  757. {block:Caption}
  758. {Caption}
  759. {/block:Caption}
  760. {/block:IfShowCaptions}
  761. {/block:Caption}
  762. </div></div>
  763. {/block:Photoset}
  764.  
  765.  
  766.  
  767. {block:Video}
  768. <div id="posts"> <span class="permalink"><a href="{Permalink}">{ShortMonth} {DayOfMonth},{Year} </a><br>{NoteCount}</span>
  769. <span class="tags"> {block:IfShowTags}{block:HasTags}tagged<br> {block:Tags}<a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}{/block:IfShowTags}</span>
  770. {Video-500}
  771. {block:IfNotShowCaptions}{block:PermalinkPage}
  772. {block:Caption}
  773. {Caption}
  774. {/block:Caption}
  775. {/block:PermalinkPage}{/block:IfNotShowCaptions}
  776. {block:IfShowCaptions}
  777. {block:Caption}
  778. {Caption}
  779. {/block:Caption}
  780. {/block:IfShowCaptions}
  781. {/block:Caption}</div>
  782. {/block:Video}
  783.  
  784. </div></div></div></div></div>
  785.  
  786.  
  787. {block:PermalinkPage}
  788. <div id="notes"> {ShortMonth} {DayOfMonth},{Year} with {NoteCountWithLabel}<br>
  789. {block:RebloggedFrom} <a href="{ReblogParentURL}" title="via"><img src="{ReblogParentPortraitURL-16}" class="reblogx" style="height: 16px; width: 16px; -moz-border-radius: 100px; border-radius: 100px"></a><a href="{ReblogRootURL}" title="source"><img src="{ReblogRootPortraitURL-16}" class="reblogx" style="height: 16px; width: 16px; -moz-border-radius: 100px; border-radius: 100px"></a>{/block:RebloggedFrom}<br><br>
  790.  
  791. {block:PostNotes}{PostNotes}{/block:PostNotes}</div>{/block:PermalinkPage}
  792.  
  793. </td>
  794. </tr></table>
  795.  
  796. {/block:Posts}
  797.  
  798.  
  799. </div>
  800. </div>
  801. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment