Advertisement
saint-california

GD bill theme

Mar 31st, 2013
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.03 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <!-- theme 024 by Stella
  3.  
  4. РАЗОБРАЛА И ОТРЕДАКТИРОВАЛА
  5. http://saint-california.viewy.ru/
  6. http://stcalifornia-themes.viewy.ru/
  7. -->
  8. <html>
  9. <head prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/fb# blog: http://ogp.me/ns/blog#">
  10. <title>НАЗВАНИЕ ТВОЕГО БЛОГА ВО ВКЛАДКЕ</title>
  11. <link rel="shortcut icon" href="КАРТИНКА ВО ВКЛАДКЕ">
  12. <link rel="alternate" type="application/rss+xml" href="ССЫЛКА НА ТВОЙ БЛОГ/rss">
  13.  
  14. <link href='http://fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic' rel='stylesheet' type='text/css'>
  15. <style type="text/css">
  16.  
  17. body {color:#a3a3a3; text-align:justify; font:10px lora; background-color:#fff}
  18.  
  19. a {color:#8f9497; text-decoration:none}
  20. a:hover {color:#424749;}
  21.  
  22. #sidebar {float:left; margin-left:120px; margin-top:100px; position:fixed; width:230px; height:auto; overflow:hidden; padding:1px 0 2px 10px; background-color:transparent; border-left:3px solid #efefef}
  23. .sbarimg {z-index:4}
  24. .sbarimg img {max-width:210px; height:auto; text-align:center; border:3px double #cfcfcf; padding:5px; background:#fff; margin-bottom:10px}
  25. #sbartitle {font:14px lora; color:#a4a7ac; font-style: normal; font-weight:bold; text-align:center; margin-bottom:6px}
  26. #sbartext {font:10px lora; color:#989ba2; text-align:justify; margin-bottom:15px}
  27.  
  28.  
  29.  
  30. #navbar {float:left; position:fixed; background-color:transparent; margin-left:4px}
  31. #icon {position:fixed; width:82px; margin-left:10px; margin-top:101px; border:1px solid #cfcfcf; padding:6px; background:#fff}
  32. #nlinks {margin-top:205px}
  33. #nlinks a {width:86px; line-height:18px; display:block; background-color:#fff; margin:0px 0px -10px 10px; font:9px lora; text-transform:lowercase; font-style:italic; color:#989ba2; letter-spacing:2px; text-align:center; padding:4px; border:1px solid #cfcfcf;-webkit-transition:opacity 0.8s linear;
  34. -webkit-transition:all 0.5s ease-out;
  35. -moz-transition:all 0.5s ease-out;
  36. transition:all 0.5s ease-out;}
  37. #nlinks a:hover { color:#4e545f; letter-spacing:5px;-webkit-transition:opacity 0.8s linear;
  38. -webkit-transition:all 0.5s ease-out;
  39. -moz-transition:all 0.5s ease-out;
  40. transition:all 0.5s ease-out;}
  41.  
  42. #entries {position:absolute; width:532px; margin-left:420px; margin-top:10px}
  43. #posts { padding:10px;text-align: center;font-style: normal;}
  44.  
  45. .post {
  46. width:500px;
  47. padding:10px;
  48. padding-bottom:0px;
  49. display: block;
  50. margin-top:12px;
  51. background-color:#FEFEFE;
  52. background-image: url('ФОН ПОСТОВ');
  53. background-repeat: repeat;
  54. text-align: center;
  55. font-style: normal;
  56. border: 3px double #cfcfcf
  57. }
  58.  
  59. .post img {
  60. max-width:500px; }
  61.  
  62. #title1 {font:14px lora; font-style:italic}
  63. #title2 {font:14px lora; font-style:italic}
  64.  
  65. </style>
  66. </head>
  67. <body>
  68. <div id="navbar">
  69. <div id="icon"><img src="МАЛЕНЬКАЯ АВА" width=82px></div>
  70. <div id="nlinks">
  71. <a href="ССЫЛКА">НАЗВАНИЕ</a><br>
  72. <a href="ССЫЛКА">НАЗВАНИЕ</a><br>
  73. <a href="ССЫЛКА">НАЗВАНИЕ</a><br>
  74. <a href="ССЫЛКА">НАЗВАНИЕ</a><br>
  75. <a href="ССЫЛКА">НАЗВАНИЕ</a><br>
  76. <a href="ССЫЛКА">НАЗВАНИЕ</a><br>
  77. <a href="ССЫЛКА">НАЗВАНИЕ</a><br>
  78. <a href="ССЫЛКА">НАЗВАНИЕ</a><br>
  79. </div></div>
  80.  
  81. <div id="sidebar">
  82. <div class="sbarimg" align="center"><img src="ГЛАВНАЯ АВА" /></div>
  83. <div id="sbartitle">НАЗВАНИЕ БЛОГА</div>
  84. <div id="sbartext">ОПИСАНИЕ <br />
  85. </div>
  86. </div>
  87.  
  88. <div id="entries">
  89. <div id="posts">
  90.  
  91. {block:startposts} <!-- Блок: начало записи(ей) -->
  92. <div id="right">
  93. {/block:startposts}
  94.  
  95.  
  96. {block:text} <!-- Блок: текстовая запись -->
  97. <div class="post">
  98. {block:title}<a href="{%postlink%}" class="h3 link">{%title%}</a>{/block:title} <!-- Блок: заголовок записи -->
  99. <div>
  100. {%text%}
  101. </div>
  102. <p><a href="{%postlink%}">{%time%}&nbsp; &bull; &nbsp;{%daymonthyear%}</a></p> <!-- ссылка на пост, время и дата -->
  103. </div>
  104. {/block:text}
  105.  
  106.  
  107. {block:photo} <!-- Блок: фотография -->
  108. <div class="post">
  109. <div>
  110. {%linkopen%}<img src="{%photo%}"/>{%linkclose%} <!-- Ссылка и фото -->
  111. </div>
  112. {block:caption}<div>{%caption%}</div>{/block:caption} <!-- Описание фото -->
  113. <p><a href="{%postlink%}">{%time%}&nbsp; &bull; &nbsp;{%daymonthyear%}</a></p> <!-- ссылка на пост, время и дата -->
  114. </div>
  115. {/block:photo}
  116.  
  117.  
  118. {block:link} <!-- Блок: ссылка -->
  119. <div class="post">
  120. <div><a href="{%linkurl%}">{%linkname%}</a></div> <!-- Название и адрес ссылки -->
  121. {block:caption}<div>{%caption%}</div>{/block:caption}
  122. <p><a href="{%postlink%}">{%time%}&nbsp; &bull; &nbsp;{%daymonthyear%}</a></p> <!-- ссылка на пост, время и дата -->
  123. </div>
  124. {/block:link}
  125.  
  126.  
  127. {block:quote} <!-- Блок: цитата -->
  128. <div class="post">
  129. <h3>{%quote%}</h3> <!-- Цитата -->
  130. <p>&mdash; {%quotesource%}</p> <!-- Автор/Источник -->
  131. <p><a href="{%postlink%}">{%time%}&nbsp; &bull; &nbsp;{%daymonthyear%}</a></p> <!-- ссылка на пост, время и дата -->
  132. </div>
  133. {/block:quote}
  134.  
  135.  
  136. {block:audio} <!-- Блок: аудио -->
  137. <div class="post">
  138. <div>{%audioplayer%}</div> <!-- Проигрыватель муз. файлов -->
  139. {block:caption}<div>{%caption%}</div>{/block:caption} <!-- описание -->
  140. <p><a href="{%postlink%}">{%time%}&nbsp; &bull; &nbsp;{%daymonthyear%}</a></p> <!-- ссылка на пост, время и дата -->
  141. </div>
  142. {/block:audio}
  143.  
  144.  
  145. {block:video} <!-- Блок: видео -->
  146. <div class="post">
  147. <div>{%videoplayer%}</div>
  148. {block:caption}<div>{%caption%}</div>{/block:caption} <!-- описание -->
  149. <p><a href="{%postlink%}">{%time%}&nbsp; &bull; &nbsp;{%daymonthyear%}</a></p> <!-- ссылка на пост, время и дата -->
  150. </div>
  151. {/block:video}
  152.  
  153.  
  154. {block:dialog} <!-- Блок: диалог -->
  155. <div class="post">
  156. {block:title}<h1>{%title%}</h1>{/block:title} <!-- Блок: заголовок записи -->
  157. <div>{%dialog%}</div>
  158. <p><a href="{%postlink%}">{%time%}&nbsp; &bull; &nbsp;{%daymonthyear%}</a></p> <!-- ссылка на пост, время и дата -->
  159. </div>
  160. {/block:dialog}
  161.  
  162.  
  163.  
  164.  
  165.  
  166.  
  167. {block:endposts} <!-- Блок: конец записи(ей) -->
  168. </div>
  169. {/block:endposts}
  170.  
  171.  
  172. {block:startfooter} <!-- Блок: начало футера -->
  173. <div id="footer">
  174. {/block:startfooter}
  175.  
  176.  
  177.  
  178. {block:pages} <!-- Блок: постраничная навигация -->
  179. {block:previouspage}<a href="{%previouspage%}">НАЗАД</a>{/block:previouspage}
  180.  
  181. &nbsp; {%currentpage%}/{%totalpages%} &nbsp;
  182.  
  183. {block:nextpage}<a href="{%nextpage%}">ВПЕРЁД</a>{/block:nextpage}
  184. {/block:pages}
  185.  
  186.  
  187.  
  188. {block:endfooter} <!-- Блок: конец футера -->
  189. </div>
  190. <div class="clear"></div>
  191. {/block:endfooter}
  192.  
  193.  
  194.  
  195.  
  196.  
  197.  
  198.  
  199. </body>
  200. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement