Advertisement
hazza_xx

Theme 118

Jul 4th, 2013
295
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.61 KB | None | 0 0
  1. <!-- Разобрала и отредактировала для себя: http://winchesterovna.viewy.ru/
  2. Автор темы: http://elite-th.tumblr.com/
  3. Прошу не удалять эту строчку. Спасибо. -->
  4. <!DOCTYPE html>
  5. <script>var __pbpa = true;</script><script>var translated_warning_string = '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?';</script><script type="text/javascript" language="javascript" src="http://assets.tumblr.com/assets/scripts/pre_tumblelog.js?_v=003c8f0a57b1e1e38ebda4c6cc1d1fa3"></script>
  6. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  7.  
  8. <!--Please do not remove credits. Theme by Pohroro-->
  9.  
  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. <title>НАЗВАНИЕ ВО ВКЛАДКЕ</title>
  13. <link rel="shortcut icon" href="КАРТИНКА ВО ВКЛАДКЕ">
  14. <link rel="alternate" type="application/rss+xml" href="ССЫЛКА НА БЛОГ/rss">
  15.  
  16. <!-- -->
  17.  
  18. <meta name="color:Text" content="#000000" />
  19. <meta name="color:Link" content="#000000" />
  20. <meta name="color:Hover Link Background" content="#ffff00" />
  21. <meta name="color:Background" content="#ffffff" />
  22. <meta name="color:Bar 1" content="#262626" />
  23. <meta name="color:Bar 2" content="#EBEBEB" />
  24. <meta name="color:Permalink" content="#000000" />
  25.  
  26. <meta name="if:Infinite Scrolling" content="0" />
  27. <meta name="if:Top Banner" content="1" />
  28.  
  29. <meta name="image:Sidebar Image" content="http://i.imgur.com/T5mHNMH.png" />
  30.  
  31. <meta name="text:Body Font" content="Libre Baskerville, Times New Roman, Serif" />
  32. <meta name="text:Text Size" content="10px" />
  33. <meta name="text:Name" content="Sehun" />
  34. <meta name="text:Stat 1" content="BIRTH" />
  35. <meta name="text:Info 1" content="1994.04.12" />
  36. <meta name="text:Stat 2" content="NICKNAME" />
  37. <meta name="text:Info 2" content="Odult" />
  38. <meta name="text:Stat 3" content="FUTURE DREAM" />
  39. <meta name="text:Info 3" content="All-round entertainer" />
  40. <meta name="text:Stat 4" content="FAVORITE SUBJECT" />
  41. <meta name="text:Info 4" content="Ethics & Physical education" />
  42. <meta name="text:Stat 5" content="FAVORITE THING" />
  43. <meta name="text:Info 5" content="Cellphone" />
  44. <meta name="text:Link 1 Title" content="Link 1" />
  45. <meta name="text:Link 1 URL" content="Link 1 URL" />
  46. <meta name="text:Link 2 Title" content="Link 2" />
  47. <meta name="text:Link 2 URL" content="Link 2 URL" />
  48. <meta name="text:Link 3 Title" content="Link 3" />
  49. <meta name="text:Link 3 URL" content="Link 3 URL" />
  50.  
  51. <style type="text/css">
  52.  
  53. body
  54. {
  55. margin: 0;
  56. padding: 0;
  57. font-family: Libre Baskerville, Times New Roman, Serif;
  58. color: #000000;
  59. font-size: 10px;
  60. background: #ffffff;
  61. }
  62. .post {
  63. width:500px;
  64. padding:2px;
  65. display: block;
  66. margin:16px auto;
  67. margin-left:50px;
  68. background-color: #ffffff;
  69. background-image: url('ФОООН ПОСТОВ');
  70. background-repeat: repeat;
  71. text-align: center;
  72. border-radius: 0px;
  73. padding:3px; border:1px #F2EAE4 solid; -webkit-box-shadow: 0 0 15px #B89797; -moz-box-shadow: 0 0 15px #B89797; box-shadow: 0 0 15px #B89797;
  74. box-shadow: 0px 0px 0px #999;
  75. }
  76.  
  77.  
  78. .post img {
  79. max-width:500px;}
  80.  
  81. a, a:visited
  82. {
  83. color: #000000;
  84. text-decoration: none;
  85. -webkit-transition: all 0.5s ease-out;
  86. -moz-transition: all 0.5s ease-out;
  87. transition: all 0.5s ease-out;
  88. }
  89.  
  90. a:hover
  91. {
  92. background: #ffff00;
  93. -webkit-transition: all 0.5s ease-out;
  94. -moz-transition: all 0.5s ease-out;
  95. transition: all 0.5s ease-out;
  96. }
  97.  
  98. h1
  99. {
  100. font-size: 24px;
  101. text-transform: lowercase;
  102. font-style: italic;
  103. font-weight: normal;
  104. letter-spacing: -1px;
  105. }
  106.  
  107. img
  108. {
  109. border: none;
  110. }
  111.  
  112. blockquote, blockquote blockquote
  113. {
  114. padding-left: 5px;
  115. border-left: 2px solid #000000;
  116. }
  117.  
  118. #dark
  119. {
  120. border-left: 70px solid #262626;
  121. margin-top: -100px;
  122. height: 2000px;
  123. position: fixed;
  124. }
  125.  
  126. #light
  127. {
  128. border-left: 130px solid #EBEBEB;
  129. margin-top: -100px;
  130. height: 2000px;
  131. position: fixed;
  132. }
  133.  
  134. #sideBar
  135. {
  136. width: 180px;
  137. position: fixed;
  138. margin-left: 230px;
  139. margin-top: 40px;
  140. text-align: center;
  141. }
  142.  
  143. #sideImage img
  144. {
  145. width: 160px;
  146. -webkit-transition: all 0.5s ease;
  147. -moz-transition: all 0.5s ease;
  148. transition: all 0.5s ease;
  149. }
  150.  
  151. #sideImage img:hover
  152. {
  153. opacity: 0.7;
  154. background: none;
  155. -webkit-transition: all 0.5s ease;
  156. -moz-transition: all 0.5s ease;
  157. transition: all 0.5s ease;
  158. }
  159.  
  160. #sideImage a:hover
  161. {
  162. background: none;
  163. }
  164.  
  165. #description
  166. {
  167. text-align: center;
  168. font-size: 8px;
  169. width: 250px;
  170. margin-left: -35px;
  171. margin-top: 8px;
  172. letter-spacing: 1px;
  173. line-height: 15px;
  174. }
  175.  
  176. hr
  177. {
  178. width: 180px;
  179. margin: 10px 0px;
  180. }
  181.  
  182. #navigation
  183. {
  184. width: 180px;
  185. margin-bottom: 3px;
  186. margin-top: 5px;
  187. position: static;
  188. font-size: 8px;
  189. text-align: center;
  190. }
  191.  
  192. #navigation a
  193. {
  194. margin: 0px 1px;
  195. }
  196.  
  197. #pagination
  198. {
  199. font-size: 20px;
  200. text-align: center;
  201. }
  202.  
  203. #pagination a:hover
  204. {
  205. background: none;
  206. color: gray;
  207. }
  208.  
  209. #banner
  210. {
  211. margin-left: 550px;
  212. margin-top: -115px;
  213. opacity: 0.9;
  214. z-index: 99;
  215. position: absolute;
  216. }
  217.  
  218. #entries
  219. {
  220. padding: 10px;
  221. width: 500px;
  222. margin-left: 540px;
  223. margin-top: 90px;
  224. z-index: 1;
  225. }
  226.  
  227. #post
  228. {
  229. width: 500px;
  230. padding-bottom: 20px;
  231. border-bottom: 1.5px solid #020000;
  232. margin-bottom: 50px;
  233. z-index: -2;
  234. }
  235.  
  236. #post img
  237. {
  238. width: 500px;
  239. }
  240.  
  241.  
  242. #leftPerm
  243. {
  244. height: 15px;
  245. width: 58px;
  246. text-align: center;
  247. line-height: 15px;
  248. margin-top: 10px;
  249. margin-bottom: -10px;
  250. margin-left: 0px;
  251. float: left;
  252. position: absolute;
  253. font-size: 8px;
  254. background: white;
  255. }
  256.  
  257. #time
  258. {
  259. height: 15px;
  260. width: 80px;
  261. text-align: center;
  262. line-height: 15px;
  263. margin-top: 10px;
  264. margin-left: 418px;
  265. position: absolute;
  266. background: white;
  267. border: 1px solid #020000;
  268. text-transform: uppercase;
  269. z-index: 0;
  270. font-size: 8px;
  271. }
  272.  
  273. #time a:hover
  274. {
  275. background: none;
  276. }
  277.  
  278. #notes
  279. {
  280. height: 15px;
  281. width: 50px;
  282. text-align: center;
  283. line-height: 15px;
  284. margin-top:10px;
  285. margin-left: 370px;
  286. position: absolute;
  287. color: white;
  288. background: #020000;
  289. border: 1px solid #020000;
  290. font-size: 8px;
  291. }
  292.  
  293. #notes a
  294. {
  295. color:white;
  296. }
  297.  
  298. #notes a:hover
  299. {
  300. background: none;
  301. }
  302.  
  303. .like_and_reblog_buttons
  304. {
  305. float: left;
  306. }
  307.  
  308. #ask
  309. {
  310. background: white;
  311. border: 3px double #020000;
  312. width: 474px;
  313. text-align: justify;
  314. padding: 13px 10px;
  315. }
  316.  
  317. ::-webkit-scrollbar-thumb:vertical
  318. {
  319. background: black;
  320. border: 2px solid #000000;
  321. }
  322.  
  323. ::-webkit-scrollbar-thumb:horizontal
  324. {
  325. background: #000000;
  326. }
  327.  
  328. ::-webkit-scrollbar
  329. {
  330. background: #000000;
  331. border: 5px solid #ffffff;
  332. width: 11px;
  333. height: 7px;
  334. }
  335.  
  336. </style>
  337.  
  338. <!-- BEGIN TUMBLR FACEBOOK OPENGRAPH TAGS -->
  339. <!-- If you'd like to specify your own Open Graph tags, define the og:url and og:title tags in your theme's HTML. -->
  340. <!-- Read more: http://ogp.me/ -->
  341. <meta property="fb:app_id" content="48119224995" />
  342. <meta property="og:title" content="「ELITE」" />
  343. <meta property="og:url" content="http://elite-th.tumblr.com/" />
  344. <meta property="og:description" content="" />
  345. <meta property="og:type" content="tumblr-feed:tumblelog" />
  346. <meta property="og:image" content="http://24.media.tumblr.com/avatar_9e12c92dbe43_128.png" />
  347. <!-- END TUMBLR FACEBOOK OPENGRAPH TAGS -->
  348.  
  349.  
  350. <!-- TWITTER TAGS -->
  351. <meta charset="utf-8">
  352. <meta name="twitter:site" content="tumblr" />
  353. <meta name="twitter:card" content="summary" />
  354. <meta name="twitter:title" content="elite-th" />
  355. <meta name="twitter:description" content="" />
  356. <meta name="twitter:app:name:iphone" content="Tumblr" />
  357. <meta name="twitter:app:name:ipad" content="Tumblr" />
  358. <meta name="twitter:app:name:googleplay" content="Tumblr" />
  359. <meta name="twitter:app:id:iphone" content="305343404" />
  360. <meta name="twitter:app:id:ipad" content="305343404" />
  361. <meta name="twitter:app:id:googleplay" content="com.tumblr" />
  362. <meta name="twitter:app:url:iphone" content="tumblr://x-callback-url/blog?blogName=elite-th&amp;referrer=twitter-cards" />
  363. <meta name="twitter:app:url:ipad" content="tumblr://x-callback-url/blog?blogName=elite-th&amp;referrer=twitter-cards" />
  364. <meta name="twitter:app:url:googleplay" content="tumblr://x-callback-url/blog?blogName=elite-th&amp;referrer=twitter-cards" />
  365.  
  366.  
  367. <script type="text/javascript" src="http://assets.tumblr.com/assets/scripts/tumblelog.js?_v=ff172da3008d79d3633516a193cc7f84"></script><meta http-equiv="x-dns-prefetch-control" content="off"/>
  368. <meta name="keywords" content="sehun,exo,full text post,chat post,ask post" />
  369.  
  370. </head>
  371. <body>
  372. <div id="light"></div>
  373. <div id="dark"></div>
  374.  
  375. <div id="sideBar">
  376. <div id="sideImage">
  377. <img height="170" src="АВА БЛОГА" style="border-radius: 100px 100px 100px 100px;box-shadow: 0 2px 10px #6E7B8B" />
  378. </a></div>
  379.  
  380. <div id="description">
  381. <span style="font-size: 20px; font-family: Times, Serif; font-weight: bold; text-transform: uppercase; letter-spacing: -0.7px; line-height: 25px;">НАЗВАНИЕ БЛОГА</span><br />
  382. <span style="font-size: 12px; line-height: 23px;">●●●</span><br />ОПИСАНИЕ
  383. <br />
  384.  
  385.  
  386. </div>
  387.  
  388. <hr>
  389. <div id="navigation">
  390. <a href="ССЫЛКА" title="НАЗВАНИЕ ПРИ НАВЕДЕНИИ">НАЗВАНИЕ</a> |
  391. <a href="ССЫЛКА" title="НАЗВАНИЕ ПРИ НАВЕДЕНИИ">НАЗВАНИЕ</a> |
  392. <a href="ССЫЛКА">НАЗВАНИЕ</a> |
  393. <a href="ССЫЛКА">НАЗВАНИЕ</a> |
  394. <a href="ССЫЛКА">НАЗВАНИЕ</a> |
  395. <a href="ССЫЛКА" title="НАЗВАНИЕ ПРИ НАВЕДЕНИИ">НАЗВАНИЕ</a>
  396. </div>
  397.  
  398. <br />
  399.  
  400. <div id="pagination">
  401.  
  402. <a href="/page/2">»</a>
  403. </div>
  404.  
  405. </div>
  406.  
  407. <div id="banner"></div>
  408. <div id="entries">
  409.  
  410.  
  411. <div id="post">
  412.  
  413.  
  414.  
  415.  
  416. {block:startposts} <!-- Блок: начало записи(ей) -->
  417. <div id="right">
  418. {/block:startposts}
  419.  
  420. {block:text} <!-- Блок: текстовая запись -->
  421. <div class="post">
  422. {block:title}<a href="{%postlink%}" class="h3 link">{%title%}</a>{/block:title} <!-- Блок: заголовок записи -->
  423. <div>
  424. {%text%}
  425. </div>
  426. <p><a href="{%postlink%}">{%time%}&nbsp; &bull; &nbsp;{%daymonthyear%}</a></p> <!-- ссылка на пост, время и дата -->
  427. </div>
  428. {/block:text}
  429.  
  430. {block:photo} <!-- Блок: фотография -->
  431. <div class="post">
  432. <div>
  433. {%linkopen%}<img src="{%photo%}"/>{%linkclose%} <!-- Ссылка и фото -->
  434. </div>
  435. {block:caption}<div>{%caption%}</div>{/block:caption} <!-- Описание фото -->
  436. <p><a href="{%postlink%}">{%time%}&nbsp; &bull; &nbsp;{%daymonthyear%}</a></p> <!-- ссылка на пост, время и дата -->
  437. </div>
  438. {/block:photo}
  439.  
  440. {block:link} <!-- Блок: ссылка -->
  441. <div class="post">
  442. <div><a href="{%linkurl%}">{%linkname%}</a></div> <!-- Название и адрес ссылки -->
  443. {block:caption}<div>{%caption%}</div>{/block:caption}
  444. <p><a href="{%postlink%}">{%time%}&nbsp; &bull; &nbsp;{%daymonthyear%}</a></p> <!-- ссылка на пост, время и дата -->
  445. </div>
  446. {/block:link}
  447.  
  448. {block:quote} <!-- Блок: цитата -->
  449. <div class="post">
  450. <h3>{%quote%}</h3> <!-- Цитата -->
  451. <p>&mdash; {%quotesource%}</p> <!-- Автор/Источник -->
  452. <p><a href="{%postlink%}">{%time%}&nbsp; &bull; &nbsp;{%daymonthyear%}</a></p> <!-- ссылка на пост, время и дата -->
  453. </div>
  454. {/block:quote}
  455.  
  456. {block:audio} <!-- Блок: аудио -->
  457. <div class="post">
  458. <div>{%audioplayer%}</div> <!-- Проигрыватель муз. файлов -->
  459. {block:caption}<div>{%caption%}</div>{/block:caption} <!-- описание -->
  460. <p><a href="{%postlink%}">{%time%}&nbsp; &bull; &nbsp;{%daymonthyear%}</a></p> <!-- ссылка на пост, время и дата -->
  461. </div>
  462. {/block:audio}
  463.  
  464. {block:video} <!-- Блок: видео -->
  465. <div class="post">
  466. <div>{%videoplayer%}</div>
  467. {block:caption}<div>{%caption%}</div>{/block:caption} <!-- описание -->
  468. <p><a href="{%postlink%}">{%time%}&nbsp; &bull; &nbsp;{%daymonthyear%}</a></p> <!-- ссылка на пост, время и дата -->
  469. </div>
  470. {/block:video}
  471.  
  472. {block:dialog} <!-- Блок: диалог -->
  473. <div class="post">
  474. {block:title}<h1>{%title%}</h1>{/block:title} <!-- Блок: заголовок записи -->
  475. <div>{%dialog%}</div>
  476. <p><a href="{%postlink%}">{%time%}&nbsp; &bull; &nbsp;{%daymonthyear%}</a></p> <!-- ссылка на пост, время и дата -->
  477. </div>
  478. {/block:dialog}
  479.  
  480. {block:endposts} <!-- Блок: конец записи(ей) -->
  481. </div>
  482. {/block:endposts}
  483.  
  484. {block:startfooter} <!-- Блок: начало футера -->
  485. <div id="footer">
  486. {/block:startfooter}
  487.  
  488. {block:pages} <!-- Блок: постраничная навигация -->
  489. {block:previouspage}<a href="{%previouspage%}">НАЗАД</a>{/block:previouspage}
  490.  
  491. &nbsp; {%currentpage%}/{%totalpages%} &nbsp;
  492.  
  493. {block:nextpage}<a href="{%nextpage%}">ВПЕРЁД</a>{/block:nextpage}
  494. {/block:pages}
  495.  
  496. {block:endfooter} <!-- Блок: конец футера -->
  497. </div>
  498. <div class="clear"></div>
  499. {/block:endfooter}
  500.  
  501.  
  502.  
  503. </body>
  504. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement