Advertisement
saint-california

HOMME theme

Mar 31st, 2013
291
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.55 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <!---- THEME 4 BY EVREDEEN
  3. Don't remove credit or claim as your own
  4.  
  5. РАЗОБРАЛА И ОТРЕДАКТИРОВАЛА
  6. http://saint-california.viewy.ru/
  7. http://stcalifornia-themes.viewy.ru/ ---->
  8.  
  9. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  10. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  11. <head prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/fb# blog: http://ogp.me/ns/blog#">
  12.  
  13. <title>НАЗВАНИЕ ТВОЕГО БЛОГА ВО ВКЛАДКЕ</title>
  14. <link rel="shortcut icon" href="КАРТИНКА ВО ВКЛАДКЕ">
  15. <link rel="alternate" type="application/rss+xml" href="ССЫЛКА НА ТВОЙ БЛОГ/rss">
  16.  
  17. <style type="text/css">
  18.  
  19. ::-webkit-scrollbar-thumb:vertical {background-color: #4d4c4c; height: 10px;}
  20. ::-webkit-scrollbar-thumb:horizontal {background-color: #4d4c4c; height:10px!important;}
  21. ::-webkit-scrollbar {background-color: #f1f0f0; height:6px; width:7px;}
  22.  
  23. iframe#tumblr_controls{
  24. white-space:nowrap;
  25. -webkit-filter: invert(100%);
  26. -moz-filter: invert(100%);
  27. -o-filter: invert(100%);
  28. -ms-filter: invert(100%);
  29. filter: invert(100%);
  30. opacity:0.8;
  31. position:fixed !important;
  32. top:0px !important;
  33. right:0px !important;
  34. -webkit-transition: all 0.4s ease-out;
  35. -moz-transition: all 0.4s ease-out;
  36. -o-transition:all 0.4s ease-out;
  37. transition: all 0.4s ease-out;
  38. }
  39.  
  40. iframe#tumblr_controls:hover {
  41. position:fixed !important;
  42. top:0px !important;
  43. right:0px !important;
  44. opacity:1;
  45. filter:alpha(opacity=100);
  46. -moz-opacity:1;
  47. -o-opacity:1;
  48. -webkit-transition: all 0.4s ease-out;
  49. -moz-transition: all 0.4s ease-out;
  50. -o-transition:all 0.4s ease-out;
  51. transition: all 0.4s ease-out;
  52. }
  53.  
  54.  
  55. body {
  56. background:#ffffff;
  57. margin:0px;
  58. color:#838282;
  59. font-family:Trebuchet MS;
  60. font-size:10px;
  61. line-height:100%;
  62. background-image:url('ФОН');
  63. background-attachment:fixed;
  64. background-repeat:repeat;
  65. }
  66.  
  67. a {
  68. text-decoration:none;
  69. outline:none; font-family: calibri;
  70. font-size:8px;
  71. text-transform: uppercase;
  72. letter-spacing:1px;
  73. -moz-outline-style:none;
  74. color:#4b4b4b;
  75. }
  76.  
  77. a:hover{
  78. color:#6bb6d3;
  79. }
  80.  
  81. img {
  82. border:none;
  83. }
  84.  
  85. blockquote {
  86. padding-left:5px;
  87. border-left:2px solid;
  88. }
  89.  
  90. blockquote blockquote {
  91. padding-left:5px;
  92. border-left:2px solid;
  93. }
  94.  
  95. h1 {
  96. font-size:15px;
  97. text-decoration:lowercase;
  98. }
  99.  
  100. #entry{
  101. padding:10px;
  102. width:500px;
  103. margin-left:500px;
  104. margin-top:0px;
  105. }
  106.  
  107. #post{
  108. width:500px;
  109. padding:30px;
  110. margin-top:50px;
  111.  
  112.  
  113. }
  114.  
  115. .post {
  116. width:500px;
  117. padding:10px;
  118. padding-bottom:0px;
  119. display: block;
  120. margin-top:12px;
  121. background-color:#FEFEFE;
  122. text-align: center;
  123. font-style: normal;
  124. border:1px solid #f0f0f0;
  125. }
  126.  
  127. .post img {
  128. max-width:500px;
  129.  
  130. }
  131. #side{
  132. display:block;
  133. position:fixed;
  134. margin-left:100px;
  135. width:250px;
  136. height:100%;
  137. background-color:#1f1f1f;
  138. z-index:-5;
  139. background-image:url('');
  140. background-repeat:repeat;
  141. }
  142.  
  143. #sidebar {
  144. width:200px;
  145. position:fixed;
  146. margin-left:125px;
  147. margin-top:100px;
  148. }
  149.  
  150. #title {
  151. font-family:'Cambria', sans-serif;
  152. font-size:15px;
  153. text-align:center;
  154. margin-bottom:5px;
  155. font-style:italic;
  156. line-height:0.8em;
  157. }
  158.  
  159. #sidebarimage {
  160. width:200px;
  161. }
  162.  
  163. #sidebarimage img{
  164. width:200px;
  165. background-image:url('');
  166. }
  167.  
  168. #description {
  169. padding:5px;
  170. text-align:center;
  171. border:1px solid #e0e0dd;
  172. color:#ebe9e9;
  173. }
  174.  
  175. .toplink{
  176. text-align:center;
  177. margin-left:0px;
  178. text-transform:uppercase;
  179. }
  180.  
  181. .toplink a{
  182. display:block:
  183. width:auto;
  184. height:auto;
  185. padding:3px;
  186. color:#ffffff; font-family: calibri;
  187. font-size:8px;
  188. text-transform: uppercase;
  189. letter-spacing:1px;
  190. background-color:#2c2c2c;
  191. -webkit-transition: all 0.6s ease-in;
  192. -moz-transition: all 0.6s ease-in;
  193. -o-transition: all 0.6s ease-in;
  194. -ms-transition: all 0.6s ease-in;
  195. transition: all 0.6s ease-in;
  196. }
  197.  
  198. .toplink a:hover{
  199. font-style:italic;
  200. color:#2c2c2c;
  201. background-color:#ffffff;
  202. -webkit-transition: all 0.6s ease-in;
  203. -moz-transition: all 0.6s ease-in;
  204. -o-transition: all 0.6s ease-in;
  205. -ms-transition: all 0.6s ease-in;
  206. transition: all 0.6s ease-in;
  207. }
  208.  
  209. .link{
  210. margin-top:480px;
  211. margin-left:120px;
  212. text-align:center;
  213. z-index:1;
  214. position:fixed;
  215. text-transform:uppercase;
  216. }
  217.  
  218. .link a{
  219. display:block;
  220. width:200px;
  221. height:10px;
  222. padding:5px;
  223. color:#ffffff;
  224. background-color:#2c2c2c;
  225. -webkit-transition: all 0.2s ease-in;
  226. -moz-transition: all 0.2s ease-in;
  227. -o-transition: all 0.2s ease-in;
  228. -ms-transition: all 0.2s ease-in;
  229. transition: all 0.2s ease-in;
  230. }
  231.  
  232. .link a:hover{
  233. color:#2c2c2c;
  234. border-left:5px solid #2c2c2c;
  235. border-right:5px solid #2c2c2c;
  236. margin-left:-20px;
  237. padding:5px 20px 5px 20px;
  238. background-color:#ffffff;
  239. -webkit-transition: all 0.2s ease-in;
  240. -moz-transition: all 0.2s ease-in;
  241. -o-transition: all 0.2s ease-in;
  242. -ms-transition: all 0.2s ease-in;
  243. transition: all 0.2s ease-in;
  244. }
  245.  
  246.  
  247.  
  248.  
  249. </style>
  250. </head><body>
  251.  
  252. <div id="side"></div>
  253. <div id="sidebar">
  254. <div id="sidebarimage"><img src="АВАТАРКА В БЛОГЕ"></div>
  255. <br>
  256. <div id="title">НАЗВАНИЕ БЛОГА</div><br>
  257. <div class="toplink">
  258. <a href="ССЫЛКА ПОД АВОЙ">НАЗВАНИЕ</a>
  259. <a href="ССЫЛКА ПОД АВОЙ">НАЗВАНИЕ</a>
  260. <a href="ССЫЛКА ПОД АВОЙ">НАЗВАНИЕ</a>
  261. </div>
  262. <br>
  263. <div id="description">ОПИСАНИЕ БЛОГА.<br>
  264. <strong>ИНФОРМАЦИЯ О СЕБЕ.</strong> <i>ЦИТАТЫ</i> <br>
  265. </div>
  266. </div>
  267.  
  268. <div class="link">
  269. <a href="ССЫЛКА ПОД ОПИСАНИЕМ">НАЗВАНИЕ</a><br>
  270. <a href="ССЫЛКА ПОД ОПИСАНИЕМ">НАЗВАНИЕ</a><br>
  271. <a href="ССЫЛКА ПОД ОПИСАНИЕМ">НАЗВАНИЕ</a><br>
  272. <a href="ССЫЛКА ПОД ОПИСАНИЕМ">НАЗВАНИЕ</a><br>
  273. </div></div>
  274.  
  275. <div id="entry">
  276.  
  277.  
  278. {block:startposts} <!-- Блок: начало записи(ей) -->
  279. <div id="right">
  280. {/block:startposts}
  281.  
  282.  
  283. {block:text} <!-- Блок: текстовая запись -->
  284. <div class="post">
  285. {block:title}<a href="{%postlink%}" class="h3 link">{%title%}</a>{/block:title} <!-- Блок: заголовок записи -->
  286. <div>
  287. {%text%}
  288. </div>
  289. <p><a href="{%postlink%}">{%time%}&nbsp; &bull; &nbsp;{%daymonthyear%}</a></p> <!-- ссылка на пост, время и дата -->
  290. </div>
  291. {/block:text}
  292.  
  293.  
  294. {block:photo} <!-- Блок: фотография -->
  295. <div class="post">
  296. <div>
  297. {%linkopen%}<img src="{%photo%}"/>{%linkclose%} <!-- Ссылка и фото -->
  298. </div>
  299. {block:caption}<div>{%caption%}</div>{/block:caption} <!-- Описание фото -->
  300. <div class="tags"><p><a href="{%postlink%}">{%time%}&nbsp; &bull; &nbsp;{%daymonthyear%}</a></p></div><!-- ссылка на пост, время и дата -->
  301. </div>
  302. {/block:photo}
  303.  
  304.  
  305. {block:link} <!-- Блок: ссылка -->
  306. <div class="post">
  307. <div><a href="{%linkurl%}">{%linkname%}</a></div> <!-- Название и адрес ссылки -->
  308. {block:caption}<div>{%caption%}</div>{/block:caption}
  309. <p><a href="{%postlink%}">{%time%}&nbsp; &bull; &nbsp;{%daymonthyear%}</a></p> <!-- ссылка на пост, время и дата -->
  310. </div>
  311. {/block:link}
  312.  
  313.  
  314. {block:quote} <!-- Блок: цитата -->
  315. <div class="post">
  316. <h3>{%quote%}</h3> <!-- Цитата -->
  317. <p>&mdash; {%quotesource%}</p> <!-- Автор/Источник -->
  318. <p><a href="{%postlink%}">{%time%}&nbsp; &bull; &nbsp;{%daymonthyear%}</a></p> <!-- ссылка на пост, время и дата -->
  319. </div>
  320. {/block:quote}
  321.  
  322.  
  323. {block:audio} <!-- Блок: аудио -->
  324. <div class="post">
  325. <div>{%audioplayer%}</div> <!-- Проигрыватель муз. файлов -->
  326. {block:caption}<div>{%caption%}</div>{/block:caption} <!-- описание -->
  327. <p><a href="{%postlink%}">{%time%}&nbsp; &bull; &nbsp;{%daymonthyear%}</a></p> <!-- ссылка на пост, время и дата -->
  328. </div>
  329. {/block:audio}
  330.  
  331.  
  332. {block:video} <!-- Блок: видео -->
  333. <div class="post">
  334. <div>{%videoplayer%}</div>
  335. {block:caption}<div>{%caption%}</div>{/block:caption} <!-- описание -->
  336. <p><a href="{%postlink%}">{%time%}&nbsp; &bull; &nbsp;{%daymonthyear%}</a></p> <!-- ссылка на пост, время и дата -->
  337. </div>
  338. {/block:video}
  339.  
  340.  
  341. {block:dialog} <!-- Блок: диалог -->
  342. <div class="post">
  343. {block:title}<h1>{%title%}</h1>{/block:title} <!-- Блок: заголовок записи -->
  344. <div>{%dialog%}</div>
  345. <p><a href="{%postlink%}">{%time%}&nbsp; &bull; &nbsp;{%daymonthyear%}</a></p> <!-- ссылка на пост, время и дата -->
  346. </div>
  347. {/block:dialog}
  348.  
  349.  
  350.  
  351.  
  352.  
  353.  
  354. {block:endposts} <!-- Блок: конец записи(ей) -->
  355. </div>
  356. {/block:endposts}
  357.  
  358.  
  359. {block:startfooter} <!-- Блок: начало футера -->
  360. <div id="footer">
  361. {/block:startfooter}
  362.  
  363.  
  364.  
  365. {block:pages} <!-- Блок: постраничная навигация -->
  366. {block:previouspage}<a href="{%previouspage%}">НАЗАД</a>{/block:previouspage}
  367.  
  368. &nbsp; {%currentpage%}/{%totalpages%} &nbsp;
  369.  
  370. {block:nextpage}<a href="{%nextpage%}">ВПЕРЁД</a>{/block:nextpage}
  371. {/block:pages}
  372.  
  373.  
  374.  
  375. {block:endfooter} <!-- Блок: конец футера -->
  376. </div>
  377. <div class="clear"></div>
  378. {/block:endfooter}
  379.  
  380.  
  381.  
  382.  
  383.  
  384.  
  385.  
  386. </body>
  387. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement