Advertisement
lovely-themesDOTcom

lovely-themesDOTcom/26

Mar 29th, 2013
3,036
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.40 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: 250
  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/09Xmkf5ke/bggggg.png');
  55. background-attachment:fixed;
  56. color:#888;
  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:950px;
  73. background-color:#;
  74. border: 1px solid #;
  75. }
  76.  
  77. #header{
  78. width:240px; height: 99px;
  79. position:fixed;
  80. z-index:1;
  81. background: url('http://static.tumblr.com/necydca/BYbmkf49f/hrd2.png');
  82. margin-top:40px;
  83. margin-left:10px;
  84. }
  85.  
  86. #sidebar{
  87. float: left;
  88. width: 240px;
  89. height:100%;
  90. padding:0px;
  91. margin-top:100px;
  92. position: fixed;
  93. }
  94.  
  95. #content{
  96. width: 690px;
  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: 240px;
  107. overflow: auto;
  108. margin-left: 5px;
  109. }
  110. .postbox { color:#000;
  111. background: #fb3fb7; /* Old browsers */
  112. background: -moz-linear-gradient(top, #fb3fb7 0%, #fa7f7c 31%, #ebae4b 65%, #bbd500 100%); /* FF3.6+ */
  113. background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fb3fb7), color-stop(31%,#fa7f7c), color-stop(65%,#ebae4b), color-stop(100%,#bbd500)); /* Chrome,Safari4+ */
  114. background: -webkit-linear-gradient(top, #fb3fb7 0%,#fa7f7c 31%,#ebae4b 65%,#bbd500 100%); /* Chrome10+,Safari5.1+ */
  115. background: -o-linear-gradient(top, #fb3fb7 0%,#fa7f7c 31%,#ebae4b 65%,#bbd500 100%); /* Opera 11.10+ */
  116. background: -ms-linear-gradient(top, #fb3fb7 0%,#fa7f7c 31%,#ebae4b 65%,#bbd500 100%); /* IE10+ */
  117. background: linear-gradient(to bottom, #fb3fb7 0%,#fa7f7c 31%,#ebae4b 65%,#bbd500 100%); /* W3C */
  118. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb3fb7', endColorstr='#bbd500',GradientType=0 ); /* IE6-9 */
  119. display: block;
  120. text-align: justify;
  121. overflow: hidden;
  122. padding: 2px; margin-bottom: 10px;
  123. padding-bottom:0;
  124. }
  125. #footer{
  126. clear:both;
  127. }
  128. .box{
  129. background: #191919;
  130. border: 1px solid #000;
  131. width:240px;padding:3px;
  132. padding:5px;
  133. }
  134.  
  135. #permalink{
  136. display:block;
  137. padding:1px;
  138. margin-top:0px;
  139. margin-bottom:0px;
  140. text-align:center;
  141. }
  142.  
  143. ::-webkit-scrollbar-thumb {
  144. background-color: #ccc;
  145. }
  146. ::-webkit-scrollbar {
  147. width: 10px; height: 4px;
  148. background: #ddd;
  149. }
  150.  
  151. a:link, a:active, a:visited{
  152. color:#fb3fb7;
  153. text-decoration: none;
  154. }
  155. a:hover{
  156. color:#eee;
  157. text-decoration: none;
  158. }
  159.  
  160. h1{
  161. color:#fb3fb7;
  162. font-family: "04b03";
  163. font-size:8px;
  164. text-align:center;
  165. line-height:10px; margin:0px;
  166. margin-top:1px; margin-bottom:2px;
  167. font-weight:normal;
  168. border-bottom: 1px solid #fb3fb7;
  169. border-top: 1px solid #fb3fb7;
  170. border-left: 5px solid #fb3fb7;
  171. border-right: 5px solid #fb3fb7;
  172. letter-spacing: 3px;
  173. }
  174.  
  175. h2{
  176. color:#fa7f7c;
  177. font-family: "04b03";
  178. font-size:8px;
  179. text-align:center;
  180. line-height:10px; margin:0px;
  181. margin-top:1px; margin-bottom:2px;
  182. font-weight:normal;
  183. border-bottom: 1px solid #fa7f7c;
  184. border-top: 1px solid #fa7f7c;
  185. border-left: 5px solid #fa7f7c;
  186. border-right: 5px solid #fa7f7c;
  187. letter-spacing: 3px;
  188. }
  189.  
  190. h3{
  191. color:#bbd500;
  192. font-family: "04b03";
  193. font-size:8px;
  194. text-align:center;
  195. line-height:10px; margin:0px;
  196. margin-top:5px; margin-bottom:2px;
  197. font-weight:normal;
  198. border-bottom: 1px solid #bbd500;
  199. border-top: 1px solid #bbd500;
  200. border-left: 5px solid #bbd500;
  201. border-right: 5px solid #bbd500;
  202. letter-spacing: 3px;
  203. width:100px; float:right;
  204. }
  205.  
  206. a.nav1, a.nav1:visited {
  207. float:left; display:block;
  208. width:52px; margin:1px; padding:3px;
  209. text-align: center;
  210. font-family: "04b03";
  211. font-size:8px;
  212. color:#000;
  213. text-transform:uppercase;
  214. font-weight:normal;
  215. background-color:#fb3fb7;
  216. }
  217. a.nav1:hover {
  218. letter-spacing:2px;
  219. }
  220.  
  221. a.nav2, a.nav2:visited {
  222. float:left; display:block;
  223. width:52px; margin:1px; padding:3px;
  224. text-align: center;
  225. font-family: "04b03";
  226. font-size:8px;
  227. color:#000;
  228. text-transform:uppercase;
  229. font-weight:normal;
  230. background-color:#fa7f7c;
  231. }
  232. a.nav2:hover {
  233. letter-spacing:2px;
  234. }
  235.  
  236. a.nav3, a.nav3:visited {
  237. float:left; display:block;
  238. width:52px; margin:1px; padding:3px;
  239. text-align: center;
  240. font-family: "04b03";
  241. font-size:8px;
  242. color:#000;
  243. text-transform:uppercase;
  244. font-weight:normal;
  245. background-color:#ebae4b;
  246. }
  247. a.nav3:hover {
  248. letter-spacing:2px;
  249. }
  250.  
  251. a.nav4, a.nav4:visited {
  252. float:left; display:block;
  253. width:52px; margin:1px; padding:3px;
  254. text-align: center;
  255. font-family: "04b03";
  256. font-size:8px;
  257. color:#000;
  258. text-transform:uppercase;
  259. font-weight:normal;
  260. background-color:#bbd500;
  261. }
  262. a.nav4:hover {
  263. letter-spacing:2px;
  264. }
  265.  
  266. .quote{
  267. font-family: "04b03";
  268. font-size:8px;
  269. line-height:10px;
  270. font-weight:normal;
  271. }
  272. .stuff2{
  273. display: block;
  274. text-align:center;
  275. background-color:#000;
  276. width:240px;
  277. margin-left:-10px;
  278. padding:3px;
  279. opacity: 0.8;
  280. transition: opacity 1s ease-in-out;
  281. -moz-transition: opacity 1s ease-in-out;
  282. -webkit-transition: opacity 1s ease-in-out;
  283. }
  284. .stuff{
  285. display: block;
  286. text-align:center;
  287. background-color:#000;
  288. width:100px;
  289. margin-left:-10px;
  290. padding:3px;
  291. opacity: 0.8;
  292. transition: opacity 1s ease-in-out;
  293. -moz-transition: opacity 1s ease-in-out;
  294. -webkit-transition: opacity 1s ease-in-out;
  295. }
  296. .stuff a{
  297. text-align:center;
  298. color:#bbd500;
  299. font-family: "04b03";
  300. font-size:8px; line-height:10px;
  301. text-transform:uppercase;
  302. letter-spacing:0px; font-weight:normal;
  303. opacity: 1.0;
  304. }
  305.  
  306. .stuff a:hover{
  307. color: #fb3fb7;
  308. }
  309.  
  310. figure {
  311. display: block;
  312. position: relative;
  313. float: left;
  314. overflow: hidden;
  315. margin: 0px;}
  316. figcaption {
  317. position: absolute;
  318. padding: 5px; opacity: 0;
  319. -webkit-transition: all 0.6s ease;
  320. -moz-transition: all 0.6s ease;
  321. -o-transition: all 0.6s ease;}
  322. figure:hover figcaption {opacity:1;}
  323. .cap-bot figcaption {left: 0; bottom: -0%;}
  324. .cap-bot:hover figcaption {bottom: 0;}
  325.  
  326. b {color: #fb3fb7; font-weight: normal;}
  327. i {color:#fa7f7c;}
  328. u {color:#bbd500;}
  329. s {color:#ebae4b;}
  330.  
  331. .notesbox {
  332. background: #191919;
  333. display: block;
  334. text-align: justify;
  335. overflow: hidden;
  336. padding: 5px;
  337. margin-bottom: 10px;
  338. margin-left: 10px;
  339. margin-right:186px;
  340. float: right;
  341. width: 400px;
  342. }
  343. ol.notes {
  344. font-size: 8px;
  345. display:block;
  346. text-decoration: none;
  347. background: #191919;
  348. list-style-type: none;
  349. border-bottom: 1px solid #000;
  350. }
  351. ol {
  352. list-style-position: inside;
  353. -webkit-padding-start: 0px;
  354. }
  355. ol.notes li.note {
  356. border-bottom: solid 1px #000;
  357. padding: 4px;
  358. }
  359. ol.notes li.note img.avatar {
  360. width: 14px;
  361. padding: 2px;
  362. background: #191919;
  363. margin-bottom: -4px;
  364. }
  365.  
  366. img.border{
  367. padding:4px; margin:0px;
  368. margin-right:2px;
  369. border:1px solid #000;
  370. background: #fb3fb7; /* Old browsers */
  371. background: -moz-linear-gradient(top, #fb3fb7 0%, #fa7f7c 31%, #ebae4b 65%, #bbd500 100%); /* FF3.6+ */
  372. background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fb3fb7), color-stop(31%,#fa7f7c), color-stop(65%,#ebae4b), color-stop(100%,#bbd500)); /* Chrome,Safari4+ */
  373. background: -webkit-linear-gradient(top, #fb3fb7 0%,#fa7f7c 31%,#ebae4b 65%,#bbd500 100%); /* Chrome10+,Safari5.1+ */
  374. background: -o-linear-gradient(top, #fb3fb7 0%,#fa7f7c 31%,#ebae4b 65%,#bbd500 100%); /* Opera 11.10+ */
  375. background: -ms-linear-gradient(top, #fb3fb7 0%,#fa7f7c 31%,#ebae4b 65%,#bbd500 100%); /* IE10+ */
  376. background: linear-gradient(to bottom, #fb3fb7 0%,#fa7f7c 31%,#ebae4b 65%,#bbd500 100%); /* W3C */
  377. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb3fb7', endColorstr='#bbd500',GradientType=0 ); /* IE6-9 */
  378. }
  379.  
  380. .box3{
  381. float:left;
  382. width:120px;
  383. padding:4px;
  384. height: 90px;
  385. overflow: auto;
  386. }
  387. .textpost{
  388. background-color:#222;
  389. margin:1px; padding:2px;
  390. margin-bottom:2px;
  391. color:#999;
  392. }
  393. </style>
  394.  
  395.  
  396. <div id="main">
  397. <div id="header">
  398. </div>
  399.  
  400. <div id="sidebar">
  401. <div class="box"><figure class='cap-bot'>
  402. <img src="http://25.media.tumblr.com/tumblr_m20kbcAPpZ1qg8t58o1_500.png" width=230 class="border">
  403. <figcaption class='cap-bot'>
  404. <div class="stuff2">
  405. <h2>{title}</h2>
  406. {description}
  407. </div></figcaption></figure>
  408. <a href="/" class="nav1">home</a>
  409. <a href="/archive" class="nav2">archive</a>
  410. <a href="/askme" class="nav3">ask</a>
  411. <a href="http://lovely-themes.com/" class="nav4">theme</a>
  412. <div style="clear:both"></div>
  413. </div><p>
  414.  
  415. <div class="box">
  416. <div class="box3">
  417. <h1>likes</h1>
  418. Lorem ipsum dolor sit amet sofew, consectetuer adipiscing elit. Aliquam nisi lorem, pulvinar id, commodo feugiat, vehicula et, mauris. Aliquam mattis porta urna.
  419. </div>
  420. <h3>favorites</h3>
  421. <center><a href="FRIEND-URL-HERE"><img src="http://static.tumblr.com/necydca/x3rmkf5wk/adasd.png"></a>
  422. <a href="FRIEND-URL-HERE"><img src="http://static.tumblr.com/necydca/x3rmkf5wk/adasd.png"></a>
  423. <a href="FRIEND-URL-HERE"><img src="http://static.tumblr.com/necydca/x3rmkf5wk/adasd.png"></a> <Br>
  424. <a href="FRIEND-URL-HERE"><img src="http://static.tumblr.com/necydca/x3rmkf5wk/adasd.png"></a>
  425. <a href="FRIEND-URL-HERE"><img src="http://static.tumblr.com/necydca/x3rmkf5wk/adasd.png"></a>
  426. <a href="FRIEND-URL-HERE"><img src="http://static.tumblr.com/necydca/x3rmkf5wk/adasd.png"></a> <Br></center>
  427. </div><p>
  428.  
  429. </div>
  430. <br><br><br>
  431. <Script Language='Javascript'>
  432. <!--
  433. 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'));
  434. //-->
  435. </Script>
  436. <div id="content">
  437.  
  438. {block:Posts}
  439.  
  440. <div class="posts">
  441. <div class="postbox">
  442. <figure class='cap-bot'>
  443.  
  444. {block:Text}<div class="textpost">
  445. {block:Title}
  446. <h1>{Title}</h1>
  447. {/block:Title}
  448. {Body}</div>
  449. {/block:Text}
  450.  
  451.  
  452. {block:Quote}<div class="textpost">
  453. "{Quote}"<p></div>
  454. {/block:Quote}
  455.  
  456.  
  457. {block:Answer}<div class="textpost">
  458. <b>{Asker}</b>: {Question}<br>
  459. {Answer}</div>
  460. {/block:Answer}
  461.  
  462. {block:Photo}
  463. <center>
  464. <img src="{PhotoURL-250}" width="236px" style="max-width: 236px;">
  465. </center>
  466. {/block:Photo}
  467.  
  468. {block:Audio}
  469. {block:ExternalAudio}(<a href="{ExternalAudioURL}">download!</a>)
  470. {/block:ExternalAudio}
  471. <center>{AudioPlayerWhite}</center> <p>
  472. {/block:Audio}
  473.  
  474. {block:Video}<div class="textpost">
  475. <center>{Video-250}</center><p></div>
  476. {/block:Video}
  477.  
  478. {block:Photoset}
  479. <center>{Photoset-250}</center>
  480. {/block:Photoset}
  481.  
  482. {block:Chat}<div class="textpost">
  483. <center>{block:Title}<h1>{Title}</h1>{/block:Title}
  484. {block:Lines}{block:Label}
  485. <br>{Label}{/block:Label} {Line} {/block:Lines}</center></div>
  486. {/block:Chat}
  487.  
  488. {block:Link}<div class="textpost">
  489. <a href="{URL}"><h1>{Name}</h1></a>
  490. {block:Description}{Description}{/block:Description}</div>
  491. {/block:Link}
  492.  
  493. {block:IndexPage}<figcaption class='cap-bot'>
  494. <div class="stuff">
  495. <center><a href="{reblogurl}" target="_blank">Reblog</a> <b>&hearts;</b> <a href="{Permalink}" title="permalink">{NoteCountWithLabel}</a></center>
  496. </div></figcaption></figure>
  497. {/block:IndexPage}
  498.  
  499. </div>
  500. </div>
  501. {block:PostNotes}
  502.  
  503. <div class="notesbox">
  504. {block:RebloggedFrom}rebloged from <a href="{ReblogParentURL}">&hearts;</a> posted by <a href="{ReblogRootURL}">&copy;</a> {/block:RebloggedFrom} {PostNotes}</div>
  505. {/block:PostNotes}
  506. {/block:Posts}
  507.  
  508. {block:IndexPage}
  509. <div class="column navigation" id="navigation">
  510. {block:Pagination}
  511. {block:PreviousPage}<a href="{PreviousPage}" class="navigate">{/block:PreviousPage}{block:PreviousPage}</a>{/block:PreviousPage}
  512. {block:NextPage}<a href="{NextPage}" class="navigate" id="nextPage">{/block:NextPage}{block:NextPage}</a>{/block:NextPage}{/block:Pagination}
  513. </div>
  514. {/block:IndexPage}
  515.  
  516. </div>
  517. </div>
  518. </div>
  519. </div>
  520.  
  521. </body>
  522. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement