Advertisement
saint-california

Damn it theme

Mar 30th, 2013
474
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.64 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 HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
  3. <html>
  4.  
  5. <!--
  6.  
  7. --RULES--
  8. DO NOT REMOVE CREDIT.
  9. РАЗОБРАЛА И ОТРЕДАКТИРОВАЛА
  10. http://saint-california.viewy.ru/
  11. http://stcalifornia-themes.viewy.ru/
  12. -->
  13.  
  14. <head prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/fb# blog: http://ogp.me/ns/blog#">
  15. <meta http-equiv="content-type" content="text/html; charset=utf-8">
  16.  
  17. <title>НАЗВАНИЕ ТВОЕГО БЛОГА ВО ВКЛАДКЕ</title>
  18. <link rel="shortcut icon" href="КАРТИНКА ВО ВКЛАДКЕ">
  19. <link rel="alternate" type="application/rss+xml" href="ССЫЛКА НА ТВОЙ БЛОГ/rss">
  20.  
  21.  
  22. <link href='http://fonts.googleapis.com/css?family=Bilbo' rel='stylesheet' type='text/css'>
  23.  
  24. <style type="text/css">
  25.  
  26.  
  27. body {
  28. background:url("http://wallpaper.goodfon.ru/image/286867-1440x900.jpg");
  29. background-color:#ffffff;
  30. background-size:100%;
  31. background-repeat: repeat;
  32. background-attachment:fixed;
  33. color: #6c6a6a;
  34. font-family: Georgia, Palatino, 'Palatino Linotype', Times, 'Times New Roman', serif;
  35. font-size: 10px;
  36. }
  37.  
  38.  
  39.  
  40. ::-webkit-scrollbar-thumb:vertical {
  41. background-color: #ffffff;
  42. height: 30px;
  43. }
  44.  
  45. ::-webkit-scrollbar {
  46. height: 30px;
  47. width: 3px;
  48. background-color: #515151;
  49. }
  50.  
  51. a{
  52. color: #515151;
  53. text-decoration: none;
  54. -webkit-transition: all 0.5s linear;
  55. -moz-transition: all 0.5s linear;
  56. -o-transition: all 0.5s linear;
  57. }
  58.  
  59. a:hover{
  60. color: #e3dbdb;
  61. }
  62.  
  63. #sidebar{
  64. left: 0px;
  65. top: 80px;
  66. bottom: 0px;
  67. position: fixed;
  68. text-align: center;
  69. width: 200px;
  70. padding: 5px;
  71. z-index: 300;
  72. background-color:rgba(255, 255, 255, 0.3);
  73. border-right: 2px rgba(255, 255, 255, 0.4) solid;
  74. -webkit-transition: all 0.5s ease-in-out;
  75. -moz-transition: all 0.5s ease-in-out;
  76. -o-transition: all 0.5s ease-in-out;
  77. }
  78.  
  79.  
  80. #sidebar img{
  81. max-width: 190px;
  82. border: 2px rgba(255, 255, 255, 0.4) solid;
  83. margin-top: -5px;
  84. margin-bottom: 10px;
  85. -webkit-transition: all 0.5s ease-in-out;
  86. -moz-transition: all 0.5s ease-in-out;
  87. -o-transition: all 0.5s ease-in-out;
  88. }
  89.  
  90.  
  91. #sidetitle{
  92.  
  93. width: 190px;
  94. text-align: center;
  95. margin-top: -45px;
  96. margin-bottom: 5px;
  97. position: fixed;
  98. font-size: 19px;
  99. padding: 5px;
  100. font-family: 'Bilbo', cursive;
  101. letter-spacing: 1px;
  102. color: #515151;
  103. background-color: rgba(255, 255, 255, 0.4);
  104.  
  105. }
  106.  
  107.  
  108. #desc{
  109.  
  110. display: inline-block;
  111. width: 180px;
  112. margin-top: 10px;
  113. font-size: 10px;
  114. font-family: georgia;
  115. text-align: center;
  116. padding: 10px;
  117. color: #d6d6d6;
  118.  
  119. }
  120.  
  121. #navibox{
  122. display: inline-block;
  123. height: 20px;
  124. width: 200px;
  125. text-align: center;
  126.  
  127. }
  128.  
  129. .navi{
  130. display: inline-block;
  131. width: 45px;
  132. height: 20px;
  133. line-height: 20px;
  134. margin-bottom: 2px;
  135. font-size: 10px;
  136. font-family: consolas;
  137. text-align: center;
  138. color: #515151;
  139. background-color:rgba(255, 255, 255, 0.8);
  140. -webkit-transition: all 0.5s ease-in-out;
  141. -moz-transition: all 0.5s ease-in-out;
  142. -o-transition: all 0.5s ease-in-out;
  143.  
  144. }
  145. .navi:hover{
  146. color: #e3dbdb;
  147. background-color:rgba(255, 255, 255, 0.5);
  148.  
  149. }
  150.  
  151.  
  152. #custombox{
  153. display: inline-block;
  154. height: 20px;
  155. width: 200px;
  156. text-align: center;
  157. margin-top: 205px;
  158. margin-left: 810px;
  159. }
  160.  
  161. .custom {
  162. display: block;
  163. width: 79px;
  164. height: 10px;
  165. padding: 2px;
  166. margin-top: 2px;
  167. font-size: 8px;
  168. text-align: center;
  169. font-family: consolas;
  170. color: #515151;
  171. background-color:rgba(255, 255, 255, 0.8);
  172. text-transform: uppercase;
  173. margin-bottom: 2px;
  174. -webkit-transition: all 0.5s ease-in-out;
  175. -moz-transition: all 0.5s ease-in-out;
  176. -o-transition: all 0.5s ease-in-out;
  177. }
  178.  
  179. .custom:hover {
  180. color: #e3dbdb;
  181. background-color:rgba(255, 255, 255, 0.5);
  182. }
  183.  
  184.  
  185. #header{
  186. left: -50px;
  187. top: -2px;
  188. width: 900px;
  189. height: 80px;
  190. position: fixed;
  191. background-color:rgba(255, 255, 255, 0.4);
  192. border-right: 2px rgba(255, 255, 255, 0.5) solid;
  193. border-top: 2px rgba(255, 255, 255, 0.5) solid;
  194. border-bottom: 2px rgba(255, 255, 255, 0.5) solid;
  195. z-index: 150;
  196. -moz-border-radius: 80px 80px 80px 80px;
  197. -webkit-border-radius: 80px 80px 80px 80px;
  198. border-radius: 80px 80px 80px 80px;
  199.  
  200.  
  201. }
  202.  
  203. #imageholder{
  204. margin-top: 8px;
  205. width: 400px;
  206. height: 60px;
  207. display: inline-block;
  208. margin-left: 350px;
  209. }
  210.  
  211. #imageholder img{
  212. margin-left: 50px;
  213. width: 70px;
  214. border: 3px rgba(255, 255, 255, 0.5) solid;
  215.  
  216. }
  217.  
  218. #robe{
  219. margin-top: -3px;
  220. position: fixed;
  221. z-index: 3;
  222. width: 5px;
  223. height: 160px;
  224. background-color:rgba(255, 255, 255, 0.4);
  225. border-right: solid 2px rgba(255, 255, 255, 0.5);
  226. border-left: solid 2px rgba(255, 255, 255, 0.5);
  227. margin-left: 790px;
  228. }
  229.  
  230.  
  231. #icon{
  232. position: fixed;
  233. z-index: 200;
  234. width: 80px;
  235. text-align: center;
  236. margin-top: 120px;
  237. margin-left: 810px;
  238. border: solid 2px rgba(255, 255, 255, 0.5);
  239. background-color:rgba(255, 255, 255, 0.4);
  240. }
  241.  
  242.  
  243.  
  244. #icon img{
  245. margin-top: 3px;
  246. width: 75px;
  247. background-color:rgba(255, 255, 255, 0.4);
  248. }
  249.  
  250. #posts{
  251. width: 530px;text-align:center;
  252. margin-left: 202px;
  253. margin-top: 85px;
  254. padding: 4px;
  255. }
  256.  
  257. .post{
  258. width: 502px;
  259. background-color:#;
  260. background-image: url('http://static.tumblr.com/bmdsqsc/z1im6z3r4/line.png');
  261. background-repeat: repeat;
  262. text-align:center;
  263. padding: 10px;
  264. padding-top:11px;
  265. padding-bottom:1px;
  266. margin-top: 11px;
  267. font-weight: normal;
  268. border:1px solid #EEE3DE;
  269. }
  270.  
  271.  
  272. .post img {
  273. max-width:500px; }
  274.  
  275. img.center {
  276. display: block;
  277. margin-left: auto;
  278. margin-right: auto;
  279. }
  280.  
  281.  
  282. .entry{
  283. width: 500px;
  284. padding: 10px;
  285. margin-bottom: -90px;
  286. z-index: 150;
  287.  
  288. }
  289.  
  290.  
  291. .photosetfade {
  292. opacity: 0.7;
  293. filter:alpha(opacity=70);
  294. -moz-opacity: 0.7;
  295. -webkit-transition: all 0.7s linear;
  296. -moz-transition: all 0.7s linear;
  297. -o-transition: all 0.7s linear;
  298. }
  299.  
  300.  
  301.  
  302.  
  303. .photosetfade:hover {
  304. opacity: 1;
  305. filter:alpha(opacity=100);
  306. -moz-opacity: 0.9;
  307. }
  308.  
  309.  
  310.  
  311. .entry b, strong{
  312. color: #b41a07;
  313. }
  314.  
  315. .entry i, em{
  316. color: #685c3b;
  317. }
  318.  
  319. .entry a{
  320. color: ;
  321. text-decoration: none;
  322. }
  323.  
  324. .entry h1{
  325. font-family: consolas;
  326. text-transform: uppercase;
  327. font-size: 15px;
  328. font-weight: 20px;
  329. letter-spacing: 1px;
  330. }
  331.  
  332. .entry h1 a{
  333. color: #f01d02;
  334. }
  335.  
  336. .entry blockquote{
  337. border-left: 2px solid #b41a07;
  338. padding-left: 3px;
  339. padding-right: 3px;
  340. padding-top: 3px;
  341. margin-left: 5px;
  342.  
  343.  
  344.  
  345.  
  346. .title{
  347. color: #aa0a00;
  348. padding-bottom: 9px;
  349. font-size: 20px;
  350. font-family: consolas;
  351. line-height: 100%;
  352. letter-spacing: -1px;
  353. text-transform: uppercase;
  354. border-bottom: 1px #f01d02 dotted;
  355. }
  356.  
  357. </style>
  358.  
  359. <meta http-equiv="x-dns-prefetch-control" content="off"/></head>
  360.  
  361.  
  362. <body>
  363.  
  364. <div id="robe">
  365.  
  366. </div>
  367.  
  368. <div id="header">
  369.  
  370.  
  371. <div id="imageholder">
  372.  
  373.  
  374. <img src="АВА НАВЕРХУ 1">
  375. <img src="АВА НАВЕРХУ 2">
  376. <img src="АВА НАВЕРХУ 3">
  377. </div>
  378.  
  379.  
  380. <div id="icon"><img src="АВОЧКА СПРАВА"></div>
  381. <div id="custombox">
  382. <a href="ССЫЛКА" class="custom">НАЗВ</a>
  383. <a href="ССЫЛКА" class="custom">НАЗВ</a>
  384. <a href="ССЫЛКА" class="custom">НАЗВ</a>
  385. <a href="ССЫЛКА" class="custom">НАЗВ</a>
  386. <a href="ССЫЛКА" class="custom">НАЗВ</a>
  387. <a href="ССЫЛКА" class="custom">НАЗВ</a>
  388.  
  389.  
  390. </div>
  391.  
  392. </div>
  393.  
  394.  
  395. <div id="sidebar">
  396.  
  397.  
  398.  
  399. <center><div id="sidetitle">НАЗВ БЛ НА АНГЛ</div></center>
  400.  
  401.  
  402. <img src="ГЛАВНАЯ АВА СЛЕВА">
  403.  
  404.  
  405.  
  406.  
  407. <div id="navibox">
  408.  
  409. <a href="ССЫЛКА ПОД АВОЙ СЛЕВА" class="navi">НАЗВ</a>
  410. <a href="ССЫЛКА ПОД АВОЙ СЛЕВА" class="navi">НАЗВ</a>
  411. <a href="ССЫЛКА ПОД АВОЙ СЛЕВА" class="navi">НАЗВ</a>
  412. <a href="ССЫЛКА ПОД АВОЙ СЛЕВА" class="navi">НАЗВ</a>
  413. </div>
  414.  
  415. <div id="desc">ОПИСАНИЕ</div>
  416.  
  417.  
  418. </div>
  419.  
  420.  
  421. <div id="posts">
  422. <div class="entry" >
  423.  
  424.  
  425.  
  426. {block:startposts} <!-- Блок: начало записи(ей) -->
  427. <div id="right">
  428. {/block:startposts}
  429.  
  430.  
  431. {block:text} <!-- Блок: текстовая запись -->
  432. <div class="post">
  433. {block:title}<a href="{%postlink%}" class="h3 link">{%title%}</a>{/block:title} <!-- Блок: заголовок записи -->
  434. <div>
  435. {%text%}
  436. </div>
  437. <p><a href="{%postlink%}">{%time%}&nbsp; &bull; &nbsp;{%daymonthyear%}</a></p> <!-- ссылка на пост, время и дата -->
  438. </div>
  439. {/block:text}
  440.  
  441.  
  442. {block:photo} <!-- Блок: фотография -->
  443. <div class="post">
  444. <div>
  445. {%linkopen%}<img src="{%photo%}"/>{%linkclose%} <!-- Ссылка и фото -->
  446. </div>
  447. {block:caption}<div>{%caption%}</div>{/block:caption} <!-- Описание фото -->
  448. <p><a href="{%postlink%}">{%time%}&nbsp; &bull; &nbsp;{%daymonthyear%}</a></p> <!-- ссылка на пост, время и дата -->
  449. </div>
  450. {/block:photo}
  451.  
  452.  
  453. {block:link} <!-- Блок: ссылка -->
  454. <div class="post">
  455. <div><a href="{%linkurl%}">{%linkname%}</a></div> <!-- Название и адрес ссылки -->
  456. {block:caption}<div>{%caption%}</div>{/block:caption}
  457. <p><a href="{%postlink%}">{%time%}&nbsp; &bull; &nbsp;{%daymonthyear%}</a></p> <!-- ссылка на пост, время и дата -->
  458. </div>
  459. {/block:link}
  460.  
  461.  
  462. {block:quote} <!-- Блок: цитата -->
  463. <div class="post">
  464. <h3>{%quote%}</h3> <!-- Цитата -->
  465. <p>&mdash; {%quotesource%}</p> <!-- Автор/Источник -->
  466. <p><a href="{%postlink%}">{%time%}&nbsp; &bull; &nbsp;{%daymonthyear%}</a></p> <!-- ссылка на пост, время и дата -->
  467. </div>
  468. {/block:quote}
  469.  
  470.  
  471. {block:audio} <!-- Блок: аудио -->
  472. <div class="post">
  473. <div>{%audioplayer%}</div> <!-- Проигрыватель муз. файлов -->
  474. {block:caption}<div>{%caption%}</div>{/block:caption} <!-- описание -->
  475. <p><a href="{%postlink%}">{%time%}&nbsp; &bull; &nbsp;{%daymonthyear%}</a></p> <!-- ссылка на пост, время и дата -->
  476. </div>
  477. {/block:audio}
  478.  
  479.  
  480. {block:video} <!-- Блок: видео -->
  481. <div class="post">
  482. <div>{%videoplayer%}</div>
  483. {block:caption}<div>{%caption%}</div>{/block:caption} <!-- описание -->
  484. <p><a href="{%postlink%}">{%time%}&nbsp; &bull; &nbsp;{%daymonthyear%}</a></p> <!-- ссылка на пост, время и дата -->
  485. </div>
  486. {/block:video}
  487.  
  488.  
  489. {block:dialog} <!-- Блок: диалог -->
  490. <div class="post">
  491. {block:title}<h1>{%title%}</h1>{/block:title} <!-- Блок: заголовок записи -->
  492. <div>{%dialog%}</div>
  493. <p><a href="{%postlink%}">{%time%}&nbsp; &bull; &nbsp;{%daymonthyear%}</a></p> <!-- ссылка на пост, время и дата -->
  494. </div>
  495. {/block:dialog}
  496.  
  497.  
  498.  
  499.  
  500.  
  501.  
  502. {block:endposts} <!-- Блок: конец записи(ей) -->
  503. </div>
  504. {/block:endposts}
  505.  
  506.  
  507. {block:startfooter} <!-- Блок: начало футера -->
  508. <div id="footer">
  509. {/block:startfooter}
  510.  
  511.  
  512.  
  513. {block:pages} <!-- Блок: постраничная навигация -->
  514. {block:previouspage}<a href="{%previouspage%}">НАЗАД</a>{/block:previouspage}
  515.  
  516. &nbsp; {%currentpage%}/{%totalpages%} &nbsp;
  517.  
  518. {block:nextpage}<a href="{%nextpage%}">ВПЕРЁД</a>{/block:nextpage}
  519. {/block:pages}
  520.  
  521.  
  522.  
  523. {block:endfooter} <!-- Блок: конец футера -->
  524. </div>
  525. <div class="clear"></div>
  526. {/block:endfooter}
  527.  
  528.  
  529.  
  530.  
  531.  
  532.  
  533.  
  534. </body>
  535. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement