Advertisement
saint-california

GIYONGCHY theme

Mar 31st, 2013
464
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.12 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <!--
  3. THEME: #08 - Wings
  4. by sakurane - (sakurane.tumblr.com)
  5. inspired by la-romanesca.tumblr.com
  6. РАЗОБРАЛА И ОТРЕДАКТИРОВАЛА
  7. http://saint-california.viewy.ru/
  8. http://stcalifornia-themes.viewy.ru/
  9. -->
  10.  
  11. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  12. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  13. <head prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/fb# blog: http://ogp.me/ns/blog#">
  14. <title>НАЗВАНИЕ ТВОЕГО БЛОГА ВО ВКЛАДКЕ</title>
  15. <link rel="shortcut icon" href="КАРТИНКА ВО ВКЛАДКЕ">
  16. <link rel="alternate" type="application/rss+xml" href="ССЫЛКА НА ТВОЙ БЛОГ/rss">
  17.  
  18.  
  19. <style>
  20. iframe#tumblr_controls {
  21. position: fixed!important;
  22. right: 3px!important;
  23. }
  24. ::-webkit-scrollbar-thumb:vertical {
  25. height: 100px;
  26. background: #444;
  27. }
  28. ::-webkit-scrollbar {
  29. height: 10px;
  30. width: 8px;
  31. background: #fff;
  32. }
  33. ::selection, ::-moz-selection {
  34. background-color: #f9f9f9;
  35. color: #888;
  36. }
  37. body {
  38. margin: 0;
  39. background: #fff url(ФОН) repeat fixed;
  40. color: #999;
  41. font: 11px 'cambria', garamond;
  42. }
  43.  
  44. a {
  45. color:#323232;
  46. font-family:calibri;
  47. font-size:11px;
  48. opacity:0.8;
  49. letter-spacing:1px;
  50. text-transform: none;
  51. text-decoration:none;
  52. -webkit-transition:opacity 0.8s linear;
  53. -webkit-transition:all 0.5s ease-out;
  54. -moz-transition:all 0.5s ease-out;
  55. transition:all 0.5s ease-out;
  56. }
  57.  
  58. a:hover {
  59. text-decoration:none;
  60. opacity:0.6;
  61. }
  62.  
  63. #container {
  64. width: 750px;
  65. background: #fff;
  66. margin: 0 auto;text-align: center;
  67. }
  68.  
  69.  
  70. .post {
  71. width:500px;
  72. padding:10px;
  73. padding-bottom:0px;
  74. display: block;
  75. margin-bottom:12px;
  76. margin-top:8px;
  77. background-color:#FEFEFE;
  78. background-image: url('ФОН ПОСТОВ');
  79. background-repeat: repeat;
  80. text-align: center;
  81. font-style: normal;
  82. border: 1px solid #dadada;
  83. }
  84.  
  85. .post img {
  86. max-width:500px; }
  87.  
  88. #entry {
  89.  
  90. width: 500px;
  91.  
  92. }
  93. #entry img {
  94. border: 0;
  95.  
  96. }
  97.  
  98. #header {
  99. width: 750px;
  100. margin: 0 auto;
  101. }
  102. #header img {
  103. width: 750px;
  104. }
  105. #menu {
  106. width: 750px;
  107. background: #444;
  108. text-align: center;
  109. padding: 8px 0;
  110. margin-top: -3px;
  111. }
  112. #menu a {
  113. color: #eee;
  114. font: 10px 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  115. margin: 0 30px;
  116. letter-spacing: 2px;
  117. text-transform: uppercase;
  118. }
  119. #menu a:hover {
  120. color: #808080;
  121. }
  122. #sidebar {
  123.  
  124. width: 180px;
  125. float: right;
  126.  
  127. padding: 20px;
  128. }
  129. #desc {
  130. text-align: justify;
  131. line-height: 14px;
  132. }
  133. h1 {
  134. font-size: 18px;
  135. font-style: italic;
  136. font-weight: lighter;
  137. letter-spacing: 2px;
  138. text-align: center;
  139. text-transform: lowercase;
  140. color: #7f7fa3;
  141. }
  142. h1 a {
  143. color: #7f7fa3
  144. }
  145. h2 {
  146. font-size: 14px;
  147. font-style: italic;
  148. letter-spacing: 2px;
  149. text-align: center;
  150. text-transform: lowercase;
  151. color: #7f7fa3;
  152. }
  153. blockquote {
  154. border-left: 1px solid #eee;
  155. margin: 0 15px;
  156. padding: 0 5px;
  157. }
  158. blockquote blockquote {
  159. margin: 0px 0px 4px 10px;
  160. }
  161. blockquote img {
  162. max-width: 200px;
  163. }
  164. pre {
  165. width: 100%;
  166. overflow: auto;
  167. }
  168. #nav {
  169. margin-top: 15px;
  170. text-align: center;
  171. }
  172. #nav a {
  173.  
  174. width: 84px;
  175. display: inline-block;
  176. text-align: center;
  177. background: #eee;
  178. color: #888888;
  179. margin: 1px;
  180. padding: 2px;
  181. letter-spacing: 2px;
  182. text-transform: uppercase;
  183. font: 8px 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  184. -webkit-transition: all 0.5s ease-in-out;
  185. -moz-transition: all 0.5s ease-in-out;
  186. -o-transition: all 0.5s ease-in-out;
  187. transition: all 0.5s ease-in-out;
  188. }
  189. #nav a:hover {
  190. background: #444;
  191. color: #eee;
  192. }
  193.  
  194.  
  195.  
  196. </style>
  197.  
  198. <!-- TWITTER TAGS -->
  199. <meta charset="utf-8">
  200. <meta name="twitter:site" content="tumblr" />
  201. <meta http-equiv="x-dns-prefetch-control" content="off"/>
  202. <meta name="keywords" content="supernatural,tv shows,castiel,quotes,destiel" />
  203. <script>var tumblr_meta_keyboards = 'supernatural,tv shows,castiel,quotes,destiel';</script>
  204.  
  205. </head><body>
  206.  
  207.  
  208.  
  209. <div id="header"><img src="КАРТИНКА НАВЕРХУ"><div id="menu"><a href="ССЫЛКА НАВЕРХУ">НАЗВАНИЕ</a><a href="ССЫЛКА НАВЕРХУ">НАЗВАНИЕ</a><a href="ССЫЛКА НАВЕРХУ">НАЗВАНИЕ</a><a href="ССЫЛКА НАВЕРХУ">НАЗВАНИЕ</a></div></div>
  210.  
  211. <div id="container">
  212. <div id="sidebar"><h2>НАЗВАНИЕ БЛОГА</h2><div id="desc">ОПИСАНИЕ</div><div id="nav"><a href="ССЫЛКА СБОКУ">НАЗВАНИЕ</a><a href="ССЫЛКА СБОКУ">НАЗВАНИЕ</a><a href="ССЫЛКА СБОКУ">НАЗВАНИЕ</a><a href="ССЫЛКА СБОКУ">НАЗВАНИЕ</a><a href="ССЫЛКА СБОКУ">НАЗВАНИЕ</a><a href="ССЫЛКА СБОКУ">НАЗВАНИЕ</a></div></div>
  213.  
  214.  
  215.  
  216. <div id="entry">
  217.  
  218.  
  219. {block:startposts} <!-- Блок: начало записи(ей) -->
  220. <div id="right">
  221. {/block:startposts}
  222.  
  223.  
  224. {block:text} <!-- Блок: текстовая запись -->
  225. <div class="post">
  226. {block:title}<a href="{%postlink%}" class="h3 link">{%title%}</a>{/block:title} <!-- Блок: заголовок записи -->
  227. <div>
  228. {%text%}
  229. </div>
  230. <p><a href="{%postlink%}">{%time%}&nbsp; &bull; &nbsp;{%daymonthyear%}</a></p> <!-- ссылка на пост, время и дата -->
  231. </div>
  232. {/block:text}
  233.  
  234.  
  235. {block:photo} <!-- Блок: фотография -->
  236. <div class="post">
  237. <div>
  238. {%linkopen%}<img src="{%photo%}"/>{%linkclose%} <!-- Ссылка и фото -->
  239. </div>
  240. {block:caption}<div>{%caption%}</div>{/block:caption} <!-- Описание фото -->
  241. <p><a href="{%postlink%}">{%time%}&nbsp; &bull; &nbsp;{%daymonthyear%}</a></p> <!-- ссылка на пост, время и дата -->
  242. </div>
  243. {/block:photo}
  244.  
  245.  
  246. {block:link} <!-- Блок: ссылка -->
  247. <div class="post">
  248. <div><a href="{%linkurl%}">{%linkname%}</a></div> <!-- Название и адрес ссылки -->
  249. {block:caption}<div>{%caption%}</div>{/block:caption}
  250. <p><a href="{%postlink%}">{%time%}&nbsp; &bull; &nbsp;{%daymonthyear%}</a></p> <!-- ссылка на пост, время и дата -->
  251. </div>
  252. {/block:link}
  253.  
  254.  
  255. {block:quote} <!-- Блок: цитата -->
  256. <div class="post">
  257. <h3>{%quote%}</h3> <!-- Цитата -->
  258. <p>&mdash; {%quotesource%}</p> <!-- Автор/Источник -->
  259. <p><a href="{%postlink%}">{%time%}&nbsp; &bull; &nbsp;{%daymonthyear%}</a></p> <!-- ссылка на пост, время и дата -->
  260. </div>
  261. {/block:quote}
  262.  
  263.  
  264. {block:audio} <!-- Блок: аудио -->
  265. <div class="post">
  266. <div>{%audioplayer%}</div> <!-- Проигрыватель муз. файлов -->
  267. {block:caption}<div>{%caption%}</div>{/block:caption} <!-- описание -->
  268. <p><a href="{%postlink%}">{%time%}&nbsp; &bull; &nbsp;{%daymonthyear%}</a></p> <!-- ссылка на пост, время и дата -->
  269. </div>
  270. {/block:audio}
  271.  
  272.  
  273. {block:video} <!-- Блок: видео -->
  274. <div class="post">
  275. <div>{%videoplayer%}</div>
  276. {block:caption}<div>{%caption%}</div>{/block:caption} <!-- описание -->
  277. <p><a href="{%postlink%}">{%time%}&nbsp; &bull; &nbsp;{%daymonthyear%}</a></p> <!-- ссылка на пост, время и дата -->
  278. </div>
  279. {/block:video}
  280.  
  281.  
  282. {block:dialog} <!-- Блок: диалог -->
  283. <div class="post">
  284. {block:title}<h1>{%title%}</h1>{/block:title} <!-- Блок: заголовок записи -->
  285. <div>{%dialog%}</div>
  286. <p><a href="{%postlink%}">{%time%}&nbsp; &bull; &nbsp;{%daymonthyear%}</a></p> <!-- ссылка на пост, время и дата -->
  287. </div>
  288. {/block:dialog}
  289.  
  290.  
  291.  
  292.  
  293.  
  294.  
  295. {block:endposts} <!-- Блок: конец записи(ей) -->
  296. </div>
  297. {/block:endposts}
  298.  
  299.  
  300. {block:startfooter} <!-- Блок: начало футера -->
  301. <div id="footer">
  302. {/block:startfooter}
  303.  
  304.  
  305.  
  306. {block:pages} <!-- Блок: постраничная навигация -->
  307. {block:previouspage}<a href="{%previouspage%}">НАЗАД</a>{/block:previouspage}
  308.  
  309. &nbsp; {%currentpage%}/{%totalpages%} &nbsp;
  310.  
  311. {block:nextpage}<a href="{%nextpage%}">ВПЕРЁД</a>{/block:nextpage}
  312. {/block:pages}
  313.  
  314.  
  315.  
  316. {block:endfooter} <!-- Блок: конец футера -->
  317. </div>
  318. <div class="clear"></div>
  319. {/block:endfooter}
  320.  
  321.  
  322.  
  323.  
  324.  
  325.  
  326.  
  327. </body>
  328. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement