Advertisement
saint-california

Polar Star theme

Mar 31st, 2013
174
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 22.62 KB | None | 0 0
  1. <!DOCTYPE html>
  2.  
  3.  
  4. <!--
  5. theme by baudelair-e
  6. РАЗОБРАЛА И ОТРЕДАКТИРОВАЛА
  7. http://saint-california.viewy.ru/
  8. http://stcalifornia-themes.viewy.ru/
  9. -->
  10.  
  11.  
  12. <html>
  13.  
  14. <head prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/fb# blog: http://ogp.me/ns/blog#">
  15. <!-- <link href="http://static.tumblr.com/xgofl0y/kPhm1ufhj/style-my-tooltips.css" rel="stylesheet" type="text/css" /> -->
  16.  
  17. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js" type="text/javascript"><!--mce:0--></script>
  18.  
  19.  
  20.  
  21. <script src="toggle.js" type="text/javascript"><!--mce:1--></script>
  22. <script type="text/javascript">
  23. $(document).ready(function(){
  24. $(".description").hide();
  25. $(".box").click(function(){
  26. $('.description')
  27. .slideToggle("slow");
  28. return true;
  29. });
  30. });
  31.  
  32. </script>
  33.  
  34. <title>НАЗВАНИЕ ТВОЕГО БЛОГА ВО ВКЛАДКЕ</title>
  35. <link rel="shortcut icon" href="КАРТИНКА ВО ВКЛАДКЕ">
  36. <link rel="alternate" type="application/rss+xml" href="ССЫЛКА НА ТВОЙ БЛОГ/rss">
  37. <style type="text/css">
  38.  
  39. ::-webkit-scrollbar {
  40. width: 6px;
  41. }
  42.  
  43. ::-webkit-scrollbar-thumb {
  44. background-color:#8ffcff;
  45. }
  46.  
  47. ::-webkit-scrollbar-track{
  48. background-color:#ffffff;
  49. }
  50.  
  51. ::-webkit-scrollbar-buttom{
  52. background-color:#fff;
  53. }
  54.  
  55.  
  56.  
  57. @font-face{
  58. font-family: 'Freehand575BT';
  59. src: url('http://static.tumblr.com/vxnvkrs/NU1m8d3fw/tt1046m_-webfont.eot');
  60. src: url('http://static.tumblr.com/vxnvkrs/NU1m8d3fw/tt1046m_-webfont.eot?#iefix') format('embedded-opentype'),
  61. url('Phttp://static.tumblr.com/vxnvkrs/L7dm8d3gz/tt1046m_-webfont.woff') format('woff'),
  62. url('http://static.tumblr.com/vxnvkrs/QnXm8d3hp/tt1046m_-webfont.ttf') format('truetype'),
  63. url('http://static.tumblr.com/vxnvkrs/1mZm8d3j0/tt1046m_-webfont.svg') format('svg');
  64. }
  65.  
  66.  
  67. body{
  68. background-image:url('ФОН');
  69. font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  70. text-align:left;
  71. font-size: 10px;
  72. color: #777777;
  73. background-color: #F7F7F7;
  74. background-attachment:fixed;
  75. background-repeat:repeat;
  76.  
  77. }
  78. a{
  79. color: #777777;
  80. text-decoration: none;
  81. -webkit-transition-duration: .3s;
  82. }
  83. a:hover{
  84. color: #d9f2d9;
  85. text-decoration: none;
  86. font-weight:none;
  87. }
  88.  
  89.  
  90. #entries{
  91. width:520px;
  92. margin-left: 25%;
  93. margin-top: 10px;
  94. margin-bottom: 10px;
  95. position:absolute;}
  96.  
  97. .post {
  98. width:500px;
  99. padding:10px;
  100. padding-bottom:0px;
  101. display: block;
  102. margin-bottom:14px;
  103. margin-top:8px;
  104. background-color:#FFFFFF;
  105. background-image: url('ФОН ПОСТОВ');
  106. background-repeat: repeat;
  107. text-align: center;
  108. font-style: normal;
  109. border-bottom:3px solid #373737;
  110. -webkit-box-shadow: 0px 6px 6px -5px #c3c3c3;
  111. -moz-box-shadow: 0px 6px 6px -5px #c3c3c3;
  112. box-shadow: 0px 6px 6px -5px #c3c3c3;
  113. }
  114.  
  115. .post img {
  116. max-width:500px; }
  117.  
  118. #below{
  119. width:514px;
  120. text-align:left;
  121. margin-bottom:25px;
  122. }
  123.  
  124.  
  125. #title{
  126. letter-spacing: 1px;
  127. font-style:italic;
  128. font-family:georgia;
  129. font-size:21px;
  130. text-align:center;
  131. line-height:110%;
  132. color: #777777;
  133. -webkit-transition: all 0.4s ease-in-out;
  134. -moz-transition: all 0.4s ease-in-out;
  135. -o-transition: all 0.4s ease-in-out;
  136. transition: all 0.4s ease-in-out;
  137. }
  138.  
  139. #title a{
  140. color:#777777;
  141. border-bottom:0px solid transparent;
  142. -webkit-transition: all 0.4s ease-in-out;
  143. -moz-transition: all 0.4s ease-in-out;
  144. -o-transition: all 0.4s ease-in-out;
  145. transition: all 0.4s ease-in-out;
  146. }
  147.  
  148. #title a:hover{
  149. color:#f8da8e;
  150. background-color: transparent;
  151. border-bottom:2px solid #f8da8e;
  152. -webkit-transition: all 0.4s ease-in-out;
  153. -moz-transition: all 0.4s ease-in-out;
  154. -o-transition: all 0.4s ease-in-out;
  155. transition: all 0.4s ease-in-out;
  156. -webkit-box-shadow: 0px 5px 6px -5px #c3c3c3;
  157. -moz-box-shadow: 0px 5px 6px -5px #c3c3c3;
  158. box-shadow: 0px 5px 6px -5px #c3c3c3;
  159. }
  160. .linkdescription{
  161. padding:length;
  162. line-height:10px;
  163. padding-bottom:5px;
  164. }
  165.  
  166.  
  167. #tone{
  168. font-family:georgia;
  169. font-style:italic;
  170. font-size:95px;
  171. position:absolute;
  172. top:-15px;
  173. left:0px;
  174. color:#f6f3f0;
  175. z-index:1;
  176.  
  177. }
  178.  
  179.  
  180. #ttwo{
  181. font-family:georgia;
  182. font-style:italic;
  183. font-size:95px;
  184. position:absolute;
  185. bottom:-15px;
  186. right:15px;
  187. color:#f6f3f0;
  188. z-index:1;
  189. line-height:0px;
  190. }
  191.  
  192.  
  193. #link{font-size:16px; font-style:italic; font-family:georgia; text-align: center;
  194. color: #777777;
  195. -webkit-transition: all 0.4s ease-in-out;
  196. -moz-transition: all 0.4s ease-in-out;
  197. -o-transition: all 0.4s ease-in-out;
  198. transition: all 0.4s ease-in-out;}
  199.  
  200. #link a{
  201. color:#777777;
  202. border-bottom:0px solid transparent;
  203. -webkit-transition: all 0.4s ease-in-out;
  204. -moz-transition: all 0.4s ease-in-out;
  205. -o-transition: all 0.4s ease-in-out;
  206. transition: all 0.4s ease-in-out;
  207. }
  208.  
  209. #link a:hover{color:#d9f2d9; background-color: transparent;
  210. border-bottom:2px solid #d9f2d9; -webkit-transition: all 0.4s ease-in-out;
  211. -moz-transition: all 0.4s ease-in-out;
  212. -o-transition: all 0.4s ease-in-out;
  213. transition: all 0.4s ease-in-out;
  214. -webkit-box-shadow: 0px 5px 6px -5px #c3c3c3;
  215. -moz-box-shadow: 0px 5px 6px -5px #c3c3c3;
  216. box-shadow: 0px 5px 6px -5px #c3c3c3;}
  217.  
  218.  
  219. .arrow{
  220. position:absolute;
  221. top:25px;
  222. left:407px;
  223. font-size:20px;
  224. font-family:Georgia, Palatino, 'Palatino Linotype', Times, 'Times New Roman', serif;
  225. color:#f3f3f3;
  226. text-shadow: 0px 2px 5px #f3f3f3;
  227. filter: dropshadow(color=#f3f3f3, offx=0, offy=2);
  228. z-index:650;
  229. }
  230.  
  231.  
  232. #tc{
  233. position:absolute;
  234. opacity:0;
  235. width:50px;
  236. height:30px;
  237. right:0px;
  238. bottom: 0px;
  239. text-align:center;
  240. -webkit-transition: all 0.6s ease-in-out;
  241. -moz-transition: all 0.6s ease-in-out;
  242. -o-transition: all 0.6s ease-in-out;
  243. transition: all 0.6s ease-in-out;
  244. }
  245.  
  246. #tc a{color:#d8d4d1;}
  247.  
  248. #tc a:hover {color:#ffba79;}
  249.  
  250.  
  251.  
  252. h2{
  253. font:normal 15px Helvetica, Arial, sans-serif;
  254. letter-spacing: 1px;
  255. text-transform:none;
  256. text-align: left;
  257. margin-top: 1px;
  258. margin-bottom: 5px;
  259. padding: 2px;
  260. }
  261. h2 a{color: #777777 }
  262.  
  263. h2 a:hover {
  264. text-decoration: underline;}
  265.  
  266. #sidebaricon{padding: 5px;
  267. float:right;
  268. right:5%;
  269. bottom:200px;
  270. width: auto;
  271. position: fixed;
  272. height: auto;}
  273.  
  274. #sidebaricon:hover #sidebarlinks{bottom: 300px;}
  275.  
  276. #sidebarlinks {bottom:205px; position:fixed;
  277. -webkit-transition: all .9s ease-out;
  278. -moz-transition: all .9s ease-out;
  279. -o-transition: all .9s ease-out;
  280. transition: all .9s ease-out;}
  281.  
  282. #linksplace{
  283. padding:5px;
  284. line-height:10px;
  285. width: 85px;
  286. height: 85px;
  287. background-color:#ffffff;
  288. border-top: 17px solid #373737; z-index: -5;}
  289.  
  290. #blogtitle{
  291. margin-top:3px;
  292. line-height:120%;
  293. position: fixed;
  294. width: 95px;
  295. font-size: 14px;
  296. font-style:italic;
  297. font-family:Georgia, Palatino, 'Palatino Linotype', Times, 'Times New Roman', serif;
  298. text-align:center;}
  299.  
  300. #blogtitle a{
  301. border-bottom:0px solid transparent;
  302. -webkit-transition: all 0.6s ease-in-out;
  303. -moz-transition: all 0.6s ease-in-out;
  304. -o-transition: all 0.6s ease-in-out;
  305. transition: all 0.6s ease-in-out;
  306. color:#373737;
  307. }
  308.  
  309. #blogtitle a:hover{
  310. color:#c5c5c5;
  311. border-bottom:2px solid #373737;
  312. background-color:transparent;
  313. padding:0px;
  314. -webkit-transition: all 0.6s ease-in-out;
  315. -moz-transition: all 0.6s ease-in-out;
  316. -o-transition: all 0.6s ease-in-out;
  317. transition: all 0.6s ease-in-out;
  318. -webkit-box-shadow: 0px 5px 6px -5px #c3c3c3;
  319. -moz-box-shadow: 0px 5px 6px -5px #c3c3c3;
  320. box-shadow: 0px 5px 6px -5px #c3c3c3;
  321. }
  322.  
  323. #iconplace {
  324. padding:5px;
  325. width:85px;
  326. position: relative;
  327. height: 85px;
  328. background: -webkit-gradient(linear, left top, left bottom, from(#c5c5c5), to(#373737));
  329.  
  330. background: -moz-linear-gradient(top, #c5c5c5, #373737); }
  331.  
  332. #iconplace img{width:85px; height:85px;}
  333.  
  334. #one {
  335. width: 85px;
  336. position: fixed;
  337. padding: 1px;
  338. text-align: center;}
  339.  
  340. #one a{
  341. overflow:hidden;
  342. display:block;
  343. width: 40px;
  344. height: 25px;
  345. font-size: 8px;
  346. font-family:georgia;
  347. text-transform: none;
  348. padding-top: 15px;
  349. letter-spacing: 1px;
  350. color:#ffffff;
  351. -webkit-box-shadow: 0 8px 6px -6px #c3c3c3;
  352. -moz-box-shadow: 0 8px 6px -6px #c3c3c3;
  353. box-shadow: 0 8px 6px -6px #c3c3c3;
  354. -webkit-transition: all .6s ease-out;
  355. -moz-transition: all .6s ease-out;
  356. -o-transition: all .6s ease-out;
  357. transition: all .6s ease-out;}
  358.  
  359. #one a:hover{
  360. transform: rotate(360deg); -moz-transform: rotate(360deg); -webkit-transform: rotate(360deg); -o-transform: rotate(360deg);
  361. -webkit-transition: all .6s ease-out;
  362. -moz-transition: all .6s ease-out;
  363. -o-transition: all .6s ease-out;
  364. transition: all .6s ease-out;
  365. }
  366.  
  367. #two {
  368. margin-left:43px;
  369. width: 85px;
  370. position: fixed;
  371. padding: 1px;
  372. text-align: center;}
  373.  
  374. #two a{
  375. overflow:hidden;
  376. display:block;
  377. width: 40px;
  378. height: 25px;
  379. font-size: 8px;
  380. font-family:georgia;
  381. text-transform: none;
  382. padding-top: 15px;
  383. letter-spacing: 1px;
  384. color:#ffffff;
  385. -webkit-box-shadow: 0 8px 6px -6px #c3c3c3;
  386. -moz-box-shadow: 0 8px 6px -6px #c3c3c3;
  387. box-shadow: 0 8px 6px -6px #c3c3c3;
  388. -webkit-transition: all .6s ease-out;
  389. -moz-transition: all .6s ease-out;
  390. -o-transition: all .6s ease-out;
  391. transition: all .6s ease-out;}
  392.  
  393. #two a:hover{
  394. transform: rotate(360deg); -moz-transform: rotate(360deg); -webkit-transform: rotate(360deg); -o-transform: rotate(360deg);
  395. -webkit-transition: all .6s ease-out;
  396. -moz-transition: all .6s ease-out;
  397. -o-transition: all .6s ease-out;
  398. transition: all .6s ease-out;
  399. }
  400.  
  401.  
  402. #three {
  403. margin-top: 43px;
  404. width: 85px;
  405. position: fixed;
  406. padding: 1px;
  407. text-align: center;}
  408.  
  409. #three a{
  410. overflow:hidden;
  411. display:block;
  412. width: 40px;
  413. height: 25px;
  414. font-size: 8px;
  415. font-family:georgia;
  416. text-transform: none;
  417. padding-top: 15px;
  418. letter-spacing: 1px;
  419. color:#ffffff;
  420. -webkit-box-shadow: 0 8px 6px -6px #c3c3c3;
  421. -moz-box-shadow: 0 8px 6px -6px #c3c3c3;
  422. box-shadow: 0 8px 6px -6px #c3c3c3;
  423. -webkit-transition: all .6s ease-out;
  424. -moz-transition: all .6s ease-out;
  425. -o-transition: all .6s ease-out;
  426. transition: all .6s ease-out;}
  427.  
  428. #three a:hover{
  429. transform: rotate(360deg); -moz-transform: rotate(360deg); -webkit-transform: rotate(360deg); -o-transform: rotate(360deg);
  430. -webkit-transition: all .6s ease-out;
  431. -moz-transition: all .6s ease-out;
  432. -o-transition: all .6s ease-out;
  433. transition: all .6s ease-out;
  434. }
  435.  
  436.  
  437. #four {
  438. margin-left: 43px;
  439. margin-top:43px;
  440. width: 85px;
  441. position: fixed;
  442. padding: 1px;
  443. text-align: center;}
  444.  
  445. #four a{
  446. overflow:hidden;
  447. display:block;
  448. width: 40px;
  449. height: 25px;
  450. font-size: 8px;
  451. font-family:georgia;
  452. text-transform: none;
  453. padding-top: 15px;
  454. letter-spacing: 1px;
  455. color:#ffffff;
  456. -webkit-box-shadow: 0 8px 6px -6px #c3c3c3;
  457. -moz-box-shadow: 0 8px 6px -6px #c3c3c3;
  458. box-shadow: 0 8px 6px -6px #c3c3c3;
  459. -webkit-transition: all .6s ease-out;
  460. -moz-transition: all .6s ease-out;
  461. -o-transition: all .6s ease-out;
  462. transition: all .6s ease-out;}
  463.  
  464. #four a:hover{
  465. transform: rotate(360deg); -moz-transform: rotate(360deg); -webkit-transform: rotate(360deg); -o-transform: rotate(360deg);
  466. -webkit-transition: all .6s ease-out;
  467. -moz-transition: all .6s ease-out;
  468. -o-transition: all .6s ease-out;
  469. transition: all .6s ease-out;
  470. }
  471.  
  472.  
  473. .box{right:0px; position: absolute; top: 0px; max-width: 80px;
  474. background: -webkit-gradient(linear, left top, left bottom, from(#373737), to(#c5c5c5));
  475.  
  476. background: -moz-linear-gradient(top, #373737, #c5c5c5);
  477. color:#ffffff; padding: 5px;
  478. -webkit-transition: all .6s ease-out;
  479. -moz-transition: all .6s ease-out;
  480. -o-transition: all .6s ease-out;
  481. transition: all .6s ease-out;}
  482.  
  483. #desc{float:right; right: 12%; position:fixed; bottom:300px;}
  484.  
  485. #descplace{
  486. width: 205px; margin-left: -245px; position: fixed; text-align: left; padding: 5px; z-index: 1; font-size: 10px; font-family: Georgia, Palatino, 'Palatino Linotype', Times, 'Times New Roman', serif;
  487. -webkit-transition: all .6s ease-out;
  488. -moz-transition: all .6s ease-out;
  489. -o-transition: all .6s ease-out;
  490. transition: all .6s ease-out;}
  491.  
  492. #descplace:hover .box{z-index:-1;}
  493.  
  494. .description{color: #C2C2C2; text-align:left; background-color: trans}
  495.  
  496. #imageside{ position:fixed; top: 110px; left: 4%;}
  497.  
  498. #image {width: 300px; }
  499.  
  500. #image img{max-width:240px; border: 8px solid #ffffff}
  501.  
  502.  
  503. #imagelinks {background-color: #373737; text-align: center; color:#fff; width: 235px; padding: 5px 10px 5px 10px; font-size: 9px; font-family: georgia; letter-spacing: 1px; margin-top:-4px;}
  504.  
  505. #imagelinks a{color: #fff;}
  506.  
  507.  
  508. .footer{
  509. background-color:none;
  510. width:500px;
  511. padding:2px 6px 2px 6px;
  512. margin-bottom:10px;
  513. margin-top: -10px;
  514. font:normal 9px 'Open Sans Condensed';
  515. text-transform: uppercase;
  516. letter-spacing:1px;
  517. text-align: center;
  518. color:#ffffff;
  519. }
  520.  
  521. .footer a{color: #e1f2e9;}
  522.  
  523. .footer a:hover{color:#C6D4B5;}
  524.  
  525. </style>
  526.  
  527.  
  528.  
  529. </head>
  530. <body>
  531. <div id="imageside"><div id="image"><img src="АВА СЛЕВА"/></div>
  532.  
  533.  
  534. <div id="imagelinks">
  535.  
  536. <a href="ССЫЛКА СЛЕВА">НАЗВАНИЕ</a>
  537. • <a href="ССЫЛКА СЛЕВА">НАЗВАНИЕ</a>
  538. • <a href="ССЫЛКА СЛЕВА">НАЗВАНИЕ</a>
  539.  
  540. </div>
  541. </div>
  542.  
  543.  
  544. <div id="sidebaricon">
  545. <div id="sidebarlinks"> <div id="linksplace">
  546. <div id="one">
  547. <a style="background-color:#c9f5ff;" href="ССЫЛКА В КВАДРАТЕ">НАЗВ</a></div>
  548.  
  549. <div id="two">
  550. <a style="background-color:#ffcfc9;" href="ССЫЛКА В КВАДРАТЕ">НАЗВ</a></div>
  551.  
  552. <div id="three">
  553. <a style="background-color:#ffe5c9;" href="ССЫЛКА В КВАДРАТЕ">НАЗВ</a></div>
  554.  
  555. <div id="four">
  556. <a style="background-color:#c9d3ff;" href="ССЫЛКА В КВАДРАТЕ">НАЗВ</a></div>
  557.  
  558.  
  559. </div></div>
  560.  
  561. <div id="iconplace"><img src="АВАОЧКА НАД НАЗВАНИЕМ"></div>
  562. <div id="blogtitle"><a href="/">НАЗВАНИЕ БЛОГА</a></div>
  563. </div>
  564.  
  565.  
  566. <div id="desc"><div id="descplace"><div class="box">ОПИСАНИЕ </div>
  567. <div class="description"></div></div></div>
  568.  
  569. <div id="entries">
  570.  
  571.  
  572. {block:startposts} <!-- Блок: начало записи(ей) -->
  573. <div id="right">
  574. {/block:startposts}
  575.  
  576.  
  577. {block:text} <!-- Блок: текстовая запись -->
  578. <div class="post">
  579. {block:title}<a href="{%postlink%}" class="h3 link">{%title%}</a>{/block:title} <!-- Блок: заголовок записи -->
  580. <div>
  581. {%text%}
  582. </div>
  583. <p><a href="{%postlink%}">{%time%}&nbsp; &bull; &nbsp;{%daymonthyear%}</a></p> <!-- ссылка на пост, время и дата -->
  584. </div>
  585. {/block:text}
  586.  
  587.  
  588. {block:photo} <!-- Блок: фотография -->
  589. <div class="post">
  590. <div>
  591. {%linkopen%}<img src="{%photo%}"/>{%linkclose%} <!-- Ссылка и фото -->
  592. </div>
  593. {block:caption}<div>{%caption%}</div>{/block:caption} <!-- Описание фото -->
  594. <p><a href="{%postlink%}">{%time%}&nbsp; &bull; &nbsp;{%daymonthyear%}</a></p> <!-- ссылка на пост, время и дата -->
  595. </div>
  596. {/block:photo}
  597.  
  598.  
  599. {block:link} <!-- Блок: ссылка -->
  600. <div class="post">
  601. <div><a href="{%linkurl%}">{%linkname%}</a></div> <!-- Название и адрес ссылки -->
  602. {block:caption}<div>{%caption%}</div>{/block:caption}
  603. <p><a href="{%postlink%}">{%time%}&nbsp; &bull; &nbsp;{%daymonthyear%}</a></p> <!-- ссылка на пост, время и дата -->
  604. </div>
  605. {/block:link}
  606.  
  607.  
  608. {block:quote} <!-- Блок: цитата -->
  609. <div class="post">
  610. <h3>{%quote%}</h3> <!-- Цитата -->
  611. <p>&mdash; {%quotesource%}</p> <!-- Автор/Источник -->
  612. <p><a href="{%postlink%}">{%time%}&nbsp; &bull; &nbsp;{%daymonthyear%}</a></p> <!-- ссылка на пост, время и дата -->
  613. </div>
  614. {/block:quote}
  615.  
  616.  
  617. {block:audio} <!-- Блок: аудио -->
  618. <div class="post">
  619. <div>{%audioplayer%}</div> <!-- Проигрыватель муз. файлов -->
  620. {block:caption}<div>{%caption%}</div>{/block:caption} <!-- описание -->
  621. <p><a href="{%postlink%}">{%time%}&nbsp; &bull; &nbsp;{%daymonthyear%}</a></p> <!-- ссылка на пост, время и дата -->
  622. </div>
  623. {/block:audio}
  624.  
  625.  
  626. {block:video} <!-- Блок: видео -->
  627. <div class="post">
  628. <div>{%videoplayer%}</div>
  629. {block:caption}<div>{%caption%}</div>{/block:caption} <!-- описание -->
  630. <p><a href="{%postlink%}">{%time%}&nbsp; &bull; &nbsp;{%daymonthyear%}</a></p> <!-- ссылка на пост, время и дата -->
  631. </div>
  632. {/block:video}
  633.  
  634.  
  635. {block:dialog} <!-- Блок: диалог -->
  636. <div class="post">
  637. {block:title}<h1>{%title%}</h1>{/block:title} <!-- Блок: заголовок записи -->
  638. <div>{%dialog%}</div>
  639. <p><a href="{%postlink%}">{%time%}&nbsp; &bull; &nbsp;{%daymonthyear%}</a></p> <!-- ссылка на пост, время и дата -->
  640. </div>
  641. {/block:dialog}
  642.  
  643.  
  644.  
  645.  
  646.  
  647.  
  648. {block:endposts} <!-- Блок: конец записи(ей) -->
  649. </div>
  650. {/block:endposts}
  651.  
  652.  
  653. {block:startfooter} <!-- Блок: начало футера -->
  654. <div id="footer">
  655. {/block:startfooter}
  656.  
  657.  
  658.  
  659. {block:pages} <!-- Блок: постраничная навигация -->
  660. {block:previouspage}<a href="{%previouspage%}">НАЗАД</a>{/block:previouspage}
  661.  
  662. &nbsp; {%currentpage%}/{%totalpages%} &nbsp;
  663.  
  664. {block:nextpage}<a href="{%nextpage%}">ВПЕРЁД</a>{/block:nextpage}
  665. {/block:pages}
  666.  
  667.  
  668.  
  669. {block:endfooter} <!-- Блок: конец футера -->
  670. </div>
  671. <div class="clear"></div>
  672. {/block:endfooter}
  673.  
  674.  
  675.  
  676.  
  677.  
  678.  
  679.  
  680. </body>
  681. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement