Advertisement
vongolacloud18

Lucifer Theme

Mar 24th, 2014
3,171
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 18.35 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 xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3.  
  4. <head>
  5.  
  6.     <title>{Title}{block:PostTitle} - {PostTitle}{/block:PostTitle}</title>
  7.     <link rel="shortcut icon" href="{Favicon}">
  8.     <link rel="alternate" type="application/rss+xml" href="{RSS}">
  9.    
  10. <meta name="color:text" content="#000000">
  11. <meta name="color:Bold" content="#774e84">
  12. <meta name="color:background" content="#f1f1f1">
  13. <meta name="color:EntryBorder" content="#D39EE6">
  14. <meta name="color:Entries" content="#ffffff">
  15. <meta name="color:EntryLinks" content="#e04c85">
  16. <meta name="color:EntryLinksOnHover" content="#c7add6">
  17. <meta name="color:Pagination" content="#000000">
  18. <meta name="color:IconBorder" content="#a7123f">
  19. <meta name="color:IconBackground" content="#AB71B0">
  20. <meta name="color:IconLink" content="#FFFFFF">
  21. <meta name="color:ChatOdd" content="#9D5CB0">
  22. <meta name="color:ChatEven" content="#f26d9b">
  23. <meta name="color:ButtonBorder" content="#D39EE6">
  24. <meta name="color:ButtonText" content="#AB71B0">
  25. <meta name="color:ButtonBorderHover" content="#e04c85">
  26. <meta name="color:ButtonTextHover" content="#e04c85">
  27. <meta name="color:Tags" content="#9D5CB0">
  28. <meta name="color:TagsHover" content="#57456F">
  29.  
  30. <meta name="image:Icon1" content="http://static.tumblr.com/jyuasny/iKRn2yud4/do.png">
  31. <meta name="image:Icon2" content="http://static.tumblr.com/jyuasny/R8en2yudl/tre.gif">
  32. <meta name="image:Icon3" content="http://static.tumblr.com/jyuasny/QhZn2yucj/uno.png">
  33. <meta name="image:background" content="http://static.tumblr.com/1841cbf5835d6c762292c6ea6cc4be64/hxaftoq/u2smo3oj2/tumblr_static_p6.png">
  34. <meta name="image:Corner" content="http://static.tumblr.com/jyuasny/F20n2yxbs/cue.png">
  35.  
  36. <meta name="if:500px" content="1">
  37. <meta name="if:400px" content="0">
  38. <meta name="if:250px" content="0">
  39. <meta name="if:Pages" content="1">
  40. <meta name="if:EndlessScroll" content="0">
  41. <meta name="if:ShowCaptions" content="1">
  42. <meta name="if:ShowTags" content="1">
  43. <meta name="if:TinyCursor" content="1">
  44. <meta name="if:FadeInImages" content="0">
  45. <meta name="if:FadeOutImages" content="0">
  46. <meta name="if:BlurImages" content="0">
  47. <meta name="if:Monochrome" content="0">
  48.  
  49. <meta name="text:Link1" content="">
  50. <meta name="text:Link1Title" content="">
  51. <meta name="text:Link2" content="">
  52. <meta name="text:Link2Title" content="">
  53. <meta name="text:Link3" content="">
  54. <meta name="text:Link3Title" content="">
  55. <meta name="text:Link4" content="">
  56. <meta name="text:Link4Title" content="">
  57.  
  58. <link href='http://fonts.googleapis.com/css?family=Rouge+Script' rel='stylesheet' type='text/css'>
  59. <link href='http://fonts.googleapis.com/css?family=Lancelot' rel='stylesheet' type='text/css'>
  60.  
  61. <style type="text/css">
  62.  
  63. {block:IfTinyCursor}
  64. body {cursor: url(http://www.dolliehost.com/dolliecrave/cursors/cursors-arrow/arrow38.gif), progress !important;}
  65.    
  66. a:hover {cursor: url(http://cur.cursors-4u.net/others/oth-6/oth589.cur), progress !important;}
  67. {/block:IfTinyCursor}
  68.  
  69. body {
  70.     font-size:12px;
  71.     font-family:calibri;
  72.     background-attachment:fixed;
  73.     color:{color:text};
  74.     background-color:{color:background};
  75.     background-image: url('{image:background}');
  76. }
  77.  
  78. a {
  79.     text-decoration:none;
  80. }
  81.  
  82. #pic img{
  83.     position:fixed;
  84.     left:0px;
  85.     bottom:0px;
  86.     max-height:500px;
  87.     max-width:300px;
  88.     z-index:-99;
  89. }
  90.  
  91. #all {
  92.     margin:0 auto;
  93. }
  94.  
  95. #posts {
  96.     {block:if500px}width:522px;{/block:if500px}
  97.     {block:if400px}width:422px;{/block:if400px}
  98.     {block:if250px}width:272px;{/block:if250px}
  99.     overflow:hidden;
  100.     text-align:justify;
  101.     {block:if500px}margin-left:-300px;{/block:if500px}
  102.     {block:if400px}margin-left:-300px;{/block:if400px}
  103.     {block:if250px}margin-left:-300px;{/block:if250px}
  104.     margin-top:30px;
  105. }
  106.  
  107. #entries pre {
  108.     white-space: pre-wrap;       /* css-3 */
  109.     white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
  110.     white-space: -pre-wrap;      /* Opera 4-6 */
  111.     white-space: -o-pre-wrap;    /* Opera 7 */
  112.     word-wrap: break-word;
  113.     word-break:break-all;
  114. }
  115.  
  116. {block:IfFadeOutImages}
  117. #entries img, #entries iframe {
  118.     -webkit-transition: all 0.4s ease-in-out;
  119.     -moz-transition: all 0.4s ease-in-out;
  120.     -ms-transition: all 0.4s ease-in-out;
  121.     -o-transition: all 0.4s ease-in-out;
  122.     transition: all 0.4s ease-in-out;
  123. }
  124.  
  125. #entries img:hover, #entries iframe:hover {
  126.     opacity:.7;
  127. }
  128. {/block:IfFadeOutImages}
  129.  
  130. {block:IfBlurImages}
  131. {block:IndexPage}
  132. #entries img, #entries iframe {
  133.     -webkit-transition: all 0.4s ease-in-out;
  134.     -moz-transition: all 0.4s ease-in-out;
  135.     -ms-transition: all 0.4s ease-in-out;
  136.     -o-transition: all 0.4s ease-in-out;
  137.     transition: all 0.4s ease-in-out;
  138. }
  139.  
  140. #entries img:hover, #entries iframe:hover {
  141. filter: blur(3px);
  142. -webkit-filter: blur(3px);
  143. -moz-filter: blur(3px);
  144. -o-filter: blur(3px);
  145. -ms-filter: blur(3px);
  146. }
  147. {/block:IndexPage}
  148. {/block:IfBlurImages}
  149.  
  150. {block:IfFadeInImages}
  151. #entries img, #entries iframe {
  152.     opacity:.7;
  153.     -webkit-transition: all 0.4s ease-in-out;
  154.     -moz-transition: all 0.4s ease-in-out;
  155.     -ms-transition: all 0.4s ease-in-out;
  156.     -o-transition: all 0.4s ease-in-out;
  157.     transition: all 0.4s ease-in-out;
  158. }
  159.  
  160. #entries img:hover, #entries iframe:hover {
  161.     opacity:1;
  162. }
  163. {/block:IfFadeInImages}
  164.  
  165. {block:IfMonochrome}
  166. {block:IndexPage}
  167. #entries img, #entries iframe {
  168.     -webkit-filter: grayscale(1);
  169.     -webkit-transition: all 0.6s ease-in-out;
  170.     -moz-transition: all 0.6s ease-in-out;
  171.     transition: all 0.6s ease-in-out;
  172. }
  173.  
  174. #entries img:hover, #entries iframe:hover {
  175.     -webkit-filter: grayscale(0);
  176. }
  177. {/block:IndexPage}
  178. {/block:IfMonochrome}
  179.  
  180. #entries img {
  181.     max-width:100%;
  182. }
  183.  
  184. #entries blockquote {
  185.     border-left:3px solid {color:EntryBorder};
  186.     margin-left:6px;
  187.     padding-left:4px;
  188. }
  189.  
  190. #entries {
  191.     {block:if500px}width:500px;{/block:if500px}
  192.     {block:if400px}width:400px;{/block:if400px}
  193.     {block:if250px}width:250px;{/block:if250px}
  194.     padding:10px;
  195.     text-align:justify;
  196.     margin-bottom:15px;
  197.     background-color:{color:Entries};
  198.     border:1px solid {color:EntryBorder};
  199. }
  200.  
  201. #entries a {
  202.     color:{color:EntryLinks};
  203.     -webkit-transition: all 0.4s ease-out;
  204.     -moz-transition: all 0.4s ease-out;
  205.     transition: all 0.4s ease-out;
  206. }
  207.  
  208. #entries a:hover {
  209.     color:{color:EntryLinksOnHover};
  210. }
  211.  
  212. #entries img {
  213.     max-width:100%;
  214. }
  215.  
  216. #exs {
  217.     position:fixed;
  218.     width:250px;
  219.     top:0px;
  220.     height:100%;
  221.     {block:if500px}margin-left:300px;{/block:if500px}
  222.     {block:if400px}margin-left:200px;{/block:if400px}
  223.     {block:if250px}margin-left:50px;{/block:if250px}
  224. }
  225.  
  226. #links {
  227.     height:100%;
  228.     padding-top:125px;
  229.    
  230.     top:0px;
  231.     border-left:5px solid {color:IconBorder};
  232. }
  233.  
  234. #links ug {
  235.     display:block;
  236.     margin-left:-41px;
  237.     margin-bottom:15px;
  238.     width:60px;
  239.     height:60px;
  240.     overflow:hidden;
  241.     border:10px solid {color:IconBorder};
  242. }
  243.  
  244. ug img {
  245.     width:60px;
  246.     -webkit-transition: all 0.4s ease-out;
  247.     -moz-transition: all 0.4s ease-out;
  248.     transition: all 0.4s ease-out;
  249. }
  250.  
  251. ug:hover img {
  252.     margin-left:-60px;
  253. }
  254.  
  255. #hum a {
  256.     display:block;
  257.     margin-left:60px;
  258.     margin-top:-63px;
  259.     height:60px;
  260.     width:60px;
  261.     line-height:60px;
  262.     text-align:center;
  263.     font-size:12px;
  264.     text-transform:uppercase;
  265.     color:{color:IconLink};
  266.     background-color:{color:IconBackground};
  267.     -webkit-transition: all 0.4s ease-out;
  268.     -moz-transition: all 0.4s ease-out;
  269.     transition: all 0.4s ease-out;
  270. }
  271.  
  272. @-moz-document url-prefix() {
  273.     #hum a {
  274.         margin-top:-64px;
  275. }
  276. }
  277.  
  278. ug:hover #hum a {
  279.     margin-left:0px;
  280. }
  281.  
  282. #side {
  283.     top:140px;
  284.     position:absolute;
  285.     margin-left:-172px;
  286. }
  287.  
  288. #sidebar {
  289.     width:150px;
  290.     line-height:13px;
  291.     padding:12px 10px;
  292.     font-size:10px;
  293.     background-image: url('http://static.tumblr.com/32cacb4befe59cbdc2bc76a145f6f583/pwhm2by/OY2mo53f8/tumblr_static_linepattern.png');
  294.     border:1px dashed {color:IconBorder};
  295. }
  296.  
  297. #sidebar p {
  298.     margin-top:13px;
  299. }
  300.  
  301. #slinks {
  302.     margin-top:5px;
  303. }
  304.  
  305. #slinks a{
  306.     display:block;
  307.     margin-bottom:2px;
  308.     background-color:{color:IconBackground};
  309.     color:{color:IconLink};
  310.     padding:2px 10px;
  311.     font-family:calibri;
  312.     border-left:10px solid {color:IconBorder};
  313.     line-height:12px;
  314.     font-size:11px;
  315.     letter-spacing:1px;
  316.     text-transform:uppercase;
  317.     -webkit-transition: all 0.4s ease-out;
  318.     -moz-transition: all 0.4s ease-out;
  319.     transition: all 0.4s ease-out;
  320. }
  321.  
  322. #slinks a:hover {
  323.     border-left:20px solid {color:IconBackground};
  324.     color:{color:IconBorder};
  325.     background-color:{color:IconLink};
  326. }
  327.  
  328. #title {
  329.     font-family: 'Rouge Script', cursive;
  330.     font-size:25px;
  331.     width:172px;
  332.     letter-spacing:1px;
  333. }
  334.  
  335. #quo {
  336.     font-size:18px;
  337.     text-align:center;
  338.     font-family: 'Lancelot', cursive;
  339. }
  340.  
  341. #quu {
  342.     display:block;
  343.     font-size:22px;
  344.     float:left;
  345.     background-color:{color:EntryBorder};
  346.     color: {color:Entries};
  347.     border:4px solid {color:Entries};
  348.     outline:4px solid  {color:EntryBorder};
  349.     height:20px;
  350.     padding-top:5px;
  351.     margin-bottom:5px;
  352.     width:25px;
  353. }
  354.  
  355. #qoo {
  356.     padding:10px 0px;
  357. }
  358.  
  359. #sou {
  360.     text-align:right;
  361.     padding:2px 3px;
  362.     border-right:6px solid {color:EntryBorder};
  363.     font-family:courier;
  364. }
  365.  
  366. #linku {
  367.     font-size:18px;
  368.     text-align:center;
  369.     font-family: 'Lancelot', cursive;
  370. }
  371.  
  372. #linex b{
  373.     color:{color:Bold};
  374.     padding-left:4px;
  375. }
  376.  
  377. #ale {
  378.     padding-top:5px;
  379. }
  380.  
  381. #linex.odd {
  382.     border-left:4px solid {color:ChatOdd};
  383.     margin-bottom:1px;
  384. }
  385.  
  386. #linex.even {
  387.     border-left:4px solid {color:ChatEven};
  388.     margin-bottom:1px;
  389. }
  390.  
  391. .pic1 {
  392.     margin-top:-103px;
  393.     {block:if250px}margin-top:-73px;{/block:if250px}
  394. }
  395.  
  396. @-moz-document url-prefix() {
  397.     .pic1 {
  398.         margin-top:-104px;
  399.         {block:if250px}margin-top:-74px;{/block:if250px}
  400.     }
  401. }
  402.  
  403. #inf p {
  404.     line-height:20px;
  405.     margin-top:0px;
  406.     margin-bottom:0px;
  407.     border-bottom:1px dashed {color:EntryBorder};
  408. }
  409.  
  410. #pagi {
  411.     height:0px;
  412.     width:50px;
  413.     margin-top:-20px;
  414.     margin-bottom:20px;
  415.     margin-left:-27px;
  416. }
  417.  
  418. #pagi a {
  419.     color:{color:Pagination};
  420.     font-size:20px;
  421. }
  422.  
  423. #permalink {
  424.     border-top:1px solid {color:EntryBorder};
  425.     font-size:10px;
  426.     font-family:courier;
  427. }
  428.  
  429. #permalink img {
  430.     display:none;
  431. }
  432.  
  433. #perm {
  434.     margin-top:-12px;
  435.     margin-bottom:15px;
  436. }
  437.  
  438. #perm a {
  439.     color:{color:Tags};
  440. }
  441.  
  442. #perm a:hover {
  443.     color:{color:TagsHover};
  444. }
  445.  
  446. #butt a {
  447.     display:inline-block;
  448.     margin:0px 3px;
  449.     padding:1px 3px;
  450.     background-color:{color:Entries};
  451.     border:1px solid {color:ButtonBorder};
  452.     color:{color:ButtonText};
  453.     -webkit-transition: all 0.4s ease-out;
  454.     -moz-transition: all 0.4s ease-out;
  455.     -ms-transition: all 0.4s ease-out;
  456.     -o-transition: all 0.4s ease-out;
  457.     transition: all 0.4s ease-out;
  458. }
  459.  
  460. #butt a:hover {
  461.     border:1px solid {color:ButtonBorderHover};
  462.     color:{color:ButtonTextHover};
  463.     text-decoration:none;
  464. }
  465.  
  466. </style>
  467.  
  468. {block:IfEndlessScroll}
  469. <script src="http://static.tumblr.com/ko3o6ju/QzNls3n3y/smoothscroll.js" type="text/javascript"></script>
  470.    
  471. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  472. {/block:IfEndlessScroll}
  473.  
  474. </head>
  475. <body>
  476.  
  477.  
  478. <div id="pic"><img src="{image:Corner}"></div>
  479. <table id="all" cellspacing="0" cellpadding="0">
  480. <tr><td>
  481.  
  482. <div id="posts">
  483. {block:Posts}
  484. <div id="entries">
  485.  
  486. {block:Text}
  487. {block:Title}<table style="{block:if500px}width:500px;{/block:if500px}{block:if400px}width:400px;{/block:if400px}{block:if250px}width:250px;{/block:if250px}" cellspacing="0" cellpadding="0"><tr><td width="40"><div id="quu" style="font-size:12px !important;"><center>✎</center></div></td>
  488. <td><div id="linku">{Title}</div></td></tr></table>{/block:Title}
  489. {Body}
  490. {/block:Text}
  491.  
  492. {block:Photo}
  493. <center><img src="{PhotoURL-500}"></center>
  494. {block:IfShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}
  495. {/block:Photo}
  496.  
  497. {block:Photoset}
  498. {block:if500px}{Photoset-500}{/block:if500px}
  499. {block:if400px}{Photoset-400}{/block:if400px}
  500. {block:if250px}{Photoset-250}{/block:if250px}
  501. {block:IfShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}
  502. {/block:Photoset}
  503.  
  504. {block:Quote}
  505. <div id="quo"><div id="quu">❝</div><div id="qoo">{Quote}</div></div>
  506. {block:Source}<div id="sou">{Source}</div>{/block:Source}
  507. {/block:Quote}
  508.  
  509. {block:Audio}
  510. <div style="float:right; height:100px; {block:if250px}height:70px;{/block:if250px}">
  511.     <img src="http://static.tumblr.com/jyuasny/1U6n2yubj/adio.png" style="width:100px; {block:if250px}width:70px;{/block:if250px}">
  512.     {block:AlbumArt}<div class="pic1"><img src="{AlbumArtURL}" style="width:100px; {block:if250px}width:70px;{/block:if250px}"></div>{/block:AlbumArt}
  513.     <div style="overflow:hidden; width:20px; height:20px; background-color:#FFF; margin-top:-66px; margin-bottom:30px; margin-left:33px; opacity:.7;border:5px solid #555;{block:if250px}margin-top:-50px; margin-bottom:10px; margin-left:21px;{/block:if250px}">
  514.         <div style="margin-top:-5px; margin-left:-3px;">{AudioPlayerWhite}</div>
  515.     </div>
  516. </div>
  517. <div style="min-height:100px;{block:if250px}min-height:70px;{/block:if250px}{block:if500px}width:390px;{/block:if500px}{block:if400px}width:290px;{/block:if400px}{block:if250px}width:175px;{/block:if250px}">
  518. {block:TrackName}<div id="quo"><div id="quu" style="font-size:14px !important;">♪</div><div id="qoo">{TrackName}</div></div>{/block:TrackName}
  519. {block:if500px}{block:Artist}<div id="sou">{Artist}</div>{/block:Artist}
  520. {block:Album}<div id="sou" style="margin-top:2px;">{Album}</div>{/block:Album}{/block:if500px}
  521. {block:if400px}{block:Artist}<div id="sou">{Artist}</div>{/block:Artist}
  522. {block:Album}<div id="sou" style="margin-top:2px;">{Album}</div>{/block:Album}{/block:if400px}
  523. </div>
  524. {block:IfShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}
  525. {/block:Audio}
  526.  
  527. {block:Chat}
  528. {block:Title}
  529. <center><table style="{block:if500px}width:500px;{/block:if500px}{block:if400px}width:400px;{/block:if400px}{block:if250px}width:250px;{/block:if250px}" cellspacing="0" cellpadding="0"><tr width="40"><td><div id="quu" style="font-size:12px !important;"><center>♣</center></div></td>
  530. <td><div id="linku">{Title}</div></td></tr></table></center>
  531. {/block:Title}
  532. <div id="ale">
  533. {block:Lines}<div id="linex" class="{Alt}">
  534. {block:Label}<b>{Label}</b>{/block:Label}
  535. {Line}</div>{/block:Lines}</div>
  536. {/block:Chat}
  537.  
  538. {block:Video}
  539. {block:if500px}{Video-500}{/block:if500px}
  540. {block:if400px}{Video-400}{/block:if400px}
  541. {block:if250px}{Video-250}{/block:if250px}
  542. {block:Caption}{Caption}{/block:Caption}
  543. {/block:Video}
  544.  
  545. {block:Link}
  546. <table style="{block:if500px}width:500px;{/block:if500px}{block:if400px}width:400px;{/block:if400px}{block:if250px}width:250px;{/block:if250px}" cellspacing="0" cellpadding="0"><tr><td width="40"><div id="quu" style="font-size:15px !important;"><center>➵</center></div></td>
  547. <td><div id="linku"><a href="{URL}" {Target}>{Name}</a></div></td></tr></table>
  548. {block:Description}<div>{Description}</div>{/block:Description}
  549. {/block:Link}
  550.  
  551. {block:Answer}
  552. <table style="{block:if500px}width:500px;{/block:if500px}{block:if400px}width:400px;{/block:if400px}{block:if250px}width:250px;{/block:if250px}" cellspacing="0" cellpadding="0"><tr><td width="40"><div id="quu" style="font-size:12px !important;"><center><img src="{AskerPortraitURL-48}" width="40px" style="margin-top:-5px;"></center></div></td>
  553. <td><div id="linku">{Question}</div></td></tr></table>
  554. <div id="sou">{Asker}</div>
  555. {Answer}
  556. {/block:Answer}
  557.  
  558. {block:ContentSource}
  559. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  560. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  561. {/block:SourceLogo}
  562. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}
  563. {block:RebloggedFrom}<br>Via: <a href="{ReblogParentURL}">{ReblogParentName}</a> | Orig: <a href="{ReblogRootURL}">{ReblogRootName}</a>{/block:RebloggedFrom}-->
  564. {/block:ContentSource}
  565.  
  566. {block:PermalinkPage}
  567. <div id="permalink">
  568. {block:Date}Posted on {Month} {DayOfMonth}, {Year}{/block:Date}{block:NoteCount} with {NoteCountWithLabel}{/block:NoteCount}
  569. {block:RebloggedFrom}<br>Via: <a href="{ReblogParentURL}">{ReblogParentName}</a> | Origin: <a href="{ReblogRootURL}">{ReblogRootName}</a>{/block:RebloggedFrom}
  570. {block:HasTags}<br>Tagged: {block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}
  571. {block:PostNotes}{PostNotes}{/block:PostNotes}
  572. </div>
  573. {/block:PermalinkPage}
  574.  
  575. </div>
  576.  
  577. {block:IndexPage}
  578. <div id="perm">
  579. <div id="butt" style="display:inline;">{block:Date}<a href="{Permalink}">{TimeAgo}</a>{/block:Date}{block:NoteCount}<a href="{Permalink}">{NoteCount}</a>{/block:NoteCount}</div>
  580. {block:IfShowTags}{block:HasTags}{block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}{/block:IfShowTags}
  581. </div>
  582. {/block:IndexPage}
  583.  
  584. {/block:Posts}
  585. </div>
  586.  
  587. <table id="exs" cellspacing="0" cellpadding="0">
  588. <tr><td>
  589. <div id="links">
  590. {block:IfPages}
  591. {block:Pagination}
  592. <div id="pagi">
  593.     {block:PreviousPage}<a href="{PreviousPage}" style="float:left;">–</a>{/block:PreviousPage}
  594.     {block:NextPage}<a href="{NextPage}" style="float:right;">+</a>{/block:NextPage}
  595. </div>
  596. {/block:Pagination}
  597. {/block:IfPages}
  598.     <ug>
  599.             <img src="{image:Icon1}">
  600.             <div id="hum"><a href="/">Home</a></div>
  601.         </ug>
  602.     <ug>
  603.             <img src="{image:Icon2}">
  604.             <div id="hum"><a href="/ask">Ask</a></div>
  605.         </ug>
  606.     <ug>
  607.             <img src="{image:Icon3}">
  608.             <div id="hum"><a href="/archive">Past</a></div>
  609.     </ug>
  610. </div>
  611. </td><td>
  612. <div id="side">
  613. <div id="title">{Title}</div>
  614. <div id="sidebar">
  615. {Description}
  616. </div>
  617. <div id="slinks">
  618.     {block:IfLink1}<a href="{text:Link1}"> {text:Link1Title} </a>{/block:IfLink1}
  619.     {block:IfLink2}<a href="{text:Link2}"> {text:Link2Title} </a>{/block:IfLink2}
  620.     {block:IfLink3}<a href="{text:Link3}"> {text:Link3Title} </a>{/block:IfLink3}
  621.     {block:IfLink4}<a href="{text:Link4}"> {text:Link4Title} </a>{/block:IfLink4}
  622.     <a href="http://bakao.co.vu">Theme</a>
  623. </div>
  624. </div>
  625. </td></tr>
  626. </table>
  627.  
  628. </td></tr>
  629. </table>
  630.  
  631. </body>
  632. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement