Advertisement
saint-california

Jiyong bw

Mar 2nd, 2014
428
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.04 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=f08596ebd4ce646f5d3880715a79170e"></script>
  3. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  4.  
  5. <!--
  6. http://pohroro.tumblr.com
  7.  
  8. РАЗОБРАЛА И ОТРЕДАКТИРОВАЛА
  9. http://saint-california.viewy.ru/
  10. http://stcalifornia-themes.viewy.ru/
  11. -->
  12.  
  13. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  14.  
  15. <head prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/fb# blog: http://ogp.me/ns/blog#">
  16.  
  17. <title>НАЗВАНИЕ БЛОГА ВО ВКЛАДКЕ</title>
  18. <link rel="shortcut icon" href="КАРТИНКА ВО ВКЛАДКЕ">
  19. <link rel="alternate" type="application/rss+xml" href="ССЫЛКА НА ТВОЙ БЛОГ/rss">
  20.  
  21. <!-- -->
  22.  
  23.  
  24. <style type="text/css">
  25.  
  26. body
  27. {
  28. margin: 0;
  29. padding: 0;
  30. height: 100%;
  31. width: 100%;
  32. font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  33. color: #000000;
  34. font-size: 8px;
  35. letter-spacing: 1px;
  36. background: url(фон) #ffffff;
  37. }
  38.  
  39. a
  40. {
  41. color: #000000;
  42. text-decoration: none;
  43. -webkit-transition: all 0.5s ease;
  44. -moz-transition: all 0.5s ease;
  45. transition: all 0.5s ease;
  46. }
  47.  
  48. a:hover
  49. {
  50. color: #909090;
  51. -webkit-transition: all 0.5s ease;
  52. -moz-transition: all 0.5s ease;
  53. transition: all 0.5s ease;
  54. }
  55.  
  56. h1
  57. {
  58. text-shadow: 1px 1px #e1e1e1;
  59. letter-spacing: -3px;
  60. font-weight: bold;
  61. font-size: 26px;
  62. color: #000000;
  63. font-weight: none;
  64. text-transform: lowercase;
  65. font-style: italic;
  66. letter-spacing: -1px;
  67. }
  68.  
  69. blockquote, blockquote blockquote
  70. {
  71. border-left: 2px solid #000000;
  72. padding-left: 10px;
  73. }
  74.  
  75. #mainContainer
  76. {
  77. margin: 0 auto;
  78. width: 750px;
  79. height: auto;
  80. margin-top: 20px;
  81. }
  82.  
  83. #title a
  84. {
  85. font-size: 40px;
  86. padding-left: 20px;
  87. color: #000000;
  88. text-shadow: 1px 1px #e1e1e1;
  89. letter-spacing: -5px;
  90. font-weight: bold;
  91. position: fixed;
  92. font-style: italic;
  93. padding-bottom: 10px;
  94. z-index: 1;
  95. margin-top: -20px;
  96. width: 520px;
  97. background: #ffffff;
  98. padding-top: 80px;
  99. border-bottom: 1px solid #e1e1e1;
  100. }
  101.  
  102. #pagination
  103. {
  104. width: 100px;
  105. padding: 10px;
  106. height: 25px;
  107. border-left: 1px solid #e1e1e1;
  108. border-bottom: 1px solid #e1e1e1;
  109. font-size: 12px;
  110. position: fixed;
  111. margin-left: 540px;
  112. padding-left: 15px;
  113. padding-top: 90px;
  114. padding-bottom: 2px;
  115. z-index: 1;
  116. float: right;
  117. }
  118.  
  119. #entries
  120. {
  121. width: 520px;
  122. margin: 0 auto;
  123. background: #ffffff;
  124. height: auto;
  125. padding-left:10px;
  126. margin-top: 130px;
  127. padding-bottom: 10px;
  128. position: absolute;
  129. -moz-column-count:2; /* Firefox */
  130. -webkit-column-count:2; /* Safari and Chrome */
  131. column-count:2;
  132. -moz-column-gap:10px; /* Firefox */
  133. -webkit-column-gap:10px; /* Safari and Chrome */
  134. column-gap:10px;
  135.  
  136.  
  137. }
  138.  
  139. .post
  140. {
  141. width: 250px;
  142. margin-bottom: 10px;
  143. margin-top: 10px;height:auto;
  144. }
  145.  
  146. .post img
  147. {
  148. width:250px; height:auto;
  149. }
  150.  
  151.  
  152.  
  153.  
  154. #rightBar
  155. {
  156. width: 100px;
  157. padding-left: 15px;
  158. padding-top: 20px;
  159. height: 5000px;
  160. position: fixed;
  161. margin-left: 540px;
  162. border-left: 1px solid #e1e1e1;
  163. margin-top: 100px;
  164. }
  165.  
  166. #rightBar img
  167. {
  168. width: 100px;
  169. height: auto;
  170. margin-bottom: 7px;
  171. padding: 2px;
  172. }
  173. #description
  174. {
  175. text-align: center;
  176. }
  177.  
  178. #navigation
  179. {
  180. margin-top: 10px;
  181. }
  182.  
  183. #navigation a
  184. {
  185. border-left: 3px solid #000000;
  186. padding-left: 5px;
  187. color: #000000;
  188. margin-bottom: -10px;
  189. display: block;
  190. }
  191.  
  192. #navigation a:hover
  193. {
  194. border-left: 3px solid #909090;
  195. color: #909090;
  196. letter-spacing: 2px;
  197. }
  198.  
  199. #bottomBg
  200. {
  201. position: fixed;
  202. bottom: 0px;
  203. right: 0px;
  204. height: auto;
  205. width: auto;
  206. z-index: -1;
  207. }
  208.  
  209. ::-webkit-scrollbar
  210. {
  211. height: 10px;
  212. width: 2px;
  213. background: white;
  214. }
  215.  
  216. ::-webkit-scrollbar-thumb:vertical
  217. {
  218. background: #000000;
  219. }
  220.  
  221. ::selection
  222. {
  223. background: #000000;
  224. color: white;
  225. }
  226.  
  227. ::-moz-selection
  228. {
  229. background: #000000;
  230. color: white;
  231. }
  232.  
  233. p::selection
  234. {
  235. background: #000000;
  236. color: white;
  237. }
  238.  
  239. p::-moz-selection
  240. {
  241. background: #000000;
  242. color: white;
  243. }
  244.  
  245. /* Credits to http://pohroro.tumblr.com */
  246.  
  247. #c
  248. {
  249. width: 55px;
  250. height: 18px;
  251. font-family: Arial;
  252. font-size: 7px;
  253. text-transform: uppercase;
  254. text-align: center;
  255. bottom: 10px;
  256. right: 10px;
  257. letter-spacing: 1px;
  258. line-height: 4px;
  259. padding: 10px 3px;
  260. display: block;
  261. color: #ffffff;
  262. background: #000000;
  263. position: fixed;
  264. }
  265.  
  266. #c a
  267. {
  268. font-weight: bold;
  269. line-height: 17px;
  270. font-size: 15px;
  271. font-family: Libre Baskerville;
  272. text-transform: lowercase;
  273. font-style: italic;
  274. letter-spacing: -1px;
  275. color: #606060;
  276. }
  277.  
  278.  
  279.  
  280. </style>
  281.  
  282. <script src="http://assets.tumblr.com/assets/scripts/tumblelog.js?_v=7c9c4c2f24e479ca45de0fbd5428f5b6"></script>
  283. <meta http-equiv="x-dns-prefetch-control" content="off"/>
  284.  
  285. <script src="http://assets.tumblr.com/assets/scripts/tumblelog.js?_v=d8bedac117774a607506edfe222fb9ea"></script>
  286. <meta http-equiv="x-dns-prefetch-control" content="off"/>
  287. </head>
  288. <body>
  289.  
  290. <div id="mainContainer">
  291. <div id="title"><a href="/">НАЗВАНИЕ БЛОГА</a></div>
  292.  
  293.  
  294.  
  295. <div id="rightBar"><br />
  296. <img src="АВА В БЛОГЕ" />
  297. <div id="description">ОПИСАНИЕ БЛОГА. О СЕБЕ. ПЛЕЕР. СЧЁТЧИК. ЦИТАТА</div>
  298. <div id="navigation">
  299. <a href="ССЫЛКА">НАЗВАНИЕ</a><br />
  300. <a href="ССЫЛКА">НАЗВАНИЕ</a><br />
  301. <a href="ССЫЛКА">НАЗВАНИЕ</a><br />
  302. <a href="ССЫЛКА">НАЗВАНИЕ</a><br />
  303. <a href="ССЫЛКА">НАЗВАНИЕ</a><br />
  304. <br />
  305. <br />
  306. <br />
  307. </div>
  308. </div>
  309. <div id="bottomBg"><img src="КАРТИНКА В ПРАВОМ НИЖНЕМ УГЛУ"></div>
  310.  
  311. <div id="pagination"></div>
  312.  
  313. <div id="entries">
  314.  
  315.  
  316. {block:text} <!-- Блок: текстовая запись -->
  317. <div class="post">
  318. {block:title}<a href="{%postlink%}" class="h3 link">{%title%}</a>{/block:title} <!-- Блок: заголовок записи -->
  319. <div>
  320. {%text%}
  321. </div>
  322. <p><a href="{%postlink%}">{%time%}&nbsp; &bull; &nbsp;{%daymonthyear%}</a></p> <!-- ссылка на пост, время и дата -->
  323. </div>
  324. {/block:text}
  325.  
  326.  
  327. {block:photo} <!-- Блок: фотография -->
  328. <div class="post">
  329. <div>
  330. {%linkopen%}<img src="{%photo%}"/>{%linkclose%} <!-- Ссылка и фото -->
  331. </div>
  332. {block:caption}<div>{%caption%}</div>{/block:caption} <!-- Описание фото -->
  333. <p><a href="{%postlink%}">{%time%}&nbsp; &bull; &nbsp;{%daymonthyear%}</a></p> <!-- ссылка на пост, время и дата -->
  334. </div>
  335. {/block:photo}
  336.  
  337.  
  338. {block:link} <!-- Блок: ссылка -->
  339. <div class="post">
  340. <div><a href="{%linkurl%}">{%linkname%}</a></div> <!-- Название и адрес ссылки -->
  341. {block:caption}<div>{%caption%}</div>{/block:caption}
  342. <p><a href="{%postlink%}">{%time%}&nbsp; &bull; &nbsp;{%daymonthyear%}</a></p> <!-- ссылка на пост, время и дата -->
  343. </div>
  344. {/block:link}
  345.  
  346.  
  347. {block:quote} <!-- Блок: цитата -->
  348. <div class="post">
  349. <h3>{%quote%}</h3> <!-- Цитата -->
  350. <p>&mdash; {%quotesource%}</p> <!-- Автор/Источник -->
  351. <p><a href="{%postlink%}">{%time%}&nbsp; &bull; &nbsp;{%daymonthyear%}</a></p> <!-- ссылка на пост, время и дата -->
  352. </div>
  353. {/block:quote}
  354.  
  355.  
  356. {block:audio} <!-- Блок: аудио -->
  357. <div class="post">
  358. <div>{%audioplayer%}</div> <!-- Проигрыватель муз. файлов -->
  359. {block:caption}<div>{%caption%}</div>{/block:caption} <!-- описание -->
  360. <p><a href="{%postlink%}">{%time%}&nbsp; &bull; &nbsp;{%daymonthyear%}</a></p> <!-- ссылка на пост, время и дата -->
  361. </div>
  362. {/block:audio}
  363.  
  364.  
  365. {block:video} <!-- Блок: видео -->
  366. <div class="post">
  367. <div>{%videoplayer%}</div>
  368. {block:caption}<div>{%caption%}</div>{/block:caption} <!-- описание -->
  369. <p><a href="{%postlink%}">{%time%}&nbsp; &bull; &nbsp;{%daymonthyear%}</a></p> <!-- ссылка на пост, время и дата -->
  370. </div>
  371. {/block:video}
  372.  
  373.  
  374. {block:dialog} <!-- Блок: диалог -->
  375. <div class="post">
  376. {block:title}<h1>{%title%}</h1>{/block:title} <!-- Блок: заголовок записи -->
  377. <div>{%dialog%}</div>
  378. <p><a href="{%postlink%}">{%time%}&nbsp; &bull; &nbsp;{%daymonthyear%}</a></p> <!-- ссылка на пост, время и дата -->
  379. </div>
  380. {/block:dialog}
  381.  
  382.  
  383.  
  384.  
  385.  
  386.  
  387. {block:endposts} <!-- Блок: конец записи(ей) -->
  388. </div>
  389. {/block:endposts}
  390.  
  391.  
  392. {block:startfooter} <!-- Блок: начало футера -->
  393. <div id="footer">
  394. {/block:startfooter}
  395.  
  396.  
  397.  
  398. {block:pages} <!-- Блок: постраничная навигация -->
  399. {block:previouspage}<a href="{%previouspage%}">НАЗАД</a>{/block:previouspage}
  400.  
  401. &nbsp; {%currentpage%}/{%totalpages%} &nbsp;
  402.  
  403. {block:nextpage}<a href="{%nextpage%}">ВПЕРЁД</a>{/block:nextpage}
  404. {/block:pages}
  405.  
  406.  
  407.  
  408. {block:endfooter} <!-- Блок: конец футера -->
  409. </div>
  410. <div class="clear"></div>
  411. {/block:endfooter}
  412.  
  413.  
  414.  
  415.  
  416.  
  417.  
  418.  
  419. </body>
  420. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement