Advertisement
juliechan

氷 / Kori Theme

Sep 9th, 2012
869
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.62 KB | None | 0 0
  1. <!--Kori theme by utekii.tumblr.com // hoshikusu.tumblr.com--
  2. ------------------------------RULES-----------------------------
  3.  
  4. * Please do not remove the credits.
  5. * No third-hand redistribution
  6. * Do not claim as yours
  7. * Don't break the rules or you WILL be reported w/o hesitation
  8. * You can edit this but leave the credits in tact
  9. * Do not use this code as a base code
  10.  
  11. -------------------------------FAQ------------------------------
  12.  
  13. 1. I do not help with customization of themes
  14. 2. Check ALL appearance options before asking a question
  15. 3. I don't give codes to anyone unless on special occasion
  16. 4. I will NEVER take theme requests
  17. 5. Pagination is available once you UNCHECK infinite scrolling
  18. 6. I don't help with adding extra links
  19. 7. Infinite scrolling works fine whether you have scm or not
  20. 8. For the codes, go to the first post of the live preview
  21.  
  22. ◆◇For any other questions message me on my THEME blog◆◇
  23.  
  24. -->
  25.  
  26.  
  27. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  28. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  29.  
  30. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  31.  
  32.  
  33. <head>
  34. <title>{Title}</title>
  35. <link rel="shortcut icon" href="{Favicon}">
  36. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  37. {block:Description}<meta name="description" content="{MetaDescription}"/>{/block:Description}
  38.  
  39. {block:ifdisablerightclick}
  40. <SCRIPT TYPE="text/javascript">
  41. <!--
  42. //Disable right click script
  43. //visit http://www.rainbow.arch.scriptmania.com/scripts/
  44. var message="Sorry, right-click has been disabled";
  45. ///////////////////////////////////
  46. function clickIE() {if (document.all) {(message);return false;}}
  47. function clickNS(e) {if
  48. (document.layers||(document.getElementById&&!document.all)) {
  49. if (e.which==2||e.which==3) {(message);return false;}}}
  50. if (document.layers)
  51. {document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;}
  52. else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}
  53. document.oncontextmenu=new Function("return false")
  54. // -->
  55. </SCRIPT>
  56. {/block:ifdisablerightclick}
  57.  
  58. <!--stuff-->
  59. <meta name="if:disable right click" content="0"/>
  60. <meta name="if:infinite scrolling" content="1"/>
  61. <meta name="if:cute cursor" content="1"/>
  62. <meta name="if:500px posts" content="0"/>
  63. <meta name="if:400px posts" content="1"/>
  64. <meta name="if:250px posts" content="0"/>
  65. <meta name="if:link 1" content="1"/>
  66. <meta name="if:link 2" content="1"/>
  67. <meta name="if:link 3" content="1"/>
  68. <meta name="if:link 4" content="1"/>
  69. <meta name="if:link 5" content="1"/>
  70. <meta name="if:link 6" content="1"/>
  71.  
  72. <meta name="image:background" content="http://24.media.tumblr.com/tumblr_ltqq73Kh5g1qhvdofo8_400.png"/>
  73. <meta name="image:sidebar picture" content="http://25.media.tumblr.com/tumblr_m1d10iB8Wh1qiohr7o1_500.jpg"/>
  74. <meta name="image:post background" content=""/>
  75. <meta name="image:description bg" content=""/>
  76.  
  77. <meta name="color:background" content="#fff"/>
  78. <meta name="color:description bg" content="#ddd"/>
  79. <meta name="color:text" content="#555"/>
  80. <meta name="color:links" content="#aaa"/>
  81. <meta name="color:links hover" content="#fff"/>
  82. <meta name="color:scrollbar" content="#aaa"/>
  83. <meta name="color:post background" content="#fff"/>
  84. <meta name="color:post titles" content="#90BEC0"/>
  85. <meta name="color:title bg" content="#eee"/>
  86. <meta name="color:buttons bg" content="#90BEC0"/>
  87. <meta name="color:link 1" content="#90BEC0"/>
  88. <meta name="color:link 2" content="#90BEC0"/>
  89. <meta name="color:link 3" content="#90BEC0"/>
  90. <meta name="color:link 4" content="#90BEC0"/>
  91. <meta name="color:link 5" content="#90BEC0"/>
  92. <meta name="color:link 6" content="#90BEC0"/>
  93. <meta name="color:button text" content="#555"/>
  94.  
  95. <meta name="text:link 1" content="link"/>
  96. <meta name="text:link 1 url" content=""/>
  97. <meta name="text:link 2" content="link"/>
  98. <meta name="text:link 2 url" content=""/>
  99. <meta name="text:link 3" content="link"/>
  100. <meta name="text:link 3 url" content=""/>
  101. <meta name="text:link 4" content="link"/>
  102. <meta name="text:link 4 url" content=""/>
  103. <meta name="text:link 5" content="link"/>
  104. <meta name="text:link 5 url" content=""/>
  105. <meta name="text:link 6" content="link"/>
  106. <meta name="text:link 6 url" content=""/>
  107. <!--stuff ends-->
  108.  
  109. {block:ifinfinitescrolling}<script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>{/block:ifinfinitescrolling}
  110.  
  111. <style type="text/css">
  112. {CustomCSS}
  113.  
  114. ::-webkit-scrollbar-thumb:vertical {background-color:{color:scrollbar};height:75px;}
  115. ::-webkit-scrollbar {height:0px;width:5px;background-color:white;}
  116.  
  117. iframe#tumblr_controls {
  118. right:3px !important;
  119. position: fixed !important;
  120. -webkit-transition: opacity 0.7s linear;
  121. opacity: 0.6;
  122. -webkit-transition: all 0.8s ease-out;
  123. -moz-transition: all 0.8s ease-out;
  124. transition: all 0.8s ease-out;
  125. }
  126.  
  127. iframe#tumblr_controls:hover {
  128. -webkit-transition: opacity 0.7s linear;
  129. opacity: 1;
  130. -webkit-transition: all 0.4s ease-out;
  131. -moz-transition: all 0.4s ease-out;
  132. transition: all 0.4s ease-out;
  133. }
  134.  
  135. body{
  136. background-color:{color:background};
  137. background-image:url('{image:background}');
  138. background-attachment:fixed;
  139. font-family:georgia;
  140. font-size:9px;
  141. color:{color:text};
  142. {block:ifcutecursor}cursor: url(http://media.tumblr.com/tumblr_lqcmexUvFW1qfc7qm.png), progress !important;{/block:ifcutecursor}
  143. }
  144.  
  145. a, a:link, a:visited, a:active{
  146. color:{color:links};
  147. text-decoration:none;
  148. -webkit-transition:all 0.5s ease-out;
  149. -moz-transition:all 0.5s ease-out;
  150. -o-transition:all 0.5s ease-out;
  151. transition:all 0.5s ease-out;
  152. }
  153.  
  154. a:hover{
  155. color:{color:links hover};
  156. {block:ifcutecursor}cursor: url(http://media.tumblr.com/tumblr_lqcmexUvFW1qfc7qm.png), progress !important;{/block:ifcutecursor}
  157. -webkit-transition:all 0.5s ease-out;
  158. -moz-transition:all 0.5s ease-out;
  159. -o-transition:all 0.5s ease-out;
  160. transition:all 0.5s ease-out;
  161. }
  162.  
  163. img, a img{
  164. {block:IndexPage}
  165. opacity:.7;
  166. -webkit-transition:all 0.8s ease;
  167. -moz-transition:all 0.8s ease;
  168. -o-transition:all 0.8s ease;
  169. transition:all 0.8s ease;
  170. {/block:IndexPage}
  171. }
  172.  
  173. img:hover{
  174. opacity:1;
  175. -webkit-transition:all 0.8s ease;
  176. -moz-transition:all 0.8s ease;
  177. -o-transition:all 0.8s ease;
  178. transition:all 0.8s ease;
  179. }
  180.  
  181. #posts{
  182. margin-left:500px;
  183. {block:if250pxposts}margin-left:600px;{/block:if250pxposts}
  184. margin-top:10px;
  185. overflow:hidden;
  186. }
  187.  
  188. #box{
  189. background-color:{color:post background};
  190. background-image:url('{image:post background}');
  191. position:relative;
  192. padding:5px;
  193. margin-bottom:10px;
  194. {block:if500pxposts}width:500px;{/block:if500pxposts}
  195. {block:if400pxposts}width:400px;{/block:if400pxposts}
  196. {block:if250pxposts}width:250px;{/block:if250pxposts}
  197. }
  198.  
  199. #perma{
  200. position:absolute;
  201. opacity:0;
  202. height:10px;
  203. background-color:white;
  204. color:trannsparent;
  205. text-align:right;
  206. font-family:consolas;
  207. font-size:8px;
  208. padding:3px;
  209. bottom:0px;
  210. letter-spacing:1px;
  211. overflow:hidden;
  212. -webkit-transition:all 0.7s ease-out;
  213. -moz-transition:all 0.7s ease-out;
  214. -o-transition:all 0.7s ease-out;
  215. transition:all 0.7s ease-out;
  216. }
  217.  
  218. #perma a{
  219. color:#555;
  220. }
  221.  
  222. #box:hover #perma{
  223. opacity:1;
  224. color:#888;
  225. {block:if500pxposts}width:430px;{/block:if500pxposts}
  226. {block:if400pxposts}width:330px;{/block:if400pxposts}
  227. {block:if250pxposts}width:180px;{/block:if250pxposts}
  228. -webkit-transition:all 0.7s ease-out;
  229. -moz-transition:all 0.7s ease-out;
  230. -o-transition:all 0.7s ease-out;
  231. transition:all 0.7s ease-out;
  232. }
  233.  
  234. #permalink {
  235. display:block;
  236. {block:PermalinkPage}{block:if500pxposts}width:493px;{/block:if500pxposts}
  237. {block:if400pxposts}width:393px;{/block:if400pxposts}
  238. {/block:PermalinkPage}
  239. padding:3px;
  240. height:auto;
  241. color:{color:text};
  242. margin-top:0px;
  243. background-color:#transp;
  244. font-family:consolas;
  245. font-size:10px;
  246. }
  247.  
  248. .titles{
  249. text-align:center;
  250. border-bottom:1px dotted #aaa;
  251. padding:5px;
  252. font-family:trebuchet ms;
  253. font-size:14px;
  254. color:{color:post titles};
  255. }
  256.  
  257. .titles a{
  258. color:{color:post titles};
  259. }
  260.  
  261. .texts, .quotes, .chat, .audio, .links{
  262. line-height:13px;
  263. color:{color:text};
  264. margin:5px;
  265. padding:3px;
  266. }
  267.  
  268. .ask{
  269. border-bottom:1px solid #eee;
  270. padding-bottom:10px;
  271. -webkit-border-top-right-radius:5px;
  272. -webkit-border-top-left-radius:5px;
  273. -webkit-border-bottom-right-radius:5px;
  274. -webkit-border-bottom-left-radius:5px;
  275. }
  276.  
  277. blockquote {
  278. background-color:#eee;
  279. color:#aaa;
  280. border-left:3px solid #000;
  281. padding:3px;
  282. }
  283.  
  284. #marshmallow{
  285. width:200px;
  286. padding:5px;
  287. height:auto;
  288. position:fixed;
  289. top:-3px;
  290. margin-left:200px;
  291. }
  292.  
  293. #picu{
  294. opacity:1;
  295. -webkit-border-bottom-left-radius:50px;
  296. -webkit-border-bottom-right-radius:50px;
  297. }
  298.  
  299. #about{
  300. width:191px;
  301. height:auto;
  302. background-color:{color:description bg};
  303. background-image:url('{image:description bg}');
  304. padding:5px;
  305. font-family:silkscreen;
  306. font-size:8px;
  307. }
  308.  
  309. #title{
  310. width:191px;
  311. height:auto;
  312. background-color:{color:title bg};
  313. font-family:existence light unicase;
  314. font-size:16px;
  315. text-align:right;
  316. padding:5px;
  317. letter-spacing:3px;
  318. }
  319.  
  320. .beast{
  321. position:fixed;
  322. width:30px;
  323. text-align:center;
  324. margin-top:35px;
  325. left:160px;
  326. -webkit-border-bottom-left-radius:15px;
  327. -webkit-border-bottom-right-radius:15px;
  328. -webkit-border-top-right-radius:15px;
  329. -webkit-border-top-left-radius:15px;
  330. }
  331.  
  332. #kikwang{
  333. height:30px;
  334. background-color:{color:buttons bg};
  335. }
  336.  
  337. #junhyung{
  338. margin-top:70px;
  339. height:30px;
  340. background-color:{color:buttons bg};
  341. }
  342.  
  343. #yoseobbie{
  344. margin-top:105px;
  345. height:30px;
  346. background-color:{color:buttons bg};
  347. }
  348.  
  349. #yoseoblovesme{
  350. margin-top:140px;
  351. height:30px;
  352. background-color:{color:buttons bg};
  353. }
  354.  
  355. #kikwang:hover, #junhyung:hover, #yoseobbie:hover, #yoseoblovesme:hover{
  356. opacity:.5;
  357. background-color:#fff;
  358. -webkit-transform:rotate(360deg);
  359. }
  360.  
  361. .navi{
  362. position:fixed;
  363. {block:if400pxposts}width:250px;{/block:if400pxposts}
  364. {block:if500pxposts}width:250px;{/block:if500pxposts}
  365. {block:if250pxposts}width:250px;{/block:if250pxposts}
  366. opacity:.8;
  367. text-align:left;
  368. color:#000;
  369. font-family:silkscreen;
  370. letter-spacing:2px;
  371. font-size:8px;
  372. margin-top:30px;
  373. right:1px;
  374. padding:2px;
  375. border-left:20px solid transparent;
  376. -webkit-border-top-left-radius:10px;
  377. -webkit-border-bottom-left-radius:5px;
  378. }
  379.  
  380. #b1{
  381. height:9px;
  382. border-right:5px solid transparent;
  383. background-color:{color:link 1};
  384. color:{color:button text};
  385. }
  386.  
  387. #b2{
  388. margin-top:50px;
  389. height:9px;
  390. border-right:5px solid transparent;
  391. background-color:{color:link 2};
  392. color:{color:button text};
  393. }
  394.  
  395. #b3{
  396. margin-top:70px;
  397. height:9px;
  398. border-right:5px solid transparent;
  399. background-color:{color:link 3};
  400. color:{color:button text};
  401. }
  402.  
  403. #b4{
  404. margin-top:90px;
  405. height:9px;
  406. border-right:5px solid transparent;
  407. background-color:{color:link 4};
  408. color:{color:button text};
  409. }
  410.  
  411. #b5{
  412. margin-top:110px;
  413. height:9px;
  414. border-right:5px solid transparent;
  415. background-color:{color:link 5};
  416. color:{color:button text};
  417. }
  418.  
  419. #b6{
  420. margin-top:130px;
  421. height:9px;
  422. border-right:5px solid transparent;
  423. background-color:{color:link 6};
  424. color:{color:button text};
  425. }
  426.  
  427. #b1:hover, #b2:hover, #b3:hover, #b4:hover, #b5:hover, #b6:hover{
  428. border-right:25px solid transparent;
  429. }
  430.  
  431. #pag{
  432. font-size:14px;
  433. }
  434.  
  435. #pag a{
  436. color:#333;
  437. }
  438.  
  439. .topp {
  440. font-family: consolas;
  441. font-size: 10px;
  442. }
  443.  
  444. #scrollToTop:link,
  445. #scrollToTop:visited {
  446. background-color: transparent;
  447. display: none;
  448. position: fixed;
  449. bottom: 10px;
  450. margin-left: 10px;
  451. }
  452.  
  453. @font-face {font-family: "silkscreen";src: url('http://static.tumblr.com/qbwrk8v/zmWlpdkl0/slkscr.ttf');}
  454.  
  455. @font-face {font-family:"existence light unicase";src: url("http://static.tumblr.com/3j38nb8/uEwly5p5l/existence-unicaselight.otf");}
  456.  
  457. </style>
  458. <script type="text/javascript"
  459. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.3/jquery.min.js">
  460. </script>
  461. <script type="text/javascript" language="javascript">
  462. $(function () {
  463. $('#scrlBotm').click(function () {
  464. $('html, body').animate({
  465. scrollTop: $(document).height()
  466. },
  467. 1500);
  468. return false;
  469. });
  470.  
  471. $('#scrlTop').click(function () {
  472. $('html, body').animate({
  473. scrollTop: '0px'
  474. },
  475. 1500);
  476. return false;
  477. });
  478. });
  479. </script>
  480. </head>
  481. <body>
  482. {block:ifinfinitescrolling}<a id="scrlTop" title="fly up !" href="#" style="position: fixed; bottom: 5px; left: 10px;"><font size="7px">▲</font></a>
  483. {/block:ifinfinitescrolling}
  484.  
  485. <a title="index" href="/" id="kikwang" class="beast"><p><img src="http://i932.photobucket.com/albums/ad167/DottyDita/document-text.gif"></p></a>
  486.  
  487. <a title="message" href="/ask" id="junhyung" class="beast"><p><img src="http://static.tumblr.com/14xu0fs/wC8ma49mv/mail.gif"></p></a>
  488.  
  489. <a title="history" href="/archive" id="yoseobbie" class="beast"><p><img src="http://static.tumblr.com/14xu0fs/kjIma49nj/search.gif"></p></a>
  490.  
  491. <a title="theme" href="http://utekii.tumblr.com" id="yoseoblovesme" class="beast"><p><img src="http://static.tumblr.com/14xu0fs/UEmma49o1/heart.gif"></p></a>
  492.  
  493. <div id="marshmallow">
  494. <div id="title">{title}</div>
  495. <div id="about"><p>{description}</p></div>
  496. <img src="{image:sidebar picture}" id="picu" width="200px">
  497. {block:ifnotinfinitescrolling}
  498. <p><center><div id="pag">{block:Pagination}
  499. {block:PreviousPage}<a href="{PreviousPage}">«</a> {/block:PreviousPage}{block:NextPage}<a href="{NextPage}">»</a>{/block:NextPage}
  500. {/block:Pagination}</div></center>{/block:ifnotinfinitescrolling}
  501. </div>
  502.  
  503. {block:iflink1}<a href="{text:link 1 url}" id="b1" class="navi">{text:link 1}</a>{/block:iflink1}
  504. </p><p>
  505. {block:iflink2}<a href="{text:link 2 url}" id="b2" class="navi">{text:link 2}</a>{/block:iflink2}
  506. </p><p>
  507. {block:iflink3}<a href="{text:link 3 url}" id="b3" class="navi">{text:link 3}</a>{/block:iflink3}
  508. </p><p>
  509. {block:iflink4}<a href="{text:link 4 url}" id="b4" class="navi">{text:link 4}</a>{/block:iflink4}
  510. </p><p>
  511. {block:iflink5}<a href="{text:link 5 url}" id="b5" class="navi">{text:link 5}</a>{/block:iflink5}
  512. </p><p>
  513. {block:iflink6}<a href="{text:link 6 url}" id="b6" class="navi">{text:link 6}</a>{/block:iflink6}
  514. <div id="posts">
  515. <div class="autopagerize_page_element">
  516. {block:Posts}
  517. <div id="box">
  518. {block:Text}
  519. <div class="texts">
  520. {block:Title}
  521. <div class="titles"><a href="{Permalink}">{Title}</a></div>
  522. {/block:Title}
  523.  
  524. {Body}
  525. </div>
  526. {/block:Text}
  527.  
  528. {block:Photo}
  529.  
  530. <div class="photo">
  531. {block:if500pxposts} <a href="{Permalink}"><img src="{PhotoURL-500}" alt="{PhotoAlt}"/></a>{/block:if500pxposts}
  532. {block:if400pxposts} <a href="{Permalink}"><img src="{PhotoURL-400}" alt="{PhotoAlt}"/></a>{/block:if400pxposts}
  533. {block:if250pxposts} <a href="{Permalink}"><img src="{PhotoURL-250}" alt="{PhotoAlt}"/></a>{/block:if250pxposts}
  534. </div>
  535. {block:PermalinkPage}{block:Caption}
  536. {Caption}
  537. {/block:Caption}{/block:PermalinkPage}
  538.  
  539. {/block:Photo}
  540.  
  541. {block:Photoset}
  542. <div class="photoset">
  543.  
  544. {block:if500pxposts}<a href="{Permalink}">{Photoset-500}</a>{/block:if500pxposts}
  545. {block:if400pxposts}<a href="{Permalink}">{Photoset-400}</a>{/block:if400pxposts}
  546. {block:if250pxposts}<a href="{Permalink}">{Photoset-250}</a>{/block:if250pxposts}
  547.  
  548. {block:PermalinkPage}{block:Caption}
  549. {Caption}
  550. {/block:Caption}{/block:PermalinkPage}
  551. </div>
  552.  
  553. {/block:Photoset}
  554.  
  555. {block:Quote}
  556. <div class="quotes">
  557. "{Quote}"
  558.  
  559. {block:Source}
  560. <div style="text-align:right">-{Source}</div>
  561. {/block:Source}
  562. </div>
  563. {/block:Quote}
  564.  
  565. {block:Link}
  566.  
  567. <div class="titles"><a href="{URL}" {Target}><big> </big>→ {Name}</a></div>
  568.  
  569. {block:Description}
  570. <div class="texts">{Description}</div>
  571. {/block:Description}
  572. {/block:Link}
  573.  
  574. {block:Chat}
  575. <div class="post chat">
  576. {block:Title}
  577. <h3><div class="titles"><a href="{Permalink}">{Title}</a></div></h3>
  578. {/block:Title}
  579.  
  580. <div class="chat">
  581. {block:Lines}
  582. <div class="{Alt} user_{UserNumber}">
  583. {block:Label}
  584. <span class="label">{Label}</span>
  585. {/block:Label}
  586.  
  587. {Line}
  588. </div>
  589. {/block:Lines}
  590. </div>
  591. </div>
  592.  
  593. {/block:Chat}
  594.  
  595. {block:Video}
  596. <div class="video">
  597.  
  598. {block:if500pxposts}{Video-500}{/block:if500pxposts}
  599. {block:if400pxposts}{Video-400}{/block:if400pxposts}
  600. {block:if250pxposts}{Video-250}{/block:if250pxposts}
  601.  
  602. {block:PermalinkPage}{block:Caption}
  603. <div class="caption">{Caption}</div>
  604. {/block:Caption}{/block:PermalinkPage}
  605. </div>
  606. {/block:Video}
  607.  
  608. {block:Audio}
  609. <div class="audio">
  610. {block:AlbumArt}
  611. <img style="width:100px; height:100px;"src="{AlbumArtURL}"/>
  612. {/block:AlbumArt}
  613. <center>{AudioPlayerWhite}
  614.  
  615.  
  616. {block:Caption}
  617. <div class="caption">{Caption}</div>
  618. {/block:Caption}</center>
  619. </div>
  620. {/block:Audio}
  621.  
  622. {block:Answer}
  623.  
  624. <div class="texts">
  625. <div class="ask">
  626. <img src="{AskerPortraitURL-30}" align="left" style="margin-right:5px; opacity:1;">
  627. <b>{Asker} whispered</b>:
  628. <i>"{Question}"</i></div>
  629. {Answer}</div>
  630. {/block:Answer}
  631.  
  632. {block:IndexPage}<div id="perma">{TimeAgo} // <a href="{Permalink}">{NoteCount}</a></div>{/block:IndexPage}
  633.  
  634. {block:PermalinkPage}
  635. <div id="permalink">
  636. Posted {block:Date}<a href="{Permalink}">{TimeAgo}</a> with {NoteCountWithLabel}{/block:Date}{block:PostNotes} {/block:PostNotes}{block:RebloggedFrom} (via <a href="{ReblogParentURL}">{ReblogParentName}</a> , org. <a href="{ReblogRootURL}">{ReblogRootName}</a> ){/block:RebloggedFrom}
  637. <div>{block:HasTags}<div id="tags">tagged :{block:Tags}
  638. &#160<a href="{TagURL}">{Tag}</a>&#160{/block:Tags}</div>{/block:HasTags}
  639. {block:PostNotes}<div style="height:auto;{block:if500pxposts}width:485px;{/block:if500pxposts}{block:if400pxposts}width:385px;{/block:if400pxposts}text-align:left;
  640. overflow:auto;border:none;">
  641. {PostNotes}</div>{block:PostNotes}</div></div> {/block:PermalinkPage}
  642. </div>
  643. {/block:Posts}
  644. </div>{block:ifinfinitescrolling}</div>{/block:ifinfinitescrolling}
  645. </div>
  646. </body>
  647. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement