Advertisement
saint-california

THURSDAY theme

Apr 7th, 2013
409
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.72 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html><head prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/fb# blog: http://ogp.me/ns/blog#">
  3.  
  4. <!--
  5. Theme 021 - Echo by thewicked-eternity.tumblr.com
  6. PLEASE DO NOT REMOVE THE CREDIT OR REDISTRIBUTE
  7. For any help, visit wickedeternitythemehelp.tumblr.com
  8. РАЗОБРАЛА И ОТРЕДАКТИРОВАЛА
  9. http://saint-california.viewy.ru/
  10. http://stcalifornia-themes.viewy.ru/
  11. -->
  12.  
  13. <title>НАЗВАНИЕ ТВОЕГО БЛОГА ВО ВКЛАДКЕ</title>
  14. <link rel="shortcut icon" href="КАРТИНКА ВО ВКЛАДКЕ">
  15. <link rel="alternate" type="application/rss+xml" href="ССЫЛКА НА ТВОЙ БЛОГ/rss">
  16.  
  17. <link href='http://fonts.googleapis.com/css?family=Playball' rel='stylesheet' type='text/css'>
  18.  
  19. <style type="text/css">
  20.  
  21. /* --- SCROLLBAR --- */
  22.  
  23. ::-webkit-scrollbar-thumb:vertical {
  24. background-color:#181818;
  25. height:30px;
  26. }
  27.  
  28. ::-webkit-scrollbar-thumb:horizontal {
  29. background-color:#181818;
  30. height:5px!important;
  31. }
  32.  
  33. ::-webkit-scrollbar {
  34. background-color:#FFFFFF;
  35. height:5px;
  36. width:5px;
  37. }
  38.  
  39.  
  40. /* --- POSTS --- */
  41.  
  42. body {
  43. color:#C4C4C4;
  44. background-attachment:fixed;
  45. background-color:#FFFFFF;
  46. background-image: url('http://assets.tumblr.com/images/x.gif');
  47. background-position:top left;
  48. background-repeat:repeat;
  49. text-align: center;letter-spacing: 0.4px;
  50. font-family:'Helvetica Neue', Helvetica, Arial, sans-serif;
  51. font-size:10px;
  52. }
  53.  
  54. a {
  55. color:#8a8a89;font-size: 7px;
  56. font-family: arial;
  57. text-transform: uppercase;
  58. letter-spacing: 1px;
  59. text-decoration:none;
  60. -webkit-transition:opacity 0.8s linear;
  61. -webkit-transition:all 0.5s ease-out;
  62. -moz-transition:all 0.5s ease-out;
  63. transition:all 0.5s ease-out;padding: 1px;
  64. }
  65.  
  66. a:hover {
  67. text-decoration:none;
  68. color: #C4C4C4;
  69. background-color: #3B3B3B;padding: 1px;
  70. }
  71.  
  72. #container {
  73. width:100%;
  74. text-align: center;padding-bottom:10px;
  75. }
  76.  
  77. #entries {
  78. margin-top:-100px; overflow:hidden; margin-left:560px;text-align: center;}
  79.  
  80. #posts {text-align: center;}
  81.  
  82. .post {
  83. width:500px;
  84. padding:12px;
  85. padding-bottom:1px;
  86. display: block;
  87. margin-top:14px;
  88. background-image: url('');
  89. background-repeat: repeat;
  90. background-position:bottom;
  91. text-align: center;
  92. font-style: normal;
  93. background-color:#FEFEFE;
  94. border:1px solid #F3F2F2;
  95. }
  96.  
  97. .post img {
  98. max-width:500px;
  99. }
  100.  
  101.  
  102. /* --- SIDEBAR --- */
  103.  
  104. #sidebar {
  105. position:fixed;
  106. margin-top:-100px;
  107. margin-left:251px;
  108. width:240px;
  109. padding:10px;
  110. height:1000%;
  111. background-color:#181818;
  112. }
  113.  
  114. #sidebarimage img {
  115. margin-bottom:5px;
  116. max-width:230px;
  117. height:auto;
  118.  
  119. border:4px solid #222222;
  120.  
  121. }
  122.  
  123. #description {
  124. font-size:8px;
  125. font-family:calibri;
  126. padding:5px;
  127. letter-spacing:1px;
  128. color:#969696;
  129. text-align: center;
  130. text-transform:uppercase;
  131. }
  132.  
  133. #sidebarbg {
  134. width:530px;
  135. margin-top:-100px;
  136. margin-left:-8px;
  137. height:1000%;
  138. position:fixed;
  139. background-color:#111111;
  140. background-image: url('http://static.tumblr.com/vyzeblq/L5Dmax7lq/black_001.png');
  141. border-right:5px solid #4D4D4D;
  142. }
  143.  
  144. .title {
  145. font-size:18px;
  146. font-family: 'Playball', cursive;
  147. text-align:center;
  148. text-transform:lowercase;
  149. margin-bottom:10px;
  150. position:relative;
  151. margin-top:35px;
  152. color:#969696;
  153. }
  154.  
  155.  
  156. /* --- TITLES --- */
  157.  
  158. #title1 {
  159. font-size:15px;
  160. font-family:calibri;
  161. text-decoration:none;
  162. text-align:center;
  163. text-transform:uppercase;
  164. background-color:white;
  165. border-bottom:1px solid #F3F2F2;
  166. }
  167.  
  168. #title2 {
  169. font-size:14px;
  170. text-transform:uppercase;
  171. font-family:calibri;
  172. text-align:center;
  173. }
  174.  
  175.  
  176. /* --- SIDELINKS & NAVIGATION --- */
  177.  
  178. #sidelinks {
  179. margin-bottom:3px;
  180. border-top:2px dotted #393939;
  181. }
  182.  
  183. #sidelinks a {
  184. margin-top:3px;
  185. display:inline-block;
  186. font-family:georgia;
  187. font-size:10px;
  188. text-align:center;
  189. text-transform:lowercase;
  190. font-style:italic;
  191. color:#969696;
  192. }
  193.  
  194. #sidelinks a:hover {
  195. color:#ffffff;
  196. text-align:center;
  197. }
  198.  
  199. #navigation {
  200. margin-top:50px;
  201. margin-left:145px;
  202. }
  203.  
  204. #navigation a {
  205. display:block;
  206. text-align:right;
  207. text-transform:uppercase;
  208. margin:2px;
  209. width:90px;
  210. margin-bottom:-10px;
  211. font-family:calibri;
  212. border-right:10px solid #181818;
  213. font-size:8px;
  214. letter-spacing:1px;
  215. color:#393939;
  216. padding-left:3px;
  217. padding-right:9px;
  218. padding-top:6px;
  219. padding-bottom:6px;
  220. background-color:transparent;
  221. }
  222.  
  223. #navigation a:hover {
  224. color:#ffffff;
  225. margin-left:-15px;
  226. border-right:28px solid #181818;
  227. background-color:transparent;
  228. }
  229.  
  230. </style>
  231.  
  232.  
  233. <meta name="robots" content="noindex"/>
  234. </head>
  235. <body>
  236. <div id="container">
  237. <div id="sidebarbg">
  238. <div id="navigation">
  239.  
  240. <a href="ССЫЛКА">НАЗВАНИЕ</a><br>
  241. <a href="ССЫЛКА">НАЗВАНИЕ</a><br>
  242. <a href="ССЫЛКА">НАЗВАНИЕ</a><br>
  243. <a href="ССЫЛКА">НАЗВАНИЕ</a><br>
  244. <a href="ССЫЛКА">НАЗВАНИЕ</a><br>
  245. <a href="ССЫЛКА">НАЗВАНИЕ</a><br>
  246. <a href="ССЫЛКА">НАЗВАНИЕ</a><br>
  247. <a href="ССЫЛКА">НАЗВАНИЕ</a><br>
  248. <a href="ССЫЛКА">НАЗВАНИЕ</a><br>
  249. </div>
  250. </div>
  251. <div id="sidebar">
  252. <center><div class="title">НАЗВ БЛОГА НА АНГЛ</div></center>
  253.  
  254.  
  255. <center><div id="sidebarimage"><img src="АВАТАРКА В БЛОГЕ"></div></center>
  256.  
  257. <div id="description">
  258. ОПИСАНИЕ БЛОГА</br>
  259. ИНФОРМАЦИЯ О СЕБЕ</br>
  260. ЦИТАТЫ</br>
  261. ПЛЕЕРЫ</br>
  262. СЧЕТЧИКИ
  263. </div><p>
  264.  
  265. <center><div id="sidelinks">
  266. <a href="ССЫЛКА ПОД ИНФОРМАЦИЕЙ">НАЗВАНИЕ</a> ·
  267. <a href="ССЫЛКА ПОД ИНФОРМАЦИЕЙ">НАЗВАНИЕ</a> ·
  268. <a href="ССЫЛКА ПОД ИНФОРМАЦИЕЙ">НАЗВАНИЕ</a>
  269. </div></center>
  270.  
  271. </div>
  272.  
  273. </div><br>
  274.  
  275. <div id="entries">
  276.  
  277.  
  278.  
  279. {block:startposts} <!-- Блок: начало записи(ей) -->
  280. <div id="right">
  281. {/block:startposts}
  282.  
  283.  
  284. {block:text} <!-- Блок: текстовая запись -->
  285. <div class="post">
  286. {block:title}<a href="{%postlink%}" class="h3 link">{%title%}</a>{/block:title} <!-- Блок: заголовок записи -->
  287. <div>
  288. {%text%}
  289. </div>
  290. <p><a href="{%postlink%}">{%time%}&nbsp; &bull; &nbsp;{%daymonthyear%}</a></p> <!-- ссылка на пост, время и дата -->
  291. </div>
  292. {/block:text}
  293.  
  294.  
  295. {block:photo} <!-- Блок: фотография -->
  296. <div class="post">
  297. <div>
  298. {%linkopen%}<img src="{%photo%}"/>{%linkclose%} <!-- Ссылка и фото -->
  299. </div>
  300. {block:caption}<div>{%caption%}</div>{/block:caption} <!-- Описание фото -->
  301. <p><a href="{%postlink%}">{%time%}&nbsp; &bull; &nbsp;{%daymonthyear%}</a></p> <!-- ссылка на пост, время и дата -->
  302. </div>
  303. {/block:photo}
  304.  
  305.  
  306. {block:link} <!-- Блок: ссылка -->
  307. <div class="post">
  308. <div><a href="{%linkurl%}">{%linkname%}</a></div> <!-- Название и адрес ссылки -->
  309. {block:caption}<div>{%caption%}</div>{/block:caption}
  310. <p><a href="{%postlink%}">{%time%}&nbsp; &bull; &nbsp;{%daymonthyear%}</a></p> <!-- ссылка на пост, время и дата -->
  311. </div>
  312. {/block:link}
  313.  
  314.  
  315. {block:quote} <!-- Блок: цитата -->
  316. <div class="post">
  317. <h3>{%quote%}</h3> <!-- Цитата -->
  318. <p>&mdash; {%quotesource%}</p> <!-- Автор/Источник -->
  319. <p><a href="{%postlink%}">{%time%}&nbsp; &bull; &nbsp;{%daymonthyear%}</a></p> <!-- ссылка на пост, время и дата -->
  320. </div>
  321. {/block:quote}
  322.  
  323.  
  324. {block:audio} <!-- Блок: аудио -->
  325. <div class="post">
  326. <div>{%audioplayer%}</div> <!-- Проигрыватель муз. файлов -->
  327. {block:caption}<div>{%caption%}</div>{/block:caption} <!-- описание -->
  328. <p><a href="{%postlink%}">{%time%}&nbsp; &bull; &nbsp;{%daymonthyear%}</a></p> <!-- ссылка на пост, время и дата -->
  329. </div>
  330. {/block:audio}
  331.  
  332.  
  333. {block:video} <!-- Блок: видео -->
  334. <div class="post">
  335. <div>{%videoplayer%}</div>
  336. {block:caption}<div>{%caption%}</div>{/block:caption} <!-- описание -->
  337. <p><a href="{%postlink%}">{%time%}&nbsp; &bull; &nbsp;{%daymonthyear%}</a></p> <!-- ссылка на пост, время и дата -->
  338. </div>
  339. {/block:video}
  340.  
  341.  
  342. {block:dialog} <!-- Блок: диалог -->
  343. <div class="post">
  344. {block:title}<h1>{%title%}</h1>{/block:title} <!-- Блок: заголовок записи -->
  345. <div>{%dialog%}</div>
  346. <p><a href="{%postlink%}">{%time%}&nbsp; &bull; &nbsp;{%daymonthyear%}</a></p> <!-- ссылка на пост, время и дата -->
  347. </div>
  348. {/block:dialog}
  349.  
  350.  
  351.  
  352.  
  353.  
  354.  
  355. {block:endposts} <!-- Блок: конец записи(ей) -->
  356. </div>
  357. {/block:endposts}
  358.  
  359.  
  360. {block:startfooter} <!-- Блок: начало футера -->
  361. <div id="footer">
  362. {/block:startfooter}
  363.  
  364.  
  365.  
  366. {block:pages} <!-- Блок: постраничная навигация -->
  367. {block:previouspage}<a href="{%previouspage%}">НАЗАД</a>{/block:previouspage}
  368.  
  369. &nbsp; {%currentpage%}/{%totalpages%} &nbsp;
  370.  
  371. {block:nextpage}<a href="{%nextpage%}">ВПЕРЁД</a>{/block:nextpage}
  372. {/block:pages}
  373.  
  374.  
  375.  
  376. {block:endfooter} <!-- Блок: конец футера -->
  377. </div>
  378. <div class="clear"></div>
  379. {/block:endfooter}
  380.  
  381.  
  382.  
  383.  
  384.  
  385.  
  386.  
  387. </body>
  388. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement