Advertisement
lovely-themesDOTcom

lovely-themesDOTcom/27

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