Advertisement
saint-california

Always By Your Side theme

Mar 30th, 2013
354
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.91 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
  3.  
  4. <!------------------THEME 010 BY ANDLIONHEART.TUMBLR.COM DO NOT COPY------------------------------>
  5. <!----
  6. RULES:
  7. 1) Do Not Copy
  8. 2) Do Not Remove Credit (please keep the credit in the same place)
  9. 3) Small edits are allowed.
  10. РАЗОБРАЛА И ОТРЕДАКТИРОВАЛА
  11. http://saint-california.viewy.ru/
  12. http://stcalifornia-themes.viewy.ru/
  13. ------->
  14.  
  15. <html>
  16. <head prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/fb# blog: http://ogp.me/ns/blog#">
  17.  
  18. <title>НАЗВАНИЕ ТВОЕГО БЛОГА ВО ВКЛАДКЕ</title>
  19. <link rel="shortcut icon" href="КАРТИНКА ВО ВКЛАДКЕ">
  20. <link rel="alternate" type="application/rss+xml" href="ССЫЛКА НА ТВОЙ БЛОГ/rss">
  21.  
  22.  
  23. <script type="text/javascript" src="http://static.tumblr.com/bmdsqsc/8mXm7q8vn/jquery.js"></script>
  24. <script type="text/javascript" src="http://static.tumblr.com/bmdsqsc/ogWm7q8w1/lazyload.js"></script>
  25. <script type="text/javascript" charset="utf-8">
  26. var $j = jQuery.noConflict();
  27. $j(function() {
  28. if (navigator.platform == "iPad" || navigator.platform == "iPhone") return;
  29. $j("img").lazyload({
  30. placeholder : "http://static.tumblr.com/twte3d7/RSvlio0k5/grey.gif",
  31. effect: "fadeIn",
  32. });
  33. });
  34. </script>
  35.  
  36. </head>
  37.  
  38.  
  39.  
  40. <link href='http://fonts.googleapis.com/css?family=Montaga' rel='stylesheet' type='text/css'>
  41.  
  42. <link href='http://fonts.googleapis.com/css?family=Coda' rel='stylesheet' type='text/css'>
  43.  
  44. <link href='http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700' rel='stylesheet' type='text/css'>
  45.  
  46. <link href='http://fonts.googleapis.com/css?family=IM+Fell+English:400,400italic' rel='stylesheet' type='text/css'>
  47.  
  48. <style type="text/css">
  49.  
  50. ::-webkit-scrollbar-thumb:vertical {
  51. background-color: #cecece;
  52. width:15px;
  53. height:100px;
  54. border: 1px solid #ffffff;
  55.  
  56. }
  57.  
  58. ::-webkit-scrollbar {
  59. height:10px;
  60. width:12px;
  61. background-color: #ffffff;
  62. }
  63.  
  64.  
  65. body{
  66. color: #0a0a0a;
  67. background-color: #ffffff;
  68. background-image: url('ФОН');
  69. background-position: top left;
  70. background-repeat: no-repeat;
  71. background-attachment: fixed;
  72. font-family: baskerville;
  73. font-size: 11px;
  74. letter-spacing: 0.3px;
  75. }
  76.  
  77. a:link, a:visited, a:active{
  78. color: #6f6f6f;font: italic 9px baskerville;
  79. text-decoration: none;
  80. -moz-transition: 0.3s ease-in-out;
  81. -webkit-transition: 0.3s ease-in-out;
  82. -o-transition: 0.3s ease-in-out;
  83. transition: 0.3s ease-in-out;
  84. }
  85.  
  86. a:hover{
  87.  
  88. color: #111111;
  89. font-weight: 580;
  90. -moz-transition: 0.3s ease-in-out;
  91. -webkit-transition: 0.3s ease-in-out;
  92. -o-transition: 0.3s ease-in-out;
  93. transition: 0.3s ease-in-out;
  94. }
  95.  
  96. #content{
  97. margin-left: 315px;
  98. margin-top: -35px;
  99. width: 525px;
  100. background-color: #ffffff;
  101. margin-bottom: -10px;
  102. }
  103.  
  104. #posts{
  105. font-family: baskerville;
  106.  
  107. overflow: hidden;
  108.  
  109. font-style: none; font-weight: normal;
  110. }
  111. .post {
  112. width:500px;
  113. padding:10px;
  114. padding-bottom:0px;
  115. display: block;
  116. margin-top:12px;
  117. background-color:#FEFEFE;
  118. text-align: center;
  119. font-style: normal;
  120. border:1px solid #f0f0f0;
  121. }
  122.  
  123. .post img {
  124. max-width:500px;
  125.  
  126. }
  127.  
  128. #sidebar{
  129. border: 1px solid #dfdfdf;
  130. height: 100%;
  131. background-image: url('ФОН САЙДБАРАf');
  132. background-position: top left;
  133. background-repeat: no-repeat;
  134. font-size:10px;
  135. width: 270px;
  136. margin-left:-8px;
  137. margin-top: -8px;
  138. position: fixed;
  139. background-color: #ffffff;
  140. padding: 8px 8px 8px 8px;
  141. font-family: baskerville;
  142. overflow: hidden;
  143. -webkit-transition: all 0.3s ease-in-out;
  144. -moz-transition: all 0.3s ease-in-out;
  145. -o-transition: all 0.3s ease-in-out;
  146. transition: all 0.3s ease-in-out;
  147. }
  148.  
  149. #sidebar a{
  150. color:#373c58;
  151. }
  152.  
  153.  
  154. #sidebar a:hover{
  155. color:#dfdfdf;
  156. }
  157.  
  158.  
  159. .description i{
  160. color: #000000;
  161. }
  162.  
  163. .description a{
  164. color: #111111;
  165. }
  166.  
  167. .description a:hover{
  168. color: #dfdfdf;
  169.  
  170. }
  171. .description{
  172. width: 60%;
  173. height: 100%;
  174. color: #000000;
  175. font-size: 10px;
  176. font-family: baskerville;
  177. margin-left: 42px;
  178. text-align:justify;letter-spacing: 1px;
  179.  
  180. padding: 7px 12px 7px 12px;
  181. border-top: 1px solid #dfdfdf;
  182. border-bottom: 1px solid #dfdfdf;
  183. line-height: 11px;
  184. }
  185.  
  186.  
  187.  
  188. #sidebarimg{
  189. margin-top: 150px;
  190. overflow: hidden;
  191. padding-bottom: 0px;
  192. }
  193.  
  194.  
  195.  
  196.  
  197. .maintitle {
  198. font: italic 16px im fell english;
  199. color: ;
  200. padding: 0px 2px 0px 1px;
  201. letter-spacing: 1px;
  202. line-height:16px;
  203. }
  204.  
  205. .mainlinks {
  206. color: ;
  207. text-transform: lowercase;
  208. font: 11px baskerville;
  209. padding-top: 7px;
  210. padding-bottom: 1px;
  211. font-weight: 700;
  212. }
  213.  
  214. .mainlinks a{
  215. letter-spacing:1px;
  216. font: italic 11px baskerville;
  217. text-decoration: none;
  218. text-align: center;
  219. color: ;
  220. -webkit-transition: 0.3s ease-in-out;
  221. -moz-transition: 0.3 ease-in-out;
  222. -o-transition: 0.3s ease-in-out;
  223. transition: 0.3s ease-in-out;
  224. }
  225.  
  226. .mainlinks a:hover{
  227. color: #dfdfdf;
  228. -webkit-transition: 0.3s ease-in-out;
  229. -moz-transition: 0.3 ease-in-out;
  230. -o-transition: 0.3s ease-in-out;
  231. transition: 0.3s ease-in-out;
  232. }
  233.  
  234.  
  235.  
  236. #title {
  237. text-transform: uppercase;
  238. color: #202020;
  239. letter-spacing: 2px;
  240. font-size: 12px;
  241. font-family: open sans condensed;
  242. line-height:110%
  243. }
  244.  
  245. #title a {
  246. margin-bottom: 2px;
  247. color: #202020;
  248. letter-spacing: 2px;
  249. font-size: 13px;
  250. font-family: open sans condensed;
  251. line-height:110%
  252.  
  253. }
  254.  
  255.  
  256.  
  257.  
  258. </style>
  259. </head>
  260.  
  261. <body>
  262.  
  263.  
  264. <div id="sidebar">
  265. <div class="mainslinks">
  266.  
  267. <div style="margin-bottom:5px; ="><center><div id="sidebarimg">
  268. <center><small><img src="АВАТАРКА В БЛОГЕ"></small></center></div></div>
  269.  
  270.  
  271.  
  272. <center><div style="color:#49537e;"><div class="maintitle">НАЗВАНИЕ БЛОГА НА АНГЛИЙСКОМ</div></div>
  273. <div style="color:#373c58;">
  274. <div class="mainlinks">
  275. <a href="ССЫЛКА">НАЗВАНИЕ</a> <br>
  276. <a href="ССЫЛКА">НАЗВАНИЕ</a> <br>
  277. <a href="ССЫЛКА">НАЗВАНИЕ</a> <br>
  278. <a href="ССЫЛКА">НАЗВАНИЕ</a> <br>
  279. </div>
  280. </div></center>
  281. </center>
  282. <div style="padding-top: 7px;">
  283. <div class="description"><i>ОПИСАНИЕ БЛОГА. ИНФОРМАЦИЯ О СЕБЕ. ЦИТАТЫ. ВИДЖЕТЫ. ПЛЕЕРЫ</i>. </div></div></div>
  284.  
  285.  
  286.  
  287.  
  288. <div style="margin-top: 3px;"><div id="pagination">&nbsp;&nbsp;
  289. </div></div>
  290. <center></center>
  291. </div></div><br><br><br>
  292.  
  293.  
  294.  
  295. <div id="content">
  296. <div id="posts">
  297.  
  298.  
  299.  
  300. {block:startposts} <!-- Блок: начало записи(ей) -->
  301. <div id="right">
  302. {/block:startposts}
  303.  
  304.  
  305. {block:text} <!-- Блок: текстовая запись -->
  306. <div class="post">
  307. {block:title}<a href="{%postlink%}" class="h3 link">{%title%}</a>{/block:title} <!-- Блок: заголовок записи -->
  308. <div>
  309. {%text%}
  310. </div>
  311. <p><a href="{%postlink%}">{%time%}&nbsp; &bull; &nbsp;{%daymonthyear%}</a></p> <!-- ссылка на пост, время и дата -->
  312. </div>
  313. {/block:text}
  314.  
  315.  
  316. {block:photo} <!-- Блок: фотография -->
  317. <div class="post">
  318. <div>
  319. {%linkopen%}<img src="{%photo%}"/>{%linkclose%} <!-- Ссылка и фото -->
  320. </div>
  321. {block:caption}<div>{%caption%}</div>{/block:caption} <!-- Описание фото -->
  322. <p><a href="{%postlink%}">{%time%}&nbsp; &bull; &nbsp;{%daymonthyear%}</a></p> <!-- ссылка на пост, время и дата -->
  323. </div>
  324. {/block:photo}
  325.  
  326.  
  327. {block:link} <!-- Блок: ссылка -->
  328. <div class="post">
  329. <div><a href="{%linkurl%}">{%linkname%}</a></div> <!-- Название и адрес ссылки -->
  330. {block:caption}<div>{%caption%}</div>{/block:caption}
  331. <p><a href="{%postlink%}">{%time%}&nbsp; &bull; &nbsp;{%daymonthyear%}</a></p> <!-- ссылка на пост, время и дата -->
  332. </div>
  333. {/block:link}
  334.  
  335.  
  336. {block:quote} <!-- Блок: цитата -->
  337. <div class="post">
  338. <h3>{%quote%}</h3> <!-- Цитата -->
  339. <p>&mdash; {%quotesource%}</p> <!-- Автор/Источник -->
  340. <p><a href="{%postlink%}">{%time%}&nbsp; &bull; &nbsp;{%daymonthyear%}</a></p> <!-- ссылка на пост, время и дата -->
  341. </div>
  342. {/block:quote}
  343.  
  344.  
  345. {block:audio} <!-- Блок: аудио -->
  346. <div class="post">
  347. <div>{%audioplayer%}</div> <!-- Проигрыватель муз. файлов -->
  348. {block:caption}<div>{%caption%}</div>{/block:caption} <!-- описание -->
  349. <p><a href="{%postlink%}">{%time%}&nbsp; &bull; &nbsp;{%daymonthyear%}</a></p> <!-- ссылка на пост, время и дата -->
  350. </div>
  351. {/block:audio}
  352.  
  353.  
  354. {block:video} <!-- Блок: видео -->
  355. <div class="post">
  356. <div>{%videoplayer%}</div>
  357. {block:caption}<div>{%caption%}</div>{/block:caption} <!-- описание -->
  358. <p><a href="{%postlink%}">{%time%}&nbsp; &bull; &nbsp;{%daymonthyear%}</a></p> <!-- ссылка на пост, время и дата -->
  359. </div>
  360. {/block:video}
  361.  
  362.  
  363. {block:dialog} <!-- Блок: диалог -->
  364. <div class="post">
  365. {block:title}<h1>{%title%}</h1>{/block:title} <!-- Блок: заголовок записи -->
  366. <div>{%dialog%}</div>
  367. <p><a href="{%postlink%}">{%time%}&nbsp; &bull; &nbsp;{%daymonthyear%}</a></p> <!-- ссылка на пост, время и дата -->
  368. </div>
  369. {/block:dialog}
  370.  
  371.  
  372.  
  373.  
  374.  
  375.  
  376. {block:endposts} <!-- Блок: конец записи(ей) -->
  377. </div>
  378. {/block:endposts}
  379.  
  380.  
  381. {block:startfooter} <!-- Блок: начало футера -->
  382. <div id="footer">
  383. {/block:startfooter}
  384.  
  385.  
  386.  
  387. {block:pages} <!-- Блок: постраничная навигация -->
  388. {block:previouspage}<a href="{%previouspage%}">НАЗАД</a>{/block:previouspage}
  389.  
  390. &nbsp; {%currentpage%}/{%totalpages%} &nbsp;
  391.  
  392. {block:nextpage}<a href="{%nextpage%}">ВПЕРЁД</a>{/block:nextpage}
  393. {/block:pages}
  394.  
  395.  
  396.  
  397. {block:endfooter} <!-- Блок: конец футера -->
  398. </div>
  399. <div class="clear"></div>
  400. {/block:endfooter}
  401.  
  402.  
  403.  
  404.  
  405.  
  406.  
  407.  
  408. </body>
  409. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement