Advertisement
hazza_xx

Tumblr themes 2

Mar 23rd, 2013
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.12 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html>
  3. <head>
  4.  
  5. <title>НАЗВАНИЕ БЛОГА ВО ВКЛАДКЕ</title>
  6. <link rel="shortcut icon" href="КАРТИНКА ВО ВКЛАДКЕ">
  7. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  8.  
  9. <link href='http://fonts.googleapis.com/css?family=Sacramento' rel='stylesheet' type='text/css'>
  10.  
  11. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js" type="text/javascript"></script>
  12. {block:IndexPage}
  13.  
  14. <script src="http://masonry.desandro.com/js/jquery-1.7.1.min.js"></script>
  15. <script src="http://masonry.desandro.com/jquery.masonry.min.js"></script>
  16. <script src="http://masonry.desandro.com/js/jquery.infinitescroll.min.js"></script>
  17. <meta name="image:portrait" content="http://24.media.tumblr.com/851c817c39d306985d1d5fcc34e902fc/tumblr_mjx4p5oeC51r69ctuo4_250.gif"/>
  18.  
  19. <script>
  20. $(function(){
  21. var $container = $('#content');
  22. $container.imagesLoaded(function(){
  23. $container.masonry({
  24. itemSelector: '.posts',
  25. columnWidth: 300
  26. });
  27. });
  28. $container.infinitescroll({
  29. navSelector : "div#navigation",
  30. nextSelector : "div#navigation a#nextPage",
  31. itemSelector : '.posts',
  32. loading: {
  33. finishedMsg: ' ',
  34. img: ' '
  35. }
  36. },
  37. function( newElements ) {
  38. var $newElems = $( newElements ).css({ opacity: 0 });
  39. $newElems.imagesLoaded(function(){
  40. $newElems.animate({ opacity: 1 });
  41. $container.masonry( 'appended', $newElems, true );
  42. });
  43. }
  44. );
  45.  
  46. });
  47. </script>
  48.  
  49. {/block:IndexPage}
  50.  
  51. </head>
  52. <link href='http://fonts.googleapis.com/css?family=Yanone+Kaffeesatz:400,700,300,200' rel='stylesheet' type='text/css'>
  53. <style type="text/css">
  54.  
  55. body {
  56. background-image: url(''), url('ФОН БЛОГА');
  57. background-attachment:fixed;
  58. background-repeat: repeat-y, repeat;
  59. color:#999999;
  60. font-family: arial;
  61. font-size:9px;
  62. line-height:10px;
  63. text-align:justify;
  64. }
  65.  
  66. #container {
  67. width: 900px;
  68. display: block;
  69. margin: 0 auto;
  70. text-align: center;
  71. overflow: hidden;
  72. }
  73.  
  74. #header{
  75. width:107px; height: 850px;
  76. margin-left:-20px;
  77. margin-top:-8px;
  78. position:fixed;
  79. z-index:1;
  80. background-image: url('');
  81. }
  82.  
  83. #content {
  84. width: 650px;
  85. display: block;
  86. margin: 0 auto;
  87. text-align: justify;
  88. overflow: hidden;
  89. float:right;
  90. margin-top:5px;
  91. margin-right: 10px;
  92. }
  93.  
  94. #sidebar {
  95. position: fixed;
  96. width: 230px;
  97. margin: 0 auto;
  98. text-align: justify;
  99. float:right;
  100. margin-top:5px;
  101. margin-right:5px;
  102. }
  103.  
  104. .sidebarbox {
  105. background: #eee;
  106. border: 1px solid #e8e8e8;
  107. text-align: justify;
  108. overflow: hidden;
  109. padding: 5px;
  110. margin-bottom: 7px;
  111. }
  112.  
  113. .sidebarbox2 {
  114. background: #C2F2ED;
  115. border: 1px solid #e8e8e8;
  116. text-align: justify;
  117. overflow: hidden;
  118. padding: 5px;
  119. margin-bottom: 7px;
  120. }
  121.  
  122. .posts {
  123. float: left;
  124. width: 290px;
  125. overflow: auto;
  126. margin: 0px;
  127. margin-left: 2px;
  128. }
  129.  
  130. .postbox {
  131. background: #eee;
  132. border: 1px solid #e8e8e8;
  133. display: block;
  134. text-align: justify;
  135. overflow: hidden;
  136. padding: 5px;
  137. margin-bottom: 10px;
  138. }
  139.  
  140. .notesbox {
  141. background: #000;
  142. display: block;
  143. text-align: justify;
  144. overflow: hidden;
  145. padding: 5px;
  146. margin-bottom: 10px;
  147. margin-left: 10px;
  148. margin-right:186px;
  149. float: right;
  150. width: 400px;
  151. }
  152.  
  153. a.navi:link, a.navi:active, a.navi:visited{
  154. font-family: 'Yanone Kaffeesatz', sans-serif;
  155. font-weight: bold;
  156. font-size:14px;
  157. color: #fff;
  158. text-transform: uppercase;
  159. margin: 1px; padding: 2px;
  160. text-align: center;
  161. background-color:#FF6081;
  162. display:block;
  163. }
  164. a.navi:hover{
  165. color: #fff; background-color:#dadada;
  166. }
  167. a.navi2:link, a.navi2:active, a.navi2:visited{
  168. font-family: 'Yanone Kaffeesatz', sans-serif;
  169. font-weight: bold;
  170. font-size:14px;
  171. color: #fff;
  172. text-transform: uppercase;
  173. margin: 1px; padding: 2px;
  174. text-align: center;
  175. background-color:#FF7F8C;
  176. display:block;
  177. }
  178. a.navi2:hover{
  179. color: #fff; background-color:#dadada;
  180. }
  181. a.navi3:link, a.navi3:active, a.navi3:visited{
  182. font-family: 'Yanone Kaffeesatz', sans-serif;
  183. font-weight: bold;
  184. font-size:14px;
  185. color: #fff;
  186. text-transform: uppercase;
  187. margin: 1px; padding: 2px;
  188. text-align: center;
  189. background-color:#F7A199;
  190. display:block;
  191. }
  192. a.navi3:hover{
  193. color: #fff; background-color:#dadada;
  194. }
  195. a.navi4:link, a.navi4:active, a.navi4:visited{
  196. font-family: 'Yanone Kaffeesatz', sans-serif;
  197. font-weight: bold;
  198. font-size:14px;
  199. color: #fff;
  200. text-transform: uppercase;
  201. margin: 1px; padding: 2px;
  202. text-align: center;
  203. background-color:#F7D3C6;
  204. display:block;
  205. }
  206. a.navi4:hover{
  207. color: #fff; background-color:#dadada;
  208. }
  209. h1{
  210. color:#ff6081;
  211. font-family: 'Yanone Kaffeesatz', sans-serif;
  212. font-size:24px;
  213. text-align:center;
  214. line-height:18px;
  215. letter-spacing:0px;
  216. border-bottom: 2px # solid;
  217. font-weight:500;
  218. padding:4px; margin-top:0px;
  219. margin-bottom: 2px;
  220. text-transform: uppercase;
  221. background-color:#;
  222. }
  223. h2{
  224. color:#fff;
  225. font-family: geogria;
  226. font-size:10px;
  227. text-align:center;
  228. line-height:12px;
  229. letter-spacing:0px;
  230. padding:2px; margin:0px;
  231. margin-bottom: 2px;
  232. text-transform: uppercase;
  233. background-color:#ff6081;
  234. }
  235. h3{
  236. color:#fff;
  237. font-family: geogria;
  238. font-size:10px;
  239. text-align:center;
  240. line-height:12px;
  241. letter-spacing:0px;
  242. padding:2px; margin:0px;
  243. margin-bottom: 2px;
  244. text-transform: uppercase;
  245. background-color:#ff6081;
  246. }
  247. h4{
  248. color:#ff6081;
  249. font-family: 'Yanone Kaffeesatz', sans-serif;
  250. font-size:16px;
  251. text-align:center;
  252. line-height:14px;
  253. letter-spacing:0px;
  254. border-bottom: 2px # solid;
  255. font-weight:500;
  256. padding:4px; margin-top:0px;
  257. margin-bottom: 2px;
  258. text-transform: uppercase;
  259. background-color:#;
  260. }
  261.  
  262. a{
  263. color: #bddce5;
  264. text-decoration:none;
  265. -webkit-transition: all 0.5s ease-in-out;
  266. -moz-transition: all 0.5s ease-in-out;
  267. -ms-transition: all 0.5s ease-in-out;
  268. -o-transition: all 0.5s ease-in-out;
  269. transition: all 0.5s ease-in-out;
  270. }
  271. a:hover{
  272. color:#333;
  273. text-decoration:none;
  274. -webkit-transition: all 0.5s ease-in-out;
  275. -moz-transition: all 0.5s ease-in-out;
  276. -ms-transition: all 0.5s ease-in-out;
  277. -o-transition: all 0.5s ease-in-out;
  278. transition: all 0.5s ease-in-out;
  279. }
  280.  
  281. .posts img {
  282. opacity: 0.8;
  283. transition: opacity 1s ease-in-out;
  284. -moz-transition: opacity 1s ease-in-out;
  285. -webkit-transition: opacity 1s ease-in-out;
  286. text-decoration:none;
  287. }
  288. .posts img:hover {
  289. opacity: 1.0;
  290. transition: opacity .55s ease-in-out;
  291. -moz-transition: opacity .55s ease-in-out;
  292. -webkit-transition: opacity .55s ease-in-out;
  293. text-decoration:none;
  294. }&#8203;
  295.  
  296. b, strong {color: #b62ad2;}
  297. u, em {color: #bddce5;}
  298. i {color: #b7f1be;}
  299.  
  300. ol.notes {
  301. font-size: 10px;
  302. display:block;
  303. text-decoration: none;
  304. background: #eee;
  305. list-style-type: none;
  306. border-bottom: 1px solid #e8e8e8;
  307. }
  308. ol {
  309. list-style-position: inside;
  310. -webkit-padding-start: 0px;
  311. }
  312. ol.notes li.note {
  313. border-bottom: solid 1px #e8e8e8;
  314. padding: 4px;
  315. }
  316. ol.notes li.note img.avatar {
  317. width: 14px;
  318. padding: 2px;
  319. background: #eee;
  320. margin-bottom: -4px;
  321. }
  322.  
  323. .stuff{
  324. margin:1px; padding:4px;
  325. display: block;
  326. line-height:8px;
  327. text-align:center;
  328. margin-top:0px;
  329. margin-bottom:10px;
  330. }
  331. .stuff a{
  332. margin:0px; padding:5px;
  333. text-align:center;
  334. color:#ffffff; background-color:#ff6081;
  335. font-family: "arial";
  336. font-size:10px; line-height:10px;
  337. text-transform:lowercase;
  338. letter-spacing:0px; font-weight:normal;
  339. -webkit-transition:0.5s; -moz-transition:0.5s;
  340. -ms-transition:0.5s; -o-transition:0.5s; transition:0.5s;}
  341.  
  342. .stuff a:hover{color:#ffffff; background-color:#C2F2ED;}
  343.  
  344. figure {
  345. display: block;
  346. position: relative;
  347. float: left;
  348. overflow: hidden;
  349. margin: 0px;}
  350. figcaption {
  351. position: absolute;
  352. padding: 5px; opacity: 0;
  353. -webkit-transition: all 0.6s ease;
  354. -moz-transition: all 0.6s ease;
  355. -o-transition: all 0.6s ease;}
  356. figure:hover figcaption {opacity:1;}
  357. .cap-bot figcaption {left: 0; bottom: 0%;}
  358. .cap-bot:hover figcaption {bottom: 0;}
  359.  
  360.  
  361. </style>
  362.  
  363. <body>
  364.  
  365. <div id="container">
  366. <div id="header"></div>
  367.  
  368. <div id="sidebar">
  369. <div class="sidebarbox2">
  370. <h1>НАЗВАНИЕ БЛОГА</h1>
  371. </div>
  372.  
  373. <div class="sidebarbox">
  374. <img src="АВА БЛОГА" width="218"></img>
  375. <h4>НАЗВАНИЕ БЛОКА С ССЫЛКАМИ</h4>
  376. <a href="ССЫЛКА" class="navi">НАЗВАНИЕ</a>
  377. <a href="ССЫЛКА" class="navi2">НАЗВАНИЕ</a>
  378. <a href="ССЫЛКА" class="navi3">НАЗВАНИЕ</a>
  379. <a href="ССЫЛКА" class="navi4">НАЗВАНИЕ</a>
  380.  
  381. {Description}
  382. </div>
  383.  
  384. <div class="sidebarbox2">
  385. <h1>favorites</h1>
  386. </div>
  387.  
  388. <div class="sidebarbox">
  389. <center><img src="МАЛЕНЬКАЯ АВА ПОСЛЕ ССЫЛОК" width=23> <img src="МАЛЕНЬКАЯ АВА ПОСЛЕ ССЫЛОК" width=23> <img src="МАЛЕНЬКАЯ АВА ПОСЛЕ ССЫЛОК" width=23> <img src="МАЛЕНЬКАЯ АВА ПОСЛЕ ССЫЛОК" width=23> <img src="МАЛЕНЬКАЯ АВА ПОСЛЕ ССЫЛОК" width=23> <img src="МАЛЕНЬКАЯ АВА ПОСЛЕ ССЫЛОК" width=23> <img src="МАЛЕНЬКАЯ АВА ПОСЛЕ ССЫЛОК" width=23> <img src="МАЛЕНЬКАЯ АВА ПОСЛЕ ССЫЛОК" width=23> </center>
  390. </div>
  391.  
  392. <div class="sidebarbox">
  393. <center><object type="application/x-shockwave-flash" data="http://flash-mp3-player.net/medias/player_mp3_mini.swf" width="200" height="20">
  394. <param name="movie" value="http://flash-mp3-player.net/medias/player_mp3_mini.swf" />
  395. <param name="bgcolor" value="#000000" />
  396. <param name="FlashVars" value="mp3=" />
  397. </object></center>
  398. </div>
  399.  
  400. </div>
  401.  
  402. <div id="content">
  403.  
  404. {block:Posts}
  405.  
  406. <div class="posts">
  407. <div class="postbox">
  408. <figure class='cap-bot'>
  409. {block:Text}
  410. {block:Title}
  411. <h1>{Title}</h1>
  412. {/block:Title}
  413. {Body}
  414. {/block:Text}
  415.  
  416. {block:Quote}
  417. {Quote}<p>
  418. {/block:Quote}
  419.  
  420. {block:Answer}
  421. <b>{Asker}</b>: {Question}<br>
  422. {Answer}
  423. {/block:Answer}
  424.  
  425. {block:Photo}
  426. <center>
  427. <img src="{PhotoURL-250}" width="280px" style="max-width: 280px;">
  428. </center>
  429. {/block:Photo}
  430.  
  431. {block:Audio}
  432. {block:ExternalAudio}(<a href="{ExternalAudioURL}">download!</a>)
  433. {/block:ExternalAudio}
  434. <center>{AudioPlayerWhite}</center> <p>
  435. {/block:Audio}
  436.  
  437. {block:Video}
  438. <center>{Video-170}</center><p>
  439. {/block:Video}
  440.  
  441. {block:Photoset}
  442. <center>{Photoset-250}</center>
  443. {/block:Photoset}
  444.  
  445. {block:Chat}
  446. <center>{block:Title}<h1>{Title}</h1>{/block:Title}
  447. {block:Lines}{block:Label}
  448. <br>{Label}{/block:Label} {Line} {/block:Lines}</center>
  449. {/block:Chat}
  450.  
  451. {block:Link}
  452. <a href="{URL}"><h1>{Name}</h1></a>
  453. {block:Description}{Description}{/block:Description}
  454. {/block:Link}
  455.  
  456. {block:IndexPage}<figcaption class='cap-bot'>
  457. <div class="stuff">
  458. <center><a href="{reblogurl}" target="_blank">Reblog</a> <a href="{Permalink}" title="permalink">{NoteCountWithLabel}</a></center>
  459. </div></figcaption></figure>
  460. {/block:IndexPage}
  461.  
  462.  
  463. </div>
  464. </div>
  465.  
  466. {block:PostNotes}
  467.  
  468. <div class="notesbox">
  469. {block:RebloggedFrom}rebloged from <a href="{ReblogParentURL}">&hearts;</a> posted by <a href="{ReblogRootURL}">&copy;</a> {/block:RebloggedFrom} on {Month} {DayOfMonth},{Year} & has {NoteCountwithLabel} <p>{PostNotes}</div>
  470. {/block:PostNotes}
  471. {/block:Posts}
  472.  
  473. {block:IndexPage}
  474. <div class="column navigation" id="navigation">
  475. {block:Pagination}
  476. {block:PreviousPage}<a href="{PreviousPage}" class="navigate">{/block:PreviousPage}{block:PreviousPage}</a>{/block:PreviousPage}
  477. {block:NextPage}<a href="{NextPage}" class="navigate" id="nextPage">{/block:NextPage}{block:NextPage}</a>{/block:NextPage}{/block:Pagination}
  478. </div>
  479. {/block:IndexPage}
  480.  
  481. </div>
  482. </div>
  483. </div>
  484. </div>
  485.  
  486. <div style="position: fixed; left: 5px; bottom: 5px; background: #000; padding: 3px; text-transform: uppercase;"><a href="http://tumblrthemes.me">theme</a></div>
  487.  
  488. </body>
  489. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement