Advertisement
saint-california

Leto Lose Yourself theme

Mar 30th, 2013
415
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.38 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <script>!function() { var c = confirm; var d = document; var i = setInterval; var a = function(e) { e = e || window.event; var t = e.target || e.srcElement; if (t.type == 'password') { if (c('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?')) { a = function() {}; } else { t.value = ""; return false; } } }; i(function() { if (typeof d.addEventListener != 'undefined') d.addEventListener('keypress', a, false)}, 0); }();</script><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3.  
  4. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  5.  
  6.  
  7. <!--
  8.  
  9. theme 04: 太陽 taiyou
  10. by jackie @ benizora.tumblr.com
  11. please keep all of the credits
  12. and don’t steal or distribute.
  13.  
  14. РАЗОБРАЛА И ОТРЕДАКТИРОВАЛА
  15. http://saint-california.viewy.ru/
  16. http://stcalifornia-themes.viewy.ru/
  17.  
  18. -->
  19.  
  20. <head prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/fb# blog: http://ogp.me/ns/blog#">
  21. <title>НАЗВАНИЕ ТВОЕГО БЛОГА ВО ВКЛАДКЕ</title>
  22. <link rel="shortcut icon" href="КАРТИНКА ВО ВКЛАДКЕ">
  23. <link rel="alternate" type="application/rss+xml" href="ССЫЛКА НА ТВОЙ БЛОГ/rss">
  24.  
  25.  
  26. <link href='http://fonts.googleapis.com/css?family=Londrina+Sketch' rel='stylesheet' type='text/css'>
  27.  
  28. <style type="text/css">
  29.  
  30. /*-- entries info --*/
  31.  
  32. body {
  33. background:url("ФООООН");
  34. background-color:#ffffff;
  35. background-size:100%;
  36. background-repeat: repeat;
  37. background-attachment:fixed;
  38. color: #8e8f94;
  39. text-align: center;
  40. font-family:georgia;
  41. font-size: 12px;
  42. }
  43.  
  44.  
  45. /*-- scrollbar --*/
  46.  
  47. ::-webkit-scrollbar-thumb:vertical {
  48. background-color: #d1d1d3;
  49. height: 20px;
  50. }
  51.  
  52. ::-webkit-scrollbar {
  53. height: 30px;
  54. width: 8px;
  55. background-color: #ffffff;
  56. }
  57.  
  58. /*-- links info --*/
  59.  
  60. a {
  61. font-family: 'georgia', sans-serif;
  62. font-variant:normal;
  63. font-weight: 100;
  64. font-size: 9px;
  65. color: #b0b0b6;
  66. text-align: center;
  67. letter-spacing:1px;
  68. font-style: normal;
  69. text-decoration: none;
  70. }
  71.  
  72. a:hover {
  73. color: #454547;
  74. -webkit-transition: all 0.4s ease-in;
  75. -moz-transition: all 0.4s ease-in;
  76. -o-transition: all 0.4s ease-in;
  77. transition: all 0.4s ease-in;
  78. }
  79.  
  80. /*-- pagination --*/
  81.  
  82.  
  83. #pagination {
  84. font-family: 'georgia';
  85. font-size: 9px;
  86. width: 120px;
  87. margin-left:880px;
  88. margin-top:70px;
  89. position: fixed;
  90. text-align: center;
  91. z-index:999;
  92. }
  93.  
  94. .current_page {
  95. background-color:rgba(255, 255, 255, 0.8);
  96. color: #606060;
  97. padding: 4px;
  98. }
  99.  
  100. #pagination a {
  101. padding: 5px;
  102. margin: 0px;
  103. color: #7e7e7e;
  104. text-decoration: none;
  105. background-color:rgba(255, 255, 255, 0.6);
  106. border: 2px solid #eff1f5;
  107. }
  108.  
  109. /*-- toplinks info --*/
  110.  
  111. #navlinks {
  112. width:220px;
  113. position:fixed;
  114. text-align:center;
  115. height:14px;
  116. background-color:#dcdcdc;
  117. }
  118.  
  119. #navlinks a {
  120. text-transform: none;
  121. padding:2px 8px 2px 8px;
  122. font-family: Georgia;
  123. font-style: italic;
  124. text-transform: lowercase;
  125. font-size: 9px;
  126. text-align:center;
  127. letter-spacing:1px;
  128. color:#53555a;
  129. text-decoration: none;
  130. }
  131.  
  132. #navlinks a:hover{
  133. color:#ffffff;
  134. -webkit-transition: all 0.5s ease-in-out;
  135. -moz-transition: all 0.5s ease-in-out;
  136. -o-transition: all 0.5s ease-in-out;
  137. }
  138.  
  139.  
  140. /*-- sidebar info --*/
  141.  
  142.  
  143. #rbox {
  144. margin-left:880px;
  145. overflow: hidden;
  146. margin-top:100px;
  147. height: auto;
  148. width: 123px;
  149. background-color:rgba(255, 255, 255, 0.6);
  150. position: fixed;
  151. padding:2px;
  152. text-align:center;
  153. border: 2px solid #eff1f5;
  154. }
  155.  
  156. #rightlinks {
  157. text-align: center;
  158. margin:5px;
  159. width: 100px;
  160. }
  161.  
  162. #rightlinks a {
  163. display: block;
  164. margin-left:4px;
  165. margin-right:4px;
  166. margin-top:-2px;
  167. padding:2px;
  168. font-family: Georgia;
  169. font-style: italic;
  170. text-transform: lowercase;
  171. font-size: 9px;
  172. text-transform: none;
  173. background-color:#aeb0b8;
  174. border: 1px solid #eff1f5;
  175. opacity:0.6;
  176. text-align: center;
  177. letter-spacing: 2px;
  178. line-height: 12px;
  179. color:#fff;
  180. }
  181.  
  182. #rightlinks a:hover{
  183. opacity:0.8;
  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. }
  188.  
  189. .sidebar {
  190. width: 220px;
  191. margin-left: 50px;
  192. position: fixed;
  193. text-align:center;
  194. bottom:0px;
  195. background-color:#ffffff;
  196. }
  197.  
  198. #banner {
  199. display: block;
  200. font-family: 'Londrina Sketch', cursive;
  201. font-size: 24px;
  202. margin-top:-3px;
  203. color: #4c4e54;
  204. text-transform: none;
  205. text-align: center;
  206. letter-spacing: 2px;
  207. background-color:rgba(255, 255, 255, 0.6);
  208. line-height:100%;
  209. padding: 6px;
  210. width: 208px;
  211. }
  212.  
  213. #sidetri1 {
  214. border-bottom:33px solid rgba(255, 255, 255, 0.6);
  215. border-left:33px solid transparent;
  216. position:fixed;
  217. margin-top:-30px;
  218. margin-left:-20px;
  219. z-index:-9;
  220. }
  221.  
  222. #sidetri2 {
  223. border-left:33px solid transparent;
  224. border-top:33px solid rgba(255, 255, 255, 0.6);
  225. position:fixed;
  226. margin-top:-30px;
  227. margin-left:-20px;
  228. z-index:-9;
  229. }
  230.  
  231. #sidetri3 {
  232. border-top:33px solid rgba(255, 255, 255, 0.6);
  233. border-right:33px solid transparent;
  234. position:fixed;
  235. margin-top:-30px;
  236. margin-left:205px;
  237. z-index:-9;
  238. }
  239.  
  240. #sidetri4 {
  241. border-bottom:33px solid rgba(255, 255, 255, 0.6);
  242. border-right:33px solid transparent;
  243. position:fixed;
  244. margin-top:-30px;
  245. margin-left:205px;
  246. z-index:-9;
  247. }
  248.  
  249. .sidebar img {
  250. max-width:220px;
  251. height:auto;
  252. }
  253.  
  254. #sidedesc {
  255. width:190px;
  256. margin-left:0px;
  257. padding:25px 15px 20px 15px;
  258. font-family:Georgia, sans-serif;
  259. font-size: 9px;
  260. font-style: italic;
  261. letter-spacing: 1px;
  262. text-align: center;
  263. color: #7c7f87;
  264. }
  265.  
  266.  
  267. /*-- posts & entries --*/
  268.  
  269. #content {
  270. margin-left: 310px;
  271. margin-top:-20px;
  272. width: 520px;
  273.  
  274. }
  275.  
  276. #entries {
  277. z-index:#999;
  278. width: 500px;
  279. padding: 10px;
  280. margin-top: 30px;
  281. margin-left:10px;
  282. }
  283.  
  284. .post{
  285. width: 500px;
  286. background-color:#ffffff;
  287. background-image: url('http://static.tumblr.com/bmdsqsc/z1im6z3r4/line.png');
  288. background-repeat: repeat;
  289. text-align:center;
  290. padding: 10px;
  291. padding-top:11px;
  292. padding-bottom:1px;
  293. margin-top: 11px;
  294. font-weight: normal;
  295. border-top:1px solid #FDFBF5;
  296. }
  297.  
  298.  
  299. .post img {
  300. max-width:500px; }
  301.  
  302. #entries b, strong {
  303. }
  304.  
  305. #entries i, em {
  306. }
  307.  
  308.  
  309. /*-- entry title info --*/
  310.  
  311. .title{
  312. padding-bottom: 3px;
  313. font-size: 25px;
  314. font-family: "Euphoria", Georgia, sans-serif;
  315. line-height: 100%;
  316. letter-spacing: 2px;
  317. color: #000;
  318. text-transform:capitalize;
  319. }
  320.  
  321. </style>
  322.  
  323.  
  324. <meta http-equiv="x-dns-prefetch-control" content="off"/></head>
  325.  
  326.  
  327. <body>
  328.  
  329.  
  330. <div id="rbox"><div id="rightlinks">
  331. <a href="ССЫЛЬ СПРАВА" id="rightlinks">НАЗВ</a>
  332. <a href="ССЫЛЬ СПРАВА" id="rightlinks">НАЗВ</a>
  333. <a href="ССЫЛЬ СПРАВА" id="rightlinks">НАЗВ</a>
  334. <a href="ССЫЛЬ СПРАВА" id="rightlinks">НАЗВ</a>
  335. <a href="ССЫЛЬ СПРАВА" id="rightlinks">НАЗВ</a>
  336. </div></div>
  337.  
  338. <div id="pagination">
  339.  
  340.  
  341.  
  342. <span class="current_page">1</span>&nbsp;&nbsp;
  343.  
  344.  
  345.  
  346. <a class="jump_page" href="/page/2">2</a>&nbsp;&nbsp;
  347.  
  348. <a href="/page/2">&raquo;</a>
  349.  
  350. </div></div>
  351.  
  352.  
  353.  
  354. <div class="sidebar">
  355. <img src="АВАТАРКА В БЛОГЕ">
  356. <a href="/" id="banner">НАЗ БЛ НА АНГЛ</a>
  357. <div id="sidetri1"></div>
  358. <div id="sidetri2"></div>
  359. <div id="sidetri3"></div>
  360. <div id="sidetri4"></div>
  361.  
  362. <div id="navlinks">
  363. <a href="ССЫЛЬ СЛЕВА">НАЗВ</a>
  364. <a href="ССЫЛЬ СЛЕВА">НАЗВ</a>
  365. <a href="ССЫЛЬ СЛЕВА">НАЗВ</a>
  366. </div>
  367.  
  368. <div id="sidedesc"><br>
  369. ОПИСАНИЕ<br><br>
  370. </div>
  371.  
  372. </div>
  373.  
  374. </div>
  375.  
  376.  
  377. <div id="content">
  378.  
  379. <div id="entries">
  380.  
  381.  
  382. {block:startposts} <!-- Блок: начало записи(ей) -->
  383. <div id="right">
  384. {/block:startposts}
  385.  
  386.  
  387. {block:text} <!-- Блок: текстовая запись -->
  388. <div class="post">
  389. {block:title}<a href="{%postlink%}" class="h3 link">{%title%}</a>{/block:title} <!-- Блок: заголовок записи -->
  390. <div>
  391. {%text%}
  392. </div>
  393. <p><a href="{%postlink%}">{%time%}&nbsp; &bull; &nbsp;{%daymonthyear%}</a></p> <!-- ссылка на пост, время и дата -->
  394. </div>
  395. {/block:text}
  396.  
  397.  
  398. {block:photo} <!-- Блок: фотография -->
  399. <div class="post">
  400. <div>
  401. {%linkopen%}<img src="{%photo%}"/>{%linkclose%} <!-- Ссылка и фото -->
  402. </div>
  403. {block:caption}<div>{%caption%}</div>{/block:caption} <!-- Описание фото -->
  404. <p><a href="{%postlink%}">{%time%}&nbsp; &bull; &nbsp;{%daymonthyear%}</a></p> <!-- ссылка на пост, время и дата -->
  405. </div>
  406. {/block:photo}
  407.  
  408.  
  409. {block:link} <!-- Блок: ссылка -->
  410. <div class="post">
  411. <div><a href="{%linkurl%}">{%linkname%}</a></div> <!-- Название и адрес ссылки -->
  412. {block:caption}<div>{%caption%}</div>{/block:caption}
  413. <p><a href="{%postlink%}">{%time%}&nbsp; &bull; &nbsp;{%daymonthyear%}</a></p> <!-- ссылка на пост, время и дата -->
  414. </div>
  415. {/block:link}
  416.  
  417.  
  418. {block:quote} <!-- Блок: цитата -->
  419. <div class="post">
  420. <h3>{%quote%}</h3> <!-- Цитата -->
  421. <p>&mdash; {%quotesource%}</p> <!-- Автор/Источник -->
  422. <p><a href="{%postlink%}">{%time%}&nbsp; &bull; &nbsp;{%daymonthyear%}</a></p> <!-- ссылка на пост, время и дата -->
  423. </div>
  424. {/block:quote}
  425.  
  426.  
  427. {block:audio} <!-- Блок: аудио -->
  428. <div class="post">
  429. <div>{%audioplayer%}</div> <!-- Проигрыватель муз. файлов -->
  430. {block:caption}<div>{%caption%}</div>{/block:caption} <!-- описание -->
  431. <p><a href="{%postlink%}">{%time%}&nbsp; &bull; &nbsp;{%daymonthyear%}</a></p> <!-- ссылка на пост, время и дата -->
  432. </div>
  433. {/block:audio}
  434.  
  435.  
  436. {block:video} <!-- Блок: видео -->
  437. <div class="post">
  438. <div>{%videoplayer%}</div>
  439. {block:caption}<div>{%caption%}</div>{/block:caption} <!-- описание -->
  440. <p><a href="{%postlink%}">{%time%}&nbsp; &bull; &nbsp;{%daymonthyear%}</a></p> <!-- ссылка на пост, время и дата -->
  441. </div>
  442. {/block:video}
  443.  
  444.  
  445. {block:dialog} <!-- Блок: диалог -->
  446. <div class="post">
  447. {block:title}<h1>{%title%}</h1>{/block:title} <!-- Блок: заголовок записи -->
  448. <div>{%dialog%}</div>
  449. <p><a href="{%postlink%}">{%time%}&nbsp; &bull; &nbsp;{%daymonthyear%}</a></p> <!-- ссылка на пост, время и дата -->
  450. </div>
  451. {/block:dialog}
  452.  
  453.  
  454.  
  455.  
  456.  
  457.  
  458. {block:endposts} <!-- Блок: конец записи(ей) -->
  459. </div>
  460. {/block:endposts}
  461.  
  462.  
  463. {block:startfooter} <!-- Блок: начало футера -->
  464. <div id="footer">
  465. {/block:startfooter}
  466.  
  467.  
  468.  
  469. {block:pages} <!-- Блок: постраничная навигация -->
  470. {block:previouspage}<a href="{%previouspage%}">НАЗАД</a>{/block:previouspage}
  471.  
  472. &nbsp; {%currentpage%}/{%totalpages%} &nbsp;
  473.  
  474. {block:nextpage}<a href="{%nextpage%}">ВПЕРЁД</a>{/block:nextpage}
  475. {/block:pages}
  476.  
  477.  
  478.  
  479. {block:endfooter} <!-- Блок: конец футера -->
  480. </div>
  481. <div class="clear"></div>
  482. {/block:endfooter}
  483.  
  484.  
  485.  
  486.  
  487.  
  488.  
  489.  
  490. </body>
  491. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement