Advertisement
lovely-themesDOTcom

lovely-themesDOTcom/28

Apr 1st, 2013
1,538
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.69 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: 280
  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. <style type="text/css">
  51.  
  52. body {
  53. background: #4a72c6; /* Old browsers */
  54. background: -moz-linear-gradient(top, #4a72c6 2%, #6d468a 26%, #5a9b78 63%, #f9c728 100%); /* FF3.6+ */
  55. background: -webkit-gradient(linear, left top, left bottom, color-stop(2%,#4a72c6), color-stop(26%,#6d468a), color-stop(63%,#5a9b78), color-stop(100%,#f9c728)); /* Chrome,Safari4+ */
  56. background: -webkit-linear-gradient(top, #4a72c6 2%,#6d468a 26%,#5a9b78 63%,#f9c728 100%); /* Chrome10+,Safari5.1+ */
  57. background: -o-linear-gradient(top, #4a72c6 2%,#6d468a 26%,#5a9b78 63%,#f9c728 100%); /* Opera 11.10+ */
  58. background: -ms-linear-gradient(top, #4a72c6 2%,#6d468a 26%,#5a9b78 63%,#f9c728 100%); /* IE10+ */
  59. background: linear-gradient(to bottom, #4a72c6 2%,#6d468a 26%,#5a9b78 63%,#f9c728 100%); /* W3C */
  60. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4a72c6', endColorstr='#f9c728',GradientType=0 ); /* IE6-9 */
  61. color:#777;
  62. font-family: "04b03";
  63. font-size:8px;
  64. line-height:9px;
  65. text-transform:uppercase;
  66. }
  67.  
  68. @font-face {
  69. font-family: "04b03";
  70. src: url("http://static.tumblr.com/necydca/Eurmjztdk/04b_03__.ttf")
  71. }
  72.  
  73. #container {
  74. width: 850px;
  75. display: block;
  76. margin: 0 auto;
  77. text-align: justify;
  78. overflow: hidden;
  79. margin-top:-8px;
  80. }
  81.  
  82. #header {
  83. width: 850px;
  84. height:160px;
  85. margin: 0 auto;
  86. margin-top:130px;
  87. }
  88.  
  89. #content {
  90. width: 850px;
  91. display: block;
  92. margin: 0 auto;
  93. text-align: justify;
  94. overflow: hidden;
  95. float:left;
  96. margin-left:6px;
  97. margin-top:5px;
  98. }
  99.  
  100. ::-webkit-scrollbar-thumb {
  101. background-color: #4a72c6;
  102. }
  103. ::-webkit-scrollbar {
  104. width: 10px; height:5px;
  105. background: #fff;
  106. }
  107.  
  108. .topbox {
  109. background: #fff;
  110. border: 1px solid #eee;
  111. display: block;
  112. overflow: auto;
  113. padding: 5px;
  114. width:270px;
  115. height:133px;
  116. margin-left:6px;
  117. margin-top:0px;
  118. float:left; display:block;
  119. }
  120.  
  121. .topbox2 {
  122. background: #fff;
  123. border: 1px solid #eee;
  124. display: block;
  125. overflow: auto;
  126. padding: 5px;
  127. width:197px;
  128. height:133px;
  129. float:left;
  130. display:block;
  131. margin-left:10px;
  132. margin-top:0px;
  133. }
  134.  
  135.  
  136. .topbox3 {
  137. background: #fff;
  138. border: 1px solid #eee;
  139. display: block;
  140. overflow: auto;
  141. padding: 5px;
  142. width:88px;
  143. height:133px;
  144. float:left;
  145. display:block;
  146. margin-left:10px;
  147. margin-top:0px;
  148. }
  149.  
  150. .posts {
  151. float: left;
  152. width: 270px;
  153. overflow: auto;
  154. margin-left: 0px;
  155. }
  156.  
  157. .postbox {
  158. background: #fff;
  159. display: block;
  160. text-align: justify;
  161. overflow: hidden;
  162. padding: 5px;
  163. margin-bottom: 10px;
  164. }
  165.  
  166. .notesbox {
  167. background: #fff;
  168. display: block;
  169. text-align: justify;
  170. overflow: hidden;
  171. padding: 5px;
  172. margin-bottom: 10px;
  173. margin-left: 10px;
  174. margin-right:186px;
  175. float: right;
  176. width: 400px;
  177. }
  178.  
  179. a.navi:link, a.navi:active, a.navi:visited{
  180. font-family: "04b03";
  181. font-style: normal;
  182. font-size:8px;
  183. color: #fff;
  184. text-transform: uppercase;
  185. margin: 1px; padding: 1px;
  186. padding-left:5px;
  187. text-align: left;
  188. background-color:#4a72c6;
  189. display:block;
  190. }
  191. a.navi:hover{
  192. letter-spacing:5px;
  193. }
  194.  
  195. a.navi2:link, a.navi2:active, a.navi2:visited{
  196. font-family: "04b03";
  197. font-style: normal;
  198. font-size:8px;
  199. color: #fff;
  200. text-transform: uppercase;
  201. margin: 1px; padding: 1px;
  202. padding-left:5px;
  203. text-align: left;
  204. background-color:#6d468a;
  205. display:block;
  206. }
  207. a.navi2:hover{
  208. letter-spacing:5px;
  209. }
  210.  
  211. a.navi3:link, a.navi3:active, a.navi3:visited{
  212. font-family: "04b03";
  213. font-style: normal;
  214. font-size:8px;
  215. color: #fff;
  216. text-transform: uppercase;
  217. margin: 1px; padding: 1px;
  218. padding-left:5px;
  219. text-align: left;
  220. background-color:#5a9b78;
  221. display:block;
  222. }
  223. a.navi3:hover{
  224. letter-spacing:5px;
  225. }
  226.  
  227. a.navi4:link, a.navi4:active, a.navi4:visited{
  228. font-family: "04b03";
  229. font-style: normal;
  230. font-size:8px;
  231. color: #fff;
  232. text-transform: uppercase;
  233. margin: 1px; padding: 1px;
  234. padding-left:5px;
  235. text-align: left;
  236. background-color:#f9c728;
  237. display:block;
  238. }
  239. a.navi4:hover{
  240. letter-spacing:5px;
  241. }
  242.  
  243. h1{
  244. font-family: "04b03";
  245. font-weight: normal;
  246. font-size:8px;
  247. color: #f9c728;
  248. text-decoration: none;
  249. text-transform: uppercase;
  250. text-align: center;
  251. margin: 1px;
  252. padding: 1px;
  253. border-bottom: 1px dashed #f9c728;
  254. }
  255.  
  256. h2{
  257. font-family: "04b03";
  258. font-weight: normal;
  259. font-size:8px;
  260. color: #4a72c6;
  261. text-decoration: none;
  262. text-transform: uppercase;
  263. text-align: center;
  264. margin: 1px;
  265. padding: 1px;
  266. border-bottom: 1px dashed #4a72c6;
  267. }
  268.  
  269. h3{
  270. font-family: "04b03";
  271. font-weight: normal;
  272. font-size:8px;
  273. color: #5a9b78;
  274. text-decoration: none;
  275. text-transform: uppercase;
  276. text-align: center;
  277. margin: 1px;
  278. padding: 1px;
  279. border-bottom: 1px dashed #5a9b78;
  280. }
  281.  
  282. h4{
  283. font-family: "04b03";
  284. font-weight: normal;
  285. font-size:8px;
  286. color: #6d468a;
  287. text-decoration: none;
  288. text-transform: uppercase;
  289. text-align: center;
  290. margin: 1px;
  291. padding: 1px;
  292. border-bottom: 1px dashed #6d468a;
  293. }
  294.  
  295. a{
  296. color: #f9c728;
  297. text-decoration:none;
  298. -webkit-transition: all 0.5s ease-in-out;
  299. -moz-transition: all 0.5s ease-in-out;
  300. -ms-transition: all 0.5s ease-in-out;
  301. -o-transition: all 0.5s ease-in-out;
  302. transition: all 0.5s ease-in-out;
  303. }
  304. a:hover{
  305. color:#000;
  306. text-decoration:none;
  307. -webkit-transition: all 0.5s ease-in-out;
  308. -moz-transition: all 0.5s ease-in-out;
  309. -ms-transition: all 0.5s ease-in-out;
  310. -o-transition: all 0.5s ease-in-out;
  311. transition: all 0.5s ease-in-out;
  312. }
  313.  
  314. b, strong{color: #f9c728; font-weight:normal;}
  315. u {color: #4a72c6; text-decoration:none; border-bottom: 1px dashed;}
  316. i, em {color: #5a9b78; font-style:normal;}
  317.  
  318.  
  319. ol.notes {
  320. font-size: 8px;
  321. display:block;
  322. text-decoration: none;
  323. background: #eee;
  324. list-style-type: none;
  325. border-bottom: 1px solid #ccc;
  326. }
  327. ol {
  328. list-style-position: inside;
  329. -webkit-padding-start: 0px;
  330. }
  331. ol.notes li.note {
  332. border-bottom: solid 1px #ccc;
  333. padding: 4px;
  334. }
  335. ol.notes li.note img.avatar {
  336. width: 14px;
  337. padding: 2px;
  338. background: #eee;
  339. margin-bottom: -4px;
  340. }
  341. img.border{
  342. padding:4px; margin:0px;
  343. margin-right:2px;
  344. }
  345. img.border2{
  346. margin:0px;
  347. -webkit-transition:0.5s; -moz-transition:0.5s;
  348. -ms-transition:0.5s; -o-transition:0.5s; transition:0.5s;
  349. }
  350. img.border2:hover{
  351. -webkit-border-radius: 10px;
  352. border-radius: 10px;
  353. -webkit-transition:0.5s; -moz-transition:0.5s;
  354. -ms-transition:0.5s; -o-transition:0.5s; transition:0.5s;
  355. }
  356.  
  357. .stuff{
  358. display: block;
  359. text-align:center;
  360. background-color:#fff;
  361. width:270px;
  362. margin-left:-10px;
  363. padding:3px;
  364. opacity: 0.8;
  365. transition: opacity 1s ease-in-out;
  366. -moz-transition: opacity 1s ease-in-out;
  367. -webkit-transition: opacity 1s ease-in-out;
  368. }
  369. .stuff a{
  370. text-align:center;
  371. color:#f9c728;
  372. font-family: "04b03";
  373. font-size:8px; line-height:10px;
  374. text-transform:uppercase;
  375. letter-spacing:0px; font-weight:normal;
  376. opacity: 1.0;
  377. }
  378.  
  379. .stuff a:hover{
  380. color: #4a72c6;
  381. }
  382.  
  383. figure {
  384. display: block;
  385. position: relative;
  386. float: left;
  387. overflow: hidden;
  388. margin: 0px;}
  389. figcaption {
  390. position: absolute;
  391. padding: 5px; opacity: 0;
  392. -webkit-transition: all 0.6s ease;
  393. -moz-transition: all 0.6s ease;
  394. -o-transition: all 0.6s ease;}
  395. figure:hover figcaption {opacity:1;}
  396. .cap-bot figcaption {left: 0; bottom: -100%;}
  397. .cap-bot:hover figcaption {bottom: 0;}
  398.  
  399.  
  400. </style>
  401.  
  402. <body>
  403.  
  404. <div id="container">
  405.  
  406. <div style="position:absolute; margin-top:-6px; margin-left:50px;"><img src="http://static.tumblr.com/necydca/xzpmkkqj8/hdr.png" class="border"></div>
  407.  
  408.  
  409. <div id="header"><br>
  410. <div class="topbox">
  411. <img src="http://static.tumblr.com/necydca/SBGmkkcrc/sel.png" width=100 height=120 align=left class="border">
  412. <h1>about me</h1>
  413. {Description}
  414. </div>
  415.  
  416. <div class="topbox3">
  417. <h2>navi</h3>
  418. <a href="/" class="navi">home</a>
  419. <a href="/" class="navi2">askme</a>
  420. <a href="/" class="navi3">archive</a>
  421. <a href="/" class="navi4">home</a><BR>
  422. <center>
  423. 2 online<br>
  424. blog since: 2012<Br>
  425. hits: 10835<br>
  426. theme: <a href="http://lovely-themes.com">lovely-themes</a>
  427. <center></div>
  428.  
  429. <div class="topbox2">
  430. <h3>likes & dislikes</h3>
  431. 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. CURABITUR SIT AMET QUAM ID LIBERO SUSCIPIT VENENATIS. 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.
  432. </div>
  433.  
  434. <div class="topbox2">
  435. <h4>favorites</h4><center>
  436. <a href="URLHERE"><img src="http://i.imgur.com/BBmOoiI.png" class="border2"></a>
  437. <a href="URLHERE"><img src="http://i.imgur.com/f3Abx3l.png" class="border2"></a>
  438. <a href="URLHERE"><img src="http://i.imgur.com/vgyDRz6.png" class="border2"></a>
  439. <a href="URLHERE"><img src="http://i.imgur.com/JTpPYbc.png" class="border2"></a>
  440. <a href="URLHERE"><img src="http://i.imgur.com/BBmOoiI.png" class="border2"></a><br>
  441. <a href="URLHERE"><img src="http://i.imgur.com/BBmOoiI.png" class="border2"></a>
  442. <a href="URLHERE"><img src="http://i.imgur.com/f3Abx3l.png" class="border2"></a>
  443. <a href="URLHERE"><img src="http://i.imgur.com/vgyDRz6.png" class="border2"></a>
  444. <a href="URLHERE"><img src="http://i.imgur.com/JTpPYbc.png" class="border2"></a>
  445. <a href="URLHERE"><img src="http://i.imgur.com/BBmOoiI.png" class="border2"></a><Br>
  446. <a href="URLHERE"><img src="http://i.imgur.com/BBmOoiI.png" class="border2"></a>
  447. <a href="URLHERE"><img src="http://i.imgur.com/f3Abx3l.png" class="border2"></a>
  448. <a href="URLHERE"><img src="http://i.imgur.com/vgyDRz6.png" class="border2"></a>
  449. <a href="URLHERE"><img src="http://i.imgur.com/JTpPYbc.png" class="border2"></a>
  450. <a href="URLHERE"><img src="http://i.imgur.com/BBmOoiI.png" class="border2"></a>
  451. </center></div>
  452.  
  453. </div>
  454. <Script Language='Javascript'>
  455. <!--
  456. 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'));
  457. //-->
  458. </Script>
  459. <div id="content">
  460.  
  461. {block:Posts}
  462.  
  463. <div class="posts">
  464. <div class="postbox">
  465. <figure class='cap-bot'>
  466. {block:Text}
  467. {block:Title}
  468. <h1>{Title}</h1>
  469. {/block:Title}
  470. {Body}
  471. {/block:Text}
  472.  
  473. {block:Quote}
  474. {Quote}<p>
  475. {/block:Quote}
  476.  
  477. {block:Answer}
  478. <b>{Asker}</b>: {Question}<br>
  479. {Answer}
  480. {/block:Answer}
  481.  
  482. {block:Photo}
  483. <center>
  484. <img src="{PhotoURL-250}" width="260px" style="max-width: 260px;">
  485. </center>
  486. {/block:Photo}
  487.  
  488. {block:Audio}
  489. {block:ExternalAudio}(<a href="{ExternalAudioURL}">download!</a>)
  490. {/block:ExternalAudio}
  491. <center>{AudioPlayerWhite}</center> <p>
  492. {/block:Audio}
  493.  
  494. {block:Video}
  495. <center>{Video-500}</center><p>
  496. {/block:Video}
  497.  
  498. {block:Photoset}
  499. <center>{Photoset-250}</center>
  500. {/block:Photoset}
  501.  
  502. {block:Chat}
  503. <center>{block:Title}<h1>{Title}</h1>{/block:Title}
  504. {block:Lines}{block:Label}
  505. <br>{Label}{/block:Label} {Line} {/block:Lines}</center>
  506. {/block:Chat}
  507.  
  508. {block:Link}
  509. <a href="{URL}"><h1>{Name}</h1></a>
  510. {block:Description}{Description}{/block:Description}
  511. {/block:Link}
  512.  
  513. {block:IndexPage}
  514. <figcaption class='cap-bot'>
  515. <div class="stuff">
  516. <center><a href="{reblogurl}" target="_blank">Reblog</a> &hearts; <a href="{Permalink}" title="permalink">{NoteCountWithLabel}</a></center>
  517. </div></figcaption></figure>
  518. {/block:IndexPage}
  519.  
  520. </div>
  521. </div>
  522.  
  523. {block:PostNotes}
  524.  
  525. <div class="notesbox">
  526. {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>
  527. {/block:PostNotes}
  528. {/block:Posts}
  529.  
  530. {block:IndexPage}
  531. <div class="column navigation" id="navigation">
  532. {block:Pagination}
  533. {block:PreviousPage}<a href="{PreviousPage}" class="navigate">{/block:PreviousPage}{block:PreviousPage}</a>{/block:PreviousPage}
  534. {block:NextPage}<a href="{NextPage}" class="navigate" id="nextPage">{/block:NextPage}{block:NextPage}</a>{/block:NextPage}{/block:Pagination}
  535. </div>
  536. {/block:IndexPage}
  537.  
  538. </div>
  539. </div>
  540. </div>
  541. </div>
  542. <Script Language='Javascript'>
  543. <!--
  544. 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'));
  545. //-->
  546. </Script>
  547. </body>
  548. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement