Advertisement
lovely-themesDOTcom

lovely-themesDOTcom/24

Mar 25th, 2013
3,910
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.85 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. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js" type="text/javascript"></script>
  10. {block:IndexPage}
  11.  
  12. <script src="http://masonry.desandro.com/js/jquery-1.7.1.min.js"></script>
  13. <script src="http://masonry.desandro.com/jquery.masonry.min.js"></script>
  14. <script src="http://masonry.desandro.com/js/jquery.infinitescroll.min.js"></script>
  15.  
  16. <script>
  17. $(function(){
  18. var $container = $('#content');
  19. $container.imagesLoaded(function(){
  20. $container.masonry({
  21. itemSelector: '.posts',
  22. columnWidth: 270
  23. });
  24. });
  25. $container.infinitescroll({
  26. navSelector : "div#navigation",
  27. nextSelector : "div#navigation a#nextPage",
  28. itemSelector : '.posts',
  29. loading: {
  30. finishedMsg: ' ',
  31. img: ' '
  32. }
  33. },
  34. function( newElements ) {
  35. var $newElems = $( newElements ).css({ opacity: 0 });
  36. $newElems.imagesLoaded(function(){
  37. $newElems.animate({ opacity: 1 });
  38. $container.masonry( 'appended', $newElems, true );
  39. });
  40. }
  41. );
  42.  
  43. });
  44. </script>
  45.  
  46. {/block:IndexPage}
  47.  
  48. </head>
  49.  
  50.  
  51. <style type="text/css">
  52. body{
  53. background-color:#eee;
  54. background-image: url('http://static.tumblr.com/necydca/Frvmk94b5/01.png');
  55. background-attachment:fixed;
  56. color:#b5a69d;
  57. font-family: "04b03";
  58. font-size:8px;
  59. line-height:10px;
  60. font-weight:normal;
  61. text-align: justify;
  62. text-transform: uppercase;
  63. }
  64. @font-face {
  65. font-family: "04b03";
  66. src: url("http://static.tumblr.com/necydca/Eurmjztdk/04b_03__.ttf")
  67. }
  68.  
  69. #main{
  70. margin: 0 auto;
  71. margin-top:-10px;
  72. width:800px;
  73. background-color:#;
  74. border: 1px solid #;
  75. }
  76.  
  77. #header{
  78. width:252px; height: 25px;
  79. position:fixed;
  80. z-index:1;
  81. background-color:#;
  82. margin-top:80px;
  83. }
  84.  
  85. #sidebar{
  86. float: left;
  87. width: 250px;
  88. height:100%;
  89. padding:0px;
  90. margin-top:100px;
  91. position: fixed;
  92. z-index:1;
  93. }
  94.  
  95. #content{
  96. width: 550px;
  97. display: block;
  98. margin: 0 auto;
  99. text-align: justify;
  100. overflow: hidden;
  101. float:right;
  102. background-color:#;
  103. }
  104. .posts {
  105. float: right;
  106. width: 260px;
  107. overflow: auto;
  108. margin-left: 5px;
  109. }
  110. .postbox {
  111. background: #fff;
  112. border: 1px solid #e8e8e8;
  113. display: block;
  114. text-align: justify;
  115. overflow: hidden;
  116. padding: 5px;
  117. margin-bottom: 10px;
  118. }
  119. #footer{
  120. clear:both;
  121. }
  122. .box{
  123. background: #fff;
  124. border: 1px solid #e8e8e8;
  125. width:230px;padding:3px;
  126. padding:5px;
  127. }
  128.  
  129. #permalink{
  130. display:block;
  131. padding:1px;
  132. margin-top:0px;
  133. margin-bottom:0px;
  134. text-align:center;
  135. }
  136.  
  137. ::-webkit-scrollbar-thumb {
  138. background-color: #ccc;
  139. }
  140. ::-webkit-scrollbar {
  141. width: 10px; height: 4px;
  142. background: #ddd;
  143. }
  144.  
  145. a:link, a:active, a:visited{
  146. color:#ff87d5;
  147. text-decoration: none;
  148. }
  149. a:hover{
  150. color:#6db08f;
  151. text-decoration: none;
  152. }
  153.  
  154. h1{
  155. color:#6db08f;
  156. font-family: "04b03";
  157. font-size:8px;
  158. text-align:center;
  159. line-height:10px; margin:0px;
  160. margin-top:1px; margin-bottom:2px;
  161. font-weight:normal;
  162. border-bottom: 1px dashed #6db08f;
  163. border-left: 5px solid #6db08f;
  164. border-right: 5px solid #6db08f;
  165. letter-spacing: 3px;
  166. }
  167.  
  168. h2{
  169. color:#ff87d5;
  170. font-family: "04b03";
  171. font-size:8px;
  172. text-align:center;
  173. line-height:10px; margin:0px;
  174. margin-top:2px; margin-bottom:2px;
  175. font-weight:normal;
  176. border-bottom: 1px dashed #ff87d5;
  177. border-left: 5px solid #ff87d5;
  178. border-right: 5px solid #ff87d5;
  179. letter-spacing: 3px;
  180. }
  181.  
  182. a.nav1, a.nav1:visited {
  183. float:left; display:block;
  184. width:52px; margin:1px; padding:3px;
  185. text-align: center;
  186. font-family: "04b03";
  187. font-size:8px;
  188. color:#fff;
  189. text-transform:uppercase;
  190. font-weight:normal;
  191. background-color:#6db08f;
  192. }
  193. a.nav1:hover {
  194. letter-spacing:2px;
  195. }
  196.  
  197. a.nav2, a.nav2:visited {
  198. float:left; display:block;
  199. width:52px; margin:1px; padding:3px;
  200. text-align: center;
  201. font-family: "04b03";
  202. font-size:8px;
  203. color:#fff;
  204. text-transform:uppercase;
  205. font-weight:normal;
  206. background-color:#9ecdb7;
  207. }
  208. a.nav2:hover {
  209. letter-spacing:2px;
  210. }
  211.  
  212. a.nav3, a.nav3:visited {
  213. float:left; display:block;
  214. width:52px; margin:1px; padding:3px;
  215. text-align: center;
  216. font-family: "04b03";
  217. font-size:8px;
  218. color:#fff;
  219. text-transform:uppercase;
  220. font-weight:normal;
  221. background-color:#ffb1e5;
  222. }
  223. a.nav3:hover {
  224. letter-spacing:2px;
  225. }
  226.  
  227. a.nav4, a.nav4:visited {
  228. float:left; display:block;
  229. width:52px; margin:1px; padding:3px;
  230. text-align: center;
  231. font-family: "04b03";
  232. font-size:8px;
  233. color:#fff;
  234. text-transform:uppercase;
  235. font-weight:normal;
  236. background-color:#ff87d5;
  237. }
  238. a.nav4:hover {
  239. letter-spacing:2px;
  240. }
  241.  
  242. .quote{
  243. color:#ff87d5;
  244. font-family: "04b03";
  245. font-size:8px;
  246. line-height:10px;
  247. font-weight:normal;
  248. }
  249.  
  250. .stuff{
  251. display: block;
  252. text-align:center;
  253. background-color:#fff;
  254. width:250px;
  255. margin-left:-10px;
  256. padding:3px;
  257. opacity: 0.8;
  258. transition: opacity 1s ease-in-out;
  259. -moz-transition: opacity 1s ease-in-out;
  260. -webkit-transition: opacity 1s ease-in-out;
  261. }
  262. .stuff a{
  263. text-align:center;
  264. color:#ff87d5;
  265. font-family: "04b03";
  266. font-size:8px; line-height:10px;
  267. text-transform:uppercase;
  268. letter-spacing:0px; font-weight:normal;
  269. opacity: 1.0;
  270. }
  271.  
  272. .stuff a:hover{
  273. color: #6db08f;
  274. }
  275.  
  276. figure {
  277. display: block;
  278. position: relative;
  279. float: left;
  280. overflow: hidden;
  281. margin: 0px;}
  282. figcaption {
  283. position: absolute;
  284. padding: 5px; opacity: 0;
  285. -webkit-transition: all 0.6s ease;
  286. -moz-transition: all 0.6s ease;
  287. -o-transition: all 0.6s ease;}
  288. figure:hover figcaption {opacity:1;}
  289. .cap-bot figcaption {left: 0; bottom: -0%;}
  290. .cap-bot:hover figcaption {bottom: 0;}
  291.  
  292. b {color: #6db08f; font-weight: normal;}
  293. i {color:#ff87d5;}
  294. u {color:#9ecdb7;}
  295. s {color:#ffb1e5;}
  296.  
  297. .notesbox {
  298. background: #fff;
  299. display: block;
  300. text-align: justify;
  301. overflow: hidden;
  302. padding: 5px;
  303. margin-bottom: 10px;
  304. margin-left: 10px;
  305. margin-right:186px;
  306. float: right;
  307. width: 400px;
  308. }
  309. ol.notes {
  310. font-size: 8px;
  311. display:block;
  312. text-decoration: none;
  313. background: #fff;
  314. list-style-type: none;
  315. border-bottom: 1px solid #eee;
  316. }
  317. ol {
  318. list-style-position: inside;
  319. -webkit-padding-start: 0px;
  320. }
  321. ol.notes li.note {
  322. border-bottom: solid 1px #eee;
  323. padding: 4px;
  324. }
  325. ol.notes li.note img.avatar {
  326. width: 14px;
  327. padding: 2px;
  328. background: #fff;
  329. margin-bottom: -4px;
  330. }
  331. </style>
  332.  
  333.  
  334. <div id="main">
  335. <div id="header">
  336. <center>
  337. <a href="/" class="nav1">home</a>
  338. <a href="/ask" class="nav2">ask</a>
  339. <a href="/archive" class="nav3">archive</a>
  340. <a href="http://lovely-themes.com/" class="nav4">theme</a>
  341. </center>
  342. </div>
  343.  
  344. <div id="sidebar">
  345. <div class="box">
  346. <img src="http://25.media.tumblr.com/tumblr_m31jtsdkmW1qhj1p7o1_500.gif" width=230>
  347. <h2>{title}</h2>
  348. {description}
  349. </div><p>
  350.  
  351. <div class="box">
  352. <h1>likes & dislikes</h1>
  353. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aliquam nisi lorem, pulvinar id, commodo feugiat, vehicula et, mauris. Aliquam mattis porta urna. Maecenas dui neque, rhoncus sed, vehicula vitae, auctor at, nisi. Aenean id massa ut lacus molestie porta.
  354. </div><p>
  355.  
  356. </div>
  357. <br><br><br>
  358. <Script Language='Javascript'>
  359. <!--
  360. document.write(unescape('%3C%64%69%76%20%73%74%79%6C%65%3D%22%70%6F%73%69%74%69%6F%6E%3A%20%66%69%78%65%64%3B%20%6C%65%66%74%3A%20%35%70%78%3B%20%62%6F%74%74%6F%6D%3A%20%35%70%78%3B%20%62%61%63%6B%67%72%6F%75%6E%64%3A%20%23%30%30%30%3B%20%70%61%64%64%69%6E%67%3A%20%33%70%78%3B%20%74%65%78%74%2D%74%72%61%6E%73%66%6F%72%6D%3A%20%75%70%70%65%72%63%61%73%65%3B%22%3E%3C%61%20%68%72%65%66%3D%22%68%74%74%70%3A%2F%2F%6C%6F%76%65%6C%79%2D%74%68%65%6D%65%73%2E%63%6F%6D%22%3E%74%68%65%6D%65%3C%2F%61%3E%3C%2F%64%69%76%3E'));
  361. //-->
  362. </Script>
  363. <div id="content">
  364.  
  365. {block:Posts}
  366.  
  367. <div class="posts">
  368. <div class="postbox">
  369. <figure class='cap-bot'>
  370. {block:Text}
  371. {block:Title}
  372. <h1>{Title}</h1>
  373. {/block:Title}
  374. {Body}
  375. {/block:Text}
  376.  
  377. <div class="quote">
  378. {block:Quote}
  379. "{Quote}"<p>
  380. {/block:Quote}
  381. </div>
  382.  
  383. {block:Answer}
  384. <b>{Asker}</b>: {Question}<br>
  385. {Answer}
  386. {/block:Answer}
  387.  
  388. {block:Photo}
  389. <center>
  390. <img src="{PhotoURL-250}" width="248px" style="max-width: 248px;">
  391. </center>
  392. {/block:Photo}
  393.  
  394. {block:Audio}
  395. {block:ExternalAudio}(<a href="{ExternalAudioURL}">download!</a>)
  396. {/block:ExternalAudio}
  397. <center>{AudioPlayerWhite}</center> <p>
  398. {/block:Audio}
  399.  
  400. {block:Video}
  401. <center>{Video-250}</center><p>
  402. {/block:Video}
  403.  
  404. {block:Photoset}
  405. <center>{Photoset-250}</center>
  406. {/block:Photoset}
  407.  
  408. {block:Chat}
  409. <center>{block:Title}<h1>{Title}</h1>{/block:Title}
  410. {block:Lines}{block:Label}
  411. <br>{Label}{/block:Label} {Line} {/block:Lines}</center>
  412. {/block:Chat}
  413.  
  414. {block:Link}
  415. <a href="{URL}"><h1>{Name}</h1></a>
  416. {block:Description}{Description}{/block:Description}
  417. {/block:Link}
  418.  
  419. {block:IndexPage}<figcaption class='cap-bot'>
  420. <div class="stuff">
  421. <center><a href="{reblogurl}" target="_blank">Reblog</a> <b>&hearts;</b> <a href="{Permalink}" title="permalink">{NoteCountWithLabel}</a></center>
  422. </div></figcaption></figure>
  423. {/block:IndexPage}
  424.  
  425. </div>
  426. </div>
  427. {block:PostNotes}
  428.  
  429. <div class="notesbox">
  430. {block:RebloggedFrom}rebloged from <a href="{ReblogParentURL}">&hearts;</a> posted by <a href="{ReblogRootURL}">&copy;</a> {/block:RebloggedFrom} {PostNotes}</div>
  431. {/block:PostNotes}
  432. {/block:Posts}
  433.  
  434. {block:IndexPage}
  435. <div class="column navigation" id="navigation">
  436. {block:Pagination}
  437. {block:PreviousPage}<a href="{PreviousPage}" class="navigate">{/block:PreviousPage}{block:PreviousPage}</a>{/block:PreviousPage}
  438. {block:NextPage}<a href="{NextPage}" class="navigate" id="nextPage">{/block:NextPage}{block:NextPage}</a>{/block:NextPage}{/block:Pagination}
  439. </div>
  440. {/block:IndexPage}
  441.  
  442. </div>
  443. </div>
  444. </div>
  445. </div>
  446.  
  447. </body>
  448. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement