Advertisement
Guest User

THEME BY MARIA #5

a guest
Aug 26th, 2013
182
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.67 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <script>var __pbpa = true;</script><script>var translated_warning_string = 'Warning: Never enter your Tumblr password unless \u201chttps://www.tumblr.com/login\u201d\x0ais the address in your web browser.\x0a\x0aYou should also see a green \u201cTumblr, Inc.\u201d identification in the address bar.\x0a\x0aSpammers and other bad guys use fake forms to steal passwords.\x0a\x0aTumblr will never ask you to log in from a user\u2019s blog.\x0a\x0aAre you absolutely sure you want to continue?';</script><script type="text/javascript" language="javascript" src="http://assets.tumblr.com/assets/scripts/pre_tumblelog.js?_v=475de8c4282373e0381f1617bed89211"></script>
  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. <!------ THEME 008 by macavoys.tumblr.com (please do not remove)
  7.  
  8. РАЗОБРАЛА http://mariamorgan.viewy.ru/
  9.  
  10. ------>
  11.  
  12. <html>
  13. <head prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/fb# blog: http://ogp.me/ns/blog#">
  14.  
  15. <script type="text/javascript"
  16. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  17.  
  18. <script>
  19.  
  20.  
  21.  
  22. $(document).ready(function() {
  23.  
  24. //
  25.  
  26.  
  27.  
  28. //When you click on a link with class of poplight and the href starts with a #
  29.  
  30. $('a.poplight[href^=#]').click(function() {
  31.  
  32. var popID = $(this).attr('rel'); //Get Popup Name
  33.  
  34. var popURL = $(this).attr('href'); //Get Popup href to define size
  35.  
  36.  
  37.  
  38. //Pull Query & Variables from href URL
  39.  
  40. var query= popURL.split('?');
  41.  
  42. var dim= query[1].split('&');
  43.  
  44. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  45.  
  46.  
  47.  
  48. //Fade in the Popup and add close button
  49.  
  50. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"><img src="http://tiny.cc/closeimg" class="btn_close" title="Close Window" alt="Close" /></a>');
  51.  
  52.  
  53. //Define margin for center alignment (vertical horizontal) - we add 80px to the height/width to accomodate for the padding and border width defined in the css
  54.  
  55. var popMargTop = ($('#' + popID).height() + 80) / 2;
  56.  
  57. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  58.  
  59.  
  60.  
  61. //Apply Margin to Popup
  62.  
  63. $('#' + popID).css({
  64.  
  65. 'margin-top' : -popMargTop,
  66.  
  67. 'margin-left' : -popMargLeft
  68.  
  69. });
  70.  
  71.  
  72.  
  73. //Fade in Background
  74.  
  75. $('body').append('<div id="fade"></div>'); //Add the fade layer to bottom of the body tag.
  76.  
  77. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'}) is used to fix the IE Bug on fading transparencies
  78.  
  79.  
  80.  
  81. return false;
  82.  
  83. });
  84.  
  85.  
  86.  
  87. //Close Popups and Fade Layer
  88.  
  89. $('a.close, #fade').live('click', function() { //When clicking on the close or fade layer...
  90.  
  91. $('#fade , .popup_block').fadeOut(function() {
  92.  
  93. $('#fade, a.close').remove(); //fade them both out
  94.  
  95. });
  96.  
  97. return false;
  98.  
  99. });
  100.  
  101.  
  102.  
  103.  
  104.  
  105. });
  106.  
  107. </script>
  108.  
  109.  
  110.  
  111. <!-- DEFAULT VARIABLES -->
  112. <meta name="image:sidebar" content="" />
  113. <meta name="color:background" content="#FFFFFF" />
  114. <meta name="color:text" content="#BABABA" />
  115. <meta name="color:links" content="#9C9C9C" />
  116. <meta name="color:links hover" content="#616161" />
  117. <meta name="color:scrollbar" content="#6FCCD1" />
  118. <meta name="color:sidelinks hover" content="#ffffff" />
  119. <meta name="color:sidelinks hover bg" content="#6FCCD1" />
  120. <meta name="color:post border" content="#f2f2f2" />
  121. <meta name="color:ask bg" content="#FAFAFA" />
  122. <meta name="text:link 1" content="" />
  123. <meta name="text:link 1 title" content="link 01" />
  124. <meta name="text:link 2" content="" />
  125. <meta name="text:link 2 title" content="link 02" />
  126. <meta name="text:link 3" content="" />
  127. <meta name="text:link 3 title" content="link 03" />
  128. <meta name="text:link 4" content="" />
  129. <meta name="text:link 4 title" content="link 04" />
  130. <meta name="text:link 5" content="" />
  131. <meta name="text:link 5 title" content="link 05" />
  132. <meta name="text:link 6" content="" />
  133. <meta name="text:link 6 title" content="link 06" />
  134. <meta name="text:link 7" content="" />
  135. <meta name="text:link 7 title" content="link 07" />
  136. <meta name="text:link 8" content="" />
  137. <meta name="text:link 8 title" content="link 08" />
  138. <meta name="text:link 9" content="" />
  139. <meta name="text:link 9 title" content="link 09" />
  140.  
  141. <title>НАЗВАНИЕ ВО ВКЛАДКЕsinyhale</title>
  142. <link rel="shortcut icon" href="КАРТИНКА ВО ВКЛАДКЕ">
  143.  
  144. <style type="text/css">
  145.  
  146. body {background-color: #f7f7f7 ;color: #4d4c4c; font-family:calibri; font-size:12px; background-image: url('фон');
  147. background-size:100%; text-align: center; }
  148.  
  149. .post {
  150. width:500px;
  151. padding:10px;
  152. padding-bottom:2px;
  153. margin-top:12px;
  154. background-image:url('фон');
  155. background-color: #ffffff;
  156. text-align: center;
  157. font-family:cambria;
  158. font-style: normal;
  159. border: 1px solid #777777;
  160. }
  161.  
  162. .post img {
  163. max-width:500px;
  164.  
  165. }
  166.  
  167.  
  168.  
  169. #fade {
  170. display: none;
  171. background: #000;
  172. position: fixed;
  173. left: 0;
  174. top: 0;
  175. width: 100%;
  176. height: 100%;
  177. opacity: .80;
  178. z-index: 9999;
  179. }
  180.  
  181. .popup_block{
  182. display: none;
  183. background: #FFFFFF;
  184. padding: 55px;
  185. float: left; height: 50%; color: #313131;
  186. position: fixed;
  187. top: 50%; overflow-y: auto; overflow-x: no scroll;
  188. left: 50%;
  189. z-index: 99999;
  190. }
  191.  
  192. img.btn_close {
  193. float: right;
  194. margin: -55px -55px 0 0; opacity: 0;
  195. }
  196.  
  197.  
  198. #continue {
  199. margin-top:10px;
  200. }
  201.  
  202. #titless { display:inline-block;
  203. background-color:#94adac;
  204. width:230px; font-family: calibri;
  205. padding:5px;
  206. color:#ffffff;
  207. letter-spacing:2px;
  208. font-size:8px;
  209. text-transform:uppercase;
  210. text-align:center; }
  211.  
  212. #continue a {
  213. display:inline-block;
  214. background-color:#94adac;
  215. width:70px; font-family: calibri;
  216. padding:5px;
  217. color:#ffffff;
  218. letter-spacing:2px;
  219. font-size:8px;
  220. text-transform:uppercase;
  221. text-align:center;
  222. border-bottom:2px solid transparent;
  223. -webkit-transition: all 0.3s ease-in-out;
  224. -moz-transition: all 0.3s ease-in-out;
  225. transition: all 0.3s ease-in-out;
  226. }
  227.  
  228. .links2 { font-family: cambria; font-size: 10px; font-style:italic; letter-spacing:2px; color: #8b8888;text-transform: lowercase; }
  229.  
  230. .links2 a { display: block; text-align:center;padding: 10px; margin: 5px;color:#fff; font-style:italic; letter-spacing:2px; color: #8b8888; border-bottom: 1px solid #f1f1f1;}
  231.  
  232.  
  233.  
  234.  
  235.  
  236.  
  237.  
  238.  
  239.  
  240. iframe#tumblr_controls {top:0px !important;right:5px !important;position: fixed !important;opacity: 0.5;-webkit-transition: all 0.5s ease;}
  241. iframe#tumblr_controls:hover{opacity: 1;-webkit-transition: all 0.5s ease;}
  242.  
  243. ::-webkit-scrollbar-thumb:vertical {background-color:#c4a5af;height:10px;}
  244. ::-webkit-scrollbar-thumb:horizontal {background-color:#c4a5af;height:10px!important;}
  245. ::-webkit-scrollbar {background-color:#f7f7f7;height:5px;width:10px;}
  246.  
  247.  
  248.  
  249. a {text-decoration: none; color: #9c9c9c;-webkit-transition: all 0.7s ease;-moz-transition: all 0.7s ease;-o-transition: all 0.7s ease;}
  250. a:hover {color: #616161;text-decoration:underline;-webkit-transition: all 0.7s ease;-moz-transition: all 0.7s ease;-o-transition: all 0.7s ease;}
  251.  
  252. #sidebar {margin-top: 60px;width: 200px;margin-left: 210px;position: fixed;}
  253.  
  254. .pagination2 {width: 200px;font-family: calibri;text-align: right;margin-top: -298px;text-transform: uppercase;}
  255.  
  256. .pagination {width: 200px;font-family: calibri;font-size: 9px; text-transform: uppercase; text-align: center; font-style: normal; margin-top: -320px;text-transform: uppercase;}
  257. .pagination a {font-size: 25px; font-style: normal; color:;}
  258. .pagination a:hover { color:;}
  259.  
  260. #pag2{position:absolute; font-family: Calibri, Helvetica; font-size: 9px; text-transform: uppercase; text-align: center; font-style: normal; width: 200px; margin-left: -8px; padding: 5px; margin-top: 8px; background-color:; border-top: 0px solid;}
  261. #pag a {font-size: 25px; font-style: normal; color:;}
  262. #pag a:hover { color:;}
  263.  
  264. .simg img{width: 200px;}
  265. .simg:hover .back{opacity: 0.9;-webkit-transition: all 0.7s ease;-moz-transition: all 0.7s ease;-o-transition: all 0.7s ease;}
  266. .simg:hover .description {opacity: 1;-webkit-transition: all 0.7s ease;-moz-transition: all 0.7s ease;-o-transition: all 0.7s ease;}
  267.  
  268. .back {opacity: 0;position: absolute;background-color: #fff;width: 200px;height: 280px;-webkit-transition: all 0.7s ease;-moz-transition: all 0.7s ease;-o-transition: all 0.7s ease;}
  269.  
  270. .description {color: #9c9c9c;opacity: 0;position: absolute;font-family: georgia;margin-left: 20px;margin-top: 120px; width: 160px;text-align: center;font-size: 9px; -webkit-transition: all 0.7s ease;-moz-transition: all 0.7s ease;-o-transition: all 0.7s ease;}
  271.  
  272. .slinks {font-family: calibri;text-align: center;font-size: 10px;text-transform: uppercase;position: fixed;}
  273. .slinks a {border-bottom: 1px solid #f0f0f0;width: 198px;text-align: center;display: block; padding: 1px;}
  274. .slinks a:hover {padding-top: 5px;padding-bottom: 5px;text-decoration: none;border-bottom: 1px solid #c4a5af;background-color: #c4a5af;color: #f7f7f7;}
  275.  
  276. #container {margin-top: -10px;padding-top: 40px;margin-left: 450px;width: 500px;}
  277. #entry {width: 500px;}
  278. #post {width: 500px;}
  279. #post:hover .tags {margin-left: 515px;opacity: 1;-webkit-transition: all 0.7s ease;-moz-transition: all 0.7s ease;-o-transition: all 0.7s ease;}
  280.  
  281. .tags {opacity: 0;position: absolute;margin-left: 505px;width: 100px;font-size: 9px;text-transform: uppercase;-webkit-transition: all 0.7s ease;-moz-transition: all 0.7s ease;-o-transition: all 0.7s ease;}
  282.  
  283. #permalink {padding-top: 3px;border-top: 1px solid #f2f2f2;width: 500px;text-transform: uppercase;font-size: 9px;text-align: center;margin-bottom: 40px;}
  284.  
  285. #themeinfo {font-family: georgia;font-style: italic;text-align: center;position: fixed;width: 50px;bottom: 10px;right: 10px;font-size:10px;}
  286.  
  287. h1 {padding-top: 10px;font-weight: bold;font-family: cambria;font-size: 14px; font-style: italic;}
  288. small{font-size:10px;}
  289. blockquote {text-align: justify; border-left: 1px solid #4d4c4c;font-family: cambria; padding-left: 7px; margin-bottom: 0px;}
  290.  
  291. .quote {padding: 10px;font-weight: bold;font-family: cambria;font-size: 14px; font-style: italic;}
  292. .source {margin-top: 0px;text-align:center; text-transform: uppercase;}
  293.  
  294. #audiopost {margin-bottom:5px; width:500px; height:150px}
  295. .cover {width:150px; height:150px; position:absolute;}
  296. .cover img {width:150px; height:150px; float:left;}
  297. .player {opacity: 0.5;position:absolute; z-index:1; background:#fff; width:157px; height:157px; display:block;-webkit-transition: all 0.7s ease;-moz-transition: all 0.7s ease;-o-transition: all 0.7s ease;}
  298. .playerr {width:25px; height:25px; margin-top:55px; margin-left:55px; overflow:hidden; padding:3px;}
  299. .track {margin-left:168px; line-height:12px; padding-top: 35px;}
  300.  
  301. #postnotes {margin-left: -20px;width:500px;text-transform: uppercase;font-size: 9px;}
  302. ol.notes {list-style-type:none;}
  303. ol.notes li.note {padding-bottom: 3px; padding-top: 3px; border-bottom: 1px solid #f2f2f2;}
  304. ol.notes li.note img.avatar {display: none}
  305.  
  306. .question {background-color: #888686; width: 460px; padding: 10px 20px 10px 20px; color: #fff;}
  307. .asker {font-size: 15px;font-weight: bold; font-style: italic; text-transform: lowercase;color: #fff;}
  308.  
  309.  
  310.  
  311. #entries {position:absolute; width:520px; margin-left:390px; margin-top:10px}
  312.  
  313. #infoside {position:absolute; margin-left:528px}
  314. .notebox {margin-bottom:5px; width:96px; text-transform:lowercase; text-align:center; font-family:Georgia; font-size:9px; letter-spacing:1px; padding:5px 0 2px 0; background-color:; display:block}
  315. .datebox {margin-bottom:5px; width:96px; text-align:center; font:9px Georgia; letter-spacing:1px; line-height:140%; padding:3px 0 3px 0; background-color:}; display:block}
  316. .datebox a {color:}
  317. .datebox a:hover {border:none}
  318. .reblogged {display:block}
  319. .reblogged img {border:8px solid ; margin-bottom:3px}
  320. .reblogged a:hover {border:none}
  321. .quick {width:96px; text-transform:lowercase; text-align:center; font:9px Georgia; letter-spacing:1px; padding:3px 0 3px 0; background-color:; display:block; -webkit-transition: opacity 0.8s linear;opacity: 1;-webkit-transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out}
  322. .quick a:hover {border:none; letter-spacing:2px; -webkit-transition: opacity 0.7s linear;opacity: 1;-webkit-transition: all 0.3s ease-out;-moz-transition: all 0.3s ease-out;transition: all 0.3s ease-out}
  323.  
  324. #tags {width:510px; padding:5px; background-color:; color:#4d4c4c; font:9px ; text-align:center; letter-spacing:1px; font-style:italic; opacity:0.7; -webkit-transition:opacity 0.8s linear; -webkit-transition:all 0.5s ease-out; -moz-transition:all 0.5s ease-out; transition:all 0.5s ease-out}
  325. #tags:hover {opacity:1; -webkit-transition: opacity 0.8s linear; -webkit-transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out; transition: all 0.5s ease-out}
  326. #tags a {color:}
  327. #tags a:hover {color:#4d4c4c}
  328.  
  329. .user_1 .label {color:; text-transform:uppercase; font-weight:bold}
  330. .user_2 .label {color:; text-transform:uppercase; font-weight:bold}
  331. .user_3 .label {color:; text-transform:uppercase; font-weight:bold}
  332. .user_4 .label {color:; text-transform:uppercase; font-weight:bold}
  333. .user_5 .label {color:; text-transform:uppercase; font-weight:bold}
  334. .user_6 .label {color:; text-transform:uppercase; font-weight:bold}
  335. .user_7 .label {color:; text-transform:uppercase; font-weight:bold}
  336. .user_8 .label {color:; text-transform:uppercase; font-weight:bold}
  337. .user_9 .label {color:; text-transform:uppercase; font-weight:bold}
  338. .user_10 .label {color:; text-transform:uppercase; font-weight:bold}
  339.  
  340.  
  341. .my-like {
  342. cursor:pointer;
  343. display:inline-block;
  344. vertical-align:top;
  345. }
  346. .my-liked, .my-like:hover {
  347. color: red;
  348. cursor:pointer;
  349. display:inline-block;
  350. vertical-align:top;
  351. }
  352. </style>
  353. <script>
  354. window.onload = function () {
  355. document.body.insertAdjacentHTML( 'beforeEnd', '<iframe id="my-like-frame" style="display:none;"></iframe>' );
  356. document.addEventListener( 'click', function ( event ) {
  357. var myLike = event.target;
  358. if( myLike.className.indexOf( 'my-like' ) > -1 ) {
  359. var frame = document.getElementById( 'my-like-frame' ),
  360. liked = ( myLike.className == 'my-liked' ),
  361. command = liked ? 'unlike' : 'like',
  362. reblog = myLike.getAttribute( 'data-reblog' ),
  363. id = myLike.getAttribute( 'data-id' ),
  364. oauth = reblog.slice( -8 );
  365. frame.src = 'http://www.tumblr.com/' + command + '/' + oauth + '?id=' + id;
  366. liked ? myLike.className = 'my-like' : myLike.className = 'my-liked';
  367. };
  368. }, false );
  369. };
  370. </script>
  371.  
  372.  
  373. </style>
  374. <!-- BEGIN TUMBLR FACEBOOK OPENGRAPH TAGS -->
  375. <!-- If you'd like to specify your own Open Graph tags, define the og:url and og:title tags in your theme's HTML. -->
  376. <!-- Read more: http://ogp.me/ -->
  377. <meta property="fb:app_id" content="48119224995" />
  378. <meta property="og:title" content="sinyhale" />
  379. <meta property="og:url" content="http://sinyhale.tumblr.com/?og=1" />
  380. <meta property="og:description" content="Catarina; 27; Portugal; Designer AKA SINY Currently addicted to Teen Wolf Dreamers" />
  381. <meta property="og:type" content="tumblr-feed:tumblelog" />
  382. <meta property="og:image" content="http://24.media.tumblr.com/avatar_47f7cb25ce42_128.png" />
  383. <!-- END TUMBLR FACEBOOK OPENGRAPH TAGS -->
  384.  
  385.  
  386. <!-- TWITTER TAGS -->
  387. <meta charset="utf-8">
  388. <meta name="twitter:site" content="tumblr" />
  389. <meta name="twitter:card" content="summary" />
  390. <meta name="twitter:title" content="sinyhale" />
  391. <meta name="twitter:description" content="&lt;strong&gt;Catarina&lt;/strong&gt;; 27; Portugal; Designer&lt;/br&gt;&lt;/br&gt;
  392. AKA &lt;strong&gt;&lt;a href=&quot;http://sinycath.tumblr.com/&quot;&gt;SINY&lt;/a&gt;&lt;/strong&gt;&lt;/br&gt;&lt;/br&gt;
  393. Currently addicted to Teen Wolf
  394. &lt;/br&gt;&lt;/br&gt;
  395. &lt;a href=&quot;http://www.freeonlineusers.com&quot;&gt;
  396. &lt;font color=#555555&gt;&lt;script type=&quot;text/javascript&quot; src=&quot;http://st2.freeonlineusers.com/on4.php?id=815754&quot;&gt; &lt;/script&gt; Dreamers&lt;/font&gt;&lt;/a&gt;" />
  397. <meta name="twitter:app:name:iphone" content="Tumblr" />
  398. <meta name="twitter:app:name:ipad" content="Tumblr" />
  399. <meta name="twitter:app:name:googleplay" content="Tumblr" />
  400. <meta name="twitter:app:id:iphone" content="305343404" />
  401. <meta name="twitter:app:id:ipad" content="305343404" />
  402. <meta name="twitter:app:id:googleplay" content="com.tumblr" />
  403. <meta name="twitter:app:url:iphone" content="tumblr://x-callback-url/blog?blogName=sinyhale&amp;referrer=twitter-cards" />
  404. <meta name="twitter:app:url:ipad" content="tumblr://x-callback-url/blog?blogName=sinyhale&amp;referrer=twitter-cards" />
  405. <meta name="twitter:app:url:googleplay" content="tumblr://x-callback-url/blog?blogName=sinyhale&amp;referrer=twitter-cards" />
  406.  
  407.  
  408. <script type="text/javascript" src="http://assets.tumblr.com/assets/scripts/tumblelog.js?_v=83c002e9bd947a7c3a044efdde3ef9c0"></script><meta http-equiv="x-dns-prefetch-control" content="off"/>
  409. <meta name="keywords" content="teen wolf,this might hurt,twcast,sterek,dylan o&#039;brien" />
  410.  
  411. </head>
  412.  
  413. <body>
  414.  
  415. <div id="sidebar">
  416.  
  417.  
  418.  
  419. <div class="simg">
  420. <div class="back"></div>
  421. <div class="description">ОПИСАНИЕ</br></br>
  422. МЕСТО ДЛЯ СКРИПТОВ</div>
  423. <img src="http://static.tumblr.com/86dfc9bf0a0dd00c90cd18e0cae6fb5d/pa3jtdg/lsImkyf4n/tumblr_static_sidebar2.png">
  424. </div>
  425.  
  426. <div class="slinks">
  427. <a href="/">home</a>
  428. <a href="ССЫЛКА">НАЗВАНИЕ</a>
  429. <a href="ССЫЛКА">НАЗВАНИЕ</a>
  430. <a href="ССЫЛКА">НАЗВАНИЕ</a>
  431. <a href="ССЫЛКА">НАЗВАНИЕ</a>
  432. <a href="ССЫЛКА">НАЗВАНИЕ</a>
  433.  
  434.  
  435.  
  436. </div>
  437.  
  438.  
  439. </div>
  440.  
  441.  
  442.  
  443.  
  444.  
  445.  
  446.  
  447. <div id="container">
  448.  
  449.  
  450. <!-- http://sassyunclepeter.tumblr.com/post/57849091415
  451. <a href="http://sassyunclepeter.tumblr.com/post/57849091415" class="source_link">sassyunclepeter</a> -->
  452.  
  453.  
  454. <div id="entry">
  455. <div id="post">
  456.  
  457.  
  458.  
  459.  
  460. {block:startposts} <!-- Блок: начало записи(ей) -->
  461. <div id="right">
  462. {/block:startposts}
  463.  
  464. {block:text} <!-- Блок: текстовая запись -->
  465. <div class="post">
  466. {block:title}<a href="{%postlink%}" class="h3 link">{%title%}</a>{/block:title} <!-- Блок: заголовок записи -->
  467. <div>
  468. {%text%}
  469. </div>
  470. <p><a href="{%postlink%}">{%time%}&nbsp; &bull; &nbsp;{%daymonthyear%}</a></p> <!-- ссылка на пост, время и дата -->
  471. </div>
  472. {/block:text}
  473.  
  474. {block:photo} <!-- Блок: фотография -->
  475. <div class="post">
  476. <div>
  477. {%linkopen%}<img src="{%photo%}"/>{%linkclose%} <!-- Ссылка и фото -->
  478. </div>
  479. {block:caption}<div>{%caption%}</div>{/block:caption} <!-- Описание фото -->
  480. <p><a href="{%postlink%}">{%time%}&nbsp; &bull; &nbsp;{%daymonthyear%}</a></p> <!-- ссылка на пост, время и дата -->
  481. </div>
  482. {/block:photo}
  483.  
  484. {block:link} <!-- Блок: ссылка -->
  485. <div class="post">
  486. <div><a href="{%linkurl%}">{%linkname%}</a></div> <!-- Название и адрес ссылки -->
  487. {block:caption}<div>{%caption%}</div>{/block:caption}
  488. <p><a href="{%postlink%}">{%time%}&nbsp; &bull; &nbsp;{%daymonthyear%}</a></p> <!-- ссылка на пост, время и дата -->
  489. </div>
  490. {/block:link}
  491.  
  492. {block:quote} <!-- Блок: цитата -->
  493. <div class="post">
  494. <h3>{%quote%}</h3> <!-- Цитата -->
  495. <p>&mdash; {%quotesource%}</p> <!-- Автор/Источник -->
  496. <p><a href="{%postlink%}">{%time%}&nbsp; &bull; &nbsp;{%daymonthyear%}</a></p> <!-- ссылка на пост, время и дата -->
  497. </div>
  498. {/block:quote}
  499.  
  500. {block:audio} <!-- Блок: аудио -->
  501. <div class="post">
  502. <div>{%audioplayer%}</div> <!-- Проигрыватель муз. файлов -->
  503. {block:caption}<div>{%caption%}</div>{/block:caption} <!-- описание -->
  504. <p><a href="{%postlink%}">{%time%}&nbsp; &bull; &nbsp;{%daymonthyear%}</a></p> <!-- ссылка на пост, время и дата -->
  505. </div>
  506. {/block:audio}
  507.  
  508. {block:video} <!-- Блок: видео -->
  509. <div class="post">
  510. <div>{%videoplayer%}</div>
  511. {block:caption}<div>{%caption%}</div>{/block:caption} <!-- описание -->
  512. <p><a href="{%postlink%}">{%time%}&nbsp; &bull; &nbsp;{%daymonthyear%}</a></p> <!-- ссылка на пост, время и дата -->
  513. </div>
  514. {/block:video}
  515.  
  516. {block:dialog} <!-- Блок: диалог -->
  517. <div class="post">
  518. {block:title}<h1>{%title%}</h1>{/block:title} <!-- Блок: заголовок записи -->
  519. <div>{%dialog%}</div>
  520. <p><a href="{%postlink%}">{%time%}&nbsp; &bull; &nbsp;{%daymonthyear%}</a></p> <!-- ссылка на пост, время и дата -->
  521. </div>
  522. {/block:dialog}
  523.  
  524. {block:endposts} <!-- Блок: конец записи(ей) -->
  525. </div>
  526. {/block:endposts}
  527.  
  528. {block:startfooter} <!-- Блок: начало футера -->
  529. <div id="footer">
  530. {/block:startfooter}
  531.  
  532. {block:pages} <!-- Блок: постраничная навигация -->
  533. {block:previouspage}<a href="{%previouspage%}"><p style="text-align:center;color:#000000;<a href="{%previouspage%}">НАЗАД</a> &nbsp; {%currentpage%}/{%totalpages%} &nbsp; <a href="{%nextpage%}">ВПЕРЕД</a> </a> </a>{/block:previouspage}
  534.  
  535.  
  536. {block:nextpage}<a href="{%nextpage%}"></a>{/block:nextpage}
  537. {/block:pages}
  538.  
  539. {block:endfooter} <!-- Блок: конец футера -->
  540. </div>
  541. <div class="clear"></div>
  542. {/block:endfooter}
  543.  
  544. </body>
  545. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement