Advertisement
yLii

About, links, tags, blog readers page

Feb 21st, 2015
200
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2.  
  3. <!--
  4.  
  5.  
  6.  ▪ ▪ ▪ ▪ ▪ ▪ { Pʟᴇᴀsᴇ ᴅᴏ ɴᴏᴛ ʀᴇᴍᴏᴠᴇ ᴄʀᴇᴅɪᴛs!
  7.  
  8.    ___  ___   ___   ___  ___    ___ __   __
  9.   / __|/ _ \ |   \ | __|/ __|  | _ )\ \ / /
  10.  | (__| (_) || |) || _| \__ \  | _ \ \ V /
  11.   \___|\___/ |___/ |___||___/  |___/  |_|  
  12.   ___   ___   _  _  ___   ___   ___   ___  
  13.  | _ \ / _ \ | || || _ \ / _ \ | _ \ / _ \
  14.  |  _/| (_) || __ ||   /| (_) ||   /| (_) |
  15.  |_|   \___/ |_||_||_|_\ \___/ |_|_\ \___/
  16.  
  17.                                        
  18.  ★ http://pohroro.tumblr.com } ▪ ▪ ▪ ▪ ▪ ▪
  19.  
  20.  
  21. -->
  22.  
  23. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  24.  
  25. <head>
  26.  
  27. <title>{Title}</title>
  28. <link rel="shortcut icon" href="{Favicon}">
  29. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  30. <link href='http://fonts.googleapis.com/css?family=Maven+Pro:400,900' rel='stylesheet' type='text/css'>
  31. <script type="text/javascript" src="http://static.tumblr.com/tiu5k68/xTkm8wqw2/tumblr-title-qtip.js"></script>
  32.  
  33. <style type="text/css">
  34.  
  35. div#qTip {
  36.     color: #ffffff; /*blogroll url font color*/
  37.     text-align: left;
  38.     text-transform: uppercase;
  39.     letter-spacing: 1px;
  40.     font-size: 8px;
  41.     background: #909090; /*blogroll url background color*/
  42.     display: none;
  43.     max-width: 350px;
  44.     position: absolute;
  45.     text-align: justify;
  46.     z-index: 99;
  47.     padding: 4px 5px 3px 5px;
  48.     line-height: 10px;
  49.     margin: -10px 0 0 22px;
  50.     border-radius: 2px;
  51. }
  52.  
  53. body {
  54.     margin: 0;
  55.     padding: 0;
  56.     font-size: 10px; /*body font size*/
  57.     letter-spacing: -1px;
  58.     color: #909090; /*body font color*/
  59.     font-family: Maven Pro, sans-serif; /*body font face*/
  60.     width: 100%;
  61.     height: 100%;
  62. }
  63.  
  64. a {
  65.     color: #909090; /*link color*/
  66.     text-decoration: none;
  67.     -webkit-transition: all 1s ease;
  68.     -moz-transition: all 1s ease;
  69.     transition: all 1s ease;
  70. }
  71.  
  72. a:hover {
  73.     color: #e1e1e1; /*hover link color*/
  74.     -webkit-transition: all 1s ease;
  75.     -moz-transition: all 1s ease;
  76.     transition: all 1s ease;
  77. }
  78.  
  79. #header {
  80.     width: 100%;
  81.     height: 50px;
  82.     background: #ffffff; /*header background color*/
  83.     line-height: 50px;
  84.     box-shadow: 3px 3px 10px #e5e5e5;
  85.     text-align: center;
  86.     z-index: 1;
  87.     position: fixed;
  88. }
  89.  
  90. #title {
  91.     font-size: 14px;
  92.     letter-spacing: 3px;
  93.     font-weight: bold;
  94.     text-transform: uppercase;
  95.     padding: 10px;
  96.     color: #000000; /*header title color*/
  97. }
  98.  
  99. #navigation {
  100.     text-transform: uppercase;
  101.     letter-spacing: 1px;
  102. }
  103.  
  104. #navigation a {
  105.     margin: 30px;
  106.     padding-bottom: 2px;
  107.     color: #909090; /*navigation link color*/
  108.     border-bottom: 1px dotted #ffffff; /*navigation link underline color*/
  109. }
  110.  
  111. #navigation a:hover {
  112.     color: #e1e1e1; /*hover navigation link color*/
  113.     border-bottom: 1px dotted #e1e1e1; /*hover navigation link underline color*/
  114.     padding-bottom: 2px;
  115. }
  116.  
  117. #section-one {
  118.     width: 25%;
  119.     height: 100%;
  120.     background: #f9f9f9; /*section one background color*/
  121.     position: fixed;
  122. }
  123.  
  124. #section-one #unit {
  125.     color: #000000; /*section one title color*/
  126.     margin-top: 270px;
  127.     font-size: 150px;
  128.     line-height: 150px;
  129.     letter-spacing: -10px;
  130.     font-family: Arial Black;
  131.     text-align: center;
  132.     -webkit-text-fill-color: transparent;
  133.     background: -webkit-linear-gradient(transparent, transparent), center  url(http://i.imgur.com/PpBHaoj.pngs); /*section one title background*/
  134.     background: -o-linear-gradient(transparent, transparent);
  135.     -webkit-background-clip: text;
  136. }
  137.  
  138. #hover-one {
  139.     position: fixed;
  140.     width: 25%;
  141.     height: 100%;
  142.     opacity: 0;
  143.     -webkit-transition: all 1s ease;
  144.     -moz-transition: all 1s ease;
  145.     transition: all 1s ease;
  146.     background: url(http://i.imgur.com/PpBHaoj.pngs); /*hover section one background*/
  147. }
  148.  
  149. #hover-one:hover {
  150.     -webkit-transition: all 1s ease;
  151.     -moz-transition: all 1s ease;
  152.     transition: all 1s ease;
  153.     opacity: 1;
  154. }
  155.  
  156. #about {
  157.     margin: 0 auto;
  158.     width: 300px;
  159.     height: auto;
  160.     margin-top: 200px;
  161. }
  162.  
  163. #about #title {
  164.     text-align: right;
  165.     font-size: 36px;
  166.     color: #ffffff; /*about title color*/
  167.     letter-spacing: -3px;
  168.     margin-right: -10px;
  169.     margin-bottom: -10px;
  170.     text-transform: uppercase;
  171.     font-weight: 900;
  172. }
  173.  
  174. #about #box-one {
  175.     width: 300px;
  176.     height: 120px;
  177.     background: #ffffff; /*about section box one color*/
  178. }
  179.  
  180. #about #box-one img {
  181.     float: left;
  182.     border-radius: 100%;
  183.     width: 90px;
  184.     height: 90px;
  185.     margin: 15px 10px 0px 15px;
  186. }
  187.  
  188. #description {
  189.     float: left;
  190.     width: 170px;
  191.     margin-top: 10px;
  192.     height: 100px;
  193.     overflow: auto;
  194.     text-align: justify;
  195.     padding-right: 8px;
  196. }
  197.  
  198. #about #box-two {
  199.     width: 300px;
  200.     height: 120px;
  201.     background: #ffffff; /*about section box two color*/
  202.     margin-top: 5px;
  203. }
  204.  
  205. #about #box-two img {
  206.     float: left;
  207.     border-radius: 100%;
  208.     width: 90px;
  209.     height: 90px;
  210.     margin: 15px 0px 0px 10px;
  211. }
  212.  
  213. #currently {
  214.     float: left;
  215.     width: 170px;
  216.     margin: 10px 0px 0px 10px;
  217.     height: 100px;
  218.     overflow: auto;
  219.     text-align: justify;
  220.     padding-right: 8px;
  221. }
  222.  
  223. #section-two {
  224.     position: fixed;
  225.     width: 25%;
  226.     height: 100%;
  227.     background: #f9f9f9; /*section two background color*/
  228.     border-left: 2px solid #ffffff;
  229.     margin-left: 25%;
  230. }
  231.  
  232. #section-two #unit {
  233.     color: #000000; /*section two title color*/
  234.     margin-top: 270px;
  235.     font-size: 150px;
  236.     line-height: 150px;
  237.     letter-spacing: -10px;
  238.     font-family: Arial Black;
  239.     text-align: center;
  240.     -webkit-text-fill-color: transparent;
  241.     background: -webkit-linear-gradient(transparent, transparent), center  url(http://i.imgur.com/IRGIZgo.png); /*section two title background*/
  242.     background: -o-linear-gradient(transparent, transparent);
  243.     -webkit-background-clip: text;
  244. }
  245.  
  246. #hover-two {
  247.     width: 25%;
  248.     height: 100%;
  249.     margin-left: 25%;
  250.     position: fixed;
  251.     opacity: 0;
  252.     border-left: 2px solid #ffffff;
  253.     -webkit-transition: all 1s ease;
  254.     -moz-transition: all 1s ease;
  255.     transition: all 1s ease;
  256.     background: url(http://i.imgur.com/IRGIZgo.png); /*hover section two background*/
  257. }
  258.  
  259. #hover-two:hover {
  260.     -webkit-transition: all 1s ease;
  261.     -moz-transition: all 1s ease;
  262.     transition: all 1s ease;
  263.     opacity: 1;
  264. }
  265.  
  266. #links {
  267.     margin: 0 auto;
  268.     width: 300px;
  269.     height: auto;
  270.     margin-top: 200px;
  271. }
  272.  
  273. #links #title {
  274.     text-align: right;
  275.     font-size: 36px;
  276.     color: #ffffff; /*links title color*/
  277.     letter-spacing: -3px;
  278.     margin-right: -10px;
  279.     margin-bottom: -10px;
  280.     text-transform: uppercase;
  281.     font-weight: 900;
  282. }
  283.  
  284. #links #box {
  285.     width: 300px;
  286.     height: 245px;
  287.     overflow: auto;
  288.     text-transform: uppercase;
  289.     letter-spacing: 1px;
  290.     font-size: 9px;
  291. }
  292.  
  293. #links #box a {
  294.     display: inline-block;
  295.     width: 140px;
  296.     margin: 5px 5px 0px 0px;
  297.     height: 45px;
  298.     line-height: 45px;
  299.     text-align: center;
  300.     background: #ffffff; /*links background color*/
  301.     color: #909090; /*links font color*/
  302. }
  303.  
  304. #links #box a:hover {
  305.     background: #909090; /*hover links background color*/
  306.     color: #ffffff; /*hover links font color*/
  307. }
  308.  
  309. #section-three {
  310.     position: fixed;
  311.     width: 25%;
  312.     height: 100%;
  313.     background: #f9f9f9; /*section three background color*/
  314.     border-left: 2px solid #ffffff;
  315.     margin-left: 50%;
  316. }
  317.  
  318. #section-three #unit {
  319.     color: #000000; /*section three title color*/
  320.     margin-top: 270px;
  321.     font-size: 150px;
  322.     line-height: 150px;
  323.     letter-spacing: -10px;
  324.     font-family: Arial Black;
  325.     text-align: center;
  326.     -webkit-text-fill-color: transparent;
  327.     background: -webkit-linear-gradient(transparent, transparent), center  url(http://i.imgur.com/xqhVLK2.png); /*section three title background*/
  328.     background: -o-linear-gradient(transparent, transparent);
  329.     -webkit-background-clip: text;
  330. }
  331.  
  332. #hover-three {
  333.     width: 25%;
  334.     height: 100%;
  335.     margin-left: 50%;
  336.     position: fixed;
  337.     opacity: 0;
  338.     border-left: 2px solid #ffffff;
  339.     -webkit-transition: all 1s ease;
  340.     -moz-transition: all 1s ease;
  341.     transition: all 1s ease;
  342.     background: url(http://i.imgur.com/xqhVLK2.png); /*hover section three background*/
  343. }
  344.  
  345. #hover-three:hover {
  346.     -webkit-transition: all 1s ease;
  347.     -moz-transition: all 1s ease;
  348.     transition: all 1s ease;
  349.     opacity: 1;
  350. }
  351.  
  352. #tags {
  353.     margin: 0 auto;
  354.     width: 300px;
  355.     height: auto;
  356.     margin-top: 200px;
  357. }
  358.  
  359. #tags #title {
  360.     text-align: right;
  361.     font-size: 36px;
  362.     color: #ffffff; /*tags title color*/
  363.     letter-spacing: -3px;
  364.     margin-right: -10px;
  365.     margin-bottom: -10px;
  366.     text-transform: uppercase;
  367.     font-weight: 900;
  368. }
  369.  
  370. #tags #box {
  371.     width: 300px;
  372.     height: 245px;
  373.     overflow: auto;
  374.     text-transform: uppercase;
  375.     letter-spacing: 1px;
  376.     font-size: 9px;
  377. }
  378.  
  379. #section {
  380.     width: 290px;
  381.     height: 100px;
  382. }
  383.  
  384. #group {
  385.     width: 280px;
  386.     height: 60px;
  387.     font-size: 26px;
  388.     text-transform: uppercase;
  389.     letter-spacing: -2px;
  390.     line-height: 60px;
  391.     background: #e1e1e1; /*tags group background color*/
  392.     color: #ffffff; /*tags group font color*/
  393.     padding-left: 10px;
  394. }
  395.  
  396. #names {
  397.     width: 270px;
  398.     height: auto;
  399.     padding: 10px;
  400.     background: #ffffff; /*tags name background color*/
  401.     overflow: auto;
  402. }
  403.  
  404. #section-four {
  405.     position: fixed;
  406.     width: 25%;
  407.     height: 100%;
  408.     background: #f9f9f9; /*section four background color*/
  409.     border-left: 2px solid #ffffff;
  410.     margin-left: 75%;
  411. }
  412.  
  413. #section-four #unit {
  414.     color: #000000; /*section four title color*/
  415.     margin-top: 270px;
  416.     font-size: 150px;
  417.     line-height: 150px;
  418.     letter-spacing: -10px;
  419.     font-family: Arial Black;
  420.     text-align: center;
  421.     -webkit-text-fill-color: transparent;
  422.     background: -webkit-linear-gradient(transparent, transparent), center  url(http://i.imgur.com/OETreU9.png); /*section four title background*/
  423.     background: -o-linear-gradient(transparent, transparent);
  424.     -webkit-background-clip: text;
  425. }
  426.  
  427. #hover-four {
  428.     width: 25%;
  429.     height: 100%;
  430.     margin-left: 75%;
  431.     position: fixed;
  432.     opacity: 0;
  433.     border-left: 2px solid #ffffff;
  434.     -webkit-transition: all 1s ease;
  435.     -moz-transition: all 1s ease;
  436.     transition: all 1s ease;
  437.     background: url(http://i.imgur.com/OETreU9.png); /*hover section four background*/
  438. }
  439.  
  440. #hover-four:hover {
  441.     -webkit-transition: all 1s ease;
  442.     -moz-transition: all 1s ease;
  443.     transition: all 1s ease;
  444.     opacity: 1;
  445. }
  446.  
  447. #blogroll {
  448.     margin: 0 auto;
  449.     width: 300px;
  450.     height: auto;
  451.     margin-top: 200px;
  452. }
  453.  
  454. #blogroll #title {
  455.     text-align: right;
  456.     font-size: 36px;
  457.     color: white;
  458.     letter-spacing: -3px;
  459.     margin-right: -10px;
  460.     margin-bottom: -10px;
  461.     text-transform: uppercase;
  462.     font-weight: 900;
  463. }
  464.  
  465. #blogroll #box {
  466.     width: 300px;
  467.     height: 245px;
  468.     overflow: auto;
  469. }
  470.  
  471. #follower img {
  472.     border-radius: 100%;
  473.     border: 5px solid #ffffff; /*blogroll icons border color*/
  474.     width: 55px;
  475.     height: 55px;
  476.     float: left;
  477.     margin: 3px;
  478. }
  479.            
  480. ::-webkit-scrollbar {
  481.     height: 10px;
  482.     width: 2px;
  483.     background: #ffffff;
  484. }
  485.            
  486. ::-webkit-scrollbar-thumb:vertical {
  487.     background: #909090; /*scrollbar color*/
  488. }
  489.  
  490. ::selection {
  491.     background: #e1e1e1; /*selection color*/
  492.     color: white;
  493. }
  494.            
  495. ::-moz-selection {
  496.     background: #e1e1e1; /*selection color*/
  497.     color: white;
  498. }
  499.  
  500. p::selection {
  501.     background: #e1e1e1; /*selection color*/
  502.     color: white;
  503. }
  504.            
  505. p::-moz-selection {
  506.     background: #e1e1e1; /*selection color*/
  507.     color: white;
  508. }
  509.  
  510. /* Credits to http://pohroro.tumblr.com */
  511.  
  512. </style>
  513. </head>
  514. <body>
  515.  
  516. <div id="header">
  517. <span id="navigation">
  518. <a href="/">Index</a>
  519. <a href="/ask">Message</a>
  520. </span>
  521. <span id="title">Panorama</span>
  522. <span id="navigation">
  523. <a href="/archive">Archive</a>
  524. <a href="http://pohroro.com">Credit</a>
  525. </span>
  526. </div>
  527.  
  528. <!--beginning of about section-->
  529. <div id="section-one">
  530. <div id="unit">01.</div>
  531. </div>
  532.  
  533. <div id="hover-one">
  534. <div id="about">
  535. <div id="title">About</div>
  536. <div id="box-one">
  537. <img src="http://i.imgur.com/xp1KiIw.png" /><!--avatar one-->
  538. <div id="description">
  539. <!--start of description--><b>Bold.</b> <i>Italic.</i> <u>Underline.</u> <a href="/">Link.</a> Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut non felis mollis, hendrerit neque id, suscipit felis. Aenean pulvinar odio vel nisl aliquam consequat. Nunc eu aliquet nisi. Suspendisse fermentum nibh eu tortor interdum, a porttitor lorem gravida. Proin commodo dui non mi pretium, a ultricies nibh ornare. Maecenas in ullamcorper lectus, ut dignissim enim. Praesent facilisis purus ut ipsum rutrum tristique. Quisque bibendum, eros ac tristique tincidunt, leo odio vehicula risus, ut bibendum augue mi nec nisl. Nullam sit amet risus ac ante faucibus porttitor. Donec in est vel felis luctus interdum. Sed suscipit diam nec velit dictum, at posuere lacus dictum. Ut ut rhoncus nisi. Pellentesque consectetur posuere leo ut condimentum.<!--end of description-->
  540. </div>
  541. </div>
  542.  
  543. <div id="box-two">
  544. <div id="currently">
  545. <!--start of status--><b>Currently Obsessed With:</b> Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut non felis mollis, hendrerit neque id, suscipit felis. Aenean pulvinar odio vel nisl aliquam consequat. Nunc eu aliquet nisi.<br />
  546. <b>Currently Watching:</b> Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut non felis mollis, hendrerit neque id, suscipit felis. Aenean pulvinar odio vel nisl aliquam consequat. Nunc eu aliquet nisi.<br />
  547. <b>Currently Listening:</b> Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut non felis mollis, hendrerit neque id, suscipit felis. Aenean pulvinar odio vel nisl aliquam consequat. Nunc eu aliquet nisi. <br />
  548. <b>Currently Reading:</b> Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut non felis mollis, hendrerit neque id, suscipit felis. Aenean pulvinar odio vel nisl aliquam consequat. Nunc eu aliquet nisi.<!--end of status-->
  549. </div>
  550. <img src="http://i.imgur.com/PE5jDKY.png?1?6775" /><!--avatar two-->
  551. </div>
  552. </div>
  553. </div>
  554.  
  555. <!--end of about section-->
  556.  
  557. <!--beginning of links section-->
  558.  
  559. <div id="section-two">
  560. <div id="unit">02.</div>
  561. </div>
  562.  
  563. <div id="hover-two">
  564. <div id="links">
  565. <div id="title">Links</div>
  566. <div id="box">
  567. <a href="http://tumblr.com">Link One</a>
  568. <a href="http://tumblr.com">Link Two</a>
  569. <a href="http://tumblr.com">Link Three</a>
  570. <a href="http://tumblr.com">Link Four</a>
  571. <a href="http://tumblr.com">Link Five</a>
  572. <a href="http://tumblr.com">Link Six</a>
  573. <a href="http://tumblr.com">Link Seven</a>
  574. <a href="http://tumblr.com">Link Eight</a>
  575. <a href="http://tumblr.com">Link Nine</a>
  576. <a href="http://tumblr.com">Link Ten</a>
  577. <a href="http://tumblr.com">Link Eleven</a>
  578. <a href="http://tumblr.com">Link Twelve</a>
  579. </div>
  580. </div>
  581. </div>
  582.  
  583. <!--end of links section-->
  584.  
  585. <!--beginning of tags section-->
  586.  
  587. <div id="section-three">
  588. <div id="unit">03.</div>
  589. </div>
  590.  
  591. <div id="hover-three">
  592. <div id="tags">
  593. <div id="title">Tags</div>
  594. <div id="box">
  595.  
  596. <!--start of tag section 1-->
  597.  
  598. <div id="section">
  599. <div id="group"><!--tag title-->Group</div>
  600. <div id="names">
  601. <a href="/tagged/name">Tag.</a>
  602. <a href="/tagged/name">Tag.</a>
  603. <a href="/tagged/name">Tag.</a>
  604. <a href="/tagged/name">Tag.</a>
  605. <a href="/tagged/name">Tag.</a>
  606. <a href="/tagged/name">Tag.</a>
  607. <a href="/tagged/name">Tag.</a>
  608. <a href="/tagged/name">Tag.</a>
  609. <a href="/tagged/name">Tag.</a>
  610. </div>
  611. </div>
  612.  
  613. <!--end of tag section 1-->
  614.  
  615. <!--start of tag section 2-->
  616.  
  617. <div id="section">
  618. <div id="group"><!--tag title-->Group</div>
  619. <div id="names">
  620. <a href="/tagged/name">Tag.</a>
  621. <a href="/tagged/name">Tag.</a>
  622. <a href="/tagged/name">Tag.</a>
  623. <a href="/tagged/name">Tag.</a>
  624. <a href="/tagged/name">Tag.</a>
  625. <a href="/tagged/name">Tag.</a>
  626. <a href="/tagged/name">Tag.</a>
  627. <a href="/tagged/name">Tag.</a>
  628. <a href="/tagged/name">Tag.</a>
  629. </div>
  630. </div>
  631.  
  632. <!--end of tag section 2-->
  633.  
  634. <!--start of tag section 3-->
  635.  
  636. <div id="section">
  637. <div id="group"><!--tag title-->Group</div>
  638. <div id="names">
  639. <a href="/tagged/name">Tag.</a>
  640. <a href="/tagged/name">Tag.</a>
  641. <a href="/tagged/name">Tag.</a>
  642. <a href="/tagged/name">Tag.</a>
  643. <a href="/tagged/name">Tag.</a>
  644. <a href="/tagged/name">Tag.</a>
  645. <a href="/tagged/name">Tag.</a>
  646. <a href="/tagged/name">Tag.</a>
  647. <a href="/tagged/name">Tag.</a>
  648. </div>
  649. </div>
  650.  
  651. <!--end of tag section 3-->
  652.  
  653. <!--start of tag section 4-->
  654.  
  655. <div id="section">
  656. <div id="group"><!--tag title-->Group</div>
  657. <div id="names">
  658. <a href="/tagged/name">Tag.</a>
  659. <a href="/tagged/name">Tag.</a>
  660. <a href="/tagged/name">Tag.</a>
  661. <a href="/tagged/name">Tag.</a>
  662. <a href="/tagged/name">Tag.</a>
  663. <a href="/tagged/name">Tag.</a>
  664. <a href="/tagged/name">Tag.</a>
  665. <a href="/tagged/name">Tag.</a>
  666. <a href="/tagged/name">Tag.</a>
  667. </div>
  668. </div>
  669.  
  670. <!--end of tag section 4-->
  671.  
  672. </div>
  673. </div>
  674. </div>
  675.  
  676. <!--end of tags section-->
  677.  
  678. <!--start of blogroll section-->
  679.  
  680. <div id="section-four">
  681. <div id="unit">04.</div>
  682. </div>
  683.  
  684. <div id="hover-four">
  685. <div id="blogroll">
  686. <div id="title">Blogroll</div>
  687. <div id="box">
  688. {block:Following}
  689. {block:Followed}
  690. <div id="follower">
  691. <a href="{FollowedURL}"><img src="{FollowedPortraitURL-64}" title="{FollowedName}"></a>
  692. </div>
  693. {/block:Followed}
  694. {/block:Following}
  695. </div>
  696. </div>
  697. </div>
  698.  
  699. <!--end of blogroll section-->
  700.  
  701.  
  702. </body>
  703. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement