Advertisement
manon15

art deco

Sep 27th, 2015
2,458
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 22.17 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3.  
  4. <!--code made by metalliciisms/immortalbloodvirus. do NOT take credit or claim as your own. feel free to edit the code as you please, but again, do NOT claim this as yours and make sure to keep the credit intact in SOME way. furthermore, if you have ANY questions, come to ME. do NOT view-source my blog unless i have given you prior permission.-->
  5.  
  6.  
  7. <meta name="color:bg" content="#ffffff">
  8. <meta name="color:link" content="#bbb8b8"/>
  9. <meta name="color:text" content="#9a9a9a"/>
  10. <meta name="color:tags" content="#b9b7b7"/>
  11. <meta name="color:ask" content="#fcfcfc"/>
  12. <meta name="color:hover" content="#eeeeee"/>
  13. <meta name="color:border" content="#e7e7e7"/>
  14. <meta name="color:scrollbar" content="#d6d5d5"/>
  15. <meta name="color:post title color" content="#000"/>
  16. <meta name="color:blockquote" content="#000"/>
  17. <meta name="color:bold" content="#000"/>
  18. <meta name="color:bold shadow" content="#000"/>
  19. <meta name="color:italics" content="#000"/>
  20. <meta name="color:italics shadow" content="#000"/>
  21. <meta name="color:link title color" content=""/>
  22. <meta name="color:link title bg" content="#fff"/>
  23.  
  24. <meta name="text:bg image url" content=""/>
  25. <meta name="text:link one link" content="/"/>
  26. <meta name="text:link one symbol" content=""/>
  27. <meta name="text:link one title" content="title"/>
  28. <meta name="text:link two link" content="/"/>
  29. <meta name="text:link two symbol" content =""/>
  30. <meta name="text:link two title" content="title"/>
  31. <meta name="text:link three link" content="/"/>
  32. <meta name="text:link three symbol" content=""/>
  33. <meta name="text:link three title" content="title"/>
  34. <meta name="text:link four link" content="/"/>
  35. <meta name="text:link four symbol" content=""/>
  36. <meta name="text:link four title" content="title"/>
  37. <meta name="text:link five link" content="/"/>
  38. <meta name="text:link five symbol" content=""/>
  39. <meta name="text:link five title" content="title"/>
  40. <meta name="text:link margin top" content="300px"/>
  41. <meta name="text:link margin left" content="100px"/>
  42. <meta name="text:pag margin top" content="350px"/>
  43. <meta name="text:pag margin left" content="100px"/>
  44. <meta name="text:post width" content="500px"/>
  45. <meta name="text:container left" content="500px"/>
  46. <meta name="text:container top" content="200px"/>
  47. <meta name="text:container height" content="500px"/>
  48. <meta name="text:container width" content="500px"/>
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55. <head><title>{Title}</title>
  56. <link rel="shortcut icon" href="{Favicon}">
  57. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  58. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  59.  
  60.  
  61. <link href='http://fonts.googleapis.com/css?family=IM+Fell+Double+Pica+SC' rel='stylesheet' type='text/css'>
  62. <link href='http://fonts.googleapis.com/css?family=VT323' rel='stylesheet' type='text/css'>
  63. <link href='http://fonts.googleapis.com/css?family=Playfair+Display' rel='stylesheet' type='text/css'>
  64. <link href='http://fonts.googleapis.com/css?family=Prata' rel='stylesheet' type='text/css'>
  65. <link href='http://fonts.googleapis.com/css?family=Shadows+Into+Light' rel='stylesheet' type='text/css'>
  66. <link href='http://fonts.googleapis.com/css?family=Tillana' rel='stylesheet' type='text/css'>
  67. <link href='http://fonts.googleapis.com/css?family=Aguafina+Script' rel='stylesheet' type='text/css'>
  68. <link href='http://fonts.googleapis.com/css?family=Petit+Formal+Script' rel='stylesheet' type='text/css'>
  69. <link href='http://fonts.googleapis.com/css?family=PT+Mono' rel='stylesheet' type='text/css'>
  70. <link href='http://fonts.googleapis.com/css?family=Pacifico' rel='stylesheet' type='text/css'>
  71. <link href='http://fonts.googleapis.com/css?family=Calligraffitti' rel='stylesheet' type='text/css'>
  72. <link href='http://fonts.googleapis.com/css?family=Indie+Flower' rel='stylesheet' type='text/css'>
  73. <link href='http://fonts.googleapis.com/css?family=Six+Caps' rel='stylesheet' type='text/css'>
  74. <link href='http://fonts.googleapis.com/css?family=Permanent+Marker' rel='stylesheet' type='text/css'>
  75. <link href='http://fonts.googleapis.com/css?family=Fondamento' rel='stylesheet' type='text/css'>
  76. <link href='http://fonts.googleapis.com/css?family=Bangers' rel='stylesheet' type='text/css'>
  77. <link href='http://fonts.googleapis.com/css?family=Satisfy' rel='stylesheet' type='text/css'>
  78. <link href='http://fonts.googleapis.com/css?family=Dosis' rel='stylesheet' type='text/css'>
  79. <link href='https://fonts.googleapis.com/css?family=Homemade+Apple' rel='stylesheet' type='text/css'>
  80.  
  81.  
  82.  
  83.  
  84. <script type="text/javascript"
  85. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  86. <script>
  87. $(document).ready(function() {
  88. //
  89. $('a.poplight[href^=#]').click(function() {
  90. var popID = $(this).attr('rel'); //Get Popup Name
  91. var popURL = $(this).attr('href'); //Get Popup href to define size
  92. var query= popURL.split('?');
  93. var dim= query[1].split('&');
  94. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  95. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"></a>');
  96. var popMargTop = ($('#' + popID).height() + 80) / 2;
  97. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  98. //Apply Margin to Popup
  99. $('#' + popID).css({
  100. 'margin-top' : -popMargTop,
  101. 'margin-left' : -popMargLeft
  102. });
  103. $('body').append('<div id="fade"></div>');
  104. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  105. return false;
  106. });
  107. $('a.close, #fade').live('click', function() {
  108. $('#fade , .popup_block').fadeOut(function() {
  109. $('#fade, a.close').remove(); //fade them both out
  110. });
  111. return false;
  112. });
  113. });
  114. </script>
  115.  
  116.  
  117. <style type="text/css">
  118.  
  119. #thing {
  120. width:180px;
  121. height:180px;
  122. position:fixed;
  123. transition:0.6s ease-in-out;
  124. -o-transition:0.6s ease-in-out;
  125. -ms-transition:0.6s ease-in-out;
  126. -moz-transition:0.6s ease-in-out;
  127. -webkit-transition:0.6s ease-in-out;
  128. }
  129.  
  130. #thing:hover #updates {
  131. height:400px;
  132. opacity:1;
  133. transition:0.6s ease-in-out;
  134. -o-transition:0.6s ease-in-out;
  135. -ms-transition:0.6s ease-in-out;
  136. -moz-transition:0.6s ease-in-out;
  137. -webkit-transition:0.6s ease-in-out;
  138.  
  139. }
  140.  
  141. #thing:hover #t {
  142. margin-top:-10px;
  143. width:170px;
  144. -ms-transform:none;
  145. -moz-transform:none;
  146. -webkit-transform:none;
  147. -o-transform:rotate:none;
  148. }
  149.  
  150. #thing:hover #l {
  151. margin-top:400px;
  152. width:170px;
  153. -ms-transform:none;
  154. -moz-transform:none;
  155. -webkit-transform:none;
  156. -o-transform:none;
  157. }
  158.  
  159. #thing:hover #l a {
  160. opacity:1;
  161. }
  162.  
  163. #l a {
  164. margin-left:80px;
  165. font-size:10px;
  166. text-align:center;
  167. display:inline-block;
  168. position:fixed;
  169. opacity:0;
  170. margin-top:-5px;
  171. transition:0.7s ease-in-out;
  172. -o-transition:0.7s ease-in-out;
  173. -ms-transition:0.7s ease-in-out;
  174. -moz-transition:0.7s ease-in-out;
  175. -webkit-transition:0.7s ease-in-out;
  176. }
  177.  
  178. #t {
  179. width:100px;
  180. height:1px;
  181. background-color:#000;
  182. margin:20px 5px 0;
  183. position:fixed;
  184. z-index:2;
  185. -ms-transform:rotate(45deg);
  186. -moz-transform:rotate(45deg);
  187. -webkit-transform:rotate(45deg);
  188. -o-transform:rotate(45deg);
  189. transition:0.7s ease-in-out;
  190. -o-transition:0.7s ease-in-out;
  191. -ms-transition:0.7s ease-in-out;
  192. -moz-transition:0.7s ease-in-out;
  193. -webkit-transition:0.7s ease-in-out;
  194. }
  195.  
  196. #l {
  197. position:fixed;
  198. width:100px;
  199. height:1px;
  200. background-color:#000;
  201. margin:20px 5px 0;
  202. z-index:2;
  203. -ms-transform:rotate(-45deg);
  204. -moz-transform:rotate(-45deg);
  205. -webkit-transform:rotate(-45deg);
  206. -o-transform:rotate(-45deg);
  207. transition:0.7s ease-in-out;
  208. -o-transition:0.7s ease-in-out;
  209. -ms-transition:0.7s ease-in-out;
  210. -moz-transition:0.7s ease-in-out;
  211. -webkit-transition:0.7s ease-in-out;
  212. }
  213.  
  214. #updates {
  215. z-index:1;
  216. opacity:0;
  217. padding:2px 0;
  218. position:fixed;
  219. height:20px;
  220. width:150px;
  221. color:#000;
  222. font-size:11px;
  223. margin-top:0px;
  224. margin-left:15px;
  225. margin-bottom:10px;
  226. font-family:Times;
  227. overflow:hidden;
  228. line-height:115%;
  229. text-align:justify;
  230. background:transparent;
  231. transition:0.7s ease-in-out;
  232. -o-transition:0.7s ease-in-out;
  233. -ms-transition:0.7s ease-in-out;
  234. -moz-transition:0.7s ease-in-out;
  235. -webkit-transition:0.7s ease-in-out;
  236. }
  237.  
  238.  
  239.  
  240. /*edit scrollbar*/
  241.  
  242. ::-webkit-scrollbar-thumb {
  243. height:auto;
  244. }
  245.  
  246. ::-webkit-scrollbar {
  247. height:4px;
  248. width:3px;
  249. padding-right:2px;
  250. }
  251.  
  252. /*edit the body this is what post text looks like, background color, etc.*/
  253.  
  254. body {
  255. font-style:none;
  256. background-image:url("{text:bg image url}");
  257. background-position:top left;
  258. background-attachment:fixed;
  259. background-repeat:no-repeat;
  260. background-color:{color:bg};
  261. font-family:"Six Caps";
  262. color:{color:text};
  263. font-size:9px;
  264. font-family:"Six Caps";
  265. justify:left;
  266. }
  267.  
  268. /*edit links*/
  269.  
  270. a {
  271. text-decoration:none;
  272. outline:none;
  273. -moz-outline-style:none;
  274. color:{color:link};
  275. -moz-transition-duration:0.8s;
  276. -webkit-transition-duration:0.8s;
  277. -o-transition-duration:0.8s;
  278. }
  279.  
  280. /*edit link hover*/
  281.  
  282. a:hover {
  283. color:{color:link hover};
  284. outline:none;
  285. -moz-outline-style:none;
  286. text-decoration:none;
  287. }
  288.  
  289. img {
  290. border:none;
  291. }
  292.  
  293. blockquote {
  294. padding:10px ;
  295. margin:10px;
  296. border-left:4px solid #000;
  297. border-radius:10px;
  298. border-color:#000;
  299. }
  300.  
  301.  
  302. h1 {
  303. font-size:15px;
  304. text-align:center;
  305. font-family:"Pacifico";
  306. letter-spacing:1px;
  307. color:{color:text};
  308. }
  309.  
  310. /*this is the positioning of the whole entire sidebar. don't need to do too much here bc it plays hardly any part. ignore this!*/
  311.  
  312. #sidebar {
  313. width:250px;
  314. position:fixed;
  315. margin-left:205px;
  316. margin-top:190px;
  317. }
  318.  
  319. /*sidebar title. ignore this again!*/
  320.  
  321. #title {
  322. color:{color:title color};
  323. font-family:"Pacifico";
  324. font-size:24px;
  325. text-transform:lowercase;
  326. font-weight:none;
  327. letter-spacing:0px;
  328. padding:4px;
  329. margin-top:-20px;
  330. margin-left:-14px;
  331. position:fixed;
  332. text-align:center;
  333. }
  334.  
  335. /*pop up windows*/
  336. .popup_block{
  337. display:none;
  338. background:#d0d4c5;
  339. padding:20px;
  340. border:1px dotted #eee; /* if you want a solid white pop-up, delete this */
  341. float:left;
  342. font-size:25px;
  343. color:#fff;
  344. position:fixed;
  345. top:50%;left:50%;
  346. z-index: 99999;
  347. -webkit-box-shadow: 0px 0px 20px #b9b7b7; /* delete for solid white */
  348. -moz-box-shadow: 0px 0px 20px #b9b7b7; /* delete for solid white */
  349. box-shadow: 0px 0px 20px #b9b7b7; /* delete for solid white */
  350. }
  351.  
  352. *html #fade {position: absolute;}
  353. *html .popup_block {position: absolute;}
  354. #fade {
  355. display:none;
  356. position:fixed;
  357. left:0px;
  358. top:0px;
  359. width:100%;
  360. height:100%;
  361. z-index:9999;
  362. background:#000; /* change to #fff for solid white */
  363. opacity:0.5; /* change to opacity:1; */
  364. }
  365.  
  366. .question_block{
  367. height:350px;
  368. display: none;
  369. float: left;
  370. position: fixed;
  371. top: 50%; left: 50%;
  372. z-index: 999999999999;
  373. }
  374. img.btn_close {
  375. float: right;
  376. }
  377. *html .askpopup_block {
  378. position: absolute;
  379. }
  380.  
  381. .ask_form {
  382. height:225px;
  383. }
  384.  
  385.  
  386. /*here are the links! most of this can be edited in the intial page, but font weight, size, and font family can be edited here!*/
  387.  
  388. #links {
  389. width:400px;
  390. position:fixed;
  391. margin-top:{text:link margin top};
  392. margin-left:{text:link margin left};
  393. padding:5px;
  394. font-family:'satisfy';
  395. text-align:left;
  396. word-spacing:12px;
  397. font-size:20px;
  398. font-weight:none;
  399. display:block;
  400. color:{color:link};
  401. text-shadow: 0 0 5px {color:link};, 0 0 10px {color:link};, 0 0 15px {color:link};, 0 0 20px {color:link};, 0 0 30px {color:link};, 0 0 40px {color:link};, 0 0 50px {color:link};, 0 0 75px {color:link};
  402.  
  403. }
  404.  
  405. #links a {
  406. letter-spacing: 1px;
  407. padding:3px;
  408.  
  409. }
  410.  
  411. #links a:hover {
  412. color:{color:link hover};
  413. text-shadow: 0px 0px 10px rgba(255,255,255,0.6), 0px 0px 30px rgba(255,255,255,0.4), 0px 0px 50px rgba(255,255,255,0.3), 0px 0px 180px rgba(255,255,255,0.3);
  414. }
  415.  
  416. #description {
  417. width:208px;
  418. font-size:11px;
  419. padding:5px;
  420. text-align:justify;
  421. letter-spacing:0px;
  422. line-height:90%;
  423. margin-left:-16px;
  424. margin-top:-2px;
  425. }
  426.  
  427. /* this is the box that comes up when you hover over something with a title*/
  428.  
  429. #s-m-t-tooltip {
  430. max-width:300px;
  431. padding:5px 5px 5px 6px;
  432. margin:20px 0px 0px 20px;
  433. background-color:#d0d4c5;
  434. font-family:"calibri";
  435. font-size:9px;
  436. letter-spacing:2px;
  437. text-transform:lowercase;
  438. font-weight:none;
  439. color:#fff;
  440. z-index:999999999999999999999999999999999999;
  441. }
  442.  
  443. /*next page and previous page*/
  444.  
  445. #pagination {
  446. position:fixed;
  447. margin-top:{text:pag margin top};
  448. margin-left:{text:pag margin left};
  449. font-style:none;
  450. text-align:center;
  451. font-size:18px;
  452. font-family:"Bangers";
  453. color:{color:link};
  454. position:fixed;
  455. }
  456.  
  457. #pagination a{
  458. color:{color:link};
  459. font-family:"Bangers";
  460. }
  461.  
  462. #pagination a:hover {
  463. color:{color:hover};
  464. font-family:"Bangers";
  465. text-decoration:none;
  466. -webkit-filter: blur(2px);
  467. -webkit-transition:all .5s ease-in-out;
  468. -moz-transition:all .5s ease-in-out;
  469. transition:all .5s ease-in-out;
  470. }
  471.  
  472.  
  473. #container {
  474. height:{text:container height};
  475. width:{text:container width};
  476. font-family:"Six Caps";
  477. text-align:justify;
  478. position:fixed;
  479. overflow-y:scroll;
  480. overflow-x:hidden;
  481. line-height:105%;
  482. margin-left:{text:container left};
  483. margin-top:{text:container top};
  484. padding-bottom:20px;
  485. }
  486.  
  487. #posts {
  488. width:{text:post width};
  489. margin-top:20px;
  490. margin-left:2px;
  491. text-align:justify;
  492. line-height:105%;
  493. font-family:"Georgia";
  494. text-transform:auto;
  495. color:{color:text};
  496. font-size:12px;
  497. letter-spacing:2px;
  498. margin-bottom:40px;
  499.  
  500. }
  501.  
  502.  
  503.  
  504. /*italics and bold stuffs. here is where you can put new fonts, many i have already supplied you with!*/
  505.  
  506. b, strong{
  507. color: {color:bold};
  508. font-size:20px;
  509. font-family:"Dosis";
  510. letter-spacing:2px;
  511. line-height:110%;
  512. text-shadow: 0px 3px 3px {color:bold shadow};
  513. font-weight: bold;
  514. text-transform:uppercase;
  515. width:{text:post width};
  516. }
  517.  
  518. i, em, strong {
  519. color: {color:italics};
  520. font-size:15px;
  521. line-height:110%;
  522. font-family:"Homemade Apple";
  523. letter-spacing:2px;
  524. text-shadow:0px 3px 3px {color:italics shadow};
  525. font-weight: italic;
  526. width:{text:post width};
  527.  
  528. }
  529.  
  530.  
  531. /*time posted, note count, via and source*/
  532.  
  533. .postinfo {
  534. margin-top:20px;
  535. margin-bottom:1px;
  536. margin-left:0px;
  537. padding-bottom:8px;
  538. font-size:23px;
  539. width:400px;
  540. height:15px;
  541. text-align:center;
  542. font-family:"Six Caps";
  543. text-transform:lowercase;
  544. background: url('');
  545. border: 1px solid #fff;
  546. border-top-left-radius:20px;
  547. border-bottom-left-radius:20px;
  548. border-bottom-right-radius:20px;
  549. border-top-right-radius:20px;
  550. -moz-transition-duration:0.2s;
  551. -webkit-transition-duration:0.2s;
  552. -o-transition-duration:0.2s;
  553. }
  554.  
  555. .postinfo a {
  556. color:{color:link};
  557. }
  558.  
  559. .postinfo a:hover {
  560. color:#ddd;
  561. }
  562.  
  563.  
  564. /*taggity tags*/
  565.  
  566. #tags {
  567. width:350px;
  568. margin-top:4px;
  569. margin-left:-3px;
  570. padding:2px;
  571. color:{color:tags}:
  572. font-family:"georgia";
  573. letter-spacing:1px;
  574. line-height:110%;
  575. font-size:10px;
  576. text-align:center;
  577.  
  578. }
  579.  
  580. #tags a {
  581. color:{color:text};
  582. }
  583.  
  584. #tags a:hover {
  585. color:{color:link hover};
  586. }
  587.  
  588. #postnote {
  589. width:400px;
  590. margin-top:40px;
  591. font-family:arial;
  592. text-transform:lowercase;
  593. font-style:normal;
  594. letter-spacing:0px;
  595. font-size:8px;
  596. text-align:left;
  597. }
  598.  
  599. /*here go asks*/
  600.  
  601. #ask {
  602. float:left;
  603. line-height:130%;
  604. font-family:"Satisfy";
  605. }
  606.  
  607. /*audio player container*/
  608.  
  609. #playercontainer {
  610. text-align:left;
  611. padding:10px;
  612. padding-left:0px;
  613. background-color:#fff;
  614. width:400px;
  615. }
  616.  
  617. /*artist, song, etc.*/
  618.  
  619. #musicinfo {
  620. padding-top:7px;
  621. padding-left:50px;
  622. color:#000;
  623. text-align:justify;
  624. }
  625.  
  626. /*credit credit credit*/
  627.  
  628. #credit {
  629. position:fixed;
  630. font-size:9px;
  631. color:#d0d4c5;
  632. font-weight:bold;
  633. line-height:150%;
  634. letter-spacing:2px;
  635. right:10px;
  636. bottom:15px;
  637. text-transform:lowercase;
  638. text-align:center;
  639. }
  640.  
  641. #credit a {
  642. letter-spacing: 0px;
  643. padding:3px;
  644. color:{color:link};
  645. }
  646.  
  647. #credit a:hover {
  648. background:{color:bg};
  649. color:{color:link};
  650. }
  651.  
  652.  
  653.  
  654. {CustomCSS}</style></head><body>
  655.  
  656. <div id="thing">
  657. <div id="t"></div>
  658. <div id="updates"><div style="font-size:17px; #777777; padding-bottom:3.5px; border-bottom:1px solid #777777;">Updates—</div>
  659. <p>
  660. <center>updates go <b>HERE</b>. la la la <i>lalalala</i>.</center></p>
  661.  
  662.  
  663. </div>
  664. <div id="l">
  665. <a href="http://lunecerise.tumblr.com" title="credit">◆</a>
  666. </div></div>
  667.  
  668. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  669. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  670. <script>
  671.  
  672. (function($){
  673.  
  674. $(document).ready(function(){
  675.  
  676. $("a[title]").style_my_tooltips({
  677.  
  678. tip_follows_cursor:true,
  679.  
  680. tip_delay_time:50,
  681.  
  682. tip_fade_speed:600,
  683.  
  684. attribute:"title"
  685.  
  686. });
  687.  
  688. });
  689.  
  690. })(jQuery);
  691.  
  692. </script>
  693.  
  694. <div id="box1" class="popup_block">
  695. <iframe frameborder="0" height="200" id="ask_form" scrolling="yes" src="http://www.tumblr.com/ask_form/{Name}.tumblr.com" width="100%"></iframe>
  696. </div>
  697.  
  698. </div></div></div></div></div></div></div></div></div></div>
  699.  
  700. <div id="box2" class="popup_block">
  701. <div style="height: 350px; overflow-y: scroll; overflow-x: hidden;">
  702. CONTENT
  703. CONTENT
  704. CONTENT
  705. </div>
  706.  
  707. </div></div></div></div></div></div></div></div></div></div>
  708.  
  709. <div id="box3" class="popup_block">
  710. <div style="height: 350px; overflow-y: scroll; overflow-x: hidden;">
  711. CONTENT
  712. CONTENT
  713. CONTENT
  714. </div>
  715.  
  716. </div></div></div></div></div></div></div></div></div></div>
  717.  
  718. <div id="box4" class="popup_block">
  719. <div style="height: 350px; overflow-y: scroll; overflow-x: hidden;">
  720. CONTENT
  721. CONTENT
  722. CONTENT
  723. </div>
  724.  
  725. </div></div></div></div></div></div></div></div></div></div>
  726.  
  727. <div id="box5" class="popup_block">
  728. <center>theme coding belongs to <i><a href="http://immortalbloodvirus.tumblr.com">manon</a></i>.<br> do not remove the credit nor claim as your own. if you <b>HAVE</b> to take this credit out, make sure you credit me on a <b>VISIBLE</b> and often visited page.</center>
  729. </div>
  730.  
  731. </div></div></div></div></div></div></div></div></div></div>
  732.  
  733. <div id="sidebar">
  734. <div id="title">{text:title text}</div>
  735.  
  736.  
  737. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  738.  
  739. <div id="links">
  740. <a href="/" title="home">☨</a>
  741.  
  742. <a href="#?w=500" title="inquire" rel="box1" class="poplight">☨</a>
  743.  
  744. <a href="#?w=400" title="rules" rel="box2" class="poplight">☨</a>
  745.  
  746. <a href="#?w=400" title="about" rel="box3" class="poplight">☨</a>
  747.  
  748. <a href="#?w=400" title="navi" rel="box4" class="poplight">☨</a>
  749.  
  750.  
  751.  
  752.  
  753. </div>
  754.  
  755. <div id="description">{Description}</div>
  756.  
  757.  
  758. {block:Pagination}
  759. <div id="pagination">
  760.  
  761. {block:PreviousPage}<a href="{PreviousPage}" title="back">back</a>{/block:PreviousPage}
  762. {block:NextPage}<a href="{NextPage}" title="forth">/forth</a>{/block:NextPage}
  763. </div>{/block:Pagination}
  764.  
  765. </div></div>
  766.  
  767.  
  768.  
  769. </div>
  770.  
  771.  
  772. <div id="container">{block:posts}<div id="posts">
  773.  
  774. {block:Text}<h1>{block:Title}<big><big>{Title}</big></big>{/block:Title}</h1>{Body}{/block:Text}
  775.  
  776. {block:Quote}<big><b><center>"{Quote}"</center></b></big>{block:Source}<p></p>— {Source}{/block:Source}{/block:Quote}
  777.  
  778. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  779.  
  780. {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  781.  
  782. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-400}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  783.  
  784. {block:Photoset}{Photoset-400}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  785.  
  786. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  787.  
  788.  
  789. {block:Audio}{block:AlbumArt}<img src="{AlbumArtURL}" width="60px" align="left">{/block:AlbumArt}<div class="playercontainer">{AudioPlayerGrey}<br>{block:TrackName}&nbsp;&nbsp;&nbsp;&nbsp; {TrackName}{/block:TrackName}
  790. {block:Artist} &nbsp;—&nbsp; {Artist} {/block:Artist}</div>{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  791.  
  792. {block:Answer}<div id="ask"><img src="{AskerPortraitURL-40}" style="margin-right:11px;border:1px solid #e3e3e3;padding:2px;"></div> "{Question}"<br>
  793. — <b>{ASKER}</b><br><br>
  794. {Answer}<br>{/block:Answer}
  795.  
  796.  
  797. <div class="postinfo"><small>
  798. {block:RebloggedFrom}<a href="{ReblogParentURL}" target="{ReblogParentURL}" class="details" title="via {ReblogParentName}">✘</a>{/block:RebloggedFrom} - {block:ContentSource} <a href="{SourceURL}" class="details" title="created by {SourceTitle} ">✘</a> -{/block:ContentSource} <a href="{Permalink}" class="details" title="{Month} {DayOfMonth}, {TimeAgo}">✘</a> - <a href="{ReblogURL}" target="{ReblogURL}" class="details" title="reblog">✘</a> - {block:NoteCount}<a href="{Permalink}" target="{Permalink}" class="details" title="{NoteCount} notes">✘</a> {/block:NoteCount}</small></div>
  799.  
  800. {block:HasTags}
  801. <div class="tags">
  802. {block:Tags}┕┊<a href="{TagURL}"> {Tag}</a>  {/block:Tags}</div>
  803. {/block:HasTags}
  804.  
  805. <div class="postnote">
  806. {block:PostNotes}{PostNotes}{/block:PostNotes}
  807. </div>
  808. </div>
  809. {/block:Posts}
  810.  
  811.  
  812.  
  813.  
  814. </div></div></div></div>
  815. </div>
  816.  
  817. <div id="credit"><a href="#?w=400" title="credit" rel="box5" class="poplight"><font size="4">
  818. ╰✦╮</font></div>
  819.  
  820. </body>
  821. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement