Advertisement
lovely-themesDOTcom

lovely-themesDOTcom/10

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