Advertisement
saint-california

When the light's out theme

May 6th, 2013
385
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.47 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3.  
  4. <!--
  5. theme by merel (labyrinthines.tumblr.com)
  6. do not remove, change or move the credit in any way.
  7. do not repost it and claim it as your own.
  8. do not use it as a base.
  9. РАЗОБРАЛА И ОТРЕДАКТИРОВАЛА
  10. http://saint-california.viewy.ru/
  11. http://stcalifornia-themes.viewy.ru/
  12. -->
  13.  
  14. <html>
  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. <link href='http://fonts.googleapis.com/css?family=Ruthie' rel='stylesheet' type='text/css'>
  22.  
  23. <style type="text/css">
  24.  
  25. body {
  26. color:#1d1d1d;
  27. background-image:url();
  28. background-color:#ffffff;
  29. font-family:;
  30. font-size:10px;
  31. line-height: 120%;
  32. text-align:justify;
  33.  
  34.  
  35. }
  36.  
  37.  
  38. a:link, a:active, a:visited {
  39. transition: all 0.6s ease-in-out 0s;
  40. -moz-transition: all 0.6s ease-in-out 0s;
  41. -webkit-transition: all 0.6s ease-in-out 0s;
  42. -o-transition: all 0.6s ease-in-out 0s;
  43. font-family:;
  44. text-transform:uppercase;
  45. font-weight:none;
  46. text-align: center;
  47. text-decoration: none;
  48. color: #000000;
  49. }
  50.  
  51. a:hover {
  52. transition: all 0.6s ease-in-out 0s;
  53. -moz-transition: all 0.6s ease-in-out 0s;
  54. -webkit-transition: all 0.6s ease-in-out 0s;
  55. -o-transition: all 0.6s ease-in-out 0s;
  56. text-align: center;
  57. color: #e0d4bd;
  58. }
  59.  
  60. a img {
  61. border: 0px;
  62. }
  63.  
  64. .sidebar {
  65. background-color: #D7DBDC;
  66. border-left: 10px solid #ffffff;
  67. height: 100%;
  68. position: fixed;
  69. right: 0;
  70. top: 0;
  71. width: 310px;
  72. }
  73.  
  74. .sidebarborder {
  75. background-color: #e0d4bd;
  76. width:120px;
  77. position: fixed;
  78. right: 320px;
  79. top:0;
  80. height:100%;
  81. }
  82.  
  83.  
  84. .rounds {
  85. height:595px;
  86. width:190px;
  87. margin:auto;
  88. position:fixed;
  89. top:0pt;
  90. right:216px;
  91. bottom:0pt;
  92. }
  93.  
  94. .image1 {
  95. height:170px;
  96. width:170px;
  97. background-color:#ffffff;
  98. -moz-border-radius:170px;
  99. border-radius:170px;
  100. -webkit-border-radius: 170px;
  101. background-image:url(КРУГЛАЯ КАРТИНКА СВЕРХУ);
  102. border:7px solid #ffffff;
  103. margin-bottom:22px;
  104. z-index:100;
  105. }
  106.  
  107. .image11 {
  108. height:170px;
  109. width:170px;
  110. margin-top:-205px;
  111. background-color:#fff;
  112. -moz-border-radius:170px;
  113. border-radius:170px;
  114. -webkit-border-radius: 170px;
  115. border:7px solid #ffffff;
  116. margin-bottom:22px;
  117. z-index:1000;
  118. opacity:0.2;
  119. transition: all 0.6s ease-in-out 0s;
  120. -moz-transition: all 0.6s ease-in-out 0s;
  121. -webkit-transition: all 0.6s ease-in-out 0s;
  122. -o-transition: all 0.6s ease-in-out 0s;
  123. }
  124.  
  125.  
  126. .image11:hover {
  127. height:170px;
  128. width:170px;
  129. margin-top:-205px;
  130. background-color:#fff;
  131. -moz-border-radius:170px;
  132. border-radius:170px;
  133. -webkit-border-radius: 170px;
  134. border:7px solid #ffffff;
  135. margin-bottom:22px;
  136. z-index:1000;
  137. opacity:0;
  138. transition: all 0.6s ease-in-out 0s;
  139. -moz-transition: all 0.6s ease-in-out 0s;
  140. -webkit-transition: all 0.6s ease-in-out 0s;
  141. -o-transition: all 0.6s ease-in-out 0s;
  142. }
  143.  
  144. .roundlinks {
  145. height:139px;
  146. width:184px;
  147. -moz-border-radius:170px;
  148. -webkit-border-radius:170px;
  149. border-radius:170px;
  150. background-color:#ffffff;
  151. text-align:center;
  152. padding-top:45px;
  153. text-transform:uppercase;
  154. font-family:;
  155. font-size:6px;
  156. letter-spacing:2px;
  157. margin-bottom:22px;
  158. }
  159.  
  160. .roundlinks a:link, .roundlinks a:active, .roundlinks a:visited {
  161. transition: all 0.6s ease-in-out 0s;
  162. -moz-transition: all 0.6s ease-in-out 0s;
  163. -webkit-transition: all 0.6s ease-in-out 0s;
  164. -o-transition: all 0.6s ease-in-out 0s;
  165. font-color:#000000;
  166. font-family:;
  167. font-size:6px;
  168. letter-spacing:2px;
  169. }
  170.  
  171. .roundlinks a:hover {
  172. transition: all 0.6s ease-in-out 0s;
  173. -moz-transition: all 0.6s ease-in-out 0s;
  174. -webkit-transition: all 0.6s ease-in-out 0s;
  175. -o-transition: all 0.6s ease-in-out 0s;
  176. color: #e0d4bd;
  177. font-family:;
  178. font-size:6px;
  179. letter-spacing:2px;
  180. }
  181.  
  182.  
  183. .image2 {
  184. height:170px;
  185. width:170px;
  186. -moz-border-radius:170px;
  187. border-radius:170px;
  188. -webkit-border-radius:170px;
  189. background-image:url(КРУГЛАЯ КАРТИНКА СНИЗУ);
  190. border:7px solid #ffffff;
  191. }
  192.  
  193. .image22 {
  194. height:170px;
  195. width:170px;
  196. border-radius:170px;
  197. margin-top:-184px;
  198. background-color:#ffffff;
  199. -moz-border-radius:170px;
  200. -webkit-border-radius: 170px;
  201. border:7px solid #ffffff;
  202. margin-bottom:22px;
  203. z-index:1000;
  204. opacity:0.2;
  205. transition: all 0.6s ease-in-out 0s;
  206. -moz-transition: all 0.6s ease-in-out 0s;
  207. -webkit-transition: all 0.6s ease-in-out 0s;
  208. -o-transition: all 0.6s ease-in-out 0s;
  209. }
  210.  
  211.  
  212. .image22:hover {
  213. height:170px;
  214. width:170px;
  215. margin-top:-184px;
  216. background-color:#fff;
  217. -moz-border-radius:170px;
  218. -webkit-border-radius: 170px;
  219. border:7px solid #ffffff;
  220. margin-bottom:22px;
  221. z-index:1000;
  222. opacity:0;
  223. transition: all 0.6s ease-in-out 0s;
  224. -moz-transition: all 0.6s ease-in-out 0s;
  225. -webkit-transition: all 0.6s ease-in-out 0s;
  226. -o-transition: all 0.6s ease-in-out 0s;
  227. }
  228.  
  229. .sidebarleft {
  230. height:430px;
  231. width:248px;
  232. margin:auto;
  233. top:0pt;
  234. bottom:0pt;
  235. position:fixed;
  236. right: 1000px;
  237. }
  238. #entries {
  239. margin-top:-140px;margin-left:360px; width: 520px;text-align: center;
  240. }
  241.  
  242. #posts{
  243. background-color: #FFFFFF;
  244. font-family:georgia ;
  245. z-index: 1;text-align: center;
  246. }
  247.  
  248. .post {
  249. width:500px;
  250. padding:10px;
  251. padding-bottom:1px;
  252. display: block;
  253. margin-bottom:14px;
  254. background-color: rgba(255,255,255,1);
  255. background-image: url('ФОН ПОСТОВ');
  256. background-repeat: repeat;
  257. background-position:bottom;
  258. text-align: center;
  259. font-style: normal;border:1px solid #ededed;}
  260.  
  261. .post img {
  262. max-width:500px;}
  263.  
  264.  
  265. .sidebardisc {
  266. height:190px;
  267. background-color:#D7DBDC;
  268. font-size: 8px;
  269. color:#1d1d1d;
  270. letter-spacing: 0.5px;
  271. line-height:100%;
  272. text-transform:uppercase;
  273. text-align:justify;
  274. width: 228px;
  275. padding:10px;
  276. font-family:;
  277. opacity:0.5;
  278. margin-bottom:5px;
  279. margin-top:10px;
  280. transition: all 0.6s ease-in-out 0s;
  281. -moz-transition: all 0.6s ease-in-out 0s;
  282. -webkit-transition: all 0.6s ease-in-out 0s;
  283. -o-transition: all 0.6s ease-in-out 0s;
  284. }
  285.  
  286.  
  287. .sidebardisc:hover {
  288. opacity:1;
  289. transition: all 0.6s ease-in-out 0s;
  290. -moz-transition: all 0.6s ease-in-out 0s;
  291. -webkit-transition: all 0.6s ease-in-out 0s;
  292. -o-transition: all 0.6s ease-in-out 0s;
  293. background-color:#D7DBDC;
  294. }
  295.  
  296. .sidebarimage {
  297. width:248px;
  298. height:200px;
  299. transition: all 0.6s ease-in-out 0s;
  300. -moz-transition: all 0.6s ease-in-out 0s;
  301. -webkit-transition: all 0.6s ease-in-out 0s;
  302. -o-transition: all 0.6s ease-in-out 0s;
  303. background-image:url(ГЛАВНАЯ АВАТАРКА В БЛОГЕ СЛЕВА);
  304. opacity:0.8;
  305. }
  306.  
  307. .sidebarimage:hover {
  308. opacity:1;
  309. transition: all 0.6s ease-in-out 0s;
  310. -moz-transition: all 0.6s ease-in-out 0s;
  311. -webkit-transition: all 0.6s ease-in-out 0s;
  312. -o-transition: all 0.6s ease-in-out 0s;
  313. }
  314.  
  315. .title1 {
  316. font-family:Ruthie;
  317. font-size:35px;
  318. text-transform:lowercase;
  319. color:#d7dbdc;
  320. margin-left:3px;
  321. letter-spacing:0.5px;
  322. }
  323.  
  324. .title2 {
  325. font-family: times new roman;
  326. font-size:6px;
  327. letter-spacing:3px;
  328. text-align:right;
  329. text-transform:uppercase;
  330. margin-right:3px;
  331. }
  332.  
  333. .sidebarlinks {
  334. color: #000;
  335. font-family: times new roman;
  336. height: 125px;
  337. letter-spacing: 3px;
  338. padding: 5px;
  339. text-align:right;
  340. margin:auto;
  341. top:0pt;
  342. bottom:0pt;
  343. position:absolute;
  344.  
  345. }
  346.  
  347. .sidebarlinks a:link, .sidebarlinks a:active, .sidebarlinks a:visited {
  348. color: #000;
  349. font-family: times new roman;
  350. height: 20px;
  351. letter-spacing: 3px;
  352. padding: 15px 30px;
  353. text-align: center;
  354. width: 150px;
  355. }
  356.  
  357. .sidebarlinks a:hover {
  358. transition: all 0.6s ease-in-out 0s;
  359. -moz-transition: all 0.6s ease-in-out 0s;
  360. -webkit-transition: all 0.6s ease-in-out 0s;
  361. -o-transition: all 0.6s ease-in-out 0s;
  362. color: #000;
  363. font-family: times new roman;
  364. height: 20px;
  365. letter-spacing: 3px;
  366. padding: 15px 30px;
  367. text-align: center;
  368. width: 150px;
  369. }
  370.  
  371.  
  372.  
  373. h3 {
  374. color:#000;
  375. font-family: ;
  376. font-size: 8px;
  377. letter-spacing:4px;
  378. line-height: 20px;
  379. margin: 0;
  380. padding: 5px;
  381. text-align: center;
  382. }
  383.  
  384. h3 a:link, h3 a:active, h3 a:visited {
  385. font-family:;
  386. color:#000;
  387. font-size: 8px;
  388. letter-spacing:4px;}
  389.  
  390.  
  391. .title {
  392. font-size: 30px;
  393. font-family: ;
  394. letter-spacing: -2px;
  395. color: ;
  396. }
  397.  
  398.  
  399.  
  400.  
  401. </style>
  402. <script type="text/javascript" language="javascript" src="http://assets.tumblr.com/assets/scripts/tumblelog.js?0ff90f4744de381c2ee8ee7f250254e8"></script><meta http-equiv="x-dns-prefetch-control" content="off"/>
  403. </head>
  404.  
  405. <body>
  406. <div class="sidebarleft">
  407. <div class="title1">НАЗВ БЛОГА НА АНГЛ 1 </div>
  408. <div class="title2">НАЗВ БЛОГА НА АНГЛ 2</div>
  409. <div class="sidebardisc">
  410. ОПИСАНИЕ БЛОГА. ЦИТАТЫ. ВИДЖЕТЫ. ПЛЕЕРЫ.
  411. </div>
  412.  
  413. <div class="sidebarimage"></div>
  414.  
  415. <div style="margin-top:5px; height:20px; width:248px; background-color:#eff1f1; text-align:center; font-family:times new roman;font-size:7px; color:#000; text-transform:uppercase; line-height:20px; letter-spacing:2px;">
  416.  
  417.  
  418. <a href="/page/2" style="font-family:times new roman;font-size:7px; color:#000; text-transform:uppercase; line-height:20px; letter-spacing:2px;">NEXT</a>
  419. </div>
  420.  
  421. </div>
  422.  
  423. <div class="sidebar"></div>
  424. <div class="sidebarborder"></div>
  425.  
  426. <div class="rounds">
  427.  
  428. <div class="image1"></div>
  429. <div class="image11"></div>
  430.  
  431. <div class="roundlinks">
  432.  
  433.  
  434. <a href="ССЫЛКА">НАЗВАНИЕ</a><br>
  435. <a href="ССЫЛКА">НАЗВАНИЕ</a><br>
  436. <a href="ССЫЛКА">НАЗВАНИЕ</a><br>
  437. <a href="ССЫЛКА">НАЗВАНИЕ</a><br>
  438. <a href="ССЫЛКА">НАЗВАНИЕ</a><br>
  439. <a href="ССЫЛКА">НАЗВАНИЕ</a><br>
  440. <a href="ССЫЛКА">НАЗВАНИЕ</a><br>
  441. <a href="ССЫЛКА">НАЗВАНИЕ</a><br>
  442. </div>
  443.  
  444.  
  445.  
  446.  
  447. <div class="image2"></div>
  448. <div class="image22"></div>
  449.  
  450. </div>
  451.  
  452. <div id="entries">
  453.  
  454. <div id="posts">
  455.  
  456.  
  457. {block:startposts} <!-- Блок: начало записи(ей) -->
  458. <div id="right">
  459. {/block:startposts}
  460.  
  461.  
  462. {block:text} <!-- Блок: текстовая запись -->
  463. <div class="post">
  464. {block:title}<a href="{%postlink%}" class="h3 link">{%title%}</a>{/block:title} <!-- Блок: заголовок записи -->
  465. <div>
  466. {%text%}
  467. </div>
  468. <p><a href="{%postlink%}">{%time%}&nbsp; &bull; &nbsp;{%daymonthyear%}</a></p> <!-- ссылка на пост, время и дата -->
  469. </div>
  470. {/block:text}
  471.  
  472.  
  473. {block:photo} <!-- Блок: фотография -->
  474. <div class="post">
  475. <div>
  476. {%linkopen%}<img src="{%photo%}"/>{%linkclose%} <!-- Ссылка и фото -->
  477. </div>
  478. {block:caption}<div>{%caption%}</div>{/block:caption} <!-- Описание фото -->
  479. <p><a href="{%postlink%}">{%time%}&nbsp; &bull; &nbsp;{%daymonthyear%}</a></p> <!-- ссылка на пост, время и дата -->
  480. </div>
  481. {/block:photo}
  482.  
  483.  
  484. {block:link} <!-- Блок: ссылка -->
  485. <div class="post">
  486. <div><a href="{%linkurl%}">{%linkname%}</a></div> <!-- Название и адрес ссылки -->
  487. {block:caption}<div>{%caption%}</div>{/block:caption}
  488. <p><a href="{%postlink%}">{%time%}&nbsp; &bull; &nbsp;{%daymonthyear%}</a></p> <!-- ссылка на пост, время и дата -->
  489. </div>
  490. {/block:link}
  491.  
  492.  
  493. {block:quote} <!-- Блок: цитата -->
  494. <div class="post">
  495. <h3>{%quote%}</h3> <!-- Цитата -->
  496. <p>&mdash; {%quotesource%}</p> <!-- Автор/Источник -->
  497. <p><a href="{%postlink%}">{%time%}&nbsp; &bull; &nbsp;{%daymonthyear%}</a></p> <!-- ссылка на пост, время и дата -->
  498. </div>
  499. {/block:quote}
  500.  
  501.  
  502. {block:audio} <!-- Блок: аудио -->
  503. <div class="post">
  504. <div>{%audioplayer%}</div> <!-- Проигрыватель муз. файлов -->
  505. {block:caption}<div>{%caption%}</div>{/block:caption} <!-- описание -->
  506. <p><a href="{%postlink%}">{%time%}&nbsp; &bull; &nbsp;{%daymonthyear%}</a></p> <!-- ссылка на пост, время и дата -->
  507. </div>
  508. {/block:audio}
  509.  
  510.  
  511. {block:video} <!-- Блок: видео -->
  512. <div class="post">
  513. <div>{%videoplayer%}</div>
  514. {block:caption}<div>{%caption%}</div>{/block:caption} <!-- описание -->
  515. <p><a href="{%postlink%}">{%time%}&nbsp; &bull; &nbsp;{%daymonthyear%}</a></p> <!-- ссылка на пост, время и дата -->
  516. </div>
  517. {/block:video}
  518.  
  519.  
  520. {block:dialog} <!-- Блок: диалог -->
  521. <div class="post">
  522. {block:title}<h1>{%title%}</h1>{/block:title} <!-- Блок: заголовок записи -->
  523. <div>{%dialog%}</div>
  524. <p><a href="{%postlink%}">{%time%}&nbsp; &bull; &nbsp;{%daymonthyear%}</a></p> <!-- ссылка на пост, время и дата -->
  525. </div>
  526. {/block:dialog}
  527.  
  528.  
  529.  
  530.  
  531.  
  532.  
  533. {block:endposts} <!-- Блок: конец записи(ей) -->
  534. </div>
  535. {/block:endposts}
  536.  
  537.  
  538. {block:startfooter} <!-- Блок: начало футера -->
  539. <div id="footer">
  540. {/block:startfooter}
  541.  
  542.  
  543.  
  544. {block:pages} <!-- Блок: постраничная навигация -->
  545. {block:previouspage}<a href="{%previouspage%}">НАЗАД</a>{/block:previouspage}
  546.  
  547. &nbsp; {%currentpage%}/{%totalpages%} &nbsp;
  548.  
  549. {block:nextpage}<a href="{%nextpage%}">ВПЕРЁД</a>{/block:nextpage}
  550. {/block:pages}
  551.  
  552.  
  553.  
  554. {block:endfooter} <!-- Блок: конец футера -->
  555. </div>
  556. <div class="clear"></div>
  557. {/block:endfooter}
  558.  
  559.  
  560.  
  561.  
  562.  
  563.  
  564.  
  565. </body>
  566. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement